@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?ppuekw");
  src: url("fonts/icomoon.eot?ppuekw#iefix") format("embedded-opentype"),
    url("fonts/icomoon.ttf?ppuekw") format("truetype"),
    url("fonts/icomoon.woff?ppuekw") format("woff"),
    url("fonts/icomoon.svg?ppuekw#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  outline: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html,
body {
  height: 100%;
}
a {
  text-decoration: none;
}
ul {
  list-style: none;
}
input,
textarea,
select,
button,
[rel="button"] {
  margin: 0;
  outline: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  -ms-user-select: all !important;
  -o-user-select: all !important;
  user-select: all !important;
}
[required] {
  box-shadow: none;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 740px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1160px;
  }
}
.container-fluid {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xxs-1,
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xxs-2,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xxs-3,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xxs-4,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xxs-5,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xxs-6,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xxs-7,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xxs-8,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xxs-9,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xxs-10,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xxs-11,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xxs-12,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12,
col-xxs-5c,
.col-xs-5c,
.col-sm-5c,
.col-md-5c,
.col-lg-5c {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xxs-1,
.col-xxs-2,
.col-xxs-3,
.col-xxs-4,
.col-xxs-5,
.col-xxs-6,
.col-xxs-7,
.col-xxs-8,
.col-xxs-9,
.col-xxs-10,
.col-xxs-11,
.col-xxs-12 {
  float: left;
}
.col-xxs-12 {
  width: 100%;
}
.col-xxs-11 {
  width: 91.66666667%;
}
.col-xxs-10 {
  width: 83.33333333%;
}
.col-xxs-9 {
  width: 75%;
}
.col-xxs-8 {
  width: 66.66666667%;
}
.col-xxs-7 {
  width: 58.33333333%;
}
.col-xxs-6 {
  width: 50%;
}
.col-xxs-5 {
  width: 41.66666667%;
}
.col-xxs-5c {
  width: 20%;
}
.col-xxs-4 {
  width: 33.33333333%;
}
.col-xxs-3 {
  width: 25%;
}
.col-xxs-2 {
  width: 16.66666667%;
}
.col-xxs-1 {
  width: 8.33333333%;
}
.col-xxs-pull-12 {
  right: 100%;
}
.col-xxs-pull-11 {
  right: 91.66666667%;
}
.col-xxs-pull-10 {
  right: 83.33333333%;
}
.col-xxs-pull-9 {
  right: 75%;
}
.col-xxs-pull-8 {
  right: 66.66666667%;
}
.col-xxs-pull-7 {
  right: 58.33333333%;
}
.col-xxs-pull-6 {
  right: 50%;
}
.col-xxs-pull-5 {
  right: 41.66666667%;
}
.col-xxs-pull-4 {
  right: 33.33333333%;
}
.col-xxs-pull-3 {
  right: 25%;
}
.col-xxs-pull-2 {
  right: 16.66666667%;
}
.col-xxs-pull-1 {
  right: 8.33333333%;
}
.col-xxs-pull-0 {
  right: auto;
}
.col-xxs-push-12 {
  left: 100%;
}
.col-xxs-push-11 {
  left: 91.66666667%;
}
.col-xxs-push-10 {
  left: 83.33333333%;
}
.col-xxs-push-9 {
  left: 75%;
}
.col-xxs-push-8 {
  left: 66.66666667%;
}
.col-xxs-push-7 {
  left: 58.33333333%;
}
.col-xxs-push-6 {
  left: 50%;
}
.col-xxs-push-5 {
  left: 41.66666667%;
}
.col-xxs-push-4 {
  left: 33.33333333%;
}
.col-xxs-push-3 {
  left: 25%;
}
.col-xxs-push-2 {
  left: 16.66666667%;
}
.col-xxs-push-1 {
  left: 8.33333333%;
}
.col-xxs-push-0 {
  left: auto;
}
.col-xxs-offset-12 {
  margin-left: 100%;
}
.col-xxs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xxs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xxs-offset-9 {
  margin-left: 75%;
}
.col-xxs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xxs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xxs-offset-6 {
  margin-left: 50%;
}
.col-xxs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xxs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xxs-offset-3 {
  margin-left: 25%;
}
.col-xxs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xxs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xxs-offset-0 {
  margin-left: 0;
}
@media (min-width: 480px) {
  .col-xs-1,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12 {
    float: left;
  }
  .col-xs-12 {
    width: 100%;
  }
  .col-xs-11 {
    width: 91.66666667%;
  }
  .col-xs-10 {
    width: 83.33333333%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-8 {
    width: 66.66666667%;
  }
  .col-xs-7 {
    width: 58.33333333%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-5 {
    width: 41.66666667%;
  }
  .col-xs-5c {
    width: 20%;
  }
  .col-xs-4 {
    width: 33.33333333%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-2 {
    width: 16.66666667%;
  }
  .col-xs-1 {
    width: 8.33333333%;
  }
  .col-xs-pull-12 {
    right: 100%;
  }
  .col-xs-pull-11 {
    right: 91.66666667%;
  }
  .col-xs-pull-10 {
    right: 83.33333333%;
  }
  .col-xs-pull-9 {
    right: 75%;
  }
  .col-xs-pull-8 {
    right: 66.66666667%;
  }
  .col-xs-pull-7 {
    right: 58.33333333%;
  }
  .col-xs-pull-6 {
    right: 50%;
  }
  .col-xs-pull-5 {
    right: 41.66666667%;
  }
  .col-xs-pull-4 {
    right: 33.33333333%;
  }
  .col-xs-pull-3 {
    right: 25%;
  }
  .col-xs-pull-2 {
    right: 16.66666667%;
  }
  .col-xs-pull-1 {
    right: 8.33333333%;
  }
  .col-xs-pull-0 {
    right: auto;
  }
  .col-xs-push-12 {
    left: 100%;
  }
  .col-xs-push-11 {
    left: 91.66666667%;
  }
  .col-xs-push-10 {
    left: 83.33333333%;
  }
  .col-xs-push-9 {
    left: 75%;
  }
  .col-xs-push-8 {
    left: 66.66666667%;
  }
  .col-xs-push-7 {
    left: 58.33333333%;
  }
  .col-xs-push-6 {
    left: 50%;
  }
  .col-xs-push-5 {
    left: 41.66666667%;
  }
  .col-xs-push-4 {
    left: 33.33333333%;
  }
  .col-xs-push-3 {
    left: 25%;
  }
  .col-xs-push-2 {
    left: 16.66666667%;
  }
  .col-xs-push-1 {
    left: 8.33333333%;
  }
  .col-xs-push-0 {
    left: auto;
  }
  .col-xs-offset-12 {
    margin-left: 100%;
  }
  .col-xs-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xs-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xs-offset-9 {
    margin-left: 75%;
  }
  .col-xs-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xs-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xs-offset-6 {
    margin-left: 50%;
  }
  .col-xs-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xs-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xs-offset-3 {
    margin-left: 25%;
  }
  .col-xs-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xs-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xs-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .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 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-5c {
    width: 20%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .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 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-5c {
    width: 20%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .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 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-5c {
    width: 20%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xxs,
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xxs-block,
.visible-xxs-inline,
.visible-xxs-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 479px) {
  .visible-xxs {
    display: block !important;
  }
  table.visible-xxs {
    display: table !important;
  }
  tr.visible-xxs {
    display: table-row !important;
  }
  th.visible-xxs,
  td.visible-xxs {
    display: table-cell !important;
  }
}
@media (max-width: 479px) {
  .visible-xxs-block {
    display: block !important;
  }
}
@media (max-width: 479px) {
  .visible-xxs-inline {
    display: inline !important;
  }
}
@media (max-width: 479px) {
  .visible-xxs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 479px) {
  .hidden-xxs {
    display: none !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.nopad {
  padding: 0;
}
.nopadlft {
  padding-left: 0;
}
.nopadrgt {
  padding-right: 0;
}
@media print {
  .print--fullwidth {
    width: 100% !important;
  }
  .print--nobkg {
    background: transparent !important;
  }
}
.survey {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: 999999;
  text-align: center;
  overflow: auto;
}
.survey--body {
  overflow-y: hidden;
}
.survey__box {
  position: relative;
  float: left;
  width: 100%;
  min-height: 600px;
  padding: 30px;
  margin-bottom: 30px;
  background: white;
  text-align: left;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.survey__head {
  position: relative;
  float: left;
  width: 100%;
  padding: 30px;
  margin-top: 30px;
  background: #ed3237;
  text-align: left;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.survey__title {
  float: left;
  width: 100%;
  margin-bottom: 7.5px;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 300;
  color: white;
}
.survey__subtitle {
  float: left;
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.75);
}
.survey__close {
  position: absolute;
  top: 50%;
  right: 30px;
  width: 36px;
  height: 36px;
  z-index: 100;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.survey__close .material-icons {
  font-size: 36px;
  color: white;
}
.survey__question {
  float: left;
  width: 100%;
}
.survey__question__row {
  float: left;
  width: 100%;
}
.survey__question__list {
  float: left;
  width: 100%;
  padding-bottom: 30px;
}
.survey__question__list:not(:last-of-type) {
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
}
.survey__question__title {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 400;
  color: black;
}
.survey__question__title--required:after {
  content: " *";
  color: #ed3237;
}
.survey__answers {
  float: left;
  width: 100%;
}
.survey__answers__row {
  float: left;
  width: 100%;
}
.survey__answers__list {
  position: relative;
  float: left;
  width: 100%;
  cursor: pointer;
}
.survey__answers__list:not(:last-of-type) {
  margin-bottom: 7.5px;
}
.survey__answers__list--linear {
  width: 24px;
  margin-bottom: 0 !important;
  display: inline-block;
}
.survey__answers__list--linear:not(:last-of-type) {
  margin-right: 15px;
}
.survey__answers__label {
  float: left;
  display: table;
}
.survey__answers input[type="radio"] {
  position: absolute;
  width: 24px;
  height: 24px;
  opacity: 0;
  pointer-events: none;
  -webkit-appearance: radio;
  -moz-appearance: radio;
  -o-appearance: radio;
  -ms-appearance: radio;
  appearance: radio;
}
.survey__answers input[type="radio"]:checked + .survey__answers__radio {
  background: #ed3237;
  box-shadow: inset 0 0 0 2px #ed3237, inset 0 0 0 4px white;
}
.survey__answers__radio {
  float: left;
  width: 24px;
  height: 24px;
  border-radius: 24px;
  box-shadow: inset 0 0 0 2px #888;
  cursor: pointer;
}
.survey__answers__info {
  width: 100%;
  padding-left: 7.5px;
  display: table-cell;
  vertical-align: middle;
}
.survey__answers__info--linear {
  float: left;
  padding: 7.5px 0 0 !important;
  display: block;
  text-align: center;
}
.survey__answers__title {
  float: left;
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  font-size: 1rem;
  color: black;
}
.survey__answers__text {
  float: left;
  width: 100%;
  max-width: 100%;
  padding: 15px;
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  font-size: 1rem;
  color: black;
  border: 2px solid #aaa;
  border-radius: 3px;
  -webkit-transition: border-color 0.3s ease;
  -moz-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  -ms-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.survey__answers__text:hover {
  border-color: #5f6569;
}
.survey__answers__text:focus {
  border-color: #ed3237;
}
.page__section {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 30px;
  padding: 30px;
  background: #ddd;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #134f75;
}
.page__section:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-top-color: #ddd;
  border-width: 20px;
  margin-left: -20px;
}
.page__section--secondary {
  color: #ddd;
  background: #134f75;
}
.page__section--secondary:after {
  border-top-color: #134f75;
}
.page__section--tertiary {
  color: white;
  background: #607d8b;
}
.page__section--tertiary:after {
  display: none;
}
.page__text {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  line-height: 1.2;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  color: black;
}
@media (max-width: 479px) {
  .page__text {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.page__text--justify {
  text-align: justify;
}
.page__text--left {
  text-align: left;
}
.page__text__link {
  color: #ed3237;
}
.page__text--mgtop {
  margin-top: 30px;
}
.page__text--small {
  font-size: 10px;
  font-size: 1rem;
}
.page__menu {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.page__menu__list {
  float: left;
  width: 100%;
}
.page__menu__list:not(:last-of-type) {
  border-bottom: 1px solid #ddd;
}
.page__menu__list:first-of-type .page__menu__link {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.page__menu__list:last-of-type .page__menu__link {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.page__menu__link {
  float: left;
  width: 100%;
  padding: 15px;
  background: #eee;
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  font-size: 1rem;
  color: #888;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.page__menu__link:hover {
  background-color: #d5d5d5 !important;
  color: #888 !important;
}
.page__title {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  color: #134f75;
}
.page__title--small {
  font-size: 12px;
  font-size: 1.2rem;
  color: #888;
}
.form {
  float: left;
  width: 100%;
}
.form--mgbot {
  margin-bottom: 30px;
}
.form__alert {
  float: left;
  width: 100%;
  padding: 15px;
  background: #eee;
  font-family: "Roboto", sans-serif;
  font-size: 11px;
  font-size: 1.1rem;
  border-radius: 3px;
}
@media (max-width: 767px) {
  .form__alert {
    font-size: 9px;
    font-size: 0.9rem;
  }
}
.form__alert__link {
  color: inherit;
  font-weight: bold;
  text-decoration: underline;
}
.form__alert__title {
  float: left;
  width: 100%;
  margin-bottom: 7.5px;
}
.form__alert__title b {
  vertical-align: middle;
}
.form__alert__title .material-icons {
  vertical-align: middle;
}
.form__alert--mgtop {
  margin-top: 15px;
  margin-bottom: -15px;
}
.form__alert--yellow {
  background: #ffc107;
  color: white;
}
.form__alert--blue {
  background: #39f;
  color: white;
}
.form__alert--green {
  background: #4caf50;
  color: white;
}
.form__field {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
.form__label {
  float: left;
  width: 100%;
  margin-bottom: 7.5px;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-size: 8px;
  font-size: 0.8rem;
  font-weight: 700;
  color: #888;
}
.form__label--required:after {
  content: " *";
  color: #ed3237;
  font-weight: bold;
}
.form__input {
  float: left;
  width: 100%;
  max-width: 100%;
  height: 45px;
  padding: 10px 7.5px;
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  font-size: 1rem;
  font-weight: 400;
  color: black;
  background: white;
  border: 2px solid #ddd;
  border-radius: 3px;
}
.form__input[disabled] {
  background-color: #eee;
}
.form__input--select {
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  -o-appearance: menulist;
  -ms-appearance: menulist;
  appearance: menulist;
}
.form__input--textarea {
  height: auto;
}
.form__input[readonly] {
  padding: 0;
  background: white;
  border: none;
  border-bottom: 2px solid #eee;
  border-radius: 0;
  pointer-events: none;
}
.relatorio {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  font-family: "Roboto", sans-serif;
}
.relatorio__load {
  float: left;
  width: 100%;
  margin-top: 7.5px;
  padding: 45px 0;
  background: #eee;
  border-radius: 3px;
  text-align: center;
}
.relatorio__load:before {
  content: "";
  width: 60px;
  height: 60px;
  border: 5px solid #607d8b;
  border-right-color: rgba(96, 125, 139, 0.1);
  border-radius: 60px;
  display: inline-block;
  -webkit-animation: load 0.6s linear infinite;
  -moz-animation: load 0.6s linear infinite;
  -o-animation: load 0.6s linear infinite;
  -ms-animation: load 0.6s linear infinite;
  animation: load 0.6s linear infinite;
}
@-webkit-keyframes load {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
.relatorio__load:after {
  content: "Carregando dados";
  float: left;
  width: 100%;
  margin-top: 7.5px;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  color: #888;
}
.relatorio__tbody {
  float: left;
  width: 100%;
  display: none;
}
.relatorio__tbody--ready {
  display: block;
}
.relatorio__chart {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.relatorio__chart--bkg {
  padding: 15px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 3px;
}
@media (max-width: 767px) {
  .relatorio__chart--bkg {
    padding: 15px 0;
  }
}
.relatorio__chart--nomg {
  margin-bottom: 0;
}
.relatorio__chart__title {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  text-align: center;
  font-size: 10px;
  font-size: 1rem;
  color: #0087c1;
}
.relatorio__chart__title--mgtop {
  margin-top: 30px;
}
.relatorio__chart__title--nomg {
  margin-bottom: 0;
}
.relatorio__chart__title--small {
  font-size: 9px;
  font-size: 0.9rem;
  color: #888;
}
.relatorio__chart__money {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
}
.relatorio__chart__money--green {
  color: #66bb6a;
}
.relatorio__chart__money--red {
  color: #f44336;
}
.relatorio__table {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 30px;
  overflow-x: auto;
}
.relatorio__table--nomg {
  margin-top: 0;
}
.relatorio__table--mgbot {
  margin-bottom: 30px;
}
.relatorio__table--linked {
  cursor: pointer;
}
.relatorio__table__text--green {
  color: #2e7d32 !important;
}
.relatorio__table__text--red {
  color: #f44336 !important;
}
.relatorio__table__text--strong {
  font-weight: 700 !important;
}
.relatorio__table__text--big {
  font-size: 16px !important;
  font-size: 1.6rem !important;
}
.relatorio__table__text--right {
  text-align: right !important;
}
.relatorio__table__title {
  float: left;
  width: 100%;
  font-family: "Roboto", sans-serif;
  color: black;
  font-size: 18px;
  font-size: 1.8rem;
}
.relatorio__table table {
  float: left;
  width: 100%;
  border-collapse: collapse;
}
.relatorio__table table--center {
  text-align: center;
}
.relatorio__table table thead {
  background: #ddd;
  border: none !important;
}
.relatorio__table table thead td {
  padding: 15px;
  font-size: 11px;
  font-size: 1.1rem;
  color: #607d8b;
  font-weight: 400;
  border: 1px solid #ddd;
  vertical-align: middle;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .relatorio__table table thead td {
    padding: 7.5px;
    font-size: 9px;
    font-size: 0.9rem;
  }
}
.relatorio__table table tbody tr:nth-child(even) {
  background: #eee;
}
.relatorio__table table tbody tr.relatorio__table--linked:hover {
  background: rgba(0, 135, 193, 0.1);
}
.relatorio__table table tbody td {
  padding: 15px;
  font-size: 10px;
  font-size: 1rem;
  color: black;
  font-weight: 400;
  border: 1px solid #ddd;
  vertical-align: middle;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .relatorio__table table tbody td {
    padding: 7.5px;
    font-size: 9px;
    font-size: 0.9rem;
  }
}
.relatorio__tabela {
  position: relative;
  float: left;
  width: 100%;
  height: 294px;
}
.relatorio__tabela table {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-collapse: collapse;
  background: #4b626d;
}
.relatorio__tabela td {
  padding: 7.5px;
  text-align: center;
  font-size: 9px;
  font-size: 0.9rem;
  color: white;
  font-weight: 300;
  border: 1px solid #607d8b;
  vertical-align: middle;
}
.relatorio__tabela__title {
  float: left;
  width: 100%;
  padding: 7.5px 0;
  margin-top: 30px;
  background: #607d8b;
  text-align: center;
  font-size: 10px;
  font-size: 1rem;
  color: white;
}
.relatorio__head {
  float: left;
  width: 100%;
  padding: 30px;
  background: #607d8b;
  border-radius: 3px;
  border-top-right-radius: 50px;
}
@media print {
  .relatorio__head {
    padding: 0;
    margin-top: 15px;
    background: white;
  }
}
@media (max-width: 767px) {
  .relatorio__head {
    padding: 15px;
    border-radius: 0;
  }
}
.relatorio__head__name {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  color: white;
}
@media print {
  .relatorio__head__name {
    color: black;
  }
}
@media (max-width: 767px) {
  .relatorio__head__name {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.relatorio__head__reference {
  float: left;
  width: 100%;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.75);
}
@media print {
  .relatorio__head__reference {
    color: #888;
  }
}
@media (max-width: 767px) {
  .relatorio__head__reference {
    font-size: 9px;
    font-size: 0.9rem;
  }
}
.relatorio__filter {
  float: left;
  width: 100%;
  padding: 30px;
  background: #4b626d;
}
@media print {
  .relatorio__filter {
    display: none;
  }
}
@media (max-width: 767px) {
  .relatorio__filter {
    padding: 15px;
  }
}
.relatorio__filter__label {
  float: left;
  width: 100%;
  margin-bottom: 7.5px;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 400;
  color: white;
}
@media (max-width: 767px) {
  .relatorio__filter__label {
    font-size: 9px;
    font-size: 0.9rem;
  }
}
.relatorio__filter__input {
  float: left;
  width: 100%;
  height: 40px;
  padding: 7.5px;
  font-size: 10px;
  font-size: 1rem;
  font-weight: 400;
  border-radius: 3px;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  -o-appearance: menulist;
  -ms-appearance: menulist;
  appearance: menulist;
}
.relatorio__filter__button {
  float: left;
  width: 100%;
  height: 40px;
  background: #39f;
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  font-size: 1rem;
  color: white;
  font-weight: 400;
  border-radius: 3px;
  cursor: pointer;
}
.relatorio__filter__button:hover {
  background: #007fff;
}
.relatorio__rating {
  float: left;
  width: 100%;
}
.relatorio__rating__list {
  text-align: center;
}
@media (max-width: 767px) {
  .relatorio__rating__list {
    padding: 0;
  }
  .relatorio__rating__list:not(:last-of-type) .relatorio__rating__value {
    margin-bottom: 15px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
}
.relatorio__rating__head {
  float: left;
  width: 100%;
  margin-bottom: 7.5px;
  font-size: 9px;
  font-size: 0.9rem;
  font-weight: 600;
}
.relatorio__rating__value {
  position: relative;
  float: left;
  width: 100%;
  padding-bottom: 100%;
  background: #eee;
}
/*.relatorio__rating__value[data-faixa="A"] {*/
/*  background: #2196f3;*/
/*}*/
/*.relatorio__rating__value[data-faixa="B"] {*/
/*  background: #7986cb;*/
/*}*/
/*.relatorio__rating__value[data-faixa="C"] {*/
/*  background: #66bb6a;*/
/*}*/
/*.relatorio__rating__value[data-faixa="D"] {*/
/*  background: #fbc02d;*/
/*}*/
/*.relatorio__rating__value[data-faixa="E"] {*/
/*  background: #f48fb1;*/
/*}*/
/*.relatorio__rating__value[data-faixa="F"] {*/
/*  background: #f44336;*/
/*}*/
/*.relatorio__rating__value[data-faixa="G"] {*/
/*  background: #b71c1c;*/
/*}*/
/*Alteração Wesley Marins21/03/2024*/
/*Inclusão de faixas H e I*/

.relatorio__rating__value[data-faixa="A"] {
  background: #2196f3;
}
.relatorio__rating__value[data-faixa="B"] {
  background: #7986cb;
}
.relatorio__rating__value[data-faixa="C"] {
  background: #66bb6a;
}
.relatorio__rating__value[data-faixa="D"] {
  background: #fbc02d;
}
.relatorio__rating__value[data-faixa="E"] {
  background: #f48fb1;
}
.relatorio__rating__value[data-faixa="F"] {
  background: #f44336; 
}
.relatorio__rating__value[data-faixa="G"] {
  background: #e53935;
}
.relatorio__rating__value[data-faixa="H"] {
  background: #d32f2f;
}
.relatorio__rating__value[data-faixa="I"] {
  background: #b71c1c; 
}
.relatorio__rating__value:before {
  content: attr(data-faixa);
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 400;
  color: white;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header {
  position: relative;
  float: left;
  width: 100%;
  height: 120px;
  background: white;
  z-index: 1000;
}
@media (max-width: 991px) {
  .header {
    height: 70px;
  }
}
.header__logo {
  float: left;
  width: 130px;
  height: 100px;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .header__logo {
    width: 65px;
    height: 50px;
    margin-top: 10px;
  }
}
.header__title {
  float: left;
  width: 165px;
  height: 38px;
  padding-left: 15px;
  margin-top: 41px;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
@media (max-width: 1199px) {
  .header__title {
    width: 128px;
    height: 35px;
  }
}
@media (max-width: 991px) {
  .header__title {
    padding-left: 7.5px;
    margin-top: 17.5px;
  }
}
.header__title--small {
  font-size: 10px;
  font-size: 1rem;
  color: #888;
}
.header__title--big {
  font-size: 16px;
  font-size: 1.6rem;
  color: #134f75;
}
@media (max-width: 1199px) {
  .header__title--big {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.header__user {
  position: relative;
  float: right;
  margin-top: 40px;
  cursor: pointer;
}
@media (max-width: 991px) {
  .header__user {
    margin-top: 15px;
  }
}
.header__user__avatar {
  width: 40px;
  height: 40px;
  text-align: center;
  border: 2px solid #134f75;
  border-radius: 40px;
  display: inline-block;
  vertical-align: middle;
}
.header__user__avatar:before {
  content: "\e903";
  width: 100%;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  color: #134f75;
  line-height: 40px;
}
.header__user__info {
  padding-right: 7.5px;
  text-align: right;
  display: inline-block;
  vertical-align: middle;
}
.header__user__code {
  font-family: "Roboto", sans-serif;
  font-size: 8px;
  font-size: 0.8rem;
  font-weight: 300;
  color: #888;
}
.header__user__name {
  max-width: 200px;
  margin-bottom: 7.5px;
  font-family: "Roboto", sans-serif;
  font-size: 9px;
  font-size: 0.9rem;
  font-weight: 500;
  color: #134f75;
}
.header__user__subtitle {
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-size: 8px;
  font-size: 0.8rem;
  font-weight: 400;
  color: #888;
}
.header__user__options {
  position: absolute;
  top: 100%;
  right: 0;
  width: 200px;
  background: white;
  border-bottom: 3px solid #134f75;
  cursor: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.15));
  -moz-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.15));
  -o-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.15));
  -ms-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.15));
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.15));
  z-index: 1000;
  -webkit-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  -o-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease,
    -webkit-transform 0.3s ease, -moz-transform 0.3s ease,
    -o-transform 0.3s ease, -ms-transform 0.3s ease, transform 0.3s ease;
  -moz-transition: opacity 0.3s ease, visibility 0.3s ease,
    -webkit-transform 0.3s ease, -moz-transform 0.3s ease,
    -o-transform 0.3s ease, -ms-transform 0.3s ease, transform 0.3s ease;
  -o-transition: opacity 0.3s ease, visibility 0.3s ease,
    -webkit-transform 0.3s ease, -moz-transform 0.3s ease,
    -o-transform 0.3s ease, -ms-transform 0.3s ease, transform 0.3s ease;
  -ms-transition: opacity 0.3s ease, visibility 0.3s ease,
    -webkit-transform 0.3s ease, -moz-transform 0.3s ease,
    -o-transform 0.3s ease, -ms-transform 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease,
    -webkit-transform 0.3s ease, -moz-transform 0.3s ease,
    -o-transform 0.3s ease, -ms-transform 0.3s ease, transform 0.3s ease;
}
.header__user__options--active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.header__user__options:after {
  bottom: 100%;
  right: 12px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(213, 213, 213, 0);
  border-bottom-color: white;
  border-width: 8px;
  margin-left: -8px;
}
.header__user__options__list {
  float: left;
  width: 100%;
}
.header__user__options__list:not(:last-of-type) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.header__user__options__link {
  float: left;
  width: 100%;
  padding: 15px;
  font-family: "Roboto", sans-serif;
  font-size: 8px;
  font-size: 0.8rem;
  font-weight: 400;
  color: #888;
  white-space: nowrap;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.header__user__options__link .material-icons {
  display: inline-block;
  vertical-align: middle;
}
.header__user__options__link:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.header__user__options__link--logoff {
  color: white;
  background-color: #ed3237;
}
.header__user__options__link--logoff:hover {
  background-color: #d91318;
}
.header__emissao {
  float: right;
  margin-top: 25px;
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  font-size: 1rem;
  color: black;
}
.menu {
  position: relative;
  float: left;
  width: 100%;
  z-index: 1000;
}
@media (min-width: 991px) {
  .menu {
    float: left;
    display: block !important;
  }
  .menu__row {
    margin-top: -75px;
    margin-left: 310px;
  }
  .menu__list {
    float: left;
  }
  .menu__list:not(:last-of-type) {
    padding-right: 7.5px;
  }
  .menu__link {
    float: left;
    height: 30px;
    padding: 0 15px;
    font-family: "Roboto", sans-serif;
    font-size: 8px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #134f75;
    line-height: 30px;
    background-color: #eee;
    border-radius: 20px;
    -webkit-transition: background-color 0.3s ease, color 0.3s ease;
    -moz-transition: background-color 0.3s ease, color 0.3s ease;
    -o-transition: background-color 0.3s ease, color 0.3s ease;
    -ms-transition: background-color 0.3s ease, color 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease;
  }
  .menu__link:hover,
  .menu__link--active {
    background-color: #ed3237;
    color: white;
  }
}
@media (min-width: 991px) and (max-width: 1199px) {
  .menu__row {
    margin-left: 273px;
  }
}
@media (max-width: 991px) {
  .menu {
    position: absolute;
    top: 70px;
    left: 0;
    width: 80%;
    height: 100%;
    background: #eee;
    z-index: 2000;
    -webkit-transition: -webkit-transform 0.3s ease, -moz-transform 0.3s ease,
      -o-transform 0.3s ease, -ms-transform 0.3s ease, transform 0.3s ease;
    -moz-transition: -webkit-transform 0.3s ease, -moz-transform 0.3s ease,
      -o-transform 0.3s ease, -ms-transform 0.3s ease, transform 0.3s ease;
    -o-transition: -webkit-transform 0.3s ease, -moz-transform 0.3s ease,
      -o-transform 0.3s ease, -ms-transform 0.3s ease, transform 0.3s ease;
    -ms-transition: -webkit-transform 0.3s ease, -moz-transform 0.3s ease,
      -o-transform 0.3s ease, -ms-transform 0.3s ease, transform 0.3s ease;
    transition: -webkit-transform 0.3s ease, -moz-transform 0.3s ease,
      -o-transform 0.3s ease, -ms-transform 0.3s ease, transform 0.3s ease;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .menu--active {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .menu__bkg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    z-index: 200;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    -moz-transition: opacity 0.3s ease, visibility 0.3s ease;
    -o-transition: opacity 0.3s ease, visibility 0.3s ease;
    -ms-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  .menu__bkg--active {
    opacity: 1;
    visibility: visible;
  }
  .menu__container {
    padding: 0;
  }
  .menu__row {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: -webkit-calc(100% - 70px);
    height: -moz-calc(100% - 70px);
    height: -o-calc(100% - 70px);
    height: -ms-calc(100% - 70px);
    height: calc(100% - 70px);
    overflow: auto;
  }
  .menu__list {
    float: left;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .menu__link {
    float: left;
    width: 100%;
    padding: 22.5px 15px;
    font-family: "Roboto", sans-serif;
    font-size: 10px;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #607d8b;
  }
}
.menu--overbody {
  overflow: hidden;
}
.menu__handler {
  float: left;
  width: 36px;
  height: 36px;
  margin-top: 17px;
  margin-right: 15px;
  cursor: pointer;
}
.menu__handler .material-icons {
  font-size: 36px;
  color: #134f75;
}
.painel {
  position: relative;
  float: left;
  width: 100%;
  padding: 30px 0;
  background: #eee;
}
@media (max-width: 767px) {
  .painel {
    padding: 0;
  }
}
.painel__container {
  position: relative;
}
@media (max-width: 767px) {
  .painel__container {
    padding: inherit;
  }
}
.painel__pager {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  background: #607d8b;
  z-index: 100;
}
.painel__pager--left {
  left: 0;
}
.painel__pager--right {
  right: 0;
}
.painel__pager .material-icons {
  font-size: 50px;
  color: white;
}
.painel__dots {
  position: relative;
  float: left;
  width: 100%;
  height: 50px;
  margin-top: -50px;
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.65) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.65) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.65) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  text-align: center;
  pointer-events: none;
}
.painel__dots .slick-dots {
  display: inline-block;
}
.painel__dots li {
  display: inline-block;
}
.painel__dots li:not(:last-of-type) {
  margin-right: 7.5px;
}
.painel__dots li button {
  float: left;
  width: 12px;
  height: 12px;
  padding: 0;
  margin-top: 19px;
  font-size: 0;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 12px;
  cursor: pointer;
  pointer-events: all;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.painel__dots li.slick-active button {
  background: #ed3237;
}
.painel__img {
  float: left;
  width: 100%;
}
.error {
  float: left;
  width: 100%;
  margin-top: 15px;
  text-align: center;
}
.error__title {
  floar: left;
  width: 100%;
  margin-bottom: 15px;
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  color: #607d8b;
}
@media (max-width: 991px) {
  .error__title {
    font-size: 20px;
    font-size: 2rem;
  }
}
.error__text {
  floar: left;
  width: 100%;
  margin-bottom: 30px;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  color: #888;
}
@media (max-width: 991px) {
  .error__text {
    font-size: 10px;
    font-size: 1rem;
  }
}
.download {
  float: left;
  width: 100%;
}
.download__box {
  float: left;
  width: 100%;
  padding: 15px;
  margin-bottom: 30px;
  background-color: #eee;
  border-radius: 3px;
  display: table;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.download__box:hover {
  background-color: #d5d5d5;
}
@media (max-width: 767px) {
  .download__box {
    margin-bottom: 15px;
  }
}
.download__icon {
  width: 50px;
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}
.download__icon:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 50px;
  color: #5f6569;
}
.download__icon--pdf:before {
  content: "\e902";
}
.download__info {
  padding-left: 15px;
  display: table-cell;
  vertical-align: middle;
}
.download__title {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #607d8b;
}
@media (max-width: 767px) {
  .download__title {
    font-size: 10px;
    font-size: 1rem;
  }
}
.download__subtitle {
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  font-size: 1rem;
  color: #888;
}
@media (max-width: 767px) {
  .download__subtitle {
    font-size: 8px;
    font-size: 0.8rem;
  }
}
.login__logo {
  float: left;
  width: 100%;
  height: 90px;
  margin-bottom: 15px;
  background: url(/img/logo/logo-mail.png) no-repeat center;
  background-size: contain;
}
.login__label {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #607d8b;
}
.login__body {
  height: 100%;
  background: #eee;
  display: flex;
  align-items: center;
}
.login__cadastrese {
  float: left;
  width: 100%;
  padding: 15px 0;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 8px;
  font-size: 0.8rem;
  font-weight: 700;
  color: #888;
}
.login__field {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
.login__input {
  float: left;
  width: 100%;
  padding: 15px;
  background: white;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  font-size: 1rem;
  color: black;
  border: 1px solid #ddd;
  border-radius: 3px;
}
.login__status {
  float: left;
  width: 100%;
  padding: 15px;
  margin-bottom: 15px;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 8px;
  font-size: 0.8rem;
  color: white;
  border-radius: 3px;
  display: none;
}
.login__status .material-icons {
  vertical-align: middle;
}
.login__status span {
  vertical-align: middle;
}
.login__status--active {
  display: block;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.login__status--error {
  background: #f44336;
}
.login__status--success {
  background: #4caf50;
}
.button {
  position: relative;
  height: 50px;
  padding: 0 15px;
  background: #ddd;
  text-transform: uppercase;
  text-align: center;
  line-height: 50px;
  font-family: "Roboto", sans-serif;
  font-size: 9px;
  font-size: 0.9rem;
  font-weight: 500;
  color: #888;
  border-radius: 3px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media (min-width: 479px) {
  .button:not(:last-child) {
    margin-right: 15px;
  }
}
@media (max-width: 479px) {
  .button:not(:last-child) {
    margin-bottom: 15px;
  }
}
.button .material-icons {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 479px) {
  .button {
    padding: 15px;
    width: 100%;
    height: auto;
    line-height: 1;
  }
}
.button--full {
  width: 100%;
}
.button--green {
  background-color: #4caf50;
  color: white;
}
.button--green:hover {
  background-color: #3d8b40;
}
.button--blue {
  background-color: #2196f3;
  color: white;
}
.button--blue:hover {
  background-color: #0c7cd5;
}
.button--red {
  background-color: #ed3237;
  color: white;
}
.button--red:hover {
  background-color: #d91318;
}
.button--wait {
  padding: 0 45px;
  background: #ddd !important;
  pointer-events: none;
}
.button--wait:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  margin-left: -12px;
  border: 3px solid #0087c1;
  border-right-color: rgba(0, 135, 193, 0.25);
  border-radius: 24px;
  -webkit-animation: wait 0.6s linear infinite;
  -moz-animation: wait 0.6s linear infinite;
  -o-animation: wait 0.6s linear infinite;
  -ms-animation: wait 0.6s linear infinite;
  animation: wait 0.6s linear infinite;
}
@-webkit-keyframes wait {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.button--success {
  background-color: #4caf50;
  color: white;
  pointer-events: none;
}
.button__group {
  float: left;
  width: 100%;
}
.button__group:not(.button__group--center) .button {
  float: left;
}
.button__group--center {
  text-align: center;
}
.button__group--mgtop {
  margin-top: 30px;
}
.button__group--mgbot {
  margin-bottom: 30px;
}
.button__group--mg {
  margin: 30px 0;
}
.servicos__list {
  margin-bottom: 30px;
}
.servicos__list:hover .servicos__icon {
  background: #ed3237;
  box-shadow: 0 0 0 10px #ed3237;
}
.servicos__list:hover .servicos__icon:before {
  color: white;
}
.servicos__link {
  float: left;
  width: 100%;
}
.servicos__icon {
  position: relative;
  float: left;
  width: 100%;
  padding-bottom: 100%;
  background: #ddd;
  border-radius: 100%;
  box-shadow: 0 0 0 0 #ddd;
  -webkit-transition: background 0.3s ease, box-shadow 0.3s ease;
  -moz-transition: background 0.3s ease, box-shadow 0.3s ease;
  -o-transition: background 0.3s ease, box-shadow 0.3s ease;
  -ms-transition: background 0.3s ease, box-shadow 0.3s ease;
  transition: background 0.3s ease, box-shadow 0.3s ease;
}
.servicos__icon:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  margin-left: -30px;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 60px;
  color: #ed3237;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.servicos__icon--chamados:before {
  content: "\f101";
}
.servicos__icon--meu-perfil:before {
  content: "\f100";
}
.servicos__icon--conta-celular:before {
  content: "\f104";
}
.servicos__icon--extrato-ir:before {
  content: "\f107";
}
.servicos__icon--unimed:before {
  content: "\f109";
}
.servicos__icon--teste:before {
  content: "\f518";
}
.servicos__icon--extrato-comprocard:before {
  content: "\f103";
}
.servicos__icon--noticias:before {
  content: "\f108";
}
.servicos__icon--incentivos:before {
  content: "\f106";
}
.servicos__icon--pesquisa:before {
  content: "\f109";
}
.servicos__icon--volume:before {
  content: "\f10c";
}
.servicos__icon--saldo:before {
  content: "\f10b";
}
.servicos__icon--qualidade:before {
  content: "\f105";
}
.servicos__icon--cota-capital:before {
  content: "\e900";
}
.servicos__icon--demonstrativo-produtor:before {
  content: "\f10a";
}
.servicos__icon--relatorios-gestao:before {
  content: "\e902";
}
.servicos__icon--estatuto:before {
  content: "\e902";
}
.servicos__icon__wrapper {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
@media (min-width: 1199px) {
  .servicos__icon__wrapper {
    padding: 0 60px;
  }
}
@media (min-width: 991px) and (max-width: 1199px) {
  .servicos__icon__wrapper {
    padding: 0 75px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .servicos__icon__wrapper {
    padding: 0 45px;
  }
}
@media (max-width: 767px) {
  .servicos__icon__wrapper {
    padding: 0;
  }
}
.servicos__title {
  float: left;
  width: 100%;
  height: 3.3rem;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 11px;
  font-size: 1.1rem;
  text-transform: uppercase;
  font-weight: 500;
  color: #134f75;
}
.noticias__list {
  margin-bottom: 15px;
}
.noticias__link {
  float: left;
  width: 100%;
}
@media (max-width: 991px) {
  .noticias__link {
    display: table;
  }
}
.noticias__info {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 991px) {
  .noticias__info {
    padding-left: 15px;
  }
}
.noticias__info--view {
  padding: 0 !important;
}
.noticias__img {
  float: left;
  width: 100%;
  padding-bottom: 100%;
  background: #eee no-repeat center;
  background-size: cover;
}
@media (min-width: 991px) {
  .noticias__img {
    margin-bottom: 15px;
  }
}
.noticias__img--view {
  margin-bottom: 30px !important;
}
.noticias__img__wrapper {
  float: left;
  width: 100%;
}
@media (max-width: 991px) {
  .noticias__img__wrapper {
    width: 150px;
  }
}
@media (max-width: 479px) {
  .noticias__img__wrapper {
    width: 100px;
  }
}
.noticias__data {
  float: left;
  width: 100%;
  margin-bottom: 7.5px;
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  font-size: 1rem;
  color: #888;
}
.noticias__title {
  float: left;
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-size: 11px;
  font-size: 1.1rem;
  text-transform: uppercase;
  font-weight: 500;
  color: #134f75;
}
@media (min-width: 991px) {
  .noticias__title {
    height: 4.4rem;
  }
}
@media (max-width: 479px) {
  .noticias__title {
    font-size: 10px;
    font-size: 1rem;
  }
}
.noticias__title--view {
  height: auto !important;
  margin-bottom: 15px;
  padding-bottom: 15px;
  font-size: 20px !important;
  font-size: 2rem !important;
  border-bottom: 1px solid #eee;
}
.noticias__text {
  text-align: justify;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  color: black;
  line-height: 1.2;
}
.Zebra_Pagination {
  clear: both;
  width: 100%;
  margin-bottom: 30px;
  overflow: hidden;
}
.Zebra_Pagination ul {
  position: relative;
  float: left;
  left: 50%;
}
.Zebra_Pagination li {
  position: relative;
  float: left;
  right: 50%;
  display: inline;
}
.Zebra_Pagination li:not(:last-of-type) {
  margin-right: 7.5px;
}
.Zebra_Pagination li > a,
.Zebra_Pagination li > span {
  position: relative;
  height: 40px;
  padding: 0 15px;
  line-height: 40px;
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 500;
  color: white;
  text-align: center;
  background: #0087c1;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  user-select: none;
  overflow: hidden;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.Zebra_Pagination li > a:hover,
.Zebra_Pagination li > span:hover {
  background-color: #00638e;
}
.Zebra_Pagination li > span,
.Zebra_Pagination li > span:hover {
  background: #ddd;
  cursor: default;
  color: #888;
}
.Zebra_Pagination li.active a {
  color: #fff;
  background-color: #ed3237;
  pointer-events: none;
}
.Zebra_Pagination li.disabled a {
  background: #ddd;
  cursor: default;
  color: #888;
}
@media (max-width: 767px) {
  .Zebra_Pagination li {
    display: none;
  }
  .Zebra_Pagination li:first-of-type,
  .Zebra_Pagination li:last-of-type,
  .Zebra_Pagination li.active {
    display: block;
  }
}
.Zebra_Pagination .pagination {
  display: inline-block;
}
.emprestimos {
  float: left;
  width: 100%;
}
.emprestimos__status {
  padding: 7.5px;
  color: white;
  background: #39f;
  border-radius: 3px;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  font-size: 8px;
  font-size: 0.8rem;
  white-space: nowrap;
}
.emprestimos__status--aprovado {
  background: #4caf50;
}
.emprestimos__status--analise {
  background: #ffc107;
}
.emprestimos__status--reprovado {
  background: #f44336;
}
.emprestimos__status--big {
  font-size: 10px;
  font-size: 1rem;
}
.emprestimos__info {
  float: left;
  width: 100%;
  padding: 15px;
  margin-bottom: 30px;
  line-height: 1.2;
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  font-size: 1rem;
  color: black;
  background: #eee;
  border-radius: 3px;
}
.emprestimos__valor {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #4caf50;
}
.timeline {
  float: left;
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
}
.timeline__list {
  text-align: center;
}
.timeline--left:before {
  content: "";
  position: absolute;
  top: 22.5px;
  left: 0;
  width: 50%;
  height: 5px;
  background: #ddd;
  z-index: 50;
}
.timeline--left--done:before {
  background: #4caf50;
}
.timeline--left--wait:before {
  background: #ffc107;
}
.timeline--right:after {
  content: "";
  position: absolute;
  top: 22.5px;
  right: 0;
  width: 50%;
  height: 5px;
  background: #ddd;
  z-index: 50;
}
.timeline--right--done:after {
  background: #4caf50;
}
.timeline--right--wait:after {
  background: #ffc107;
}
.timeline__icon {
  position: relative;
  width: 50px;
  height: 50px;
  margin-bottom: 15px;
  background: #ddd;
  border-radius: 50px;
  display: inline-block;
  z-index: 100;
  box-shadow: 0 0 0 5px white, 0 0 0 10px #ddd;
}
.timeline__icon--initial {
  background: #39f;
  box-shadow: 0 0 0 5px white, 0 0 0 10px #39f;
}
.timeline__icon--done {
  background: #4caf50;
  box-shadow: 0 0 0 5px white, 0 0 0 10px #4caf50;
}
.timeline__icon--wait {
  background: #ffc107;
  box-shadow: 0 0 0 5px white, 0 0 0 10px #ffc107;
}
.timeline__icon--fail {
  background: #f44336;
  box-shadow: 0 0 0 5px white, 0 0 0 10px #f44336;
}
.timeline__icon .material-icons {
  float: left;
  width: 100%;
  text-align: center;
  line-height: 50px;
  font-size: 24px;
  color: white;
}
.timeline__label {
  width: 100%;
  margin-bottom: 7.5px;
  font-family: "Roboto", sans-serif;
  font-size: 9px;
  font-size: 0.9rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #888;
}
.timeline__data {
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-size: 8px;
  font-size: 0.8rem;
  color: #888;
}
.cadastro__text {
  padding: 30px 0;
  background: #eee;
}
.helpdesk {
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.helpdesk .status {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  font-family: "Roboto", sans-serif;
}
.helpdesk .status .color {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
.helpdesk .status .color span {
  float: left;
  padding: 15px;
  color: white;
  text-transform: uppercase;
  font-size: 9px;
  font-size: 0.9rem;
  font-weight: bold;
  background: #ddd;
  color: #555;
  border-radius: 3px;
}
.helpdesk .status .color span.green {
  background: #388e3c;
  color: white;
}
.helpdesk .status .color span.yellow {
  background: #ff9800;
  color: white;
}
.helpdesk .status .color span.blue {
  background: #2196f3;
  color: white;
}
.helpdesk .status .color span.red {
  background: #f44336;
  color: white;
}
.helpdesk .status .data {
  font-size: 10px;
  font-size: 1rem;
}
.helpdesk .res {
  float: left;
  width: 100%;
  padding-top: 30px;
  border-top: 1px solid #eee;
}
.helpdesk .item {
  position: relative;
  float: right;
  width: 90%;
  padding: 15px;
  background: rgba(96, 125, 139, 0.1);
  border-radius: 3px;
}
.helpdesk .item:not(:last-of-type) {
  margin-bottom: 30px;
}
.helpdesk .item.admin {
  float: left;
  background: rgba(0, 135, 193, 0.1);
}
.helpdesk .item.admin .usuario {
  color: #0087c1 !important;
}
.helpdesk .item.admin:after {
  right: 100%;
  bottom: 15px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-right-color: rgba(0, 135, 193, 0.1);
  border-width: 10px;
  margin-top: -10px;
}
.helpdesk .item.client:after {
  left: 100%;
  bottom: 15px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: rgba(96, 125, 139, 0.1);
  border-width: 10px;
  margin-top: -10px;
}
.helpdesk .item .data {
  font-family: "Roboto", sans-serif;
  font-size: 8px;
  font-size: 0.8rem;
  font-weight: 400;
  color: black;
}
.helpdesk .item .usuario {
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  font-size: 1rem;
  font-weight: 300;
  color: #607d8b;
  padding-bottom: 15px;
}
.helpdesk .item .texto {
  font-family: "Roboto", sans-serif;
  line-height: 1.2;
  font-size: 10px;
  font-size: 1rem;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
