@charset "UTF-8";
/*!
Theme Name: MZiQ - Unidas RI
Author: MZiQ
Author URI: http://mziq.com/
Description: MZiQ CMS Theme for Unidas Site
Version: 1.0
License: GNU General Public License v2 or later

One and only theme for IR Website for Unidas
*/
/*Bruno Alves | Vinícius Gaona | MZiQ*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:100,300,400,500,600,700,800,900");
@font-face {
  font-family: "Effra";
  src: url("fonts/effraregular.eot");
  src: url("fonts/effraregular.eot") format("embedded-opentype"), url("fonts/effraregular.woff2") format("woff2"), url("fonts/effraregular.woff") format("woff"), url("fonts/effraregular.ttf") format("truetype"), url("fonts/effraregular.svg#effraregular") format("svg");
}
@font-face {
  font-family: "FontAwesome";
  src: url(fonts/fontawesome-webfont.eot);
  src: url(fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(fonts/fontawesome-webfont.woff) format("woff"), url(fonts/fontawesome-webfont.ttf) format("truetype"), url(fonts/fontawesome-webfont.svg#fontawesomeregular) format("svg");
  font-weight: normal;
  font-style: normal;
}
html.no-js {
  margin-top: 0 !important;
}

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

@media screen and (max-width: 782px) {
  .logged-in {
    padding-top: 0;
  }

  #wpadminbar {
    display: none;
  }
}
/* ::-webkit-scrollbar-track { background-color: rgba(0, 172, 228, 0.2); }
::-moz-scrollbar-track { background-color: rgba(0, 172, 228, 0.2); }
::-ms-scrollbar-track { background-color: rgba(0, 172, 228, 0.2); }
::-o-scrollbar-track { background-color: rgba(0, 172, 228, 0.2); }

::-webkit-scrollbar { width: 9px; height: 9px; }
::-moz-scrollbar { width: 9px; height: 9px; }
::-ms-scrollbar { width: 9px; height: 9px; }
::-o-scrollbar { width: 9px; height: 9px; }

::-webkit-scrollbar-thumb:hover { background: $color-secundary; }
::-moz-scrollbar-thumb:hover { background: $color-secundary; }
::-ms-scrollbar-thumb:hover { background: $color-secundary; }
::-o-scrollbar-thumb:hover { background: $color-secundary; }

::-webkit-scrollbar-thumb { background: $color-default; }
::-moz-scrollbar-thumb { background: $color-default; }
::-ms-scrollbar-thumb { background: $color-default; }
::-o-scrollbar-thumb { background: $color-default; }
 */
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

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

.alignright {
  float: right;
  margin: -25px 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. */
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

*:before,
*:after {
  list-style: none;
}

*:focus {
  outline: none;
}

.scroll {
  float: left;
  width: 100%;
  overflow: auto;
}

.container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}

.container-fluid {
  max-width: 99%;
  margin: 0 auto;
  padding: 0 15px;
}

.row {
  width: 100%;
  float: left;
}
.row:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.col-1 {
  width: 8.3333333333%;
  display: inline;
  float: left;
  vertical-align: baseline;
}

.col-2 {
  width: 16.6666666667%;
  display: inline;
  float: left;
  vertical-align: baseline;
}

.col-3 {
  width: 25%;
  display: inline;
  float: left;
  vertical-align: baseline;
}

.col-4 {
  width: 33.3333333333%;
  display: inline;
  float: left;
  vertical-align: baseline;
}

.col-5 {
  width: 41.6666666667%;
  display: inline;
  float: left;
  vertical-align: baseline;
}

.col-6 {
  width: 50%;
  display: inline;
  float: left;
  vertical-align: baseline;
}

.col-7 {
  width: 58.3333333333%;
  display: inline;
  float: left;
  vertical-align: baseline;
}

.col-8 {
  width: 66.6666666667%;
  display: inline;
  float: left;
  vertical-align: baseline;
}

.col-9 {
  width: 75%;
  display: inline;
  float: left;
  vertical-align: baseline;
}

.col-10 {
  width: 83.3333333333%;
  display: inline;
  float: left;
  vertical-align: baseline;
}

.col-11 {
  width: 91.6666666667%;
  display: inline;
  float: left;
  vertical-align: baseline;
}

.col-12 {
  width: 100%;
  display: inline;
  float: left;
  vertical-align: baseline;
}

