/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

 html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

 body {
  margin: 0;
}

/* HTML5 display definitions
========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

 article,
 aside,
 details,
 figcaption,
 figure,
 footer,
 header,
 hgroup,
 main,
 menu,
 nav,
 section,
 summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

 audio,
 canvas,
 progress,
 video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

 audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

 [hidden],
 template {
  display: none;
}

/* Links
========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

 a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

 a:active,
 a:hover {
  outline: 0;
}

/* Text-level semantics
========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

 abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

 b,
 strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

 dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

 h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

 mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

 small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

 sub,
 sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

 img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

 svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

 figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

 hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

 pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

 code,
 kbd,
 pre,
 samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

 button,
 input,
 optgroup,
 select,
 textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

 button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

 button,
 select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

 button,
 html input[type="button"], /* 1 */
 input[type="reset"],
 input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

 button[disabled],
 html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

 button::-moz-focus-inner,
 input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

 input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

 input[type="checkbox"],
 input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

 input[type="number"]::-webkit-inner-spin-button,
 input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

 input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

 input[type="search"]::-webkit-search-cancel-button,
 input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

 fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

 legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

 textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

 optgroup {
  font-weight: 400;
}

/* Tables
========================================================================== */

/**
 * Remove most spacing between table cells.
 */

 table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}
/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/


/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
- Media Queries
*/

.container {
  width: 100%;  /* Or whatever */
}

.container > div{
  padding: 15px;
  text-align: center;
}

.box {
  width: 100%;  /* Or whatever */
  text-align: center; 
}

.hide {
  display: none;
}

.cnt-icones-menus {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-content: flex-start;
  justify-content: flex-start;
  text-align: left;
  border-bottom: 1px solid silver;
  background-color: #053A53;
  padding: 0;
}

.cnt-icones-menus div{
  padding: 15px;
  text-align: center;
  margin: auto;  /* Magic! */
  padding: 0;
  cursor: pointer;
}

.cnt-icones-menus i{
 width: 100%; 
}

.text-center {
  text-align: center;
}

.clickable {
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;     
  z-index: 1;
  cursor: pointer;
}

@media (min-width: 40em) {

  .container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;   
    width: 100%; 
  }

  .container > div{
    padding: 15px;
    text-align: left;
  }

  .box {
    text-align: left;
  }

  .box-1 {
    width: 8.333%;
  }
  .box-2 {
    width: 16.666%;
  }
  .box-3 {
    width: 24.999%;
  }
  .box-4 {
    width: 33.332%;
  }
  .box-5 {
    width: 41.665%;
  }
  .box-6 {
    width: 50%;
  }
  .box-7 {
    width: 58.331%;
  } 
  .box-8 {
    width: 66.664%;
  }
  .box-9 {
    width: 74.997%;
  }
  .box-10 {
    width: 83.333%;
  }
  .box-11 {
    width: 91.63%;
  } 
  .box-12 {
    width: 100%;
  }

  .container-wrap-catalogo {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;  
    flex-wrap: wrap;  
    align-content: center;
    justify-content: center;
    text-align: center;
  }

  .container-wrap-catalogo > div {
   margin: auto; 
   padding: 5px;
   background-color: #ebebeb;
   border: 1px solid silver;
   align-items: center;
   margin-bottom: 15px;
 }

 .container-wrap-galeria {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;  
  flex-wrap: wrap;  
  align-content: center;
  justify-content: center;
  text-align: center;
}

.container-wrap-galeria > div {
 margin: 10px; 
 padding: 5px;
 background-color: #ebebeb;
 border: 1px solid silver;
 align-items: center;
 margin-bottom: 15px;
}

.container-wrap-galeria img {
  width: 100%;
}

.cnt-icones-menus { 
  display: none;
}

#fechar-menu-institucional{
  display: none;
}

}




@media (min-width: 1200px) { 

  .container {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }

  .expanded {
    width: 100%;
  }

}

/*TOPO*/

.topo h1 img {
  width: 100%;
}

@media (min-width: 40em) { 

  .topo {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }

  .topo > div {
    margin: auto;  /* Magic! */
    text-align: left;
  }

  .topo  > div:last-child {
    text-align: right;
  }

  .rodape {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }

  .rodape > div {
    margin: auto;  /* Magic! */
    text-align: left;
  }

  .rodape >  div:last-child {
    text-align: right;
  }

}

