@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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; }

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

input, textarea {
  outline: none; }

a {
  text-decoration: none; }

input, select {
  -webkit-appearance: none;
  border-radius: 0;
  background: #fff; }

select {
  background: url("../images/arrow-select.png") #fff !important;
  background-position: 98% center !important;
  background-repeat: no-repeat !important;
  background-size: 10px !important; }

body {
  background: url("../images/bg-main.png");
  font-family: "Roboto", sans-serif; }
  @media screen and (max-width: 900px) {
    body.lightboxopen-movile {
      overflow: hidden; } }

.hea-wrap, .sec-wrap, .foo-wrap {
  max-width: 960px;
  width: 90%;
  margin: 0 auto;
  display: table; }
  .hea-wrap.hea-wrap, .sec-wrap.hea-wrap, .foo-wrap.hea-wrap {
    width: 100%; }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("fonts//fontawesome-webfont.eot?v=4.7.0");
  src: url("fonts//fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("fonts//fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("fonts//fontawesome-webfont.woff?v=4.7.0") format("woff"), url("fonts//fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("fonts//fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.2857142857em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.8571428571em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }
.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }
.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

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

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

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

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

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

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

.slide-home {
  width: 100%;
  height: 625px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0; }
  .slide-home .slide-cont {
    position: relative;
    width: 100%; }
    .slide-home .slide-cont figure {
      width: 100%;
      height: 970px;
      background-size: cover;
      background-position: center; }
  .slide-home .slide-text {
    color: #fff;
    position: absolute;
    z-index: 9999;
    width: 30%;
    left: 35%;
    top: 180px;
    text-align: center;
    font-family: 'Amatic SC', cursive; }
    .slide-home .slide-text h2 {
      font-size: 80px; }
    .slide-home .slide-text span {
      font-size: 36px; }
    .slide-home .slide-text .btn {
      display: block;
      opacity: 0.2;
      font-family: "Roboto", sans-serif;
      font-size: 14px;
      background: #ffde00;
      text-transform: inherit;
      line-height: 30px;
      height: 30px;
      width: 100px;
      margin: 20px auto 0;
      transition: 0.5s all ease; }
    @media screen and (max-width: 1065px) {
      .slide-home .slide-text {
        width: 70%;
        left: 15%; } }
    @media screen and (max-width: 650px) {
      .slide-home .slide-text {
        width: 100%;
        left: 0; } }
  .slide-home .slide-wrap-arrow {
    width: 960px;
    height: 0;
    margin-left: -480px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 110;
    opacity: 0.2;
    transition: 0.5s all ease; }
    @media screen and (max-width: 1065px) {
      .slide-home .slide-wrap-arrow {
        width: 90%;
        margin: 0;
        left: 5%; } }
    @media screen and (max-width: 650px) {
      .slide-home .slide-wrap-arrow {
        display: none; } }
    .slide-home .slide-wrap-arrow .slide-prev {
      position: absolute;
      left: 2%; }
    .slide-home .slide-wrap-arrow .slide-next {
      position: absolute;
      right: 2%; }
  .slide-home:hover .slide-wrap-arrow, .slide-home:hover .btn {
    opacity: 1; }

.lb-enviar {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  z-index: 9999;
  display: none; }
  .lb-enviar .lb-wrap {
    padding: 30px;
    width: 300px;
    height: auto;
    left: 50%;
    margin-left: -150px;
    position: absolute;
    top: 50%;
    margin-top: -100px;
    border-radius: 6px;
    background: #fff; }
    .lb-enviar .lb-wrap .lb-fechar {
      position: absolute;
      width: 30px;
      height: 30px;
      top: -10px;
      right: -10px;
      color: #000;
      font-weight: bold;
      cursor: pointer;
      background: #fff;
      text-align: center;
      line-height: 30px;
      border-radius: 100px;
      font-size: 20px; }
    .lb-enviar .lb-wrap h2 {
      font-size: 36px;
      font-family: 'Amatic SC', cursive;
      color: #0066b3;
      margin-bottom: 20px; }
    .lb-enviar .lb-wrap label {
      color: #000;
      font-size: 18px;
      width: 100%; }
      .lb-enviar .lb-wrap label .inp {
        border-color: #ccc;
        width: 90%;
        display: block;
        margin-top: 10px; }
    .lb-enviar .lb-wrap .btn {
      float: right;
      margin-top: 20px; }
    .lb-enviar .lb-wrap .resp {
      width: 90%;
      position: absolute;
      height: 80%;
      top: 0;
      left: 0;
      background: #fff;
      margin: 20px; }

.nav-hea .nav-toggle {
  width: 90px;
  height: 100px;
  cursor: pointer;
  position: relative;
  float: left;
  line-height: 115px;
  text-align: center;
  transition: 0.3s all ease;
  border-radius: 5px 5px 0 0;
  z-index: 999999;
  box-shadow: 14px 0 15px -16px rgba(0, 0, 0, 0.15); }
  .nav-hea .nav-toggle:hover {
    background: #efefef; }
  .nav-hea .nav-toggle i {
    width: 30px;
    height: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -10px 0 0 -15px;
    display: inline-block;
    background: url("../images/ico/ico-toggle-open.png") no-repeat; }
.nav-hea .nav-ul {
  width: 220px;
  height: auto;
  position: absolute;
  top: 100px;
  background: #0065b3;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s all ease;
  padding: 35px 0;
  border-radius: 0 5px 5px 5px; }
  .nav-hea .nav-ul li {
    float: left;
    width: 100%;
    line-height: 32px;
    position: relative; }
    .nav-hea .nav-ul li:hover {
      background: #045ea2; }
    .nav-hea .nav-ul li a, .nav-hea .nav-ul li span {
      width: 120px;
      border-bottom: 1px dashed #4894ce;
      display: block;
      margin: 0 auto;
      color: #fff;
      font-size: 15px;
      padding-left: 40px;
      position: relative;
      cursor: pointer; }
      .nav-hea .nav-ul li a img, .nav-hea .nav-ul li span img {
        display: inline-block;
        position: absolute;
        left: 10px;
        top: 3px; }
    .nav-hea .nav-ul li ul {
      width: 100%;
      height: 0;
      overflow: hidden;
      transition: 0.5s all ease-out;
      background: #02599e; }
      .nav-hea .nav-ul li ul.open {
        height: 93px; }
.nav-hea .nav-aguarde {
  color: #ffde00;
  font-weight: bold;
  width: 80%;
  margin: 20px 10% 0;
  display: inline-block;
  text-align: center; }
.nav-hea.open .nav-toggle {
  background: #0065b3; }
  .nav-hea.open .nav-toggle i {
    background: url("../images/ico/ico-toggle-close.png") no-repeat; }
.nav-hea.open .nav-ul {
  visibility: visible;
  opacity: 1; }
@media screen and (max-width: 850px) {
  .nav-hea .nav-ul {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999; } }
@media screen and (max-width: 465px) {
  .nav-hea .nav-toggle {
    height: 75px;
    width: 65px; } }

.btn {
  background: #ffde00;
  height: 38px;
  border-radius: 2px;
  border: none;
  color: #0066b3;
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  cursor: pointer; }
  .btn:hover {
    opacity: 0.75; }

.inp, .sel {
  display: inline-block;
  width: 90%;
  height: 40px;
  border: 2px solid #fff;
  padding: 0 5%;
  border-radius: 2px;
  color: #959393;
  background: #fff; }
  .inp.error, .sel.error {
    border-color: red !important; }

.sel {
  width: 132.5%; }

.index .hea {
  height: 625px; }

.fale-conosco .hea {
  height: 320px;
  margin-bottom: 30px;
  background-image: url("../images/bg-fale-conosco.jpg"); }

.signika {
  font-family: 'Signika', sans-serif; }

.hea {
  height: 160px;
  background-size: cover;
  background-position: center; }
  .hea .hea-bar {
    max-width: 960px;
    width: 90%;
    position: absolute;
    left: 50%;
    margin-left: -480px;
    display: table;
    height: 100px;
    margin-top: 10px;
    background: #fff;
    border-radius: 6px;
    z-index: 150;
    transition: 0.3s all ease; }
    @media screen and (max-width: 1100px) {
      .hea .hea-bar {
        left: 5%;
        margin-left: 0; } }
    @media screen and (max-width: 900px) {
      .hea .hea-bar {
        left: 0;
        margin-top: 0;
        width: 100%; } }
    .hea .hea-bar.fixo {
      position: fixed;
      top: -10px;
      left: 0;
      margin-left: 0;
      max-width: 100%;
      width: 100%;
      height: 60px;
      border-radius: 0; }
      .hea .hea-bar.fixo .hea-social, .hea .hea-bar.fixo .hea-nav, .hea .hea-bar.fixo .hea-logo {
        height: 60px; }
      .hea .hea-bar.fixo .nav-toggle {
        height: 76px;
        border-radius: 0; }
      .hea .hea-bar.fixo .nav-ul {
        top: 76px; }
      .hea .hea-bar.fixo .hea-select {
        margin-top: 16px; }
        @media screen and (max-width: 900px) {
          .hea .hea-bar.fixo .hea-select {
            margin-top: 19px; } }
      @media screen and (max-width: 650px) {
        .hea .hea-bar.fixo .hea-logo {
          width: 190px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; } }
      @media screen and (max-width: 465px) {
        .hea .hea-bar.fixo .hea-logo {
          margin-top: 16px; } }
      .hea .hea-bar.fixo .hea-logo img {
        height: 100%;
        margin-top: -8px; }
        @media screen and (max-width: 650px) {
          .hea .hea-bar.fixo .hea-logo img {
            height: 85%;
            margin-top: 0; } }
        @media screen and (max-width: 415px) {
          .hea .hea-bar.fixo .hea-logo img {
            margin-left: 7px !important;
            margin-top: 11px !important; } }
      .hea .hea-bar.fixo .hea-social {
        line-height: 90px; }
    .hea .hea-bar .hea-logo {
      height: 70px;
      display: inline-block;
      width: auto;
      text-align: center;
      margin-top: 21px;
      float: left;
      margin-left: 40px; }
      @media screen and (max-width: 650px) {
        .hea .hea-bar .hea-logo {
          float: none;
          width: 280px; } }
      @media screen and (max-width: 415px) {
        .hea .hea-bar .hea-logo img {
          height: 31px !important;
          margin-left: -27px;
          margin-top: 10px; } }
    .hea .hea-bar .hea-select {
      width: auto;
      position: relative;
      display: inline-block;
      float: right;
      margin-right: 40px;
      margin-top: 24px; }
      @media screen and (max-width: 650px) {
        .hea .hea-bar .hea-select {
          position: absolute;
          top: 0;
          right: 0;
          margin-right: 10px; } }
      @media screen and (max-width: 465px) {
        .hea .hea-bar .hea-select {
          margin-top: 14px; } }
      @media screen and (max-width: 380px) {
        .hea .hea-bar .hea-select {
          margin-top: 19px;
          margin-right: 4px; } }
      .hea .hea-bar .hea-select .estado {
        font-weight: 500;
        font-size: 24px;
        margin-bottom: 5px; }
        @media screen and (max-width: 380px) {
          .hea .hea-bar .hea-select .estado {
            font-size: 16px; } }
      .hea .hea-bar .hea-select .hea-select-estado {
        border: none;
        color: #0066b3;
        font-size: 11px;
        width: 115px; }
        @media screen and (max-width: 380px) {
          .hea .hea-bar .hea-select .hea-select-estado {
            width: 95px; } }
    .hea .hea-bar .hea-social {
      float: right;
      height: 100px;
      line-height: 120px;
      margin-right: 0;
      padding-left: 25px;
      padding-right: 25px;
      box-shadow: -14px 0 15px -16px rgba(0, 0, 0, 0.15); }
  @media screen and (max-width: 900px) {
    .hea .hea-wrap {
      width: 100%;
      margin: 0;
      left: auto; }
    .hea .hea-bar {
      border-radius: 0; }
      .hea .hea-bar .hea-logo {
        display: block;
        width: auto;
        margin-left: 21px; } }
  @media screen and (max-width: 650px) {
    .hea .hea-bar .hea-logo {
      width: 280px; }
    .hea .hea-bar .hea-social {
      width: 100%;
      display: block;
      margin: 0;
      background: #eee;
      height: 50px;
      line-height: 70px;
      text-align: center; } }
  @media screen and (max-width: 465px) {
    .hea .hea-bar {
      height: 75px; }
      .hea .hea-bar .hea-logo {
        width: 195px;
        height: 60px;
        margin-top: 14px;
        padding-left: 0px; }
        .hea .hea-bar .hea-logo img {
          height: 43px; } }

.div-infos-estados {
  height: auto;
  width: 250px;
  background-color: #1668b2;
  position: absolute;
  top: 100px;
  left: 60%;
  display: none;
  padding: 5px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  font-size: 12px;
  color: white; }
  @media screen and (max-width: 815px) {
    .div-infos-estados {
      left: 50%; } }
  @media screen and (max-width: 650px) {
    .div-infos-estados {
      top: 150px;
      left: 0;
      width: 100%;
      border-radius: 0;
      padding: 0; } }
  .div-infos-estados .close-button {
    right: 0px;
    top: 0px;
    width: 25px;
    height: 25px;
    background-color: #1668b2;
    position: absolute;
    cursor: pointer; }
    @media screen and (max-width: 650px) {
      .div-infos-estados .close-button {
        right: 0;
        top: 0;
        margin-left: -12px;
        border-radius: 6px; } }
    .div-infos-estados .close-button .fa-times {
      margin-left: 4px;
      font-size: 22px;
      color: white; }
  .div-infos-estados .info-estado {
    margin: 5px 10px;
    font-weight: bold; }
  .div-infos-estados .info-endereco {
    margin: 5px 10px; }
  .div-infos-estados .info-telefone {
    margin: 5px 10px; }
  .div-infos-estados .info-site {
    margin: 5px 10px; }
    .div-infos-estados .info-site a {
      color: white; }
    .div-infos-estados .info-site a:hover {
      text-decoration: underline; }
  .div-infos-estados.dsp-on {
    display: block; }

.top-on-load-scroll {
  top: 77px; }
  @media screen and (max-width: 650px) {
    .top-on-load-scroll {
      top: 130px; } }

.img-arrow {
  left: 115px !important;
  top: 11px !important;
  width: 10px; }

.img-arrow2 {
  left: 162px !important;
  top: 11px !important;
  width: 10px; }

.foo {
  width: 100%;
  padding: 80px 0 50px;
  background: #0065b3;
  position: relative;
  margin-top: 160px;
  padding-bottom: 0; }
  .foo .yellow {
    color: #ffde00; }
  .foo .centering {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    position: relative; }
    @media screen and (max-width: 920px) {
      .foo .centering {
        display: block;
        width: 480px;
        height: 433px; } }
    @media screen and (max-width: 700px) {
      .foo .centering {
        width: 220px;
        height: 725px;
        text-align: center; } }
  .foo .foo-bg {
    position: absolute;
    width: 100%;
    height: 144px;
    background: url("../images/bg-footer.png") no-repeat center;
    top: -144px;
    display: block; }
  .foo .foo-top .foo-col-1, .foo .foo-top .foo-col-2 {
    float: left;
    width: 19%; }
    @media screen and (max-width: 700px) {
      .foo .foo-top .foo-col-1 ul, .foo .foo-top .foo-col-2 ul {
        text-align: left;
        margin-left: 55px; } }
  .foo .foo-top .foo-col-3, .foo .foo-top .foo-col-4 {
    width: 31%;
    float: left; }
    .foo .foo-top .foo-col-3 .tel, .foo .foo-top .foo-col-4 .tel {
      color: #ffde00;
      font-size: 18px;
      font-weight: 600; }
  .foo .foo-top .foo-col-2 ul {
    margin-bottom: 15px; }
  .foo .foo-top .foo-col-3 .white-bold {
    font-weight: bold;
    color: white;
    display: block;
    margin: 5px 0; }
  .foo .foo-top .foo-col-3 .foot-social {
    margin-top: 10px;
    padding-left: 25px; }
    @media screen and (max-width: 700px) {
      .foo .foo-top .foo-col-3 .foot-social {
        margin: 10px auto;
        padding: 0; } }
  .foo .foo-top .foo-col-3 .btn {
    float: none;
    display: inline-block;
    font-size: 14px;
    text-transform: inherit;
    color: #0066b3;
    padding: 0 15px;
    position: relative;
    bottom: 0;
    line-height: 38px; }
    .foo .foo-top .foo-col-3 .btn img {
      position: relative;
      bottom: -5px;
      margin-right: 10px; }
  .foo .foo-top .foo-col-4 .tel-light {
    color: #b0cade; }
  .foo .foo-top .foo-col-4 a {
    color: #fff; }
  .foo .foo-top h3 {
    color: #fff;
    font-weight: bold;
    margin-bottom: 5px; }
  .foo .foo-top p, .foo .foo-top a {
    font-size: 14px;
    color: #b0cade;
    line-height: 22px; }
  .foo .foo-top ul {
    list-style: disc;
    color: #b0cade;
    margin-left: 18px;
    line-height: 22px; }
  .foo .foo-top .foo-link-map {
    color: #ffde00;
    font-size: 14px;
    font-weight: bold; }
    .foo .foo-top .foo-link-map span {
      display: block; }
      .foo .foo-top .foo-link-map span:last-child {
        margin-top: -10px; }
    .foo .foo-top .foo-link-map img {
      float: left;
      margin-right: 10px;
      bottom: -8px;
      position: relative; }
      @media screen and (max-width: 700px) {
        .foo .foo-top .foo-link-map img {
          float: none;
          margin: 0 auto; } }
  .foo .foo-down {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-top: 30px;
    background-color: #024b83;
    height: 290px; }
    @media screen and (max-width: 594px) {
      .foo .foo-down {
        height: 400px; } }
    @media screen and (max-width: 529px) {
      .foo .foo-down {
        height: 420px; } }
    @media screen and (max-width: 441px) {
      .foo .foo-down {
        height: 445px; } }
    @media screen and (max-width: 377px) {
      .foo .foo-down {
        height: 465px; } }
    @media screen and (max-width: 344px) {
      .foo .foo-down {
        height: 500px; } }
    .foo .foo-down .food-w {
      position: relative;
      margin: 0 auto;
      display: block;
      width: 90%;
      padding: 80px 0 50px;
      max-width: 960px; }
      @media screen and (max-width: 899px) {
        .foo .foo-down .food-w {
          padding-top: 25px; } }
      .foo .foo-down .food-w h3 {
        color: #fff;
        font-weight: bold;
        margin-bottom: 5px;
        font-size: 14px; }
      .foo .foo-down .food-w p {
        color: #b0cade;
        line-height: 22px;
        font-size: 12px; }
      .foo .foo-down .food-w .food-lef1 {
        float: left;
        width: 40%; }
        @media screen and (max-width: 904px) {
          .foo .foo-down .food-w .food-lef1 {
            margin-top: 88px;
            width: 50%; } }
        @media screen and (max-width: 594px) {
          .foo .foo-down .food-w .food-lef1 {
            float: none;
            margin: 0 auto;
            text-align: center;
            width: 80%; } }
      .foo .foo-down .food-w .food-lef2 {
        float: left;
        display: block;
        height: 80px;
        width: 195px;
        margin-left: 23px;
        background-image: url("/images/logos/logo-footer.jpg");
        background-repeat: no-repeat; }
        @media screen and (max-width: 904px) {
          .foo .foo-down .food-w .food-lef2 {
            width: 100%;
            position: absolute;
            float: none;
            background-position: center;
            height: 85px; } }
        @media screen and (max-width: 594px) {
          .foo .foo-down .food-w .food-lef2 {
            width: 80%;
            margin: 0 auto;
            margin-top: 10px;
            position: relative; } }
      .foo .foo-down .food-w .food-lef3 {
        float: left;
        margin-left: 65px; }
        @media screen and (max-width: 904px) {
          .foo .foo-down .food-w .food-lef3 {
            float: right;
            margin-top: 88px; } }
        @media screen and (max-width: 594px) {
          .foo .foo-down .food-w .food-lef3 {
            float: none;
            margin: 0 auto;
            position: relative;
            display: block;
            text-align: center;
            margin-top: 27px; } }
        .foo .foo-down .food-w .food-lef3 .select-estado {
          width: 195px;
          height: 40px;
          padding-left: 10px;
          font-size: 15px;
          color: #9e9e9e; }
        .foo .foo-down .food-w .food-lef3 .fone-foo-foo {
          color: white;
          font-size: 15px;
          margin-top: 13px;
          margin-left: 8px;
          display: none; }
          .foo .foo-down .food-w .food-lef3 .fone-foo-foo .amarelo-mundo {
            margin-left: 7px;
            position: absolute; }
        .foo .foo-down .food-w .food-lef3 .dsp-on {
          display: block; }
    .foo .foo-down .foo-link {
      color: #fff;
      width: 51%;
      display: block;
      margin-bottom: 5px;
      float: left; }
      .foo .foo-down .foo-link img {
        position: relative;
        bottom: 5px;
        margin-right: 7px;
        float: left; }
    .foo .foo-down .foo-star {
      position: absolute;
      right: 80px;
      bottom: -125px;
      font-size: 12px;
      color: #fefeff; }
      @media screen and (max-width: 899px) {
        .foo .foo-down .foo-star {
          bottom: -180px; } }
      @media screen and (max-width: 594px) {
        .foo .foo-down .foo-star {
          bottom: 25px;
          right: 7px; } }
      .foo .foo-down .foo-star img {
        position: relative;
        bottom: -8px;
        right: -5px; }
  @media screen and (max-width: 920px) {
    .foo .foo-top .foo-col-1, .foo .foo-top .foo-col-2, .foo .foo-top .foo-col-3, .foo .foo-top .foo-col-4 {
      width: 50%;
      margin-bottom: 50px; }
    .foo .foo-down .foo-link {
      width: 100%; } }
  @media screen and (max-width: 700px) {
    .foo .foo-top .foo-col-1, .foo .foo-top .foo-col-2, .foo .foo-top .foo-col-3, .foo .foo-top .foo-col-4 {
      width: 100%; }
    .foo .foo-down .foo-link img {
      bottom: -5px; } }

.dsp-non {
  display: none !important; }

.home-ultimos-eventos .hue-header {
  line-height: 75px;
  height: 75px;
  margin-top: 20px;
  width: 100%;
  margin-bottom: 15px;
  font-family: 'Amatic SC', cursive; }
  .home-ultimos-eventos .hue-header h2 {
    font-size: 42px;
    color: #0066b3;
    float: left;
    font-weight: bold; }
  .home-ultimos-eventos .hue-header a {
    float: right;
    font-size: 24px;
    color: #cd5395;
    text-decoration: underline;
    font-weight: bold; }
.home-ultimos-eventos .hue-article {
  width: 32%;
  margin: 0 1%;
  float: left; }
  .home-ultimos-eventos .hue-article:nth-child(2) {
    margin-left: 0; }
  .home-ultimos-eventos .hue-article:nth-child(4) {
    margin-right: 0; }
  .home-ultimos-eventos .hue-article .hue-fig {
    width: 100%;
    height: 155px;
    background-size: cover;
    border-radius: 4px; }
    .home-ultimos-eventos .hue-article .hue-fig span {
      display: none; }
  .home-ultimos-eventos .hue-article .hue-data {
    float: left;
    width: 28%;
    color: #0066b3;
    font-size: 24px;
    font-weight: 300;
    line-height: 24px;
    padding-top: 25px;
    letter-spacing: -1px; }
    .home-ultimos-eventos .hue-article .hue-data b {
      font-size: 45px;
      font-weight: bold; }
    .home-ultimos-eventos .hue-article .hue-data span {
      display: block; }
  .home-ultimos-eventos .hue-article h3 {
    float: left;
    width: 72%;
    color: #2f2f2f;
    margin-top: 25px;
    font-size: 20px;
    font-weight: bold;
    height: auto;
    max-height: 40px;
    overflow: hidden; }
  .home-ultimos-eventos .hue-article a {
    font-size: 14px;
    color: #0066b3;
    text-decoration: underline;
    margin-top: 10px;
    display: inline-block; }
@media screen and (max-width: 650px) {
  .home-ultimos-eventos .hue-article {
    width: 100%; }
    .home-ultimos-eventos .hue-article .hue-fig {
      height: 200px; } }

.home-ultimas-noticias {
  margin-top: 50px;
  height: auto;
  position: relative; }
  .home-ultimas-noticias .hun-header {
    position: relative;
    left: -2.5%;
    line-height: 75px;
    height: 75px;
    margin-top: 20px;
    width: 100%;
    margin-bottom: 15px;
    font-family: 'Amatic SC', cursive;
    color: #fff;
    background: #00a76d;
    padding: 0 2.5%;
    border-radius: 5px; }
    .home-ultimas-noticias .hun-header h2 {
      font-size: 42px;
      float: left;
      font-weight: bold; }
    .home-ultimas-noticias .hun-header a {
      color: #fff;
      float: right;
      font-size: 24px;
      text-decoration: underline;
      font-weight: bold; }
  .home-ultimas-noticias .hun-cont {
    background: #fff;
    width: 100%;
    height: 135px;
    display: inline-block;
    padding: 15px 2.5% 40px;
    margin-top: -16px;
    left: -2.5%;
    position: relative; }
    .home-ultimas-noticias .hun-cont .hun-sombra {
      background: #fff;
      width: 90%;
      margin-left: 2.5%;
      height: 40px;
      position: absolute;
      top: 150px;
      border: none;
      box-shadow: 0 20px 8px -19px rgba(0, 0, 0, 0.2); }
  .home-ultimas-noticias .hun-article {
    width: 49.5%;
    float: left;
    color: #2f2f2f; }
    .home-ultimas-noticias .hun-article:nth-child(2) {
      margin-right: 1%; }
    .home-ultimas-noticias .hun-article:nth-child(4), .home-ultimas-noticias .hun-article:nth-child(5), .home-ultimas-noticias .hun-article:nth-child(6), .home-ultimas-noticias .hun-article:nth-child(7), .home-ultimas-noticias .hun-article:nth-child(8) {
      margin-left: 1%;
      width: 24%;
      margin-top: 100px; }
      .home-ultimas-noticias .hun-article:nth-child(4) .hun-fig, .home-ultimas-noticias .hun-article:nth-child(5) .hun-fig, .home-ultimas-noticias .hun-article:nth-child(6) .hun-fig, .home-ultimas-noticias .hun-article:nth-child(7) .hun-fig, .home-ultimas-noticias .hun-article:nth-child(8) .hun-fig {
        display: none; }
      .home-ultimas-noticias .hun-article:nth-child(4) h3, .home-ultimas-noticias .hun-article:nth-child(5) h3, .home-ultimas-noticias .hun-article:nth-child(6) h3, .home-ultimas-noticias .hun-article:nth-child(7) h3, .home-ultimas-noticias .hun-article:nth-child(8) h3 {
        width: 100%; }
    .home-ultimas-noticias .hun-article:nth-child(4) {
      margin-left: 0; }
    .home-ultimas-noticias .hun-article .hun-fig {
      width: 50%;
      height: 125px;
      float: left;
      margin-right: 3%;
      border-radius: 4px;
      background-size: cover; }
    .home-ultimas-noticias .hun-article .hun-data {
      color: #00a76d;
      font-size: 12px; }
    .home-ultimas-noticias .hun-article h3 {
      font-weight: bold;
      color: #2f2f2f;
      font-size: 16px;
      width: 47%;
      height: auto;
      overflow: hidden;
      margin-top: 5px;
      max-height: 33px; }
    .home-ultimas-noticias .hun-article p {
      font-size: 14px; }
  @media screen and (max-width: 650px) {
    .home-ultimas-noticias .hun-article {
      width: 100%;
      margin-bottom: 20px; }
      .home-ultimas-noticias .hun-article:nth-child(4), .home-ultimas-noticias .hun-article:nth-child(5), .home-ultimas-noticias .hun-article:nth-child(6), .home-ultimas-noticias .hun-article:nth-child(7) {
        width: 48%;
        margin: 10px 1% 10px; } }
  @media screen and (max-width: 400px) {
    .home-ultimas-noticias .hun-article:nth-child(4), .home-ultimas-noticias .hun-article:nth-child(5), .home-ultimas-noticias .hun-article:nth-child(6), .home-ultimas-noticias .hun-article:nth-child(7) {
      width: 100% !important;
      margin: 10px 1% 10px; } }

.home-footer .home-ultimas-calendario {
  float: left;
  width: 70%; }
  .home-footer .home-ultimas-calendario .huc-header {
    line-height: 75px;
    height: 75px;
    margin-top: 20px;
    width: 100%;
    margin-bottom: 15px;
    font-family: 'Amatic SC', cursive; }
    .home-footer .home-ultimas-calendario .huc-header h2 {
      font-size: 42px;
      color: #0066b3;
      float: left;
      font-weight: bold; }
    .home-footer .home-ultimas-calendario .huc-header a {
      float: right;
      font-size: 24px;
      color: #cd5395;
      text-decoration: underline;
      font-weight: bold; }
  .home-footer .home-ultimas-calendario .huc-article {
    width: 32%;
    margin: 0 1%;
    float: left; }
    .home-footer .home-ultimas-calendario .huc-article:nth-child(2) {
      margin-left: 0; }
    .home-footer .home-ultimas-calendario .huc-article:nth-child(4) {
      margin-right: 0; }
    .home-footer .home-ultimas-calendario .huc-article .huc-fig {
      width: 100%;
      height: 120px;
      background-size: cover;
      background-position: center;
      border-radius: 4px; }
    .home-footer .home-ultimas-calendario .huc-article .huc-data {
      width: 100%;
      color: #00a76d;
      margin-top: 10px;
      font-size: 12px; }
    .home-footer .home-ultimas-calendario .huc-article h3 {
      float: left;
      width: 100%;
      color: #2f2f2f;
      margin-top: 10px;
      font-size: 16px;
      font-weight: bold;
      height: 33px;
      overflow: hidden; }
    .home-footer .home-ultimas-calendario .huc-article a {
      font-size: 14px;
      color: #0066b3;
      text-decoration: underline;
      margin-top: 10px;
      display: inline-block; }
.home-footer .home-newsletter {
  width: 25%;
  float: left;
  margin-left: 5%;
  position: relative; }
  .home-footer .home-newsletter h3 {
    font-family: 'Amatic SC', cursive;
    color: #0066b3;
    font-size: 32px;
    margin-top: 30px;
    margin-bottom: 10px; }
  .home-footer .home-newsletter label {
    width: 100%;
    font-size: 14px;
    color: #2f2f2f;
    margin-top: 14px;
    display: inline-block; }
  .home-footer .home-newsletter .sel {
    width: 100%;
    display: block; }
  .home-footer .home-newsletter .inp, .home-footer .home-newsletter .sel {
    margin-top: 5px; }
  .home-footer .home-newsletter .btn {
    width: 100%;
    margin-top: 25px; }
  .home-footer .home-newsletter .form-resp {
    position: absolute;
    top: 10px;
    left: 0;
    width: 105%;
    height: 100%;
    background: #F3F3F3;
    display: none; }
@media screen and (max-width: 650px) {
  .home-footer .home-ultimas-calendario, .home-footer .home-newsletter {
    width: 100%;
    margin: 0; }
    .home-footer .home-ultimas-calendario .huc-article, .home-footer .home-newsletter .huc-article {
      width: 100%; }
      .home-footer .home-ultimas-calendario .huc-article .huc-fig, .home-footer .home-newsletter .huc-article .huc-fig {
        height: 150px; }
    .home-footer .home-ultimas-calendario label, .home-footer .home-newsletter label {
      width: 100%; }
      .home-footer .home-ultimas-calendario label .sel, .home-footer .home-newsletter label .sel {
        width: 98.5%; } }

.natal-banner {
  width: 100%;
  display: block;
  margin: 0 auto;
  margin-top: 30px; }
  .natal-banner img {
    width: 90%;
    margin: 0 auto;
    display: block;
    max-width: 960px; }

.sec-interna .select-type {
  width: 100%;
  height: 45px;
  margin-top: 60px;
  margin-bottom: 35px; }
  .sec-interna .select-type select {
    float: right;
    height: 32px;
    width: 720px;
    padding-left: 10px;
    border: 2px solid #0066b3;
    margin-top: 6px; }
  .sec-interna .select-type h2 {
    float: left; }
.sec-interna .si-tt1 {
  font-size: 42px;
  font-family: 'Amatic SC', cursive;
  color: #0066b3; }
.sec-interna .bg-img-ac-res {
  background-image: url("/images/acesso-restrito.jpg");
  height: 110px;
  width: 207px;
  position: absolute;
  left: 947px;
  top: 165px;
  float: right;
  display: block; }
.sec-interna .si-desc {
  width: 100%;
  margin: 25px 0;
  font-size: 16px;
  color: #2f2f2f;
  line-height: 20px;
  display: block;
  text-align: justify; }
.sec-interna .sub-tt {
  font-family: 'Amatic SC', cursive;
  color: #0066b3;
  font-size: 30px; }

.titulo {
  height: 62px;
  background-color: #00a76d;
  padding-left: 10px;
  padding-top: 16px;
  margin-bottom: 10px; }
  .titulo .tt-downloads {
    color: white; }

.h4-img {
  background-image: url("/images/fale-conosco.jpg");
  display: block;
  margin: 0 auto;
  height: 103px;
  width: 279px;
  margin-top: 90px; }

/*
*eventos interna
*/
.sec-eventos-interna .art-interna {
  width: 72%;
  float: left; }
  .sec-eventos-interna .art-interna .img-evento-menor {
    width: 32.3%;
    height: 175px;
    float: left;
    margin: 0 0.5% 10px;
    border-radius: 4px;
    transition: 0.5s all ease;
    cursor: pointer;
    background-size: cover;
    position: relative;
    background-position: center; }
    .sec-eventos-interna .art-interna .img-evento-menor .at-arrow {
      display: none; }
      .sec-eventos-interna .art-interna .img-evento-menor .at-arrow:before {
        content: "";
        vertical-align: middle;
        margin-right: 10px;
        width: 0;
        height: 0;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-bottom: 30px solid #00a76d;
        position: absolute;
        bottom: -23px;
        left: 50%;
        margin-left: -20px;
        display: block; }
    .sec-eventos-interna .art-interna .img-evento-menor:hover {
      opacity: 0.75; }
  .sec-eventos-interna .art-interna .at-box-imagem {
    width: 100%;
    height: 0;
    overflow: hidden;
    display: block;
    background: #00a76d;
    position: relative;
    transition: 0.5s all ease; }
    .sec-eventos-interna .art-interna .at-box-imagem .at-fechar {
      width: 25px;
      height: 25px;
      line-height: 25px;
      text-align: center;
      color: #fff;
      font-weight: 300;
      background: #00a76d;
      position: absolute;
      top: 2%;
      right: 2%;
      font-size: 26px; }
    .sec-eventos-interna .art-interna .at-box-imagem .at-wrap-img {
      width: 96%;
      margin: 2%;
      height: auto;
      overflow: hidden; }
      .sec-eventos-interna .art-interna .at-box-imagem .at-wrap-img img {
        width: 100%; }
    .sec-eventos-interna .art-interna .at-box-imagem .at-salvar, .sec-eventos-interna .art-interna .at-box-imagem .at-email {
      color: #fff;
      font-size: 24px;
      font-weight: bold;
      font-family: 'Amatic SC', cursive;
      margin-top: 10px;
      display: inline-block;
      margin-right: 20px;
      text-decoration: underline; }
    .sec-eventos-interna .art-interna .at-box-imagem.open {
      height: auto;
      margin-bottom: 10px; }
  .sec-eventos-interna .art-interna .si-btn-carrega {
    width: 100%;
    background: #e3e3e3;
    color: #817f7f;
    font-family: 'Amatic SC', cursive;
    font-size: 24px;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    text-align: center;
    margin-top: 40px; }
.sec-eventos-interna .aside-interna {
  width: 26%;
  float: left;
  margin-left: 2%; }
  .sec-eventos-interna .aside-interna .aside-comentarios {
    position: relative;
    margin-top: 40px; }
    .sec-eventos-interna .aside-interna .aside-comentarios h3 {
      color: #0066b3;
      font-size: 32px;
      font-family: 'Amatic SC', cursive;
      margin-bottom: 25px; }
    .sec-eventos-interna .aside-interna .aside-comentarios .btn {
      position: absolute;
      top: 0;
      right: 0;
      width: 120px;
      height: 35px;
      line-height: 35px; }
    .sec-eventos-interna .aside-interna .aside-comentarios .ac-comentario {
      border-bottom: 1px dashed #8a8989;
      margin-bottom: 30px; }
      .sec-eventos-interna .aside-interna .aside-comentarios .ac-comentario .ac-data {
        color: #00a76d;
        font-size: 12px; }
      .sec-eventos-interna .aside-interna .aside-comentarios .ac-comentario h4 {
        font-size: 16px;
        font-weight: bold;
        color: #2f2f2f; }
      .sec-eventos-interna .aside-interna .aside-comentarios .ac-comentario p {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 30px; }
@media screen and (max-width: 900px) {
  .sec-eventos-interna .art-interna {
    width: 100%; } }

/*

/*
* �rea de Membro
*/
@media screen and (max-width: 650px) {
  .download-page {
    margin-top: 30px; } }
.download-page .sec-wrap {
  display: block; }
.download-page .content-header {
  margin-bottom: 55px; }
  .download-page .content-header .signika {
    font-family: 'Amatic SC', cursive;
    font-size: 42px;
    color: #0066b3;
    line-height: 30px;
    margin-bottom: 25px; }
.download-page .docs-container .select-container {
  margin-bottom: 33px;
  display: inline-block;
  width: 100%; }
  .download-page .docs-container .select-container .tamanho-fonte {
    width: 29%;
    display: inline-block;
    position: relative; }
    @media screen and (max-width: 1082px) {
      .download-page .docs-container .select-container .tamanho-fonte {
        width: 15%; } }
    @media screen and (max-width: 670px) {
      .download-page .docs-container .select-container .tamanho-fonte {
        width: 275px; } }
    .download-page .docs-container .select-container .tamanho-fonte .signika {
      font-size: 2.5em;
      color: #0066b3;
      line-height: 30px;
      float: left;
      font-family: 'Amatic SC', cursive; }
      @media screen and (max-width: 670px) {
        .download-page .docs-container .select-container .tamanho-fonte .signika {
          float: none; } }
  .download-page .docs-container .select-container .select-box {
    width: 66%;
    height: 30px;
    float: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding-left: 10px;
    border: 2px solid #0066b3;
    background-color: white;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 12px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; }
    .download-page .docs-container .select-container .select-box:focus .select-items {
      display: block; }
    .download-page .docs-container .select-container .select-box .select-arrow {
      background-image: url("../images/arrow-select.png");
      display: block;
      height: 10px;
      width: 10px;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      position: absolute;
      right: 10px;
      margin: auto;
      top: 0;
      bottom: 0; }
    .download-page .docs-container .select-container .select-box .select-items {
      display: none;
      background-color: white;
      top: 28px;
      position: absolute;
      width: 100%;
      left: 0;
      z-index: 99;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box; }
      .download-page .docs-container .select-container .select-box .select-items .select-item {
        padding: 3px 5px;
        cursor: pointer;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box; }
        .download-page .docs-container .select-container .select-box .select-items .select-item .select-icon {
          height: 16px;
          display: block;
          width: 13px;
          margin-right: 10px; }
        .download-page .docs-container .select-container .select-box .select-items .select-item:hover {
          background-color: #0066b3;
          color: white; }
      .download-page .docs-container .select-container .select-box .select-items .item-group {
        padding: 5px 0;
        padding-left: 20px;
        position: relative;
        cursor: default; }
        .download-page .docs-container .select-container .select-box .select-items .item-group .item-group-title {
          font-weight: bold;
          box-sizing: border-box;
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box; }
      .download-page .docs-container .select-container .select-box .select-items .sub {
        top: 20px;
        padding-left: 20px;
        padding-bottom: 3px; }
    @media screen and (max-width: 670px) {
      .download-page .docs-container .select-container .select-box {
        margin: 21px auto 0;
        float: none; } }
.download-page .docs-container .arquivos .titulo-block {
  display: inline-block;
  position: relative;
  height: auto;
  width: 100%;
  padding-bottom: 28px;
  background-color: #00a76d; 
  display: flex;
  justify-content: space-between;
  align-items: center;
}
  .download-page .docs-container .arquivos .titulo-block .signika {
    font-family: 'Amatic SC', cursive;
    font-size: 42px;
    color: white;
    line-height: 34px;
    position: relative;
    display: block;
    margin-top: 27px;
    margin-left: 25px;
    margin-right: 25px; }

    .download-page .docs-container .arquivos .titulo-block .search {
      padding-right: 25px;
    }
      .download-page .docs-container .arquivos .titulo-block .search > label.signika {
        margin-left: 0;
        font-family: Arial;
        font-size: 16px;
      }
      .download-page .docs-container .arquivos .titulo-block .search > input {
        border: 0;
        height: 21px;
        padding-left: 5px;
      }

    .download-page .docs-container .arquivos .titulo-block .signika.titulo-pequeno {
      margin-top: 26px; }
    @media screen and (max-width: 650px) {
      .download-page .docs-container .arquivos .titulo-block .signika {
        margin-top: 12px; } }
    @media screen and (max-width: 395px) {
      .download-page .docs-container .arquivos .titulo-block .signika {
        font-size: 30px; } }
.download-page .docs-container .arquivos .arquivos-container {
  margin-top: 25px;
  display: inline-block;
  position: relative;
  width: 100%; }
  .download-page .docs-container .arquivos .arquivos-container .iframe-youtube {
    display: block;
    width: 32%;
    height: 150px;
    overflow: hidden;
    border-radius: 14px;
    margin: 8px 0.6%;
    float: left; }
    .download-page .docs-container .arquivos .arquivos-container .iframe-youtube > iframe {
      width: 100%; }
    @media screen and (max-width: 800px) {
      .download-page .docs-container .arquivos .arquivos-container .iframe-youtube {
        width: 48%; } }
    @media screen and (max-width: 500px) {
      .download-page .docs-container .arquivos .arquivos-container .iframe-youtube {
        width: 100%; } }
  .download-page .docs-container .arquivos .arquivos-container .download-loading {
    max-width: 200px;
    max-height: 200px;
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto; }
    .download-page .docs-container .arquivos .arquivos-container .download-loading.open {
      display: block; }
  .download-page .docs-container .arquivos .arquivos-container .divisor-left-right {
    position: absolute;
    border-left: 1px dotted black;
    left: 50%; }
    @media screen and (max-width: 616px) {
      .download-page .docs-container .arquivos .arquivos-container .divisor-left-right {
        display: none; } }
  .download-page .docs-container .arquivos .arquivos-container .righte {
    float: right;
    padding: 20px 10px 20px 0; }
    @media screen and (max-width: 616px) {
      .download-page .docs-container .arquivos .arquivos-container .righte {
        float: none;
        padding: 20px 0 20px 10px; } }
  .download-page .docs-container .arquivos .arquivos-container .lefte {
    float: left;
    padding: 20px 0 20px 10px; }
    @media screen and (max-width: 616px) {
      .download-page .docs-container .arquivos .arquivos-container .lefte {
        float: none; } }
  .download-page .docs-container .arquivos .arquivos-container .border-none {
    border: none; }
  .download-page .docs-container .arquivos .arquivos-container .item {
    display: inline-block;
    border-bottom: 1px dotted black;
    width: 45%; }
    .download-page .docs-container .arquivos .arquivos-container .item.hide {
      display: none; }
    .download-page .docs-container .arquivos .arquivos-container .item.border-none {
      border: 1px dotted rgba(200, 200, 200, 0); }
      @media screen and (max-width: 616px) {
        .download-page .docs-container .arquivos .arquivos-container .item.border-none {
          border-bottom: 1px dotted black; } }
    .download-page .docs-container .arquivos .arquivos-container .item.item:last-child {
      border: none; }
    @media screen and (max-width: 616px) {
      .download-page .docs-container .arquivos .arquivos-container .item {
        width: 100%; } }
    .download-page .docs-container .arquivos .arquivos-container .item .img-container {
      display: inline-block;
      float: left;
      margin-right: 2%; }
      .download-page .docs-container .arquivos .arquivos-container .item .img-container .imagem-ico {
        height: 65px; }
    .download-page .docs-container .arquivos .arquivos-container .item .text-container {
      float: left;
      width: 45%;
      margin-right: 1%; }
      .download-page .docs-container .arquivos .arquivos-container .item .text-container .nome-arquivo {
        font-size: 15px;
        margin-bottom: 8px;
        height: 45px; }
      .download-page .docs-container .arquivos .arquivos-container .item .text-container .peso-arquivo {
        font-size: 12px;
        font-weight: 800; }
    .download-page .docs-container .arquivos .arquivos-container .item .divisor-verde {
      width: 3px;
      float: left;
      height: 68px;
      display: block;
      position: relative;
      background-color: #00a76d;
      margin-right: 2%; }
      @media screen and (max-width: 330px) {
        .download-page .docs-container .arquivos .arquivos-container .item .divisor-verde {
          margin-right: 1%; } }
    .download-page .docs-container .arquivos .arquivos-container .item .data-container {
      float: left;
      margin-right: 9%; }
      @media screen and (max-width: 923px) {
        .download-page .docs-container .arquivos .arquivos-container .item .data-container {
          margin-right: 0; } }
      .download-page .docs-container .arquivos .arquivos-container .item .data-container p {
        font-size: 12px;
        margin-top: 10px; }
    .download-page .docs-container .arquivos .arquivos-container .item .icone-img {
      margin-top: 12px;
      float: left; }
      @media screen and (max-width: 923px) {
        .download-page .docs-container .arquivos .arquivos-container .item .icone-img {
          margin-top: 8px;
          margin-left: 5%; } }

/*
* �rea de Login
*/
.login form {
  background: #fafafa;
  border: 1px solid #dddfe1;
  padding-top: 5px;
  font-size: 18px;
  padding: 20px;
  position: relative;
  width: 40%;
  margin: 0 auto; }
.login label {
  margin-top: 10px;
  display: block; }
.login input {
  border-color: #e2e2e2;
  margin-top: 4px; }

/*
* noticias home
*/
.not-ultimos .nu-filtrar {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  width: 1000px;
  background: #00a76d;
  height: 75px;
  line-height: 75px;
  margin: 20px auto 0;
  transition: 0.3s all ease; }
  .not-ultimos .nu-filtrar .sec-wrap {
    width: 960px; }
  .not-ultimos .nu-filtrar select {
    height: 30px;
    color: #ada5a5;
    margin-left: 15px;
    min-width: 125px; }
  .not-ultimos .nu-filtrar.fixed {
    position: fixed;
    top: -20px;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 999;
    padding: 0; }
.not-ultimos.fixed {
  margin-top: 90px; }
.not-ultimos .nu-article {
  width: 47.5%;
  float: left;
  margin: 20px 0.5%; }
  .not-ultimos .nu-article .nu-img {
    width: 45%;
    height: 125px;
    float: left;
    margin-right: 2%;
    background-size: cover; }
  .not-ultimos .nu-article .nu-tt {
    font-size: 18px;
    font-weight: bold;
    color: #242424;
    max-height: 54px;
    overflow: hidden;
    line-height: 19px;
    margin-bottom: 10px; }
  .not-ultimos .nu-article .nu-desc {
    font-size: 14px;
    color: #242424;
    overflow: hidden;
    max-height: 43px; }
  .not-ultimos .nu-article .nu-data {
    text-align: left;
    font-size: 13px;
    font-weight: bold;
    color: #242424; }
  .not-ultimos .nu-article:hover .nu-tt {
    color: #00a76d; }
.not-ultimos .btn-carrega {
  width: 100%;
  margin: 30px auto 0;
  max-width: 670px;
  background-color: #e3e3e3;
  color: #817f7f;
  font-family: 'Amatic SC', cursive;
  font-size: 24px;
  font-weight: bold;
  height: 45px;
  display: block;
  text-align: center;
  line-height: 45px; }
@media screen and (max-width: 700px) {
  .not-ultimos .nu-filtrar {
    width: 100%; }
    .not-ultimos .nu-filtrar .sec-wrap {
      width: 90%;
      margin-left: 5%; }
  .not-ultimos .nu-article {
    width: 100% !important; } }

/*
* Evento home
*/
.even-ultimos .eu-filtrar {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  width: 1000px;
  background: #00a76d;
  height: 75px;
  line-height: 75px;
  margin: 20px auto 0;
  transition: 0.3s all ease; }
  .even-ultimos .eu-filtrar .sec-wrap {
    width: 960px; }
  .even-ultimos .eu-filtrar select {
    height: 30px;
    color: #ada5a5;
    margin-left: 15px;
    min-width: 150px; }
  .even-ultimos .eu-filtrar.fixed {
    position: fixed;
    top: -20px;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 999;
    padding: 0; }
.even-ultimos.fixed {
  margin-top: 90px; }
.even-ultimos .su-article {
  width: 23.5%;
  height: 150px;
  position: relative;
  margin-top: 20px;
  float: left;
  margin-right: 2%;
  overflow: hidden;
  border-radius: 2px;
  background-size: cover;
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: gray;
  /* IE 6-9 */
  transition: 0.45s all ease; }
  .even-ultimos .su-article .su-tt {
    position: absolute;
    bottom: -95px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 24px;
    width: 90%;
    padding: 10px 5%;
    height: 50px;
    transition: 0.45s all ease;
    overflow: hidden; }
  .even-ultimos .su-article .su-data {
    width: 90px;
    height: 35px;
    position: absolute;
    padding-right: 20px;
    padding-top: 10px;
    right: -110px;
    bottom: 70px;
    background: #00a76d;
    transition: 0.45s all ease;
    color: #fff;
    font-size: 11px;
    text-align: right; }
    .even-ultimos .su-article .su-data b {
      font-weight: bold;
      display: block;
      font-size: 15px; }
  .even-ultimos .su-article:hover {
    -webkit-filter: grayscale(0);
    -ms-filter: grayscale(0); }
    .even-ultimos .su-article:hover .su-tt {
      bottom: 0; }
    .even-ultimos .su-article:hover .su-data {
      right: 0; }
  .even-ultimos .su-article:nth-child(4) {
    margin-right: 0; }
  .even-ultimos .su-article:nth-child(8) {
    margin-right: 0; }
  .even-ultimos .su-article:nth-child(12) {
    margin-right: 0; }
  .even-ultimos .su-article:nth-child(16) {
    margin-right: 0; }
  .even-ultimos .su-article:nth-child(20) {
    margin-right: 0; }
  .even-ultimos .su-article:nth-child(24) {
    margin-right: 0; }
  .even-ultimos .su-article:nth-child(28) {
    margin-right: 0; }
  .even-ultimos .su-article:nth-child(32) {
    margin-right: 0; }
  .even-ultimos .su-article:nth-child(36) {
    margin-right: 0; }
  .even-ultimos .su-article:nth-child(40) {
    margin-right: 0; }
  .even-ultimos .su-article:nth-child(44) {
    margin-right: 0; }
  .even-ultimos .su-article:nth-child(48) {
    margin-right: 0; }
  .even-ultimos .su-article:nth-child(52) {
    margin-right: 0; }
  .even-ultimos .su-article:nth-child(56) {
    margin-right: 0; }
  .even-ultimos .su-article:nth-child(60) {
    margin-right: 0; }
  .even-ultimos .su-article:nth-child(64) {
    margin-right: 0; }
  .even-ultimos .su-article:nth-child(68) {
    margin-right: 0; }
  .even-ultimos .su-article:nth-child(72) {
    margin-right: 0; }
  .even-ultimos .su-article:nth-child(76) {
    margin-right: 0; }
  .even-ultimos .su-article:nth-child(80) {
    margin-right: 0; }
  .even-ultimos .su-article:nth-child(84) {
    margin-right: 0; }
  .even-ultimos .su-article:nth-child(88) {
    margin-right: 0; }
  .even-ultimos .su-article:nth-child(92) {
    margin-right: 0; }
  .even-ultimos .su-article:nth-child(96) {
    margin-right: 0; }
  .even-ultimos .su-article:nth-child(100) {
    margin-right: 0; }
  .even-ultimos .su-article:nth-child(104) {
    margin-right: 0; }
  .even-ultimos .su-article:nth-child(108) {
    margin-right: 0; }
  .even-ultimos .su-article:nth-child(112) {
    margin-right: 0; }
  .even-ultimos .su-article:nth-child(116) {
    margin-right: 0; }
  .even-ultimos .su-article:nth-child(120) {
    margin-right: 0; }
  .even-ultimos .su-article:nth-child(124) {
    margin-right: 0; }
  .even-ultimos .su-article:nth-child(128) {
    margin-right: 0; }
  .even-ultimos .su-article:nth-child(132) {
    margin-right: 0; }
  .even-ultimos .su-article:nth-child(136) {
    margin-right: 0; }
  .even-ultimos .su-article:nth-child(140) {
    margin-right: 0; }
  .even-ultimos .su-article:nth-child(144) {
    margin-right: 0; }
  .even-ultimos .su-article:nth-child(148) {
    margin-right: 0; }
  .even-ultimos .su-article:nth-child(152) {
    margin-right: 0; }
  .even-ultimos .su-article:nth-child(156) {
    margin-right: 0; }
  .even-ultimos .su-article:nth-child(160) {
    margin-right: 0; }
  .even-ultimos .su-article:nth-child(164) {
    margin-right: 0; }
  .even-ultimos .su-article:nth-child(168) {
    margin-right: 0; }
  .even-ultimos .su-article:nth-child(172) {
    margin-right: 0; }
  .even-ultimos .su-article:nth-child(176) {
    margin-right: 0; }
  .even-ultimos .su-article:nth-child(180) {
    margin-right: 0; }
  .even-ultimos .su-article:nth-child(184) {
    margin-right: 0; }
  .even-ultimos .su-article:nth-child(188) {
    margin-right: 0; }
  .even-ultimos .su-article:nth-child(192) {
    margin-right: 0; }
  .even-ultimos .su-article:nth-child(196) {
    margin-right: 0; }
  .even-ultimos .su-article:nth-child(200) {
    margin-right: 0; }
  .even-ultimos .su-article:nth-child(204) {
    margin-right: 0; }
  .even-ultimos .su-article:nth-child(208) {
    margin-right: 0; }
  .even-ultimos .su-article:nth-child(212) {
    margin-right: 0; }
  .even-ultimos .su-article:nth-child(216) {
    margin-right: 0; }
  .even-ultimos .su-article:nth-child(220) {
    margin-right: 0; }
  .even-ultimos .su-article:nth-child(224) {
    margin-right: 0; }
  .even-ultimos .su-article:nth-child(228) {
    margin-right: 0; }
  .even-ultimos .su-article:nth-child(232) {
    margin-right: 0; }
  .even-ultimos .su-article:nth-child(236) {
    margin-right: 0; }
  .even-ultimos .su-article:nth-child(240) {
    margin-right: 0; }
  .even-ultimos .su-article:nth-child(244) {
    margin-right: 0; }
  .even-ultimos .su-article:nth-child(248) {
    margin-right: 0; }
  .even-ultimos .su-article:nth-child(252) {
    margin-right: 0; }
  .even-ultimos .su-article:nth-child(256) {
    margin-right: 0; }
  .even-ultimos .su-article:nth-child(260) {
    margin-right: 0; }
  .even-ultimos .su-article:nth-child(264) {
    margin-right: 0; }
  .even-ultimos .su-article:nth-child(268) {
    margin-right: 0; }
  .even-ultimos .su-article:nth-child(272) {
    margin-right: 0; }
  .even-ultimos .su-article:nth-child(276) {
    margin-right: 0; }
  .even-ultimos .su-article:nth-child(280) {
    margin-right: 0; }
  .even-ultimos .su-article:nth-child(284) {
    margin-right: 0; }
  .even-ultimos .su-article:nth-child(288) {
    margin-right: 0; }
  .even-ultimos .su-article:nth-child(292) {
    margin-right: 0; }
  .even-ultimos .su-article:nth-child(296) {
    margin-right: 0; }
  .even-ultimos .su-article:nth-child(300) {
    margin-right: 0; }
  .even-ultimos .su-article:nth-child(304) {
    margin-right: 0; }
  .even-ultimos .su-article:nth-child(308) {
    margin-right: 0; }
  .even-ultimos .su-article:nth-child(312) {
    margin-right: 0; }
  .even-ultimos .su-article:nth-child(316) {
    margin-right: 0; }
  .even-ultimos .su-article:nth-child(320) {
    margin-right: 0; }
  .even-ultimos .su-article:nth-child(324) {
    margin-right: 0; }
  .even-ultimos .su-article:nth-child(328) {
    margin-right: 0; }
  .even-ultimos .su-article:nth-child(332) {
    margin-right: 0; }
  .even-ultimos .su-article:nth-child(336) {
    margin-right: 0; }
  .even-ultimos .su-article:nth-child(340) {
    margin-right: 0; }
  .even-ultimos .su-article:nth-child(344) {
    margin-right: 0; }
  .even-ultimos .su-article:nth-child(348) {
    margin-right: 0; }
  .even-ultimos .su-article:nth-child(352) {
    margin-right: 0; }
  .even-ultimos .su-article:nth-child(356) {
    margin-right: 0; }
  .even-ultimos .su-article:nth-child(360) {
    margin-right: 0; }
  .even-ultimos .su-article:nth-child(364) {
    margin-right: 0; }
  .even-ultimos .su-article:nth-child(368) {
    margin-right: 0; }
  .even-ultimos .su-article:nth-child(372) {
    margin-right: 0; }
  .even-ultimos .su-article:nth-child(376) {
    margin-right: 0; }
  .even-ultimos .su-article:nth-child(380) {
    margin-right: 0; }
  .even-ultimos .su-article:nth-child(384) {
    margin-right: 0; }
  .even-ultimos .su-article:nth-child(388) {
    margin-right: 0; }
  .even-ultimos .su-article:nth-child(392) {
    margin-right: 0; }
  .even-ultimos .su-article:nth-child(396) {
    margin-right: 0; }
  .even-ultimos .su-article:nth-child(1), .even-ultimos .su-article:nth-child(2), .even-ultimos .su-article:nth-child(3), .even-ultimos .su-article:nth-child(4) {
    width: 49%;
    height: 250px; }
    .even-ultimos .su-article:nth-child(1):nth-child(2), .even-ultimos .su-article:nth-child(1):nth-child(4), .even-ultimos .su-article:nth-child(2):nth-child(2), .even-ultimos .su-article:nth-child(2):nth-child(4), .even-ultimos .su-article:nth-child(3):nth-child(2), .even-ultimos .su-article:nth-child(3):nth-child(4), .even-ultimos .su-article:nth-child(4):nth-child(2), .even-ultimos .su-article:nth-child(4):nth-child(4) {
      margin-right: 0; }
.even-ultimos .btn-carrega {
  width: 100%;
  margin: 30px auto 0;
  max-width: 670px;
  background-color: #e3e3e3;
  color: #817f7f;
  font-family: 'Amatic SC', cursive;
  font-size: 24px;
  font-weight: bold;
  height: 45px;
  display: block;
  text-align: center;
  line-height: 45px; }
@media screen and (max-width: 640px) {
  .even-ultimos .eu-filtrar {
    width: 100%; }
    .even-ultimos .eu-filtrar .sec-wrap {
      width: 90%;
      margin-left: 5%; }
  .even-ultimos .su-article {
    width: 100% !important; }
  .even-ultimos .su-tt {
    bottom: 0 !important; }
  .even-ultimos .su-data {
    right: 0 !important; } }

/*
* noticias
*/
.sec-noticias-interna .art-interna img {
  max-width: 600px;
  width: 100%;
  margin: 20px auto 40px;
  display: block; }
.sec-noticias-interna .art-interna p {
  font-size: 16px;
  color: #2f2f2f;
  line-height: 20px;
  text-align: justify; }
.sec-noticias-interna .art-interna ul li {
  list-style: disc;
  margin-top: 4px;
  margin-left: 30px; }

/*
* Nossos Nucleos
*/
.sec-nucleos .sn-header {
  width: 100%;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 30px; }
  .sec-nucleos .sn-header .snh-left-img {
    float: left;
    margin: 40px 4%;
    width: 7%; }
  .sec-nucleos .sn-header .snh-right-text {
    width: 85%;
    float: left;
    display: inline-block;
    height: 135px;
    margin-top: 25px;
    height: auto; }
    .sec-nucleos .sn-header .snh-right-text h3 {
      color: #1a72b8;
      font-weight: bold;
      font-size: 24px; }
    .sec-nucleos .sn-header .snh-right-text p {
      font-size: 16px;
      color: #2f2f2f;
      line-height: 22px; }
      .sec-nucleos .sn-header .snh-right-text p span {
        font-weight: bold;
        display: inline-block; }
  .sec-nucleos .sn-header .afl-maps {
    width: 90%;
    height: 350px;
    margin-left: 5%;
    margin-top: 10px;
    position: relative;
    display: inline-block; }
    .sec-nucleos .sn-header .afl-maps iframe {
      width: 100%;
      height: 100%; }
    .sec-nucleos .sn-header .afl-maps .afl-over {
      width: 100%;
      height: 500px;
      z-index: 999999;
      position: absolute;
      opacity: 0;
      left: 0;
      top: 0;
      background: red; }
.sec-nucleos .sn-box-nucleo {
  width: calc(49% - 2px);
  float: left;
  background: #fff;
  margin-bottom: 25px;
  border: 1px solid #e1e1e1;
  min-height: 220px; }
  .sec-nucleos .sn-box-nucleo .bn-header > img {
    width: 17%;
    float: left;
    margin: 25px 3% 0 5%; }
  .sec-nucleos .sn-box-nucleo .bn-header .bnh-right {
    width: 75%;
    float: left;
    display: inline-block; }
    .sec-nucleos .sn-box-nucleo .bn-header .bnh-right h3 {
      font-size: 19px;
      font-weight: bold;
      color: #1a72b8;
      margin-top: 35px; }
      .sec-nucleos .sn-box-nucleo .bn-header .bnh-right h3 span {
        text-transform: uppercase;
        display: block; }
    .sec-nucleos .sn-box-nucleo .bn-header .bnh-right .hnh-data {
      display: block;
      width: 100%;
      height: 20px;
      font-size: 11px;
      text-transform: uppercase;
      margin: 10px 0;
      line-height: 13px; }
      .sec-nucleos .sn-box-nucleo .bn-header .bnh-right .hnh-data img {
        float: left;
        margin-right: 5px;
        position: relative;
        bottom: -5px; }
      .sec-nucleos .sn-box-nucleo .bn-header .bnh-right .hnh-data p {
        float: left; }
      .sec-nucleos .sn-box-nucleo .bn-header .bnh-right .hnh-data .hnhd-1linha {
        line-height: 26px; }
    .sec-nucleos .sn-box-nucleo .bn-header .bnh-right .hnh-footer {
      color: #2f2f2f;
      width: 100%;
      font-weight: bold;
      font-size: 14px;
      margin-bottom: 10px; }
      .sec-nucleos .sn-box-nucleo .bn-header .bnh-right .hnh-footer span {
        display: inline-block; }
      .sec-nucleos .sn-box-nucleo .bn-header .bnh-right .hnh-footer img {
        position: relative;
        bottom: -2px;
        margin-right: 5px; }
  .sec-nucleos .sn-box-nucleo .bn-link {
    color: #0066b3;
    font-size: 14px;
    margin-left: 5%; }
  .sec-nucleos .sn-box-nucleo .bn-endereco {
    margin: 15px 0 10px 5%;
    display: block;
    font-size: 14px; }
  .sec-nucleos .sn-box-nucleo .bn-link-mapa {
    color: #0066b3;
    margin-left: 5%;
    font-size: 14px;
    margin-bottom: 20px;
    display: inline-block; }
    .sec-nucleos .sn-box-nucleo .bn-link-mapa img {
      position: relative;
      bottom: -2px;
      margin-right: 5px; }
  .sec-nucleos .sn-box-nucleo .link-facebook img {
    width: 34px;
    position: relative;
    bottom: 10px;
    margin-left: 10px;
    float: right;
    margin-right: 20px; }
  .sec-nucleos .sn-box-nucleo:nth-child(odd) {
    margin-right: 2%; }
@media screen and (max-width: 640px) {
  .sec-nucleos .sn-header .snh-left-img {
    float: none;
    margin: 20px auto 0;
    width: auto;
    display: block; }
  .sec-nucleos .sn-header .snh-right-text {
    width: 90%;
    margin-left: 5%; }
  .sec-nucleos .sn-box-nucleo {
    width: 100%; } }

/*
* Claendario
*/
.section-calendario {
  float: left;
  width: 100%; }
  .section-calendario .data-calendario {
    width: 100%;
    max-width: 240px;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 13px;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    transition: 0.34s all ease; }
    .section-calendario .data-calendario:nth-child(4n +4) {
      padding-right: 0; }
    .section-calendario .data-calendario.open {
      width: 48%;
      background-color: #0065b3;
      max-width: 461px; }
      .section-calendario .data-calendario.open .left-content .titulo-calendario {
        color: white; }
      .section-calendario .data-calendario.open .right-container {
        opacity: 1;
        visibility: visible; }
    .section-calendario .data-calendario .bold {
      font-weight: bold; }
    .section-calendario .data-calendario .left-content {
      width: 100%;
      margin-right: 8px; }
      .section-calendario .data-calendario .left-content .image-calendar {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        border-radius: 6px;
        height: 120px;
        width: 220px; }
      .section-calendario .data-calendario .left-content .titulo-calendario {
        margin-top: 8px;
        display: block;
        font-weight: bold;
        color: #2f2f2f; }
    .section-calendario .data-calendario .right-container {
      min-width: 211px;
      position: absolute;
      right: 8px;
      width: 211px;
      opacity: 0;
      visibility: hidden;
      color: white;
      transition: 0.34s all ease; }
  @media screen and (max-width: 700px) {
    .section-calendario .sc-article {
      width: 100%; } }

/*
* fale Conosco
*/
.sec-fale-conosco .aside-fale-conosco {
  width: 28%;
  margin-right: 2%;
  float: left; }
  .sec-fale-conosco .aside-fale-conosco .afl-header {
    width: 100%;
    height: 95px;
    background: #0066b3;
    color: #ffffff;
    text-align: center;
    display: inline-block; }
    .sec-fale-conosco .aside-fale-conosco .afl-header span {
      font-size: 32px;
      font-weight: bold;
      display: block;
      margin-top: 15px;
      margin-bottom: 10px; }
  .sec-fale-conosco .aside-fale-conosco > iframe {
    width: 100%; }
  .sec-fale-conosco .aside-fale-conosco .afl-maps {
    width: 90%;
    height: 220px;
    margin-left: 5%;
    margin-top: 40px;
    position: relative; }
    .sec-fale-conosco .aside-fale-conosco .afl-maps iframe {
      width: 100%;
      height: 100%; }
    .sec-fale-conosco .aside-fale-conosco .afl-maps .afl-over {
      width: 100%;
      z-index: 999999;
      position: absolute;
      left: 0;
      background: red; }
  .sec-fale-conosco .aside-fale-conosco .afl-footer {
    background: #bbc2c7;
    color: #000;
    font-size: 12px;
    width: 100%;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 2px; }
    .sec-fale-conosco .aside-fale-conosco .afl-footer .btn-ampliar {
      background: #e2ebf2;
      color: #000;
      width: 150px;
      display: block;
      height: 20px;
      line-height: 20px;
      margin: 10px auto 10px; }
.sec-fale-conosco .art-interna {
  width: 70%;
  float: left; }
  .sec-fale-conosco .art-interna .fai-tab {
    height: 50px; }
    .sec-fale-conosco .art-interna .fai-tab li {
      background: #bbc2c7;
      height: 50px;
      line-height: 50px;
      float: left;
      font-size: 22px;
      color: #fff;
      padding: 0 15px;
      letter-spacing: -0.5px;
      border-radius: 5px 5px 0 0;
      cursor: pointer; }
      .sec-fale-conosco .art-interna .fai-tab li:hover {
        opacity: 0.75; }
      .sec-fale-conosco .art-interna .fai-tab li.active {
        background: #0066b3; }
  .sec-fale-conosco .art-interna #form-contato, .sec-fale-conosco .art-interna #form-bandeirante {
    box-shadow: 1px 1px 10px rgba(128, 128, 128, 0.32);
    display: none; }
    .sec-fale-conosco .art-interna #form-contato.dsp-on, .sec-fale-conosco .art-interna #form-bandeirante.dsp-on {
      display: block; }
@media screen and (max-width: 890px) {
  .sec-fale-conosco .art-interna {
    display: block;
    float: left;
    width: 100%; }
    .sec-fale-conosco .art-interna .fai-tab {
      height: 100px;
      width: 100%; }
      .sec-fale-conosco .art-interna .fai-tab li {
        padding: 0;
        width: 100%;
        text-align: center; }
    .sec-fale-conosco .art-interna .inp-top, .sec-fale-conosco .art-interna .inp-down {
      width: 92% !important; }
  .sec-fale-conosco .aside-fale-conosco {
    width: 100%;
    margin: 0;
    margin-bottom: 20px; }
    .sec-fale-conosco .aside-fale-conosco .afl-footer {
      display: none; }
    .sec-fale-conosco .aside-fale-conosco iframe {
      display: none; } }

.sec-quem-somos h2 {
  color: #0066b3;
  font-weight: bold;
  font-size: 20px; }
.sec-quem-somos aside {
  min-width: 200px;
  width: 25%;
  background: #fff;
  float: left;
  margin-top: 25px;
  display: inline-block;
  margin-right: 2.5%;
  margin-bottom: 20px; }
  @media screen and (max-width: 450px) {
    .sec-quem-somos aside {
      width: 90%;
      margin: 0 5% 30px; } }
  .sec-quem-somos aside li {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #fff;
    box-shadow: 0px 14px 6px -16px rgba(0, 0, 0, 0.5);
    text-align: center; }
    .sec-quem-somos aside li:last-child {
      box-shadow: none; }
    .sec-quem-somos aside li a {
      color: #000; }
    .sec-quem-somos aside li:hover a, .sec-quem-somos aside li.active a {
      color: #0066b3; }
.sec-quem-somos .art-interna {
  margin-top: 30px;
  line-height: 18px; }
  .sec-quem-somos .art-interna p {
    margin-bottom: 15px;
    text-align: justify; }
  .sec-quem-somos .art-interna h2 {
    margin-bottom: 5px; }
  .sec-quem-somos .art-interna .list-num {
    list-style-type: decimal;
    margin-bottom: 15px;
    display: inline-block; }
    .sec-quem-somos .art-interna .list-num li {
      line-height: 20px;
      margin-left: 27px; }
  .sec-quem-somos .art-interna ul {
    list-style: disc;
    margin-bottom: 15px;
    display: inline-block; }
    .sec-quem-somos .art-interna ul li {
      margin-left: 27px; }
.sec-quem-somos .art-interna.art-70 {
  margin-top: 30px;
  margin-left: 5%;
  float: left;
  width: 70%; }
.sec-quem-somos .art-interna.art-100 {
  width: 100%;
  margin: 0; }

.divona {
  width: 100%; }

.img-list .img-img-list {
  float: right;
  width: 418px;
  margin-top: -51px; }
  @media screen and (max-width: 925px) {
    .img-list .img-img-list {
      float: none;
      width: 100%; } }

.missao-block {
  width: 100%; }
  @media screen and (max-width: 650px) {
    .missao-block img {
      width: 100%; } }

.div-wrap {
  width: 100%;
  height: auto;
  display: inline-block;
  margin-top: 25px;
  margin-bottom: 25px; }
  .div-wrap .sub-div1 {
    width: 63%;
    float: left;
    margin-right: 2%; }
    @media screen and (max-width: 930px) {
      .div-wrap .sub-div1 {
        float: none;
        width: 100%; } }
  .div-wrap .img1 {
    width: 35%;
    float: left; }
    @media screen and (max-width: 930px) {
      .div-wrap .img1 {
        float: none;
        width: 100%; } }
    .div-wrap .img1 img {
      width: 100%; }
  .div-wrap .sub-div2 {
    width: 63%;
    float: right;
    margin-left: 2%; }
    @media screen and (max-width: 930px) {
      .div-wrap .sub-div2 {
        float: none;
        width: 100%; } }
  .div-wrap .img2 {
    width: 35%;
    float: right; }
    @media screen and (max-width: 930px) {
      .div-wrap .img2 {
        float: none;
        width: 100%; } }
    .div-wrap .img2 img {
      width: 100%; }
  .div-wrap .sub-div3 {
    width: 63%;
    float: left;
    margin-right: 2%; }
    @media screen and (max-width: 930px) {
      .div-wrap .sub-div3 {
        float: none;
        width: 100%; } }
  .div-wrap .img3 {
    width: 35%;
    float: left; }
    @media screen and (max-width: 930px) {
      .div-wrap .img3 {
        float: none;
        width: 100%; } }
    .div-wrap .img3 img {
      width: 100%; }
  .div-wrap .sub-div4 {
    width: 63%;
    float: right;
    margin-left: 2%; }
    @media screen and (max-width: 930px) {
      .div-wrap .sub-div4 {
        float: none;
        width: 100%; } }
  .div-wrap .img4 {
    width: 35%;
    float: right; }
    @media screen and (max-width: 930px) {
      .div-wrap .img4 {
        float: none;
        width: 100%; } }
    .div-wrap .img4 img {
      width: 100%; }
  .div-wrap .sub-div5 {
    width: 63%;
    float: left;
    margin-right: 2%; }
    @media screen and (max-width: 930px) {
      .div-wrap .sub-div5 {
        float: none;
        width: 100%; } }
  .div-wrap .img5 {
    width: 35%;
    float: left; }
    @media screen and (max-width: 930px) {
      .div-wrap .img5 {
        float: none;
        width: 100%; } }
    .div-wrap .img5 img {
      width: 100%; }
  .div-wrap .sub-div6 {
    width: 63%;
    float: right;
    margin-left: 2%;
    margin-bottom: 5%; }
    @media screen and (max-width: 930px) {
      .div-wrap .sub-div6 {
        float: none;
        width: 100%; } }
  .div-wrap .img6 {
    width: 35%;
    float: left; }
    @media screen and (max-width: 930px) {
      .div-wrap .img6 {
        float: none;
        width: 100%; } }
    .div-wrap .img6 img {
      width: 100%; }
  .div-wrap .sub-div7 {
    width: 63%;
    float: right;
    margin-left: 2%; }
    @media screen and (max-width: 930px) {
      .div-wrap .sub-div7 {
        float: none;
        width: 100%; } }
  .div-wrap .sub-div8 {
    width: 50%;
    float: left;
    margin-right: 2%; }
    @media screen and (max-width: 930px) {
      .div-wrap .sub-div8 {
        float: none;
        width: 100%; } }
  .div-wrap .img8 {
    width: 35%;
    float: left; }
    @media screen and (max-width: 930px) {
      .div-wrap .img8 {
        float: none;
        width: 100%; } }
    .div-wrap .img8 img {
      width: 100%; }

.box-header {
  line-height: 75px;
  height: 75px;
  margin-top: 20px;
  width: 100%;
  margin-bottom: 15px; }
  .box-header h2 {
    font-size: 42px;
    font-weight: bold; }

.box-produtos {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around; }
  .box-produtos .produto {
    width: 28%;
    margin: 20px 5px;
    min-width: 170px;
    position: relative; }
    .box-produtos .produto .image-box {
      position: relative; }
      .box-produtos .produto .image-box img {
        width: 100%;
        height: auto;
        border-radius: 4px;
        background-color: white; }
      .box-produtos .produto .image-box .picker-box {
        width: 100%;
        max-width: 160px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
            justify-content: space-around;
        position: absolute;
        bottom: 10px;
        right: 8px; }
        .box-produtos .produto .image-box .picker-box .picker {
          border-radius: 50%;
          height: 15px;
          width: 15px;
          transition: .34s all ease;
          outline: none; }
          .box-produtos .produto .image-box .picker-box .picker.darkBlue {
            background: #0031e1; }
            .box-produtos .produto .image-box .picker-box .picker.darkBlue:hover, .box-produtos .produto .image-box .picker-box .picker.darkBlue:focus {
              box-shadow: 0 0 0 3px #0031e1; }
          .box-produtos .produto .image-box .picker-box .picker.lightBlue {
            background: #30b2ff; }
            .box-produtos .produto .image-box .picker-box .picker.lightBlue:hover, .box-produtos .produto .image-box .picker-box .picker.lightBlue:focus {
              box-shadow: 0 0 0 3px #30b2ff; }
          .box-produtos .produto .image-box .picker-box .picker.green {
            background: #00cf24; }
            .box-produtos .produto .image-box .picker-box .picker.green:hover, .box-produtos .produto .image-box .picker-box .picker.green:focus {
              box-shadow: 0 0 0 3px #00cf24; }
          .box-produtos .produto .image-box .picker-box .picker.yellow {
            background: #d9d200; }
            .box-produtos .produto .image-box .picker-box .picker.yellow:hover, .box-produtos .produto .image-box .picker-box .picker.yellow:focus {
              box-shadow: 0 0 0 3px #d9d200; }
          .box-produtos .produto .image-box .picker-box .picker.orange {
            background: #e67c47; }
            .box-produtos .produto .image-box .picker-box .picker.orange:hover, .box-produtos .produto .image-box .picker-box .picker.orange:focus {
              box-shadow: 0 0 0 3px #e67c47; }
          .box-produtos .produto .image-box .picker-box .picker.red {
            background: #d10054; }
            .box-produtos .produto .image-box .picker-box .picker.red:hover, .box-produtos .produto .image-box .picker-box .picker.red:focus {
              box-shadow: 0 0 0 3px #d10054; }
          .box-produtos .produto .image-box .picker-box .picker.black {
            background: #000; }
            .box-produtos .produto .image-box .picker-box .picker.black:hover, .box-produtos .produto .image-box .picker-box .picker.black:focus {
              box-shadow: 0 0 0 3px #000; }
          .box-produtos .produto .image-box .picker-box .picker.white {
            background: #ffffff;
            box-shadow: 0 0 0 1px #000000; }
            .box-produtos .produto .image-box .picker-box .picker.white:hover, .box-produtos .produto .image-box .picker-box .picker.white:focus {
              box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #000000; }
    .box-produtos .produto h3 {
      font-size: 20px;
      font-weight: bold;
      margin: 10px 0;
      height: 40px; }
    .box-produtos .produto a {
      font-size: 14px;
      padding: 0 15px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-transform: capitalize;
      width: 100%;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box; }
      .box-produtos .produto a i {
        margin-right: 10px;
        font-size: 18px;
        position: relative;
        bottom: 1px; }


@media screen and (max-width: 530px) {
  .download-page .docs-container .arquivos .titulo-block {
    flex-direction: column;
  }
}