@media (max-width: 1170px) {
  .col-lg-1 {
    width: 8.3333333333%;
  }

  .col-lg-2 {
    width: 16.6666666667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.3333333333%;
  }

  .col-lg-5 {
    width: 41.6666666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.3333333333%;
  }

  .col-lg-8 {
    width: 66.6666666667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.3333333333%;
  }

  .col-lg-11 {
    width: 91.6666666667%;
  }

  .col-lg-12 {
    width: 100%;
  }
}
@media (max-width: 979px) {
  .col-md-1 {
    width: 8.3333333333%;
  }

  .col-md-2 {
    width: 16.6666666667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.3333333333%;
  }

  .col-md-5 {
    width: 41.6666666667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.3333333333%;
  }

  .col-md-8 {
    width: 66.6666666667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.3333333333%;
  }

  .col-md-11 {
    width: 91.6666666667%;
  }

  .col-md-12 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .col-sm-1 {
    width: 8.3333333333%;
  }

  .col-sm-2 {
    width: 16.6666666667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.3333333333%;
  }

  .col-sm-5 {
    width: 41.6666666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.3333333333%;
  }

  .col-sm-8 {
    width: 66.6666666667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.3333333333%;
  }

  .col-sm-11 {
    width: 91.6666666667%;
  }

  .col-sm-12 {
    width: 100%;
  }
}
@media (max-width: 420px) {
  .col-xs-1 {
    width: 8.3333333333%;
  }

  .col-xs-2 {
    width: 16.6666666667%;
  }

  .col-xs-3 {
    width: 25%;
  }

  .col-xs-4 {
    width: 33.3333333333%;
  }

  .col-xs-5 {
    width: 41.6666666667%;
  }

  .col-xs-6 {
    width: 50%;
  }

  .col-xs-7 {
    width: 58.3333333333%;
  }

  .col-xs-8 {
    width: 66.6666666667%;
  }

  .col-xs-9 {
    width: 75%;
  }

  .col-xs-10 {
    width: 83.3333333333%;
  }

  .col-xs-11 {
    width: 91.6666666667%;
  }

  .col-xs-12 {
    width: 100%;
  }
}
@media (max-width: 1170px) {
  .hidden-lg {
    display: none !important;
  }

  .show-lg {
    display: block;
  }
}
@media (max-width: 979px) {
  .hidden-md {
    display: none !important;
  }

  .show-md {
    display: block;
  }
}
@media (max-width: 767px) {
  .hidden-sm {
    display: none !important;
  }

  .show-sm {
    display: block;
  }
}
@media (max-width: 420px) {
  .hidden-xs {
    display: none !important;
  }

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

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

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

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

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

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

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

.owl-carousel .owl-item img {
  /**/
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  background-color: #fff;
  font-family: "Effra";
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  overflow-x: hidden;
}
body.page-template-home-page {
  overflow: hidden;
}

iframe {
  border: 0;
}

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

a {
  cursor: pointer;
  display: inline-block;
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  -ms-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
}
a:link, a:visited {
  color: inherit;
}

ul {
  margin: 0;
  padding: 0;
  font-size: 0;
}
ul li {
  list-style-type: none;
  font-size: 14px;
  display: inline-block;
  /*Reset for font-space*/
  margin: 0 -2px -2px -2px;
}

.g-recaptcha {
  float: left;
  margin-bottom: 10px;
}

/*Global Text*/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #004a91;
  font-family: "Effra";
  line-height: initial;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 25px;
}

h3 {
  font-size: 21px;
}

h4 {
  font-size: 19px;
}

h5 {
  font-size: 17px;
}

h6 {
  font-size: 15px;
}

td {
  color: #2c2d2d;
  font-size: 14px;
  line-height: 19.6px;
}

p {
  font-size: 16px;
  font-family: "Effra";
  color: #2c2d2d;
  font-weight: 300;
}

strong {
  font-weight: bold;
}

button,
.btn,
input[type=submit] {
  background-color: #1bb1dd;
  border: 0;
  color: #fff;
  font-size: 14px;
  font-family: "Effra";
  padding: 10px 20px;
  cursor: pointer;
  transition: all 0.3s ease-in;
  text-transform: uppercase;
}
button:hover,
.btn:hover,
input[type=submit]:hover {
  background-color: #004a91;
}

table {
  border-spacing: 0;
  width: 100%;
}
table tr th,
table tr .tabelatt {
  background-color: #004a91;
  color: #fff;
  font-family: "Effra";
  font-weight: normal;
  padding: 10px 15px;
  text-transform: uppercase;
  text-align: left;
  font-size: 14px;
}
table tr th.data, table tr th.icone,
table tr .tabelatt.data,
table tr .tabelatt.icone {
  text-align: center;
  width: 130px;
}
table tr th.data.icone, table tr th.icone.icone,
table tr .tabelatt.data.icone,
table tr .tabelatt.icone.icone {
  width: 60px;
}
table tr .nowrap {
  white-space: nowrap;
}
table tr td,
table tr .tabelatx {
  padding: 10px 7px;
  background: #fff;
  font-size: 14px;
  border-bottom: 1px solid #ccc;
  text-align: left;
}
table tr td.data, table tr td.icone,
table tr .tabelatx.data,
table tr .tabelatx.icone {
  text-align: center;
  width: 130px;
}
table tr td.data.icone, table tr td.icone.icone,
table tr .tabelatx.data.icone,
table tr .tabelatx.icone.icone {
  width: 60px;
}
table tr td.off img,
table tr .tabelatx.off img {
  opacity: 0.3;
}
table tr td .cur,
table tr .tabelatx .cur {
  padding-left: 35px;
  position: relative;
  cursor: pointer;
}
table tr td .cur span,
table tr .tabelatx .cur span {
  position: absolute;
  left: 0;
  top: -4px;
  width: 25px;
  height: 25px;
  text-align: center;
  background: #f1f1f1;
  color: #000;
}
table tr td .cur span:before,
table tr .tabelatx .cur span:before {
  content: "+";
  font-size: 20px;
  position: relative;
  top: 0;
  font-weight: bold;
}
table tr td .cur.active span:before,
table tr .tabelatx .cur.active span:before {
  content: "-";
  top: 0;
}
table tr.curriculo {
  display: none;
}
table tr.curriculo.ativo {
  display: block;
}
table tr.curriculo td {
  background: #fdfdfd;
}
table tr.curriculo td p {
  padding: 0;
  margin: 0;
}
table tr:last-child td {
  border-bottom: 0;
}

form.forms.select {
  float: right;
  padding: 0;
  overflow: hidden;
}
form.forms.select select {
  border: 1px solid #004a91;
  padding: 5px 30px 5px 15px;
  margin-top: 0;
  color: #004a91;
  font-weight: bold;
  cursor: pointer;
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 20px;
  background-size: 10px;
  vertical-align: middle;
}
form.protected-post-form, form.post-password-form {
  margin: 15px 0;
  width: 100%;
  max-width: 540px;
}
form.protected-post-form label, form.post-password-form label {
  display: block;
}
form fieldset {
  border: 0;
}
form label {
  font-family: "Effra";
}
form textarea {
  height: 100px;
  resize: none;
  overflow: auto;
  margin-bottom: 10px;
}
form select,
form textarea,
form input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  -webkit-box-shadow: 1px 1px 2px 0px #c3c3c3;
  -moz-box-shadow: 1px 1px 2px 0px #c3c3c3;
  box-shadow: 1px 1px 2px 0px #c3c3c3;
  border-radius: 0;
  color: #004a91;
  font-size: 15px;
  font-family: "Effra";
  margin: 0 10px 10px 0;
  padding: 10px;
}
form select::placeholder,
form textarea::placeholder,
form input::placeholder {
  color: #00abe0;
  font-weight: 300;
}
form select {
  color: #a9b4bf;
  background: url(img/arrow.png) no-repeat right 10px center;
}
form select option:checked, form select option:focus, form select option:active {
  color: #a9b4bf;
}