/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 70%; }
  body {
    font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */
    line-height: 1.6;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    color: #222;
    text-align: justify;
  }


/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;}

  h1 { font-size: 0.1rem; line-height: 0.1;  letter-spacing: -.1rem;}
  h2 { font-size: 2.6rem; line-height: 2.6rem; letter-spacing: -.1rem; }
  h3 { font-size: 2.2rem; line-height: 3rem;  letter-spacing: -.1rem; }
  h4 { font-size: 2.4rem; line-height: 1.35; letter-spacing: -.08rem; }
  h5 { font-size: 1.8rem; line-height: 1.5;  letter-spacing: -.05rem; }
  h6 { font-size: 1.5rem; line-height: 1.6;  letter-spacing: 0; }


h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300; 
  letter-spacing: 1px;
}


h2 {
  text-align: center;
}

h2 a {
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  color: #1B4C9E;
}
  /* Larger than phablet */
  @media (min-width: 550px) {
    h1 { font-size: 0.1rem; }
    h2 { font-size: 2.2rem; }
    h3 { font-size: 2rem; }
    h4 { font-size: 2rem; }
    h5 { font-size: 2rem; }
    h6 { font-size: 2rem; }
  }

  p {
    margin-top: 0; }


/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #000; text-decoration: none;}
  a:hover {
    color: #1B4C9E; }


/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color:  #1B4C9E ;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; }
  .button:hover,
  button:hover,
  input[type="submit"]:hover,
  input[type="reset"]:hover,
  input[type="button"]:hover,
  .button:focus,
  button:focus,
  input[type="submit"]:focus,
  input[type="reset"]:focus,
  input[type="button"]:focus {
    color: #333;
    border-color: #888;
    outline: 0; }
    .button.button-primary,
    button.button-primary,
    input[type="submit"].button-primary,
    input[type="reset"].button-primary,
    input[type="button"].button-primary {
      color: #FFF;
      background-color: #33C3F0;
      border-color: #33C3F0; }
      .button.button-primary:hover,
      button.button-primary:hover,
      input[type="submit"].button-primary:hover,
      input[type="reset"].button-primary:hover,
      input[type="button"].button-primary:hover,
      .button.button-primary:focus,
      button.button-primary:focus,
      input[type="submit"].button-primary:focus,
      input[type="reset"].button-primary:focus,
      input[type="button"].button-primary:focus {
        color: #FFF;
        background-color: #1EAEDB;
        border-color: #1EAEDB; }


/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }
  /* Removes awkward default styles on some inputs for iOS */
  input[type="email"],
  input[type="number"],
  input[type="search"],
  input[type="text"],
  input[type="tel"],
  input[type="url"],
  input[type="password"],
  textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
    textarea {
      min-height: 65px;
      padding-top: 6px;
      padding-bottom: 6px; }
      input[type="email"]:focus,
      input[type="number"]:focus,
      input[type="search"]:focus,
      input[type="text"]:focus,
      input[type="tel"]:focus,
      input[type="url"]:focus,
      input[type="password"]:focus,
      textarea:focus,
      select:focus {
        border: 1px solid #33C3F0;
        outline: 0; }
        label,
        legend {
          display: block;
          margin-bottom: .5rem;
          font-weight: 600; }
          fieldset {
            padding: 0;
            border-width: 0; }
            input[type="checkbox"],
            input[type="radio"] {
              display: inline; }
              label > .label-body {
                display: inline-block;
                margin-left: .5rem;
                font-weight: normal; }


/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
section ul  {
margin-left: 0;
padding: 0;
}

section ul li {
list-style: none;
}

section ul li {
position: relative;
padding-left: 15px;
}

section ul li a{
font-size: 16px;
line-height: 16px;
}

section ul li:before {
  content: "-";
  position: absolute;
  color: transparent;
  top: 15px;
  left: 0;
  width: 7px;
  height: 7px;
  background-image: url(../../template_base/icones_svg/list-redondo.svg);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 7px;
}

/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }
  pre > code {
    display: block;
    padding: 1rem 1.5rem;
    white-space: pre; }


/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1; }
  th:first-child,
  td:first-child {
    padding-left: 0; }
    th:last-child,
    td:last-child {
      padding-right: 0; }


