@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
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%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul,
nav {
  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;
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-image: url(../img/bg.png);
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url('ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Icons */
}
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('fonts/slick.eot');
  src: url('fonts/slick.eot?#iefix') format('embedded-opentype'), url('fonts/slick.woff') format('woff'), url('fonts/slick.ttf') format('truetype'), url('fonts/slick.svg#slick') format('svg');
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
.cl {
  min-height: 1px;
  float: left;
  width: 100%;
}
.cl-r {
  float: right;
}
.cl--1 {
  width: 8.33333333%;
}
.cl--2 {
  width: 16.66666667%;
}
.cl--3 {
  width: 25%;
}
.cl--4 {
  width: 33.33333333%;
}
.cl--5 {
  width: 41.66666667%;
}
.cl--6 {
  width: 50%;
}
.cl--7 {
  width: 58.33333333%;
}
.cl--8 {
  width: 66.66666667%;
}
.cl--9 {
  width: 75%;
}
.cl--10 {
  width: 83.33333333%;
}
.cl--11 {
  width: 91.66666667%;
}
@media (min-width: 768px) {
  .cl-sm--1 {
    width: 8.33333333%;
  }
  .cl-sm--2 {
    width: 16.66666667%;
  }
  .cl-sm--3 {
    width: 25%;
  }
  .cl-sm--4 {
    width: 33.33333333%;
  }
  .cl-sm--5 {
    width: 41.66666667%;
  }
  .cl-sm--6 {
    width: 50%;
  }
  .cl-sm--7 {
    width: 58.33333333%;
  }
  .cl-sm--8 {
    width: 66.66666667%;
  }
  .cl-sm--9 {
    width: 75%;
  }
  .cl-sm--10 {
    width: 83.33333333%;
  }
  .cl-sm--11 {
    width: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .cl-md--1 {
    width: 8.33333333%;
  }
  .cl-md--2 {
    width: 16.66666667%;
  }
  .cl-md--3 {
    width: 25%;
  }
  .cl-md--4 {
    width: 33.33333333%;
  }
  .cl-md--5 {
    width: 41.66666667%;
  }
  .cl-md--6 {
    width: 50%;
  }
  .cl-md--7 {
    width: 58.33333333%;
  }
  .cl-md--8 {
    width: 66.66666667%;
  }
  .cl-md--9 {
    width: 75%;
  }
  .cl-md--10 {
    width: 83.33333333%;
  }
  .cl-md--11 {
    width: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .cl-lg--1 {
    width: 8.33333333%;
  }
  .cl-lg--2 {
    width: 16.66666667%;
  }
  .cl-lg--3 {
    width: 25%;
  }
  .cl-lg--4 {
    width: 33.33333333%;
  }
  .cl-lg--5 {
    width: 41.66666667%;
  }
  .cl-lg--6 {
    width: 50%;
  }
  .cl-lg--7 {
    width: 58.33333333%;
  }
  .cl-lg--8 {
    width: 66.66666667%;
  }
  .cl-lg--9 {
    width: 75%;
  }
  .cl-lg--10 {
    width: 83.33333333%;
  }
  .cl-lg--11 {
    width: 91.66666667%;
  }
}
.container {
  max-width: 980px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.header {
  background-color: #214AAD;
}
.header:before {
  width: 100%;
  height: 20px;
  background-color: #023382;
  content: '';
  display: block;
  margin-bottom: 25px;
}
.header__logo a {
  display: block;
  position: relative;
  z-index: 2;
  width: 265px;
  height: 120px;
  background-image: url(../img/logo.png);
}
.header__logo a span {
  display: none;
}
@media (max-width: 991px) {
  .header__logo a {
    margin-left: auto;
    margin-right: auto;
  }
}
.header__end {
  text-align: right;
  padding: 0 10px;
  color: #ffffff;
}
.header__end div,
.header__end span {
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: bold;
}
.header__end p,
.header__end a {
  font-size: 14px;
  margin-bottom: 5px;
  color: #ffffff;
  text-decoration: none;
}
.header__end span {
  display: block;
  color: #ff0;
}
.header__end a {
  display: block;
}
.header__end a:hover {
  text-decoration: underline;
}
@media (max-width: 991px) and (min-width: 715px) {
  .header__end {
    width: 50%;
    float: left;
    text-align: center;
  }
}
@media (max-width: 714px) {
  .header__end {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
.header__links {
  margin-top: 25px;
  background-color: #D3D2BA;
}
.header__menu li {
  padding: 0px 20px;
  margin: 10px 0;
  border-right: solid 2px #DDD;
  display: inline-block;
}
.header__menu li:last-child {
  border-right: none;
}
.header__menu .current-menu-item a {
  color: #333;
  text-decoration: underline;
}
.header__menu a {
  color: #777;
  font-size: 14px;
  text-decoration: none;
  font-weight: bold;
  position: relative;
  z-index: 2;
}
.header__menu a:hover {
  color: #333;
}
.bg-banner {
  position: absolute;
  top: 55px;
  left: 0;
  width: 600px;
  height: 600px;
  background-image: url(../img/bg_banner.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (max-width: 1330px) {
  .bg-banner {
    display: none;
  }
}
content {
  padding: 20px 0px;
  display: block;
  z-index: 2;
  position: relative;
  min-height: 100vh;
}
.footer {
  background-color: #023382;
}
.footer__link {
  background-color: #E7E5DA;
  padding: 10px 0px;
}
.footer li {
  z-index: 2;
  text-align: center;
}
@media (min-width: 965px) {
  .footer li {
    float: left;
    width: 16.66666667%;
    border-right: solid 1px #AAA;
  }
  .footer li:last-child {
    border-right: none;
  }
}
@media (max-width: 964px) {
  .footer li {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.footer a {
  color: #777;
  text-decoration: none;
  font-size: 12px;
  position: relative;
  z-index: 2;
}
.footer a:hover {
  color: #333;
}
.footer img {
  margin: 20px;
}
@media (max-width: 964px) {
  .footer img {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
.content .slick-list {
  overflow: hidden;
}
.content .cl {
  padding-left: 5px;
  padding-right: 5px;
}
.content .local {
  color: #999;
  font-size: 14px;
  padding: 15px 10px;
}
.content .local a {
  color: #428bca;
  text-decoration: none;
}
.content .local a:hover {
  text-decoration: underline;
}
.content__form-title {
  background-color: #959595;
  font-size: 24px;
  color: #fff;
  padding: 15px 15px;
  font-weight: 300;
  line-height: 32px;
}
.content__form {
  background-color: #fff;
  border: solid 1px #c2c2c2;
  padding: 0 10px 10px 10px;
}
.content__form label {
  color: #898989;
  font-size: 14px;
  margin-bottom: 3px;
  display: block;
  margin-top: 14px;
}
.content__form label span {
  color: #ff0000;
  font-weight: 700;
  font-size: 20px;
  line-height: 14px;
  vertical-align: bottom;
}
.content__form input,
.content__form textarea {
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  resize: none;
  outline: none;
  transition: border-color ease-in-out 0.2s, box-shadow ease-in-out 0.2s;
  max-height: 114px;
}
.content__form input:focus,
.content__form textarea:focus {
  border-color: #66afe9;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.content__form button {
  background-image: linear-gradient(to bottom, #5cb85c 0, #419641 100%);
  background-repeat: repeat-x;
  border: none;
  color: #ffffff;
  padding: 6px 12px;
  border-radius: 5px;
  border: solid 1px #4cae4c;
  cursor: pointer;
  margin-top: 10px;
}
.content__form button:hover {
  background-color: #419641;
}
.content__form .wpcf7-not-valid-tip {
  font-size: 12px;
  margin-top: 4px;
}
.content__form .wpcf7-response-output {
  border-radius: 5px;
  margin: 10px 0 0 0;
  padding: 10px;
  font-size: 12px;
}
.content__p {
  font-size: 18px;
  line-height: 26px;
  color: #333;
  margin-top: 5px;
}
.content h2 {
  color: #214AAD;
  font-size: 24px;
  font-weight: bold;
  border-bottom: solid 1px #71bfd2;
  padding-bottom: 5px;
  margin-top: 40px;
  line-height: 32px;
}
.content h3 {
  text-align: left;
  color: #9dcd68;
  font-size: 22px;
  padding-top: 30px;
  font-weight: 700;
  margin-bottom: 10px;
}
.content__itens {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}
.content__itens img {
  max-width: 100%;
  height: auto;
}
.content__itens span {
  display: block;
  color: #fba952;
  width: 100%;
  font-weight: bold;
  font-size: 13px;
  padding: 10px;
}
.content__itens a {
  display: block;
  color: #fff;
  text-shadow: -1px -1px 2px #003874;
  background-color: #023382;
  border-radius: 3px;
  font-size: 16px;
  line-height: 180%;
  font-weight: bold;
  width: 100%;
  margin-bottom: 10px;
  text-decoration: none;
}
.content__itens a:hover {
  text-decoration: underline;
}
.content__principais {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 15px;
  padding-top: 15px;
}
.content__principais img,
.content__principais div {
  float: left;
}
.content__principais div {
  max-width: calc(100% - 200px);
  padding-left: 15px;
  padding-right: 15px;
}
.content__principais span {
  color: #9dcd68;
  font-size: 22px;
  margin-top: 0;
  font-weight: 700;
  display: block;
  margin-bottom: 20px;
}
.content__principais p {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #333;
  line-height: 20px;
}
.content__informacoes {
  color: #004990;
  padding: 10px;
  background: #f3f0e9;
  font-size: 14px;
  line-height: 20px;
  margin-left: 10px;
  margin-right: 10px;
}
.content__anchor a {
  color: #777;
  padding: 15px;
  text-decoration: none;
  display: inline-block;
}