.fa {
  display: inline-block;
  font-size: 16px;
  font-style: normal;
  height: 16px;
  position: relative;
  width: 20px;
}
.fa:before {
  font-family: "FontAwesome";
  left: 0;
  top: 0;
  position: absolute;
}

.fa-facebook:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-mail:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
  font-size: 22px;
}

.fa-angle-down:before {
  content: "";
  font-size: 22px;
}

.fa-bars:before {
  content: "";
  font-size: 40px;
}

.fa-close:before {
  content: "";
  font-size: 35px;
}

.form-contato,
.fale-com-ri-conteudo {
  padding: 0 10px;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.box-sucesso {
  background-color: #004a91;
  border-radius: 10px;
  padding: 20px 0;
  text-align: center;
  color: #fff;
  display: none;
}

.close-popup {
  cursor: pointer;
  background-image: url("img/close-popup.png");
  height: 24px;
  width: 24px;
  position: fixed;
  right: 10%;
  top: 10%;
}

.search-mask {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: rgba(8, 31, 48, 0.92);
  color: #fff;
  top: 0;
  z-index: 500;
}
.search-mask .search-form {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.search-mask .search-form input,
.search-mask .search-form .search-submit {
  font-size: inherit;
  background-color: transparent;
  color: #fff;
}
.search-mask .search-form input {
  border: 0;
  border-bottom: 2px solid #1bb1dd;
  box-shadow: none;
  font-size: 50px;
}
@media (max-width: 768px) {
  .search-mask .search-form input {
    max-width: 100%;
    font-size: 40px;
  }
}
.search-mask .search-form .search-submit {
  background-color: transparent;
  background-image: url(img/search-icon.png);
  background-repeat: no-repeat;
  height: 79px;
  margin-right: 15px;
  vertical-align: top;
  width: 65px;
}
.search-mask .search-form .search-submit:hover {
  /*reset button tag style*/
  background-color: transparent;
}

#header {
  background-color: #004a91;
  position: fixed;
  z-index: 100;
}
#header .header-top {
  background-color: #000;
}
#header .header-top .header-links, #header .header-top .social-network {
  display: inline-block;
  vertical-align: middle;
}
#header .header-top .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header .header-top .header-links {
  text-align: center;
}
@media (max-width: 768px) {
  #header .header-top .header-links {
    display: none;
  }
}
#header .header-top .header-links ul li {
  transition: all 0.3s ease-in;
}
#header .header-top .header-links ul li:nth-child(1) a {
  background-color: #006dac;
}
#header .header-top .header-links ul li:nth-child(2) a {
  background-color: #005b9e;
}
#header .header-top .header-links ul li:nth-child(3) a {
  background-color: #00abe0;
}
#header .header-top .header-links ul li:nth-child(4) a {
  background-color: #ff0b07;
}
#header .header-top .header-links ul li:nth-child(5) a {
  background-color: #004a91;
}
#header .header-top .header-links ul li:nth-child(6) a {
  background-color: #000;
}
#header .header-top .header-links ul a {
  color: #fff;
  font-size: 12px;
  min-width: 130px;
  padding: 8px 25px;
  position: relative;
  text-transform: uppercase;
  transform: skew(-15deg);
}
#header .header-top .header-links ul a span {
  color: #fff;
  display: block;
  letter-spacing: 0.1px;
  transform: skew(15deg);
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  -ms-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
}
#header .header-top .header-links ul a span:hover {
  opacity: 0.5;
}
@media (max-width: 375px) {
  #header .header-top .social-network {
    padding: 10px 0;
  }
}
#header .header-top .social-network li a {
  margin-right: 20px;
}
#header .header-top .social-network li a i.fa {
  font-style: normal;
  transition: all 0.3s ease-in;
}
#header .header-top .social-network li a i.fa:before {
  color: #fff;
}
#header .header-top .social-network li a i.fa:hover {
  opacity: 0.5;
}
#header .header-bottom {
  color: #fff;
  display: flex;
  align-items: center;
  padding: 15px 0;
}
@media (max-width: 375px) {
  #header .header-bottom {
    justify-content: space-between;
  }
}
#header .header-bottom .logo {
  flex-grow: 1;
  margin-right: 10px;
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  -ms-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
}
#header .header-bottom .logo:hover {
  opacity: 0.5;
}
@media (max-width: 767px) {
  #header .header-bottom .logo {
    margin-right: 30px;
    min-width: 120px;
  }
}
#header .header-bottom #nav-menu-header {
  flex-grow: 1;
}
@media (max-width: 768px) {
  #header .header-bottom #nav-menu-header {
    background-color: #004a91e6;
    display: none;
  }
}
#header .header-bottom #nav-menu-header .menu-with-border {
  border-left: 1px solid #fff;
}
#header .header-bottom #nav-menu-header ul {
  display: flex;
  align-self: center;
  align-items: center;
}
@media (min-width: 768px) {
  #header .header-bottom #nav-menu-header ul {
    margin-left: 4%;
  }
}
@media (max-width: 768px) {
  #header .header-bottom #nav-menu-header ul {
    flex-direction: column;
    text-align: left;
  }
}
#header .header-bottom #nav-menu-header ul li {
  position: relative;
  border-left: 1px solid transparent;
}
@media (max-width: 767px) {
  #header .header-bottom #nav-menu-header ul li {
    width: 100%;
  }
}
#header .header-bottom #nav-menu-header ul li:hover {
  border-left-color: #fff;
}
#header .header-bottom #nav-menu-header ul li:hover .sub-menu {
  display: block;
}
#header .header-bottom #nav-menu-header ul li a {
  font-size: 15px;
  padding: 15px;
  text-align: center;
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  -ms-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
}
#header .header-bottom #nav-menu-header ul li a.link {
  font-weight: bold;
}
#header .header-bottom #nav-menu-header ul li a:hover {
  opacity: 0.5;
}
#header .header-bottom #nav-menu-header ul li .sub-menu {
  display: none;
  position: absolute;
  top: 60px;
  background-color: #004a91;
  border-left: 1px solid #fff;
  padding-bottom: 10px;
  width: 150%;
  left: -1px;
  margin-left: 0 !important;
}
@media (max-width: 768px) {
  #header .header-bottom #nav-menu-header ul li .sub-menu {
    border: 0;
  }
}
#header .header-bottom #nav-menu-header ul li .sub-menu li {
  display: block;
  border-width: 0;
}
#header .header-bottom #nav-menu-header ul li .sub-menu li a {
  padding: 5px 20px;
  font-size: 14px;
  text-align: left;
  width: 100%;
}
#header .header-bottom #nav-menu-header ul li .sub-menu li a:hover {
  color: #1bb1dd;
}
#header .header-bottom #nav-menu-header.active {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 75%;
  overflow-y: scroll;
  z-index: 99;
}
#header .header-bottom #nav-menu-header.active ul li .sub-menu {
  background: transparent;
  display: block;
  max-width: 100%;
  padding-left: 25px;
  position: static;
}
#header .header-bottom .header-bottom-right {
  flex-basis: 10%;
  flex-grow: 1;
  text-align: center;
}
@media (max-width: 375px) {
  #header .header-bottom .header-bottom-right {
    flex-basis: 100%;
  }
}
#header .header-bottom .header-bottom-right .lang {
  white-space: nowrap;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  #header .header-bottom .header-bottom-right .lang {
    float: left;
    margin-bottom: 5px;
    font-size: 18px;
  }
}
#header .header-bottom .header-bottom-right .lang a {
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  -ms-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
}
#header .header-bottom .header-bottom-right .lang a:hover {
  opacity: 0.5;
}
#header .header-bottom .header-bottom-right .lang a.active {
  color: #ffdd00;
}
#header .header-bottom .header-bottom-right .fa-search {
  cursor: pointer;
  font-style: normal;
  font-size: 25px;
  font-weight: 300;
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  -ms-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
}
#header .header-bottom .header-bottom-right .fa-search:hover {
  opacity: 0.5;
}
#header .header-bottom .header-bottom-right .fa-search:before {
  content: "";
}
#header .header-bottom .navbar-toggle {
  cursor: pointer;
  display: none;
  height: 42px;
  width: 70px;
}
@media (max-width: 768px) {
  #header .header-bottom .navbar-toggle {
    display: inline-block;
  }
}