/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 0; }
  input,
  textarea,
  select,
  fieldset {
    margin-bottom: 0; }
    pre,
    blockquote,
    dl,
    figure,
    table,
    ul,
    ol,
    form {
      margin-bottom: 0; }


/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }
  .u-max-full-width {
    max-width: 100%;
    box-sizing: border-box; }
    .u-pull-right {
      float: right; }
      .u-pull-left {
        float: left; }


/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }


/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }


/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/


/* Larger than mobile */
@media (max-width: 40em) {

  .hide-for-small-only {
    display: none;
  }

}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {}

/* Larger than tablet */
@media (min-width: 750px) {}

/* Larger than desktop */
@media (min-width: 1000px) {}

/* Larger than Desktop HD */
@media (min-width: 1200px) {}

/*LAYOUT*/

/* Mobile first layout SmartMenus Core CSS (it's not recommended editing these rules)
   You need this once per page no matter how many menu trees or different themes you use.
   -------------------------------------------------------------------------------------------*/

   .sm{
    letter-spacing: 1px;

  }

  .sm{position:relative;z-index:9999;}
  .sm,.sm ul,.sm li{display:block;list-style:none;margin:0;padding:0;line-height:normal;direction:ltr;text-align:left;-webkit-tap-highlight-color:rgba(0,0,0,0);}
  .sm-rtl,.sm-rtl ul,.sm-rtl li{direction:rtl;text-align:right;}
  .sm>li>h1,.sm>li>h2,.sm>li>h3,.sm>li>h4,.sm>li>h5,.sm>li>h6{margin:0;padding:0;}
  .sm ul{display:none;}
  .sm li,.sm a{position:relative;}
  .sm a{display:block;}
  .sm a.disabled{cursor:not-allowed;}
  .sm:after{content:"\00a0";display:block;height:0;font:0px/0 serif;clear:both;visibility:hidden;overflow:hidden;}
  .sm,.sm *,.sm *:before,.sm *:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
  .sm-institucional {
    background: lightgreen;
  }
  .sm-institucional a, .sm-institucional a:hover, .sm-institucional a:focus, .sm-institucional a:active {
    padding: 10px;
    /* make room for the toggle button (sub indicator) */
    padding-right: 58px;
    color: white;
    font-size: 16px;
    font-weight: 400;
    line-height: 17px;
    text-decoration: none;
    text-transform: uppercase;  
  }

  .sm-institucional a:hover {
   background: black;
 }

 .sm-institucional a.current {

 }

 .sm-institucional a.disabled {
  color: #00A0BB;
}