#home-banner {
  margin-top: 85px;
}
#home-banner figure.banner-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
#home-banner figure.banner-image figcaption {
  left: 40%;
  position: absolute;
  top: 40%;
  width: 100%;
}
@media (max-width: 768px) {
  #home-banner figure.banner-image figcaption {
    width: initial;
  }
}
#home-banner figure.banner-image figcaption p {
  font-family: "Effra";
  font-weight: normal;
  transform: translate(-40%, -30%);
  color: #fff;
  font-size: 32px;
  text-align: left;
  width: 40%;
}
@media (max-width: 768px) {
  #home-banner figure.banner-image figcaption p {
    font-size: 22px;
    width: 100%;
  }
}
@media (max-width: 375px) {
  #home-banner figure.banner-image figcaption p {
    font-size: 18px;
    transform: translate(-25%, -30%);
  }
}
#home-banner figure.banner-image figcaption strong {
  color: #ffdd00;
  font-family: "Effra";
  font-weight: bold;
}
#home-banner figure.banner-image figcaption a {
  background-color: #004a91;
  padding: 10px 20px;
  font-size: 12px;
  border-radius: 10px;
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  -ms-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
}
#home-banner figure.banner-image figcaption a:hover {
  opacity: 0.5;
}
#home-banner figure.banner-image figcaption div.spc2 {
  position: relative;
  margin-top: -40px;
}
@media (min-width: 992px) {
  #home-banner figure.banner-image figcaption div.spc2:before {
    position: absolute;
    width: 515px;
    height: 210px;
    content: "";
    top: -43px;
    left: -235px;
    border-radius: 10px;
    background-color: rgba(0, 74, 145, 0.88);
  }
}
@media (min-width: 1400px) {
  #home-banner figure.banner-image figcaption div.spc2:before {
    width: 650px;
    left: -315px;
  }
}
#home-banner figure.banner-image figcaption div.spc2 p {
  font-size: 16px !important;
  line-height: 1.3em;
  padding: 0 35px 0 0;
  margin: 0 !important;
}
#home-banner figure.banner-image figcaption div.spc2 p strong {
  padding: 0 !important;
}
#home-banner figure.banner-image figcaption div.spc2 a {
  padding: 5px 10px !important;
  margin: 5px 0 !important;
  background-color: transparent !important;
  line-height: 1.1em;
  border: 2px solid #ffdd00;
}
#home-banner figure.banner-image figcaption div.spc1 {
  position: relative;
  margin-top: -60px;
}
#home-banner figure.banner-image figcaption div.spc1 p {
  font-size: 22px !important;
  line-height: 1.2em;
  padding: 1px 0;
  text-shadow: -1px -1px 10px rgba(0, 74, 145, 0.4);
}
#home-banner figure.banner-image figcaption div.spc1 p strong {
  padding: 15px 0 5px;
  display: block;
}
#home-banner figure.banner-image figcaption div.spc1 a {
  padding: 0 20px;
}
#home-banner video {
  position: fixed;
  left: 50%;
  right: 50%;
  transform: translate(-50%);
  height: auto !important;
  /*Because Owl Carousel*/
  width: 100%;
}
#home-banner .owl-dots {
  position: fixed;
  bottom: 22%;
  text-align: center;
  width: 100%;
}
#home-banner .owl-dots .owl-dot {
  height: 16px;
  width: 16px;
  border-width: 4px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.3);
  background-color: transparent;
  border-radius: 50%;
  margin: 0 20px;
  display: inline-block;
}
#home-banner .owl-dots .owl-dot.active {
  border-color: #fff;
}
#home-banner .owl-dots {
  bottom: 26%;
}
#home-banner #banner-5 figcaption .spc1 p {
  width: 60%;
}
#home-banner .owl-nav {
  top: 50%;
  position: fixed;
  text-align: center;
  width: 100%;
  text-indent: -5000px;
}
#home-banner .owl-nav > div::before {
  height: 35px;
  width: 35px;
  content: "";
  position: absolute;
  right: 15px;
  top: 15px;
  transition: 0.5s all;
  border-right: 10px solid white;
  border-bottom: 10px solid white;
}
#home-banner .owl-nav .owl-prev {
  position: absolute;
  left: 75px;
}
#home-banner .owl-nav .owl-prev:before {
  transform: rotate(134deg);
}
@media (max-width: 767px) {
  #home-banner .owl-nav .owl-prev {
    left: 16%;
  }
}
#home-banner .owl-nav .owl-next {
  position: absolute;
  right: 10px;
}
#home-banner .owl-nav .owl-next:before {
  transform: rotate(-45deg);
}
@media (max-width: 767px) {
  #home-banner .owl-nav .owl-next {
    right: 0;
  }
}

.interna #header {
  position: fixed;
}
.interna #main {
  padding: 20px 0;
}

h1.page-title {
  color: #2c2d2d;
  display: block;
  margin: 18px 0;
  font-weight: normal;
  font-size: 18px;
}

.wp-content, .page-content {
  color: #747474;
  line-height: 18px;
  font-weight: normal;
  text-align: justify;
}
.wp-content h2, .page-content h2 {
  color: #004a91;
  font-weight: 300;
  font-size: 18px;
}
.wp-content h3, .page-content h3 {
  font-size: 17px;
}
.wp-content h4, .page-content h4 {
  font-size: 14px;
}
.wp-content h5, .page-content h5 {
  font-size: 13px;
}
.wp-content p, .page-content p {
  font-size: 17px;
  color: #2c2d2d;
  line-height: 1.5em;
  margin-bottom: 15px;
}
.wp-content ul li, .wp-content ol li, .page-content ul li, .page-content ol li {
  margin-left: 25px;
  display: block;
  position: relative;
  color: #2c2d2d;
  font-size: 17px;
  padding: 2px 0 2px 20px;
}
.wp-content ol li, .page-content ol li {
  display: list-item;
  padding-left: 10px;
}
.wp-content ul li + li, .page-content ul li + li {
  margin-top: 18px;
}
.wp-content ul li, .page-content ul li {
  list-style-type: none;
}
.wp-content ul li:before, .page-content ul li:before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 7px;
  left: -5px;
  border-radius: 50%;
  background-color: #fff;
  border: 3px solid #004a91;
}
.wp-content ul li ul, .page-content ul li ul {
  margin-top: 15px;
}

#breadcrumbs {
  display: block;
  margin: 0 0 25px 0;
}
#breadcrumbs a, #breadcrumbs strong {
  font-size: 12px;
  color: #898989;
  text-transform: uppercase;
  font-weight: 300;
  position: relative;
}
#breadcrumbs .separator {
  color: #898989;
}
#breadcrumbs li {
  display: inline-block;
}

#data {
  float: left;
  width: 100%;
}

.arquivos,
.evento-futuro,
.evento-realizado {
  margin-top: 15px;
}
.arquivos h2,
.evento-futuro h2,
.evento-realizado h2 {
  margin: 15px 0 0;
  font-size: 18.2px;
  padding: 10px 15px;
  background-color: #004a91;
  color: #fff;
}
.arquivos table,
.evento-futuro table,
.evento-realizado table {
  margin-top: 0;
  width: 100%;
}
.arquivos table tr,
.evento-futuro table tr,
.evento-realizado table tr {
  border-bottom: 1px solid #929292;
}
.arquivos table tr td,
.evento-futuro table tr td,
.evento-realizado table tr td {
  text-align: left;
}

.evento-futuro table tr td {
  text-align: left !important;
}

.arconix-faq-term-title,
.arconix-faq-term-description {
  display: none;
}