.sm-institucional a span.sub-arrow {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: auto;
  right: 4px;
  width: 34px;
  height: 34px;
  overflow: hidden;
  font: bold 14px/34px monospace !important;
  text-align: center;
  text-shadow: none;
  background: rgba(000, 000, 000, 0.8);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.sm-institucional a.highlighted span.sub-arrow:before {
  display: block;
  content: '-';
}
.sm-institucional li {
  border-top: 0px solid rgba(141, 184, 99, 0.2);
}
.sm-institucional > li:first-child {
  border-top: 0;
}
.sm-institucional ul {
  background: rgba(141, 184, 99, 0.2);
}
.sm-institucional ul a, .sm-institucional ul a:hover, .sm-institucional ul a:focus, .sm-institucional ul a:active {
  font-size: 16px;
  border-left: 8px solid transparent;
}
.sm-institucional ul ul a,
.sm-institucional ul ul a:hover,
.sm-institucional ul ul a:focus,
.sm-institucional ul ul a:active {
  border-left: 16px solid transparent;
}
.sm-institucional ul ul ul a,
.sm-institucional ul ul ul a:hover,
.sm-institucional ul ul ul a:focus,
.sm-institucional ul ul ul a:active {
  border-left: 24px solid transparent;
}
.sm-institucional ul ul ul ul a,
.sm-institucional ul ul ul ul a:hover,
.sm-institucional ul ul ul ul a:focus,
.sm-institucional ul ul ul ul a:active {
  border-left: 32px solid transparent;
}
.sm-institucional ul ul ul ul ul a,
.sm-institucional ul ul ul ul ul a:hover,
.sm-institucional ul ul ul ul ul a:focus,
.sm-institucional ul ul ul ul ul a:active {
  border-left: 40px solid transparent;
}

@media (min-width: 40em) {
  /* Switch to desktop layout
  -----------------------------------------------
     These transform the menu tree from
     collapsible to desktop (navbar + dropdowns)
     -----------------------------------------------*/
     /* start... (it's not recommended editing these rules) */
     .sm-institucional ul {
      position: absolute;
      width: 12em;
    }

    .sm-institucional li {
      float: left;
    }

    .sm-institucional.sm-rtl li {
      float: right;
    }

    .sm-institucional ul li, .sm-institucional.sm-rtl ul li, .sm-institucional.sm-vertical li {
      float: none;
    }

    .sm-institucional a {
      white-space: nowrap;
    }

    .sm-institucional ul a, .sm-institucional.sm-vertical a {
      white-space: normal;
    }

    .sm-institucional .sm-nowrap > li > a, .sm-institucional .sm-nowrap > li > :not(ul) a {
      white-space: nowrap;
    }

    /* ...end */
    .sm-institucional {
      border-top: 0;
      background: transparent;
    }
    .sm-institucional a, .sm-institucional a:hover, .sm-institucional a:focus, .sm-institucional a:active, .sm-institucional a.highlighted {
      padding: 15px 10px;
      color: white;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0;
      font-weight: 400;
      text-transform: uppercase;  
    }
    .sm-institucional a:hover, .sm-institucional a:focus, .sm-institucional a:active {
      color: white!important;
      background: #4075f3;
    }
    .sm-institucional a.highlighted {
      background: transparent;
      color: white;
      -webkit-box-shadow: 0 4px 3px rgba(0, 0, 0, 0.25);
      -moz-box-shadow: 0 4px 3px rgba(0, 0, 0, 0.25);
      box-shadow: 0 4px 3px rgba(0, 0, 0, 0.25);
    }
    .sm-institucional a.disabled {
      background:  transparent;
      color: #777;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
    }
    .sm-institucional a.has-submenu {
      padding-right: 34px;
    }
    .sm-institucional a span.sub-arrow {
      top: 50%;
      margin-top: -2px;
      right: 20px;
      width: 0;
      height: 0;
      border-width: 6px 4.02px 0 4.02px;
      border-style: solid dashed dashed dashed;
      border-color: white transparent transparent transparent;
      background: transparent;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0;
    }
    .sm-institucional a:hover span.sub-arrow, .sm-institucional a:focus span.sub-arrow, .sm-institucional a:active span.sub-arrow {
      border-color: white transparent transparent transparent;
    }
    .sm-institucional a.highlighted span.sub-arrow {
      border-color: white transparent transparent transparent;
    }
    .sm-institucional a.disabled span.sub-arrow {
      border-color: white transparent transparent transparent;
    }
    .sm-institucional a.highlighted span.sub-arrow:before {
      display: none;
    }
    .sm-institucional li {
      border-top: 0;
    }
    .sm-institucional ul {
      border: 0;
      padding: 0px 0;
      background: #4479F0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0;
      -webkit-box-shadow: 0 4px 3px rgba(0, 0, 0, 0.25);
      -moz-box-shadow: 0 4px 3px rgba(0, 0, 0, 0.25);
      box-shadow: 0 4px 3px rgba(0, 0, 0, 0.25);
    }
    .sm-institucional ul ul {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0;
    }
    .sm-institucional ul a, .sm-institucional ul a:hover, .sm-institucional ul a:focus, .sm-institucional ul a:active, .sm-institucional ul a.highlighted {
      border: 0 !important;
      padding: 8px 20px;
      background: #4479F0;
      color: white!important;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0;
    }
    .sm-institucional ul a:hover, .sm-institucional ul a:focus, .sm-institucional ul a:active, .sm-institucional ul a.highlighted {
      background: black!important;
      color: white;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
    }
    .sm-institucional ul a.disabled {
      background: transparent;
      color: #b3b3b3;
    }
    .sm-institucional ul a.has-submenu {
      padding-right: 20px;
    }
    .sm-institucional ul a span.sub-arrow {
      right: 10px;
      margin-top: -4.02px;
      border-width: 4.02px 0 4.02px 6px;
      border-style: dashed dashed dashed solid;
      border-color: transparent transparent transparent #4479F0;
    }
    .sm-institucional ul a:hover span.sub-arrow, .sm-institucional ul a:focus span.sub-arrow, .sm-institucional ul a:active span.sub-arrow, .sm-institucional ul a.highlighted span.sub-arrow {
      border-color: transparent transparent transparent white;
    }
    .sm-institucional ul a.disabled span.sub-arrow {
      border-color: transparent transparent transparent black;
    }
    .sm-institucional span.scroll-up,
    .sm-institucional span.scroll-down {
      position: absolute;
      display: none;
      visibility: hidden;
      overflow: hidden;
      background: #f6ffed;
      height: 20px;
    }
    .sm-institucional span.scroll-up-arrow, .sm-institucional span.scroll-down-arrow {
      position: absolute;
      top: 6px;
      left: 50%;
      margin-left: -8px;
      width: 0;
      height: 0;
      overflow: hidden;
      border-width: 0 6px 8px 6px;
      border-style: dashed dashed solid dashed;
      border-color: transparent transparent black transparent;
    }
    .sm-institucional span.scroll-down-arrow {
      border-width: 8px 6px 0 6px;
      border-style: solid dashed dashed dashed;
      border-color: #4479F0 transparent transparent transparent;
    }
    .sm-institucional.sm-rtl a.has-submenu {
      padding-right: 20px;
      padding-left: 34px;
    }
    .sm-institucional.sm-rtl a span.sub-arrow {
      right: auto;
      left: 20px;
    }
    .sm-institucional.sm-rtl.sm-vertical {
      border-right: 0;
      border-left: 2px solid black;
    }
    .sm-institucional.sm-rtl.sm-vertical a {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0;
    }
    .sm-institucional.sm-rtl.sm-vertical a.has-submenu {
      padding: 10px 20px;
    }
    .sm-institucional.sm-rtl.sm-vertical a span.sub-arrow {
      right: auto;
      left: 10px;
      border-width: 4.02px 6px 4.02px 0;
      border-style: dashed solid dashed dashed;
      border-color: transparent black transparent transparent;
    }
    .sm-institucional.sm-rtl.sm-vertical a:hover span.sub-arrow, .sm-institucional.sm-rtl.sm-vertical a:focus span.sub-arrow, .sm-institucional.sm-rtl.sm-vertical a:active span.sub-arrow, .sm-institucional.sm-rtl.sm-vertical a.highlighted span.sub-arrow {
      border-color: transparent white transparent transparent;
    }
    .sm-institucional.sm-rtl.sm-vertical a.disabled span.sub-arrow {
      border-color: transparent black transparent transparent;
    }
    .sm-institucional.sm-rtl ul {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0;
    }
    .sm-institucional.sm-rtl ul a {
      -webkit-border-radius: 0 !important;
      -moz-border-radius: 0 !important;
      -ms-border-radius: 0 !important;
      -o-border-radius: 0 !important;
      border-radius: 0 !important;
    }
    .sm-institucional.sm-rtl ul a.has-submenu {
      padding: 10px 20px !important;
    }
    .sm-institucional.sm-rtl ul a span.sub-arrow {
      right: auto;
      left: 10px;
      border-width: 4.02px 6px 4.02px 0;
      border-style: dashed solid dashed dashed;
      border-color: transparent black transparent transparent;
    }
    .sm-institucional.sm-rtl ul a:hover span.sub-arrow, .sm-institucional.sm-rtl ul a:focus span.sub-arrow, .sm-institucional.sm-rtl ul a:active span.sub-arrow, .sm-institucional.sm-rtl ul a.highlighted span.sub-arrow {
      border-color: transparent white transparent transparent;
    }
    .sm-institucional.sm-rtl ul a.disabled span.sub-arrow {
      border-color: transparent black transparent transparent;
    }
    .sm-institucional.sm-vertical {
      border-bottom: 0;
      border-right: 2px solid black;
    }
    .sm-institucional.sm-vertical a {
      padding: 10px 20px;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0;
    }
    .sm-institucional.sm-vertical a:hover, .sm-institucional.sm-vertical a:focus, .sm-institucional.sm-vertical a:active, .sm-institucional.sm-vertical a.highlighted {
      background: black;
      color: white;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
    }
    .sm-institucional.sm-vertical a.disabled {
      background: transparent;
      color: white;
    }
    .sm-institucional.sm-vertical a span.sub-arrow {
      right: 10px;
      margin-top: -4.02px;
      border-width: 4.02px 0 4.02px 6px;
      border-style: dashed dashed dashed solid;
      border-color: transparent transparent transparent black;
    }
    .sm-institucional.sm-vertical a:hover span.sub-arrow, .sm-institucional.sm-vertical a:focus span.sub-arrow, .sm-institucional.sm-vertical a:active span.sub-arrow, .sm-institucional.sm-vertical a.highlighted span.sub-arrow {
      border-color: transparent transparent transparent white;
    }
    .sm-institucional.sm-vertical a.disabled span.sub-arrow {
      border-color: transparent transparent transparent black;
    }
    .sm-institucional.sm-vertical ul {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0;
    }
    .sm-institucional.sm-vertical ul a {
      padding: 10px 20px;
    }
  }

  /* PRODUTOS */

  .sm-produtos {
    /* MENU prod */
    background: transparent;
  }
  .sm-produtos a, .sm-produtos a:hover, .sm-produtos a:focus, .sm-produtos a:active {
    padding: 10px 20px;
    /* make room for the toggle button (sub indicator) */
    padding-right: 58px;
    color: red;
    font-size: 16px;
    font-weight: 400;
    line-height: 17px;
    text-decoration: none;    
    border-bottom: 0px solid white;
    text-transform: uppercase;
    background: lightblue;
  }

  .sm-produtos a:hover {
   background: #008cc8;
   color: white;
 }
 .sm-produtos a.current {

 }

 .sm-produtos a.disabled {
  color: #00A0BB;
}

.sm-produtos a span.sub-arrow {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: auto;
  right: 4px;
  width: 34px;
  height: 34px;
  overflow: hidden;
  font: bold 14px/34px monospace !important;
  text-align: center;
  text-shadow: none;
  background: rgba(0, 140, 200, 0.3);
  -webkit-border-radius: 0;
  -moz-border-radius: 0; m, 
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.sm-produtos a.highlighted span.sub-arrow:before {
  display: block;
  content: '-';
}
.sm-produtos li {
  border-top: 0px solid rgba(0, 140, 200, 0.2);
}
.sm-produtos > li:first-child {
  border-top: 0;
}
.sm-produtos ul {
  background: rgba(0, 140, 200, 0.2);
}
.sm-produtos ul a, .sm-produtos ul a:hover, .sm-produtos ul a:focus, .sm-produtos ul a:active {
  font-size: 16px;
  border-left: 8px solid transparent;
}
.sm-produtos ul ul a,
.sm-produtos ul ul a:hover,
.sm-produtos ul ul a:focus,
.sm-produtos ul ul a:active {
  border-left: 16px solid transparent;
}
.sm-produtos ul ul ul a,
.sm-produtos ul ul ul a:hover,
.sm-produtos ul ul ul a:focus,
.sm-produtos ul ul ul a:active {
  border-left: 24px solid transparent;
}
.sm-produtos ul ul ul ul a,
.sm-produtos ul ul ul ul a:hover,
.sm-produtos ul ul ul ul a:focus,
.sm-produtos ul ul ul ul a:active {
  border-left: 32px solid transparent;
}
.sm-produtos ul ul ul ul ul a,
.sm-produtos ul ul ul ul ul a:hover,
.sm-produtos ul ul ul ul ul a:focus,
.sm-produtos ul ul ul ul ul a:active {
  border-left: 40px solid transparent;
}

@media (min-width: 40em) {
  /* Switch to desktop layout
  -----------------------------------------------
     These transform the menu tree from
     collapsible to desktop (navbar + dropdowns)
     -----------------------------------------------*/
     /* start... (it's not recommended editing these rules) */
     .sm-produtos ul {
      position: absolute;
      width: 12em;
    }

    .sm-produtos li {
      float: left;
    }

    .sm-produtos.sm-rtl li {
      float: right;
    }

    .sm-produtos ul li, .sm-produtos.sm-rtl ul li, .sm-produtos.sm-vertical li {
      float: none;
    }

    .sm-produtos a {
      white-space: nowrap;
    }

    .sm-produtos ul a, .sm-produtos.sm-vertical a {
      white-space: normal;
    }

    .sm-produtos .sm-nowrap > li > a, .sm-produtos .sm-nowrap > li > :not(ul) a {
      white-space: nowrap;
    }

    /* ...end */
    .sm-produtos {
      border-top: 0;
    }
    .sm-produtos a, .sm-produtos a:hover, .sm-produtos a:focus, .sm-produtos a:active, .sm-produtos a.highlighted {
      padding: 8px 15px;
      padding-bottom: 5px;
      color: white;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0;
      background: lightblue;
    }
    .sm-produtos a:hover, .sm-produtos a:focus, .sm-produtos a:active {
      background: #4479F0;
      color: white!important;
    }
    .sm-produtos a.highlighted {
      background: black;
      color: #008CC9;
      -webkit-box-shadow: 0 4px 3px rgba(0, 0, 0, 0.25);
      -moz-box-shadow: 0 4px 3px rgba(0, 0, 0, 0.25);
      box-shadow: 0 4px 3px rgba(0, 0, 0, 0.25);
    }
    .sm-produtos a.disabled {
      background:  #008CC9;
      color: black;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
    }
    .sm-produtos a.has-submenu {
      padding-right: 34px;
    }
    .sm-produtos a span.sub-arrow {
      top: 50%;
      margin-top: 0px;
      right: 20px;
      width: 0;
      height: 0;
      border-width: 6px 4.02px 0 4.02px;
      border-style: solid dashed dashed dashed;
      border-color: #382777 transparent transparent transparent;
      background: transparent;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0;
    }
    .sm-produtos a:hover span.sub-arrow, .sm-produtos a:focus span.sub-arrow, .sm-produtos a:active span.sub-arrow {
      border-color: white transparent transparent transparent;
    }
    .sm-produtos a.highlighted span.sub-arrow {
      border-color: white transparent transparent transparent;
    }
    .sm-produtos a.disabled span.sub-arrow {
      border-color: white transparent transparent transparent;
    }
    .sm-produtos a.highlighted span.sub-arrow:before {
      display: none;
    }
    .sm-produtos li {
      border-top: 0;
    }
    .sm-produtos ul {
      border: 0;
      padding: 0px 0;
      background: #4479F0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0;
      -webkit-box-shadow: 0 4px 3px rgba(0, 0, 0, 0.25);
      -moz-box-shadow: 0 4px 3px rgba(0, 0, 0, 0.25);
      box-shadow: 0 4px 3px rgba(0, 0, 0, 0.25);
    }
    .sm-produtos ul ul {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0;
    }
    .sm-produtos ul a, .sm-produtos ul a:hover, .sm-produtos ul a:focus, .sm-produtos ul a:active, .sm-produtos ul a.highlighted {
      border: 0 !important;
      padding: 8px 20px;
      background: #008CC9;
      color: white!important;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0;
    }
    .sm-produtos ul a:hover, .sm-produtos ul a:focus, .sm-produtos ul a:active, .sm-produtos ul a.highlighted {
      background: black!important;
      color: white;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
    }
    .sm-produtos ul a.disabled {
      background: transparent;
      color: #b3b3b3;
    }
    .sm-produtos ul a.has-submenu {
      padding-right: 20px;
    }
    .sm-produtos ul a span.sub-arrow {
      right: 10px;
      margin-top: -4.02px;
      border-width: 4.02px 0 4.02px 6px;
      border-style: dashed dashed dashed solid;
      border-color: transparent transparent transparent #4479F0;
    }
    .sm-produtos ul a:hover span.sub-arrow, .sm-produtos ul a:focus span.sub-arrow, .sm-produtos ul a:active span.sub-arrow, .sm-produtos ul a.highlighted span.sub-arrow {
      border-color: transparent transparent transparent white;
    }
    .sm-produtos ul a.disabled span.sub-arrow {
      border-color: transparent transparent transparent black;
    }
    .sm-produtos span.scroll-up,
    .sm-produtos span.scroll-down {
      position: absolute;
      display: none;
      visibility: hidden;
      overflow: hidden;
      background: #f6ffed;
      height: 20px;
    }
    .sm-produtos span.scroll-up-arrow, .sm-produtos span.scroll-down-arrow {
      position: absolute;
      top: 6px;
      left: 50%;
      margin-left: -8px;
      width: 0;
      height: 0;
      overflow: hidden;
      border-width: 0 6px 8px 6px;
      border-style: dashed dashed solid dashed;
      border-color: transparent transparent black transparent;
    }
    .sm-produtos span.scroll-down-arrow {
      border-width: 8px 6px 0 6px;
      border-style: solid dashed dashed dashed;
      border-color: #4479F0 transparent transparent transparent;
    }
    .sm-produtos.sm-rtl a.has-submenu {
      padding-right: 20px;
      padding-left: 34px;
    }
    .sm-produtos.sm-rtl a span.sub-arrow {
      right: auto;
      left: 20px;
    }
    .sm-produtos.sm-rtl.sm-vertical {
      border-right: 0;
      border-left: 2px solid black;
    }
    .sm-produtos.sm-rtl.sm-vertical a {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0;
    }
    .sm-produtos.sm-rtl.sm-vertical a.has-submenu {
      padding: 10px 20px;
    }
    .sm-produtos.sm-rtl.sm-vertical a span.sub-arrow {
      right: auto;
      left: 10px;
      border-width: 4.02px 6px 4.02px 0;
      border-style: dashed solid dashed dashed;
      border-color: transparent black transparent transparent;
    }
    .sm-produtos.sm-rtl.sm-vertical a:hover span.sub-arrow, .sm-produtos.sm-rtl.sm-vertical a:focus span.sub-arrow, .sm-produtos.sm-rtl.sm-vertical a:active span.sub-arrow, .sm-produtos.sm-rtl.sm-vertical a.highlighted span.sub-arrow {
      border-color: transparent white transparent transparent;
    }
    .sm-produtos.sm-rtl.sm-vertical a.disabled span.sub-arrow {
      border-color: transparent black transparent transparent;
    }
    .sm-produtos.sm-rtl ul {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0;
    }
    .sm-produtos.sm-rtl ul a {
      -webkit-border-radius: 0 !important;
      -moz-border-radius: 0 !important;
      -ms-border-radius: 0 !important;
      -o-border-radius: 0 !important;
      border-radius: 0 !important;
    }
    .sm-produtos.sm-rtl ul a.has-submenu {
      padding: 10px 20px !important;
    }
    .sm-produtos.sm-rtl ul a span.sub-arrow {
      right: auto;
      left: 10px;
      border-width: 4.02px 6px 4.02px 0;
      border-style: dashed solid dashed dashed;
      border-color: transparent black transparent transparent;
    }
    .sm-produtos.sm-rtl ul a:hover span.sub-arrow, .sm-produtos.sm-rtl ul a:focus span.sub-arrow, .sm-produtos.sm-rtl ul a:active span.sub-arrow, .sm-produtos.sm-rtl ul a.highlighted span.sub-arrow {
      border-color: transparent white transparent transparent;
    }
    .sm-produtos.sm-rtl ul a.disabled span.sub-arrow {
      border-color: transparent black transparent transparent;
    }
    .sm-produtos.sm-vertical {
      border-bottom: 0;
      border-right: 2px solid black;
    }
    .sm-produtos.sm-vertical a {
      padding: 10px 20px;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0;
    }
    .sm-produtos.sm-vertical a:hover, .sm-produtos.sm-vertical a:focus, .sm-produtos.sm-vertical a:active, .sm-produtos.sm-vertical a.highlighted {
      background: black;
      color: white;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
    }
    .sm-produtos.sm-vertical a.disabled {
      background: transparent;
      color: white;
    }
    .sm-produtos.sm-vertical a span.sub-arrow {
      right: 10px;
      margin-top: -4.02px;
      border-width: 4.02px 0 4.02px 6px;
      border-style: dashed dashed dashed solid;
      border-color: transparent transparent transparent black;
    }
    .sm-produtos.sm-vertical a:hover span.sub-arrow, .sm-produtos.sm-vertical a:focus span.sub-arrow, .sm-produtos.sm-vertical a:active span.sub-arrow, .sm-produtos.sm-vertical a.highlighted span.sub-arrow {
      border-color: transparent transparent transparent white;
    }
    .sm-produtos.sm-vertical a.disabled span.sub-arrow {
      border-color: transparent transparent transparent black;
    }
    .sm-produtos.sm-vertical ul {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0;
    }
    .sm-produtos.sm-vertical ul a {
      padding: 10px 20px;
    }
  }

  
  /* MAPA DO SITE */

  .mapa {
    display: block;
    align-content: flex-start;
    justify-content: flex-start;
    text-align: left;
    border-bottom: 0px solid silver;
    padding: 0;
    margin: 0;
  }

  .mapa li{ 
    padding: 15px 0;
    margin: auto;
    line-height: 0;
    display: block;
  }

  .mapa li:before{ 
    top: 20px;
  }

  .mapa li a{ 
    padding:  0 20px;
    font-size: 16px;
    display: block;
  }

  /* FIM MAPA DO SITE */