.arconix-faq-wrap {
  padding: 0 !important;
  border: 0 !important;
  margin: 0 !important;
}
.arconix-faq-wrap + br {
  display: none;
}
.arconix-faq-wrap .arconix-faq-title {
  background: none;
  border: none;
  border-bottom: 1px #c7c7c7 solid;
  border-color: #ddd;
  border-radius: 0;
  color: #2c2d2d;
  display: block;
  font-size: 16px;
  margin-bottom: 25px;
  padding: 15px 40px 15px 25px;
  position: relative;
  cursor: pointer;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.arconix-faq-wrap .arconix-faq-title:hover, .arconix-faq-wrap .arconix-faq-title.faq-open {
  background-image: none;
  background-color: #004a91;
  color: #fff;
  text-decoration: none;
}
.arconix-faq-wrap .arconix-faq-title:hover:before, .arconix-faq-wrap .arconix-faq-title.faq-open:before {
  color: #fff;
}
.arconix-faq-wrap .arconix-faq-title.item-open:before {
  content: "";
}
.arconix-faq-wrap .arconix-faq-title:before {
  content: "";
  position: absolute;
  right: 11px;
  top: 13px;
  font-family: "FontAwesome";
  font-size: 24px;
  color: #002168;
}
.arconix-faq-wrap .arconix-faq-content {
  padding: 5px 15px 15px 15px;
  margin-left: 0;
  margin-bottom: 25px;
  width: 100%;
  background-color: #fdfdfd;
  border: 1px solid transparent;
  border-bottom: 1px #c7c7c7 solid;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.search-results .breadcrumb {
  display: none;
}

.nota {
  width: 100%;
}
.nota p, .nota li {
  font-size: 13px;
  color: #949494;
}

::-webkit-input-placeholder {
  color: #2c2d2d;
}

:-moz-placeholder {
  color: #2c2d2d;
}

::-moz-placeholder {
  color: #2c2d2d;
}

#central-resultados .owl-carousel .item {
  width: 100%;
  float: left;
  margin-bottom: 25px;
}
#central-resultados .owl-carousel .item h2 {
  width: 100%;
  float: left;
  padding: 25px 0;
  color: #004a91;
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
}
#central-resultados .owl-carousel .item .btn {
  font-size: 12px;
  text-transform: uppercase;
  background: #f8f8f8;
  padding: 17px 20px;
  display: table;
  margin: 0 auto;
  width: 70%;
  text-align: center;
}
#central-resultados .owl-nav .owl-prev,
#central-resultados .owl-nav .owl-next {
  background: url(images/sprite.png) no-repeat -41px -100px;
  position: absolute;
  right: 15px;
  top: 30px;
  width: 16px;
  height: 26px;
  text-indent: -99999px;
}
#central-resultados .owl-nav .owl-prev {
  background-position: -12px -100px;
  left: 15px;
}

.fale-ri-content {
  text-align: right;
  color: rgba(44, 45, 45, 0.63);
}
.fale-ri-content strong, .fale-ri-content p {
  color: #a4a4a4;
  font-size: 14px;
}
.fale-ri-content input {
  text-align: right;
}

#filtro-empresa label {
  float: left;
  padding: 6px 10px;
}

.wpcf7-form {
  position: relative;
}
.wpcf7-form p {
  color: #004a91;
  font-size: 13px;
}
.wpcf7-form p .wpcf7-list-item {
  position: relative;
}
.wpcf7-form p .wpcf7-list-item input {
  margin: 10px 15px 10px -12px;
  float: left;
  appearance: radio !important;
  -moz-appearance: radio !important;
  -webkit-appearance: radio !important;
  box-shadow: 0 0 0 transparent;
}
.wpcf7-form p .wpcf7-list-item .wpcf7-list-item-label {
  margin: 7px 25px 0 0;
  float: left;
}

.wpcf7-response-output {
  width: 305px;
  position: relative;
  top: -78px;
  left: 100px;
  font-size: 13px;
  background-color: rgba(255, 255, 255, 0.9);
  color: #004a91;
  z-index: 1;
  padding: 5px 15px;
  min-height: 48px;
}

/* 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: 5px;
  background: url(img/arrow.png) no-repeat center 0;
  font-size: 0;
  width: 30px;
  height: 31px;
  cursor: pointer;
  z-index: 9;
}

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

.datepicker .nav-event.prev {
  left: 20px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.datepicker .nav-event.next {
  background-image: url(img/arrow.png);
  right: 20px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.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 {
  background: #f9f9f9;
  border-bottom: 1px solid #f9f9f9;
  color: #004a91;
  font-size: 16px;
  padding: 10px 0;
  margin: 0;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
}

.datepicker .ui-datepicker-unselectable {
  padding: 0 !important;
  text-align: center;
  height: 35px;
}

.datepicker .ui-datepicker-inline {
  border-collapse: separate;
  display: table !important;
  margin: 0 auto;
  width: 100% !important;
  min-height: 310px;
  padding: 0;
}

.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: 8px 0;
  color: #fff;
  background-color: #004a91;
  border-right: 1px solid #f2f2f2;
  text-align: center;
}

.datepicker table thead th:first-child {
  border-left: 1px solid #f2f2f2;
}

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

.datepicker table tbody td {
  width: 14.3%;
  border: 1px solid #f2f2f2;
  cursor: default;
}

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

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

.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: #004a91 !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.outros-eventos, .legenda_item .cor-05 {
  background-color: #a7a7a7 !important;
}

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

.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: #004a91;
  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-repeat: repeat-y;
  background-position: left;
}

.CAL_Proximo_Evento_Direita_Topo {
  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;
  float: left;
  position: relative;
}

.legenda_item .label {
  color: #4e3629;
  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;
}

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

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

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

  .datepicker .nav-event.next {
    right: 0;
  }

  .datepicker .nav-event:hover {
    background-position: center 0;
  }

  #legenda_eventos {
    padding: 0 2px;
  }
}
#form-mailing label {
  display: none;
}
#form-mailing .g-recaptcha {
  width: 100%;
}

#footer {
  background-color: #eeeaea;
  position: fixed;
  bottom: 0;
  z-index: 100;
  color: #fff;
}
#footer .sitemap {
  background-color: #004a91;
  color: #fff;
  text-align: center;
}
#footer .sitemap button {
  background: transparent;
  padding: 2px 0;
}
#footer #nav-menu-footer {
  display: none;
  background-color: #004a91;
}
#footer #nav-menu-footer > ul {
  font-weight: lighter;
  display: flex;
  justify-content: space-around;
  flex-wrap: nowrap;
}
#footer #nav-menu-footer > ul > li {
  padding: 0 15px;
  font-size: 11px;
  margin: 20px 0;
  flex-basis: 16.6%;
}
#footer #nav-menu-footer > ul > li .link {
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 15px;
  width: 100%;
}
#footer #nav-menu-footer > ul > li .sub-menu {
  width: 100%;
}
#footer #nav-menu-footer > ul > li .sub-menu li {
  width: 100%;
  padding: 0;
  margin: 0;
}
#footer #nav-menu-footer > ul > li .sub-menu li a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
  display: block;
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  -ms-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
}
#footer #nav-menu-footer > ul > li .sub-menu li a:hover {
  opacity: 0.5;
}
@media (max-width: 980px) {
  #footer #nav-menu-footer {
    display: none;
  }
}
#footer .poweredBy {
  display: block;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.65);
  text-align: center;
}
#footer .poweredBy img {
  filter: brightness(500%) grayscale(100%);
}
#footer #footer-links, #footer #quotations, #footer #quotations-new {
  display: inline-block;
}
#footer #footer-links {
  background-color: #1bb1dd;
  box-shadow: 5px 5px 15px #eeeaea;
  position: relative;
  z-index: 2;
}
#footer #footer-links ul {
  padding: 10px 18px 10px 0;
  text-align: right;
}
#footer #footer-links ul li {
  border-right: 2px solid #f9f9f9;
  vertical-align: middle;
}
#footer #footer-links ul li:last-child {
  border: 0;
}
#footer #footer-links ul li a {
  padding: 10px;
  transition: all 0.3s ease-in;
}
#footer #footer-links ul li a:hover {
  color: #004a91;
}
#footer #footer-links ul li.acesso-rapido {
  border-width: 0;
  padding-right: 20px;
}
#footer #footer-links ul li.acesso-rapido span {
  width: 55px;
  display: inline-block;
  font-size: 18px;
  line-height: 1.2em;
}
#footer #quotations {
  padding: 5px 25px 8px 15px;
  height: 40px;
  position: relative;
  vertical-align: middle;
  background: url(img/ico-loading.gif) no-repeat center center #eeeaea;
}
#footer #quotations.on-load {
  background-image: none;
}
#footer #quotations ul {
  display: inline-block;
  height: 40px;
  margin-left: -70px;
  vertical-align: middle;
  overflow: hidden;
  position: absolute;
  width: 100%;
}
#footer #quotations ul:hover li {
  animation-play-state: paused;
}
@media (max-width: 768px) {
  #footer #quotations ul {
    width: 300%;
    animation: marquee 25s linear infinite;
  }
}
#footer #quotations ul li:nth-child(1) {
  animation-delay: 15s;
}
#footer #quotations ul li:nth-child(2) {
  animation-delay: 30s;
}
#footer #quotations ul li:nth-child(3) {
  animation-delay: 45s;
}
#footer #quotations ul li:nth-child(4) {
  animation-delay: 60s;
}
#footer #quotations ul li:nth-child(5) {
  animation-delay: 75s;
}
#footer #quotations ul li:nth-child(6) {
  animation-delay: 90s;
}
#footer #quotations ul li:nth-child(7) {
  animation-delay: 105s;
}
#footer #quotations ul li:nth-child(8) {
  animation-delay: 120s;
}
#footer #quotations ul li {
  display: inline-block;
  width: 400px;
  height: 40px;
  text-align: center;
  padding: 10px 10px 0 10px;
  animation: marquee 25s linear infinite;
  position: relative;
  top: 0;
  left: 100%;
  background-color: #eeeaea;
  box-shadow: 0 0 25px #eeeaea;
  vertical-align: middle;
  margin-right: 20px;
}
@media (max-width: 768px) {
  #footer #quotations ul li {
    animation: none;
    position: static;
    width: initial;
  }
}
#footer #quotations span {
  display: inline-block;
  font-size: 14px;
  color: #000;
}
#footer #quotations span.blue {
  color: #004a91;
}
#footer #quotations span.variation-down {
  color: #f00;
}
#footer #quotations span.variation-up {
  color: #050;
}
#footer #quotations a {
  color: #555;
  font-size: 11px;
  position: absolute;
  top: 42px;
  left: 10px;
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  -ms-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
}
#footer #quotations a:hover {
  opacity: 0.5;
}
#footer #quotations-new {
  padding: 5px 25px 8px 15px;
  height: 40px;
  position: relative;
  vertical-align: middle;
  background: url(img/ico-loading.gif) no-repeat center center #eeeaea;
}
#footer #quotations-new.on-load {
  background-image: none;
}
#footer #quotations-new ul {
  display: block;
  position: relative;
  animation: marquee 30s linear infinite;
  width: 2600px;
  height: 45px;
  overflow: hidden;
  background-color: #eeeaea;
}
#footer #quotations-new ul:hover {
  animation-play-state: paused;
}
@media (max-width: 768px) {
  #footer #quotations-new ul {
    animation: marquee 30s linear infinite;
  }
}
#footer #quotations-new ul li {
  width: auto;
  height: 40px;
  padding: 10px 20px 0 10px;
  position: relative;
  background-color: #eeeaea;
  vertical-align: middle;
  margin-right: 20px;
}
@media (max-width: 768px) {
  #footer #quotations-new ul li {
    animation: none;
    position: static;
    width: initial;
  }
}
#footer #quotations-new span {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0;
  color: #000;
  padding: 0 2px;
}
#footer #quotations-new span.blue {
  color: #004a91;
}
#footer #quotations-new span.variation-down {
  color: #f00;
}
#footer #quotations-new span.variation-up {
  color: #050;
}
#footer #quotations-new a {
  color: #555;
  font-size: 11px;
  position: absolute;
  top: 42px;
  left: 10px;
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  -ms-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
}
#footer #quotations-new a:hover {
  opacity: 0.5;
}
@keyframes marquee {
  0% {
    left: 105%;
    /* 100% */
  }
  100% {
    left: -3000px;
    /* -200px */
  }
}
@media (max-width: 768px) {
  @keyframes marquee {
    0% {
      left: 105%;
      /* 100% */
    }
    100% {
      left: -2500px;
      /* -100% */
    }
  }
}

#pre-loader {
  position: fixed;
  background-color: transparent;
  height: 0%;
  width: 0%;
  text-align: center;
  z-index: 100;
}

.load {
  width: 49px;
  height: 49px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.load,
.load:before,
.load:after {
  animation: 0.8s infinite ease-in-out;
  -o-animation: 0.8s infinite ease-in-out;
  -ms-animation: 0.8s infinite ease-in-out;
  -webkit-animation: 0.8s infinite ease-in-out;
  -moz-animation: 0.8s infinite ease-in-out;
}

.load:before,
.load:after {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}

.load:before,
.load:after {
  content: "";
}

.load:before,
.load:after {
  content: "";
  background-color: rgba(252, 231, 146, 0.97);
  transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  animation: cssload-animation 1.195s infinite ease-in-out;
  -o-animation: cssload-animation 1.195s infinite ease-in-out;
  -ms-animation: cssload-animation 1.195s infinite ease-in-out;
  -webkit-animation: cssload-animation 1.195s infinite ease-in-out;
  -moz-animation: cssload-animation 1.195s infinite ease-in-out;
}

.load:after {
  animation-delay: 0.5975s;
  -o-animation-delay: 0.5975s;
  -ms-animation-delay: 0.5975s;
  -webkit-animation-delay: 0.5975s;
  -moz-animation-delay: 0.5975s;
}

@keyframes cssload-animation {
  0% {
    transform: translateX(-100%) scale(0);
  }
  50% {
    transform: translateX(0%) scale(1);
  }
  100% {
    transform: translateX(100%) scale(0);
  }
}
@-o-keyframes cssload-animation {
  0% {
    -o-transform: translateX(-100%) scale(0);
  }
  50% {
    -o-transform: translateX(0%) scale(1);
  }
  100% {
    -o-transform: translateX(100%) scale(0);
  }
}
@-ms-keyframes cssload-animation {
  0% {
    -ms-transform: translateX(-100%) scale(0);
  }
  50% {
    -ms-transform: translateX(0%) scale(1);
  }
  100% {
    -ms-transform: translateX(100%) scale(0);
  }
}
@-webkit-keyframes cssload-animation {
  0% {
    -webkit-transform: translateX(-100%) scale(0);
  }
  50% {
    -webkit-transform: translateX(0%) scale(1);
  }
  100% {
    -webkit-transform: translateX(100%) scale(0);
  }
}
@-moz-keyframes cssload-animation {
  0% {
    -moz-transform: translateX(-100%) scale(0);
  }
  50% {
    -moz-transform: translateX(0%) scale(1);
  }
  100% {
    -moz-transform: translateX(100%) scale(0);
  }
}
@media (max-width: 960px) {
  #footer {
    z-index: 90;
  }
}
@media (max-width: 782px) {
  /* #header {
  	 .header-top {
  		 .header-links {
  			 display: none;
  		 }
  	 }
  } */
  #home-banner figure.banner-image figcaption {
    font-size: 18px;
    top: 42%;
  }
  #home-banner figure.banner-image figcaption div.spc1 p {
    font-size: 20px;
    line-height: 1.3em;
  }
  #home-banner figure.banner-image figcaption div.spc1 p .title-banner {
    margin-top: -25px;
  }

  .search-mask .search-form {
    font-size: 30px;
    text-align: left;
  }
  .search-mask .search-form button.search-submit {
    margin-left: 20%;
    transform: translateX(-20%);
  }
  .search-mask .search-form button.search-submit:before {
    font-size: 25px;
  }

  #quotations, #quotations-new {
    height: 55px !important;
  }
  #quotations a, #quotations-new a {
    bottom: 5px;
    top: auto;
  }
}
@media (max-width: 460px) {
  #home-banner .owl-dots {
    bottom: 45%;
    transform: rotate(90deg);
    left: 40%;
  }
}
#popup {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999999;
  top: 0;
  left: 0;
}

#popup .box-msg {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#popup table {
  border-color: transparent;
  width: 550px !important;
  margin-left: 5px;
  margin-top: 50px;
}

#popup td {
  padding: 0 10px;
  vertical-align: top;
}

#popup .info {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 100%;
  top: 11px;
}

#popup .info h2 {
  font-size: 15px;
  font-weight: bold;
  font-family: "Effra";
  color: #1AB0DD;
}

#popup .info h2 strong {
  display: inline-block;
  width: 100%;
  font-size: 24px;
  font-family: "Effra";
  padding-bottom: 4px;
}

#popup .info h2 strong span {
  font-size: 28px !important;
}

#popup .info h3 {
  font-size: 18px;
  display: block;
  font-family: "Effra";
  margin: 7px 0;
  color: #1AB0DD;
}

#popup .info h3 strong {
  font-size: 13px;
  font-family: "Effra";
  display: inline-block;
}

#popup .info h3 strong.senha {
  font-size: 17px;
  width: auto;
  font-weight: 100;
}

#popup .info p {
  color: #fff;
  font-size: 12px;
  display: inline-block;
  font-family: "Effra";
  width: 100%;
  margin: 7px 0 5px;
  line-height: 1.6em;
}

#popup .info a {
  font-size: 15px;
  font-weight: bold;
  font-family: "Effra";
  color: #1AB0DD;
  text-decoration: underline;
}

#popup .close {
  /* circular
  position: absolute;
  width: 50px;
  height: 48px;
  right: 31px;
  top: 17px;
  text-indent: -90000px;
  cursor: pointer;
  z-index: 2;
  */
  position: absolute;
  width: 32px;
  height: 30px;
  left: 50px;
  top: 15px;
  text-indent: -90000px;
  cursor: pointer;
  z-index: 2;
}

.link-popup {
  position: absolute;
  width: 152px;
  height: 30px;
  left: 73px;
  bottom: 33px;
}

@media (max-width: 580px) {
  #popup {
    display: none;
  }
}
