﻿@charset "UTF-8";

@font-face {
    font-family: Krub-Light;
    src: url("../fonts/Krub-Light.ttf") format("truetype")
}

@font-face {
    font-family: Krub-Regular;
    src: url("../fonts/Krub-Regular.ttf") format("truetype")
}

@font-face {
    font-family: Krub-Medium;
    src: url("../fonts/Krub-Medium.ttf") format("truetype")
}

@font-face {
    font-family: Krub-Bold;
    src: url("../fonts/Krub-Bold.ttf") format("truetype")
}

:root {
  --ffRegular: Krub-Regular;
  --ffBold: Krub-Bold;
  --ffMedium: Krub-Medium;
  --ffLight: Krub-Light;
  --color: #ed2270;
  --color-alt: #ed2270;
  --black: #000;
}

/* =Reset
-------------------------------------------------------------- */
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,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  overflow-y: scroll;
  /* Keeps page centred in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

*,
*:before,
*:after {
  /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background: white;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: """";
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

a img {
  border: 0;
}

@font-face {
  font-family: 'edpicons';
  src: url("../fonts/edpicons.eot?lzkbvd");
  src: url("../fonts/edpicons.eot?#iefixlzkbvd") format("embedded-opentype"), url("../fonts/edpicons.woff2?lzkbvd") format("woff2"), url("../fonts/edpicons.woff?lzkbvd") format("woff"), url("../fonts/edpicons.ttf?lzkbvd") format("truetype"), url("../fonts/edpicons.svg?lzkbvd#edpicons") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
  font-family: 'edpicons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-down:before {
  content: "\e600";
}

.icon-arrow-left:before {
  content: "\e601";
}

.icon-arrow-right:before {
  content: "\e602";
}

.icon-arrow-up:before {
  content: "\e603";
}

.icon-hamburguer:before {
  content: "\e604";
}

body,
button,
input,
select,
textarea {
  color: #383838;
  font-family: var(--ffRegular);
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.25;
}

strong,
em,
h1,
h2,
h3,
h4,
h5,
h5 {
  font-weight: normal;
  font-family: var(--ffBold);
}

.entry-header {
  padding-bottom: 12px;
}

.entry-header h2 {
  color: var(--color);
  font-weight: normal;
  font-size: 28px;
}

@media only screen and (max-width: 630px) {
  .entry-header h2 {
    font-size: 24px;
  }
}

.entry-text {
  font-size: 16px;
  color: #000;
  padding-bottom: 26px;
  line-height: 1.4;
  /* Headings */
  /* Text elements */
}

.entry-text a {
  -ms-word-break: break-all;
  /* Be VERY careful with this, breaks normal words wh_erever */
  word-break: break-all;
  /* Non standard for webkit */
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

.entry-text h1,
.entry-text h2,
.entry-text h3,
.entry-text h4,
.entry-text h5,
.entry-text h6 {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  color: #000;
}

.entry-text h1+p,
.entry-text h2+p,
.entry-text h3+p,
.entry-text h4+p,
.entry-text h5+p,
.entry-text h6+p {
  margin-top: 6.66667px;
}

.entry-text hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 20px;
}

.entry-text div,
.entry-text p {
  margin: 0;
}

.entry-text div+h1,
.entry-text div+h2,
.entry-text div+h3,
.entry-text div+h4,
.entry-text div+h5,
.entry-text div+h6,
.entry-text p+h1,
.entry-text p+h2,
.entry-text p+h3,
.entry-text p+h4,
.entry-text p+h5,
.entry-text p+h6 {
  margin-top: 30px;
}

.entry-text div+div,
.entry-text div+p,
.entry-text p+div,
.entry-text p+p {
  margin-top: 20px;
}

.entry-text ul,
.entry-text ol {
  margin: 6.66667px 0 20px 18px;
}

.entry-text ul {
  list-style: none;
}

.entry-text ul li {
  padding: 4px 0 10px;
}

.entry-text ul li:before {
  content: '\2022';
  position: absolute;
  margin-left: -18px;
  font-size: 20px;
  line-height: 18px;
}

.entry-text ul.unstyled {
  margin-left: 0;
}

.entry-text ul.unstyled li:before {
  display: none;
}

.entry-text ul.half-line li {
  padding: 3px 0 5px;
}

.entry-text ol {
  list-style: decimal;
}

.entry-text dl {
  margin-top: 6.66667px;
}

.entry-text li>ul,
.entry-text li>ol {
  margin-bottom: 0;
  margin-left: 20px;
}

.entry-text dt {
  font-weight: bold;
}

.entry-text dd {
  margin: 0 20px 20px;
}

.entry-text b,
.entry-text strong {
  font-weight: normal;
  font-family: var(--ffBold);
}

.entry-text dfn,
.entry-text cite,
.entry-text em,
.entry-text i {
  font-style: italic;
}

.entry-text blockquote {
  margin: 0 20px;
}

.entry-text address {
  margin: 0 0 20px;
}

.entry-text pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  padding: 1.6em;
  overflow: auto;
  max-width: 100%;
}

.entry-text code,
.entry-text kbd,
.entry-text tt,
.entry-text var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

.entry-text abbr,
.entry-text acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

.entry-text mark,
.entry-text ins {
  background: #fff9c0;
  text-decoration: none;
}

.entry-text sup,
.entry-text sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

.entry-text sup {
  bottom: 1ex;
}

.entry-text sub {
  top: .5ex;
}

.entry-text small {
  font-size: 75%;
}

.entry-text big {
  font-size: 125%;
}

.entry-text figure {
  margin: 0;
}

.entry-text table {
  margin: 0 0 20px;
  width: 100%;
}

.entry-text th {
  font-weight: bold;
}

.entry-text img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

.entry-text blockquote {
  background: #f9f9f9;
  border-left: 5px solid #ddd;
  margin: 0 45px 24px 40px;
  padding: 15px;
  quotes: "“""”""‘""’";
}

.entry-text blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: .1em;
  margin-right: .25em;
  vertical-align: -.4em;
}

.entry-text blockquote p {
  display: inline;
}

.entry-text table {
  width: 90%;
  border-top: 1px solid #e5eff8;
  border-right: 1px solid #e5eff8;
  margin: 1em auto;
  border-collapse: collapse;
}

.entry-text caption {
  color: #9ba9b4;
  font-size: .94em;
  letter-spacing: .1em;
  margin: 1em 0 0 0;
  padding: 0;
  caption-side: top;
  text-align: center;
}

.entry-text td {
  color: #678197;
  border-bottom: 1px solid #e5eff8;
  border-left: 1px solid #e5eff8;
  padding: .3em 1em;
  text-align: center;
}

.entry-text th {
  font-weight: normal;
  color: #678197;
  text-align: left;
  border-bottom: 1px solid #e5eff8;
  border-left: 1px solid #e5eff8;
  padding: .3em 1em;
}

.entry-text thead th {
  background: #f4f9fe;
  text-align: center;
  color: #66a3d3;
}

.entry-text tfoot td {
  text-align: left;
  background: #f4f9fe;
}

.entry-text figure {
  margin: 1.5em 0 2em;
}

.entry-text figure img {
  display: block;
  margin: 0 auto 0.75em;
  border: 1px solid #ddd;
  padding: 6px;
  background: #fff;
}

.entry-text figcaption {
  margin: .75em 0;
  text-align: center;
}

.text-10 {
  font-size: 10px;
}

.text-11 {
  font-size: 11px;
}

.text-12 {
  font-size: 12px;
}

.text-14 {
  font-size: 14px;
}

.text-15 {
  font-size: 15px;
}

/* Links */
a {
  color: var(--color);
  text-decoration: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

a:hover {
  color: var(--color-alt);
  text-decoration: underline;
}

.color {
  color: var(--color);
}

.title {
  font-weight: normal;
  font-size: 22px !important;
}

.title.small {
  font-size: 18px !important;
  color: #000000;
}

.title.gray {
  color: #4A4A4A;
}

.table {
  display: table;
}

.table.full {
  width: 100%;
}

.table .cell {
  display: table-cell;
}

.main-header {
}

.main-header .inner {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    padding-top: 26px;
    padding-bottom: 24px;
}

.main-header .inner .top-actions {
  flex: 0 0 356px;
}

@media only screen and (max-width: 760px) {
  .main-header {
    padding: 0;
    background: #FFF;
  }

  .main-header .inner {
    display: block;
  }

  .main-header .inner .top-actions {
    flex: 0 0 200px;
    width: 100%;
  }

  .logo-wrapper {
    float: none !important;
    margin-bottom: 10px
  }

  .site-info {
    margin-bottom: 10px
  }
}

.logo-wrapper {
  position: relative;
  z-index: 102;
}

.logo-wrapper .logo {
  display: table;
  position: relative;
  text-transform: uppercase;
}

.logo-wrapper .logo .text {
  position: relative;
  display: table-cell;
  vertical-align: bottom;
  font-size: 17px;
  line-height: 1.1;
  font-weight: normal;
  padding-right: 0;
  padding-left: 20px;
}

.logo-wrapper .logo .text a {
  color: #000;
  display: block;
  max-width: 90px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.logo-wrapper .logo .text a:hover {
  color: var(--color-alt);
}

.logo-wrapper .logo .text small {
  font-size: 15.75px;
}

.logo-wrapper .logo .media {
  display: table-cell;
  vertical-align: middle;
  width: 192px;
}

.logo-wrapper .logo .media img {
  width: 100%;
}

@media only screen and (max-width: 960px) {
  .logo-wrapper .logo {
    width: 285px;
  }

  .logo-wrapper .logo .text {
    font-size: 15px;
    line-height: 1.1;
  }

  .logo-wrapper .logo .text a {
    max-width: 74px;
  }

  .logo-wrapper .logo .text a:hover {
    color: var(--color-alt);
  }

  .logo-wrapper .logo .text small {
    font-size: 11px;
  }

  .logo-wrapper .logo .media {
    width: 120px;
  }

  .logo-wrapper .logo .media img {
    width: 100%;
  }
}

@media only screen and (max-width: 760px) {
  .top-actions {
    float: left;
    width: 100%;
    padding-bottom: 20px;
  }
}

@media only screen and (max-width: 700px) {
  .top-actions {
    padding-top: 0;
    height: 90px;
  }
}

.site-info {
  width: 460px;
}

@media only screen and (max-width: 1040px) {
  .site-info {
    width: auto;
  }
}

@media only screen and (max-width: 760px) {
  .site-info {
    float: none;
    clear: both;
    position: relative;
    margin-left: -20px;
    margin-right: -20px;
  }

  .site-info .site-tagline {
    max-width: 500px;
    margin: 0 auto;
    padding: 12px 20px 2px;
    text-align: center;
  }
}

.site-info .site-tagline {
  float: left;
  padding-top: 16px;
  font-size: 14px;
  color: #000;
}

@media only screen and (max-width: 1040px) {
  .site-info .site-tagline {
    float: none;
  }
}

@media only screen and (max-width: 960px) {
  .site-info .site-tagline {
    margin-right: 45px;
    padding-top: 4px;
    padding-bottom: 14px;
  }
}

@media only screen and (max-width: 860px) {
  .site-info .site-tagline {
    font-size: 13px;
  }
}

@media only screen and (max-width: 760px) {
  .site-info .site-tagline {
    padding-top: 16px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media only screen and (max-width: 502px) {
  .site-info .site-tagline {
    font-size: 14px;
    text-align: left;
  }

  .site-info .site-tagline .line {
    display: inline;
  }
}

.site-info .site-tagline .line {
  display: block;
}

.site-info .site-suporte {
  float: right;
  padding-right: 8px;
  width: 179px;
  font-size: 12px;
  position: relative;
  padding-top: 22px;
  color: #6d6d6d;
  padding-left: 61px;
  background: url(../img/suporte.png) no-repeat left bottom;
}

@media only screen and (max-width: 1040px) {
  .site-info .site-suporte {
    display: none;
  }
}

.main-nav .inner {
  padding-bottom: 20px;
}

@media only screen and (max-width: 960px) {
  .main-nav {
    display: none;
  }
}

.main-nav .nav {
    padding-top: 24px;
    border-top: 1px solid #dbdbdb;
}

.main-nav .nav ul {
  display: table;
  width: 100%;
}

.main-nav .nav li {
  display: table-cell;
}

.main-nav .nav a {
  display: block;
  float: left;
  color: #000;
  font-size: 13px;
  text-decoration: none;
}

.main-nav .nav a:hover {
  text-decoration: none;
}

.main-nav .nav a:hover .title {
  color: var(--color);
}

.main-nav .nav .active a .title {
    color:  var(--color);
    border-color: var(--color);
}

.main-nav .nav .title {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  white-space: nowrap;
  color: #000;
  font-size: 18px !important;
  font-family: var(--ffBold);
  padding: 12px 0 6px;
  border-bottom: 3px solid var(--color);
}

.main-nav .nav .sub-title {
  display: inline-block;
  padding: 8px 0 10px;
}

.main-nav .nav .sub-title .line {
  display: block;
}

.main-nav .nav-item1 {
  width: 170px;
}

.main-nav .nav-item2 {
  width: 187px;
}

.main-nav .nav-item3 {
  width: 328px;
}

.main-nav .nav-item4 {
  width: 202px;
}

.main-nav .nav-item5 {
  width: 172px;
}

.oldie .main-nav {
  padding-top: 24px;
  float: left;
  width: 100%;
  clear: both;
}

@media only screen and (max-width: 960px) {
  .oldie .main-nav {
    display: none;
  }
}

.oldie .main-nav .nav ul {
  display: block;
}

.oldie .main-nav .nav li {
  padding-bottom: 40px;
  display: block;
  float: left;
}

.nav-alt {
  margin-top: 6px;
  float: right;
  display: none;
}

@media only screen and (max-width: 960px) {
  .nav-alt {
    display: block;
    margin-top: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    text-align: right;
    z-index: 10;
  }
  
    .logo-wrapper {
        z-index: 102;
        width: calc( 100% - 100px );
    }
}

@media only screen and (max-width: 768px) {
  .site-info .site-tagline {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  body[data-template="homepage"] .site-info .site-tagline {
    display: block;
  }
}

.site-footer {
  margin-top: 30px;
  clear: both;
}

@media only screen and (max-width: 740px) {
  .site-footer {
    margin-top: 0;
  }
}

.site-footer .inner {
  max-width: 1146px;
}

.site-footer .inner.top {
  background: #000;
}

@media only screen and (max-width: 740px) {
  .site-footer .inner {
    padding-left: 0;
    padding-right: 0;
  }
}

.site-footer .horizontal-list {
  font-size: 12px;
  color: white;
  padding: 6px 0;
  position: relative;
}

.site-footer .horizontal-list a {
    color:  white;
}

@media only screen and (max-width: 740px) {
  .site-footer .horizontal-list {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.site-footer .horizontal-list li {
  position: relative;
}

.site-footer .horizontal-list li:before {
  display: block;
  height: 1em;
  width: 1px;
  content: "|";
  position: absolute;
  top: 20px;
  margin-left: -1px;
  color:  white;
}

.site-footer .horizontal-list li:first-child:before {
  display: none;
}

@media only screen and (max-width: 740px) {
  .site-footer .horizontal-list li {
    display: block;
  }

  .site-footer .horizontal-list li:before {
    display: none;
  }
}

.site-footer .horizontal-list a {
  display: block;
  color: white;
  font-size: 12px;
  padding: 20px 18px;
}

.site-footer .horizontal-list a:hover {
  color: var(--color);
}

@media only screen and (max-width: 740px) {
  .site-footer .horizontal-list a {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

.site-footer .text {
  padding: 20px;
  font-size: 12px;
}

@media only screen and (max-width: 740px) {
  .site-footer .line {
    display: block;
  }
}

.row.full {
  width: 100%;
}

.row .column {
  padding-right: 20px;
}

.row .column:last-child {
  padding-right: 0;
}

.row.gutter {
  margin: 0 -20px;
}

.row.gutter .column {
  padding-left: 20px;
  padding-right: 20px;
}

@media only screen and (max-width: 767px) {
  .row.gutter {
    margin: 0 -14px;
  }

  .row.gutter .column {
    padding-left: 14px;
    padding-right: 14px;
  }
}

@media only screen and (max-width: 560px) {
  .row.gutter {
    margin: 0 -10px;
  }

  .row.gutter .column {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.row.small-gutter {
  margin: 0 -10px;
}

@media only screen and (max-width: 560px) {
  .row.small-gutter {
    margin-left: 0;
    margin-right: 0;
  }
}

.row.small-gutter .column {
  padding-left: 10px;
  padding-right: 10px;
}

.row.half-gutter {
  margin: 0 -16px;
}

@media only screen and (max-width: 560px) {
  .row.half-gutter {
    margin-left: 0;
    margin-right: 0;
  }
}

.row.half-gutter .column {
  padding-left: 16px;
  padding-right: 16px;
}

.row.cell-type {
  display: table;
}

.row.cell-type .column {
  display: table-cell;
  vertical-align: middle;
}

@media only screen and (min-width: 961px) {
  .row.cell-type .column.large-100 {
    display: block;
  }
}

@media only screen and (max-width: 960px) {
  .row.cell-type .column.medium-100 {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .row.cell-type .column.small-100 {
    display: block;
  }
}

@media only screen and (max-width: 560px) {
  .row.cell-type .column.tiny-100 {
    display: block;
  }
}

.column.white {
  background-color: white;
}

@media only screen and (min-width: 961px) {
  .column.white.large-100 {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 960px) {
  .column.white.medium-100 {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .column.white.small-100 {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 560px) {
  .column.white.tiny-100 {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 961px) {
  .column.large-100 {
    padding-right: 0;
  }
}

@media only screen and (max-width: 960px) {
  .column.medium-100 {
    padding-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .column.small-100 {
    padding-right: 0;
  }
}

@media only screen and (max-width: 560px) {
  .column.tiny-100 {
    padding-right: 0;
  }
}

.large-5 {
  width: 5%;
}

.large-10 {
  width: 10%;
}

.large-15 {
  width: 15%;
}

.large-20 {
  width: 20%;
}

.large-25 {
  width: 25%;
}

.large-30 {
  width: 30%;
}

.large-33 {
  width: 33.3%;
}

.large-35 {
  width: 35%;
}

.large-37 {
  width: 37%;
}

.large-40 {
  width: 40%;
}

.large-45 {
  width: 45%;
}

.large-50 {
  width: 50%;
}

.large-55 {
  width: 55%;
}

.large-60 {
  width: 60%;
}

.large-63 {
  width: 63%;
}

.large-65 {
  width: 65%;
}

.large-66 {
  width: 66.6%;
}

.large-70 {
  width: 70%;
}

.large-75 {
  width: 75%;
}

.large-80 {
  width: 80%;
}

.large-85 {
  width: 85%;
}

.large-90 {
  width: 90%;
}

.large-95 {
  width: 95%;
}

.large-100 {
  width: 100%;
}

@media only screen and (max-width: 960px) {
  .medium-5 {
    width: 5%;
  }

  .medium-10 {
    width: 10%;
  }

  .medium-15 {
    width: 15%;
  }

  .medium-20 {
    width: 20%;
  }

  .medium-25 {
    width: 25%;
  }

  .medium-30 {
    width: 30%;
  }

  .medium-33 {
    width: 33.3%;
  }

  .medium-35 {
    width: 35%;
  }

  .medium-37 {
    width: 37%;
  }

  .medium-40 {
    width: 40%;
  }

  .medium-45 {
    width: 45%;
  }

  .medium-50 {
    width: 50%;
  }

  .medium-55 {
    width: 55%;
  }

  .medium-60 {
    width: 60%;
  }

  .medium-63 {
    width: 63%;
  }

  .medium-65 {
    width: 65%;
  }

  .medium-66 {
    width: 66.6%;
  }

  .medium-70 {
    width: 70%;
  }

  .medium-75 {
    width: 75%;
  }

  .medium-80 {
    width: 80%;
  }

  .medium-85 {
    width: 85%;
  }

  .medium-90 {
    width: 90%;
  }

  .medium-95 {
    width: 95%;
  }

  .medium-100 {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .small-5 {
    width: 5%;
  }

  .small-10 {
    width: 10%;
  }

  .small-15 {
    width: 15%;
  }

  .small-20 {
    width: 20%;
  }

  .small-25 {
    width: 25%;
  }

  .small-30 {
    width: 30%;
  }

  .small-33 {
    width: 33.3%;
  }

  .small-35 {
    width: 35%;
  }

  .small-37 {
    width: 37%;
  }

  .small-40 {
    width: 40%;
  }

  .small-45 {
    width: 45%;
  }

  .small-50 {
    width: 50%;
  }

  .small-55 {
    width: 55%;
  }

  .small-60 {
    width: 60%;
  }

  .small-63 {
    width: 63%;
  }

  .small-65 {
    width: 65%;
  }

  .small-66 {
    width: 66.6%;
  }

  .small-70 {
    width: 70%;
  }

  .small-75 {
    width: 75%;
  }

  .small-80 {
    width: 80%;
  }

  .small-85 {
    width: 85%;
  }

  .small-90 {
    width: 90%;
  }

  .small-95 {
    width: 95%;
  }

  .small-100 {
    width: 100%;
  }
}

@media only screen and (max-width: 560px) {
  .tiny-5 {
    width: 5%;
  }

  .tiny-10 {
    width: 10%;
  }

  .tiny-15 {
    width: 15%;
  }

  .tiny-20 {
    width: 20%;
  }

  .tiny-25 {
    width: 25%;
  }

  .tiny-30 {
    width: 30%;
  }

  .tiny-33 {
    width: 33.3%;
  }

  .tiny-35 {
    width: 35%;
  }

  .tiny-37 {
    width: 37%;
  }

  .tiny-40 {
    width: 40%;
  }

  .tiny-45 {
    width: 45%;
  }

  .tiny-50 {
    width: 50%;
  }

  .tiny-55 {
    width: 55%;
  }

  .tiny-60 {
    width: 60%;
  }

  .tiny-63 {
    width: 63%;
  }

  .tiny-65 {
    width: 65%;
  }

  .tiny-66 {
    width: 66.6%;
  }

  .tiny-70 {
    width: 70%;
  }

  .tiny-75 {
    width: 75%;
  }

  .tiny-80 {
    width: 80%;
  }

  .tiny-85 {
    width: 85%;
  }

  .tiny-90 {
    width: 90%;
  }

  .tiny-95 {
    width: 95%;
  }

  .tiny-100 {
    width: 100%;
  }
}

.form {
  color: #6d6d6d;
  font-size: 17px;
}

@media only screen and (max-width: 900px) {
  .form {
    font-size: 16px;
  }
}

.form button,
.form input,
.form select,
.form textarea {
  font-family: var(--ffRegular);
  font-size: 17px;
}

.form .text,
.form .input {
  display: inline-block;
  width: 100%;
  height: 50px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #000;
  background-color: #fff;
  background-image: none;
  border: 1px solid #cfcfcf;
  color: #6d6d6d;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-appearance: none;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.form .text.disableStyle,
.form .input.disableStyle {
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: auto;
  min-width: 0;
}

.form .text.disableStyle:focus,
.form .input.disableStyle:focus {
  border-color: transparent;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form .text.readonly,
.form .input.readonly {
  color: #6d6d6d;
}

.form .text:focus,
.form .input:focus {
  border-color: #6d6d6d;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(109, 109, 109, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(109, 109, 109, 0.6);
}

.form .text.input-validation-error,
.form .input.input-validation-error {
  -webkit-box-shadow: inset 0 0 0 2px #ff0000;
  box-shadow: inset 0 0 0 2px #ff0000;
  border-color: #ff0000;
}

.form .text.cp,
.form .input.cp {
  width: 12px;
}

.form .text.cp1,
.form .input.cp1 {
  width: 59px;
}

.form .text.cp2,
.form .input.cp2 {
  width: 52px;
}

.form .text.smallTOhide,
.form .input.smallTOhide {
  width: 30px;
}

.form textarea.input {
  height: auto;
}

.form .control-label {
  font-size: 17px;
  display: block;
  padding-bottom: 8px;
}

@media only screen and (max-width: 900px) {
  .form .control-label {
    font-size: 16px;
  }
}

.form .control-input.limited {
  max-width: 490px;
}

.form .control-group {
  padding-bottom: 20px;
}

.form .control-group.buttons {
  padding-top: 20px;
}

.form .nota {
  font-size: 12px;
  padding-right: 20px;
  max-width: 480px;
}

.form button.button,
.form input.button,
a.button,
.button {
  cursor: pointer;
  display: inline-block;
  border: 1px solid var(--color);
  text-decoration: none;
  background: transparent;
  color: #000;
  font-family: var(--ffBold);
  line-height: 1.42857143;
  font-size: 15px;
  padding: 8px 20px;
  max-width: 100%;
  white-space: nowrap;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.form button.button:hover,
.form input.button:hover,
a.button:hover,
.button:hover {
  background: var(--color);
  border: 1px solid var(--color);
  color:  white;
}

.form button.button.color,
.form input.button.color,
a.button.color,
.button.color {
    background: transparent;
    border: 1px solid var(--color);
    color: #000;
}

.form button.button.color:hover,
.form input.button.color:hover,
a.button.color:hover,
.button.color:hover {
    background: var(--color-alt);
    border: 1px solid var(--color-alt);
    color: white;
}

.form button.button.light,
.form input.button.light,
a.button.light,
.button.light {
    background: transparent;
    border: 1px solid var(--color);
    color: #000;
}

.form button.button.light:hover,
.form input.button.light:hover,
a.button.light:hover,
.button.light:hover {
    background: var(--color-alt);
    border: 1px solid var(--color-alt);
    color: white;
}

.right .button+.button {
  margin-left: 50px;
}

.form-header {
  padding: 0 0 20px;
  border-bottom: 1px solid #E1E1E2;
}

.form-header hgroup {
  float: left;
}

@media only screen and (max-width: 760px) {
  .form-header {
    float: none;
  }
}

.steps-nav {
  float: right;
}

.steps-nav ul {
  margin: 0;
}

.steps-nav li {
  display: inline-block;
}

.steps-nav a {
  display: block;
  width: 34px;
  text-align: center;
  line-height: 32px;
  height: 34px;
  background: var(--color);
  -webkit-border-radius: 20px;
  border-radius: 20px;
  color: #FFF;
  text-decoration: none;
  margin-left: 4px;
  padding-top: 2px;
}

.steps-nav a.active {
  background: #000;
}

.steps-nav a.done {
  background: #000;
}

@media only screen and (max-width: 760px) {
  .steps-nav {
    padding-top: 16px;
    float: none;
    clear: both;
  }

  .steps-nav ul {
    position: relative;
    margin-left: -2px;
  }
}

form.form {
  padding: 36px 0 0;
}

form.form .small-row {
  padding-bottom: 10px;
}

form.form .radio label {
  font-size: 15px;
  color: #6d6d6d;
  margin-right: 48px;
}

form.form .radio .iradio_minimal {
  margin-top: -4px;
}

form.form .form-group {
  padding-bottom: 34px;
}

.bottom-actions {
  color: #616161;
  clear: both;
  border-top: 1px solid #E5E5E5;
  font-size: 14px;
  padding: 30px 0 40px;
}

.text-error {
  color: #ff0000;
}

.alertaStatic {
  padding-top: 30px;
  font-size: 14px;
}

.alertaStatic strong.text-error {
  font-size: 16px;
}

.envio-pedido .form-group {
  position: relative;
  margin-left: -25px;
  margin-right: -25px;
}

.envio-pedido .form-group.x2 {
  margin-left: -50px;
  margin-right: -50px;
}

.envio-pedido .form-group.x3 {
  margin-left: -25px;
  margin-right: -25px;
}

@media only screen and (max-width: 900px) {
  .envio-pedido .form-group {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }
}

.envio-pedido .control-input {
  position: relative;
}

.envio-pedido .control-input.auto {
  display: inline-block;
}

.envio-pedido .control-input.margin-left {
  margin-left: 48px;
}

.envio-pedido .col2 {
  position: relative;
  float: left;
  width: 50%;
  padding-left: 50px;
  padding-right: 50px;
}

.envio-pedido .col4 {
  position: relative;
  float: left;
  width: 33.3%;
  padding-left: 25px;
  padding-right: 25px;
}

.envio-pedido .col12 {
  position: relative;
  float: left;
  width: 100%;
  clear: both;
  padding-left: 25px;
  padding-right: 25px;
}

.envio-pedido .col8 {
  position: relative;
  float: left;
  width: 66.6%;
  padding-left: 25px;
  padding-right: 25px;
}

@media only screen and (max-width: 900px) {

  .envio-pedido .col2,
  .envio-pedido .col4,
  .envio-pedido .col8,
  .envio-pedido .col12 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .envio-pedido .col4.extend {
    width: 50%;
  }
}

.envio-pedido .formRow label {
  font-size: 17px;
  color: #6d6d6d;
  display: block;
  padding: 0 0 8px;
}

@media only screen and (max-width: 900px) {
  .envio-pedido .formRow label {
    font-size: 16px;
  }
}

.envio-pedido .form-inner {
  max-width: 970px;
  padding-right: 30px;
}

.helper {
  display: block;
  width: 33px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  color: #FFF;
  font-size: 18px;
  background: var(--color);
  -webkit-border-radius: 20px;
  border-radius: 20px;
  position: absolute;
  top: 9px;
  right: -43px;
  z-index: 1;
}

.hidden {
  display: none;
}

.validation-summary-errors {
  padding-top: 4px;
  color: #ff0000;
  font-size: 1.2em !important;
}

.counter {
  font-size: 12px;
}

.file-upload {
  position: relative;
}

.file-upload input {
  position: absolute;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  height: 100%;
}

.filesuploaded {
  font-size: 12px;
}

.filesuploaded a {
  color: #6d6d6d;
}

.listFilterTdRight {
  padding-left: 8px;
  font-size: 12px;
}

.listFilterTdRight a {
  color: var(--color);
}

.inline-label div.icheckbox_minimal {
  display: inline-block !important;
  margin-right: 6px;
}

.inline-label div.icheckbox_minimal+label {
  font-size: 15px;
  line-height: 20px;
  padding-bottom: 0;
  display: inline-block !important;
}

@media only screen and (max-width: 900px) {
  .medium-bottom-space {
    padding-bottom: 34px;
  }

  .bottom-actions {
    text-align: center;
  }

  .bottom-actions .right,
  .bottom-actions .left {
    float: none;
  }

  .bottom-actions .left {
    text-align: left;
    padding-bottom: 22px;
  }
}

/* Slide form */
#oneout_slide_form {
  font-size: 10px;
  top: 277px;
  right: 1px;
  position: fixed;
  text-align: center;
  z-index: 99999999;
  transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
}

#oneout_inner_slide_form {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  top: 201px;
  width: 420px;
  height: 246px;
  right: -418px;
  position: fixed;
  text-align: left;
  background: #FFFFFF;
  padding: 5px 20px 5px 20px;
  z-index: 99999999;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
}

#oneout_slide_form:hover {
  right: 418px;
  z-index: 99999999;
}

#oneout_slide_form:hover #oneout_inner_slide_form {
  right: 0px;
  z-index: 99999999;
}

.onetitle_slide_form {
  top: -79px;
  right: 0;
  display: block;
  background: transparent url(../img/form_sprite_black.png) no-repeat left top;
  width: 46px;
  height: 252px;
  position: absolute;
  cursor: pointer;
}

.onetitle_slide_form:hover {
  background-position: right top;
}

.onetitle_slide_form #oneout_inner_slide_form:hover~.onetitle_slide_form {
  background: transparent url(../img/form_sprite_black.png) no-repeat -34px -1px;
  width: 33px;
  height: 206px;
}

.slide_form_notas {
  float: right;
  font-size: 15px;
  margin-left: 15px;
  color: #6D6D6D;
}

.slide_form_notas_conteudo_Acesso {
  width: 10px;
  float: right;
  margin-top: 10px;
  margin-left: 46px;
}

.slide_form_notas_conteudo_Acesso_ajust {
  margin-left: 61px;
  margin-right: 33px;
}

.slide_form_notas_conteudo_Acesso_ajust_2 {
  margin-left: 50px;
  margin-right: 2px;
}

.slide_form_conteudo_background {
  margin-top: 25px;
  height: 44px;
  background-color: #f2f2f2;
}

.slide_form_acesso_background {
  margin-top: 4px;
  height: 44px;
  background-color: #f2f2f2;
}

.slide_form_conteudo_acesso_title {
  float: left;
  width: 60px;
  font-size: 14px;
  margin-top: 10px;
  margin-left: 10px;
  color: #6D6D6D;
}

.slide_form_notas_conteudo_Acesso_espacejamento {
  margin-top: 10px;
  width: 375px;
}

.slide_form_button {
  float: right;
  margin-top: 10px;
}

.slide_form_button input {
  /*padding: 0px 10px;*/
}

.oneout_inner_title_slide_form {
  font-size: 20px;
  margin-top: 10px;
  font-weight: bold;
}

.oneout_inner_title_2_slide_form {
  color: #A0A0A0;
  font-size: 12px;
  margin-top: 10px;
  font-weight: bold;
}

#onetitle_slide_form_imagem {
  width: 20px;
  height: 20px;
  border: 1px solid;
  border-color: #D00000;
  border-radius: 25px 25px 25px 25px;
}

#oneout_slide_form .small-title-static {
  display: none;
}

@media only screen and (max-width: 767px) {
  #oneout_slide_form {
    display: none !important;
    top: auto !important;
    right: auto !important;
    background: none;
    width: auto !important;
    height: auto !important;
    position: relative;
    cursor: default !important;
  }

  #oneout_slide_form #oneout_inner_slide_form {
    top: auto !important;
    right: auto !important;
    display: block !important;
    background: none;
    width: auto !important;
    height: auto !important;
    position: relative;
    cursor: default !important;
    padding: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
  }

  #oneout_slide_form .onetitle_slide_form,
  #oneout_slide_form form {
    display: none !important;
  }

  #oneout_slide_form .slide_form_conteudo_acesso_title {
    display: none !important;
  }

  #oneout_slide_form .small-title-static {
    display: block;
    background: var(--color);
    color: #FFF;
    font-size: 20px;
    padding: 8px 18px;
    text-decoration: none;
    margin-bottom: 18px;
  }

  #oneout_slide_form .small-title-static:hover {
    background: var(--color-alt);
  }
}

body[data-template="homepage"] #oneout_slide_form {
  display: block !important;
}

/* End of slide form */
.enviar-pedido-mobile {
  display: none;
}

@media only screen and (max-width: 767px) {

  .hide-mobile,
  .envio-pedido {
    display: none !important;
  }

  .enviar-pedido-mobile {
    padding: 30px 10px;
    display: block;
  }
}

.inquerito_de_satisfacao_menu_questao_0 {
  display: none;
}

.theader {
  text-align: center;
}

.radio-table table {
  width: 100%;
}

.radio-table .alt {
  background: #efefef;
}

.radio-table tbody td {
  padding: 4px 6px;
  text-align: center;
  vertical-align: middle;
}

.radio-table tbody th {
  vertical-align: middle;
  padding: 4px 6px;
  height: 48px;
  max-width: 300px;
  padding-right: 20px;
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .radio-table tbody td label span {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .radio-table table {
    display: block;
  }

  .radio-table thead {
    display: none;
  }

  .radio-table tbody {
    white-space: normal;
    display: block;
    width: 100%;
  }

  .radio-table tbody tr {
    float: left;
    width: 100%;
    clear: both;
    padding-top: 12px;
    padding-bottom: 12px;
    white-space: normal;
    display: block;
  }

  .radio-table tbody tr.alt {
    border-top: 1px solid #E5E5E5;
  }

  .radio-table tbody th {
    color: #242424;
    padding: 4px 6px;
    height: auto;
    max-width: 100%;
    white-space: normal;
    display: block;
  }

  .radio-table tbody td {
    padding: 4px 6px;
    height: auto;
    white-space: normal;
    display: block;
    text-align: left;
    float: left;
  }

  .radio-table tbody td label span {
    display: inline-block;
  }

  .radio.small-extend label {
    display: block;
    padding-bottom: 6px;
  }
}

.title-static {
  color: var(--color);
  font-size: 22px;
  line-height: 1;
  border-bottom: 1px solid #e5e5e5;
  padding: 2px 0 8px;
  text-align: center;
  font-weight: normal;
}

.alert-box {
  font-size: 16px;
  text-align: center;
  color: #6d6d6d;
  padding: 34px;
}

.alert-box p {
  margin: 0;
}

.alert-box .entry-text {
  max-width: 440px;
  margin: 0 auto;
  padding-bottom: 0;
}

.alert-box .entry-text a {
  text-decoration: underline;
}

.alert-box .entry-text a:hover {
  text-decoration: none;
}

.alert-box .buttons {
  margin-top: 24px;
}

@media only screen and (max-width: 560px) {
  .alert-box {
    padding: 16px;
  }

  .alert-box .buttons {
    margin-top: 16px;
  }
}

/* iCheck plugin Minimal skin, black
----------------------------------- */
.icheckbox_minimal,
.iradio_minimal {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 18px;
  height: 18px;
  background: url(../img/minimal.png) no-repeat;
  border: none;
  cursor: pointer;
}

.icheckbox_minimal {
  background-position: 0 0;
}

.icheckbox_minimal.hover {
  background-position: -20px 0;
}

.icheckbox_minimal.checked {
  background-position: -40px 0;
}

.icheckbox_minimal.disabled {
  background-position: -60px 0;
  cursor: default;
}

.icheckbox_minimal.checked.disabled {
  background-position: -80px 0;
}

.iradio_minimal {
  background-position: -100px 0;
}

.iradio_minimal.hover {
  background-position: -120px 0;
}

.iradio_minimal.checked {
  background-position: -140px 0;
}

.iradio_minimal.disabled {
  background-position: -160px 0;
  cursor: default;
}

.iradio_minimal.checked.disabled {
  background-position: -180px 0;
}

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5 / 4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {

  .icheckbox_minimal,
  .iradio_minimal {
    background-image: url(../img/minimal@2x.png);
    -webkit-background-size: 200px 20px;
    background-size: 200px 20px;
  }
}

html {
  min-height: 100%;
}

body {
  color: #383838;
  min-height: 100%;
}

@media only screen and (max-width: 740px) {
  body {
    background: #FFF;
  }
}

.inner {
  max-width: 1110px;
  padding-left: 25px;
  padding-right: 25px;
  margin: 0 auto;
}

@media only screen and (max-width: 1060px) {
  .inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media only screen and (max-width: 740px) {
  .medium-full {
    position: relative;
    margin-left: -20px;
    margin-right: -20px;
  }
}

.media img {
  display: block;
  max-width: 100%;
}

.columns-features {
  margin-bottom: 33px;
}

@media only screen and (max-width: 740px) {
  .columns-features {
    margin-bottom: 0;
  }
}

.columns-features .group {
  background: #e8ebf0;
}

.columns-features .group .column {
  float: left;
  width: 50%;
  padding: 20px 6px 4px 160px;
  position: relative;
  background-position: left bottom;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 133px;
}

.columns-features .group .column.with-media {
  padding-left: 190px;
}

.columns-features .group .column.with-media .picture {
  position: absolute;
  top: -20px;
  left: 10px;
}

@media only screen and (max-width: 1100px) {
  .columns-features .group .column {
    min-height: 50px;
    padding: 0 !important;
    text-align: center;
  }

  .columns-features .group .column .column-inner {
    max-width: 320px;
    margin: 0 auto;
    text-align: left;
  }
}

@media only screen and (max-width: 740px) {
  .columns-features .group .column {
    float: none;
    width: auto;
    padding-bottom: 16px !important;
  }
}

.columns-features .group .text {
  font-size: 14px;
  color: #000;
}

@media only screen and (max-width: 1100px) {
  .columns-features .group .text {
    font-size: 16px;
  }
}

.columns-features .group .text p {
  max-width: 270px;
}

.columns-features .group .text h2 {
  font-weight: bold;
  font-size: 17px;
  color: #383838;
  margin-bottom: 5px;
}

@media only screen and (max-width: 1100px) {
  .columns-features .group .text h2 {
    font-size: 18px;
  }
}

.columns-features .group .text .link {
  margin-top: 5px;
}

@media only screen and (max-width: 1100px) {
  .columns-features .group .text {
    padding: 10px 20px;
  }
}

@media only screen and (min-width: 1101px) {
  .columns-features .group .media-small {
    display: none;
  }
}

@media only screen and (max-width: 1100px) {
  .columns-features .group .media.picture {
    display: none;
  }

  .columns-features .group .column {
    background: #e8ebf0 !important;
  }
}

@media only screen and (max-width: 740px) {
  .columns-features .group .column {
    background: white !important;
  }
}

.breadcrumb {
  padding-bottom: 22px;
  font-size: 16px;
  color: #000;
}

.breadcrumb strong {
  font-weight: normal;
  font-family: var(--ffBold);
}

.breadcrumb a {
  text-decoration: underline;
  color: #222;
}

.breadcrumb a:hover {
  color: var(--color-alt);
  text-decoration: none;
}

.section-content {
  padding: 34px 0 0;
}

@media only screen and (max-width: 1140px) {
  .section-content {
    -webkit-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
  }
}

@media only screen and (max-width: 630px) {
  .section-content {
    padding-top: 16px;
  }

  .section-content .breadcrumb {
    padding-bottom: 16px;
  }

  .section-content .content-column {
    position: relative;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 16px;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-next,
.slick-prev {
  border: none;
  background: none;
  color: #6d6d6d;
  font-size: 60px;
  position: absolute;
  top: 50%;
  line-height: 60px;
  margin-top: -40px;
  cursor: pointer;
}

.slick-prev {
  left: 20px;
}

.slick-next {
  right: 20px;
}

@media only screen and (max-width: 700px) {

  .slick-next,
  .slick-prev {
    font-size: 45px;
    line-height: 50px;
    margin-top: -25px;
  }

  .slick-prev {
    left: 16px;
  }

  .slick-next {
    right: 16px;
  }
}

.slider {
  position: relative;
}

.slider .media {
  background-repeat: no-repeat;
  background-position: left top;
  -webkit-background-size: auto 100%;
  -o-background-size: auto 100%;
  background-size: auto 100%;
}

@media only screen and (max-width: 700px) {
  .slider {
    height: 240px;
  }

  .slider .media {
    height: 240px;
  }

  .slider img {
    visibility: hidden;
  }
}

@media only screen and (min-width: 701px) {
  .slider {
    background: #FFF;
  }
}

.slider .caption {
  position: absolute;
  top: 26px;
  right: 0;
  width: 360px;
  z-index: 1;
  font-size: 36px;
  line-height: 1.1;
}

.slider .caption ul {
  list-style: disc;
}

.slider .caption.onleft {
  right: auto;
  left: 132px;
  top: 82px;
  width: 368px;
}

@media only screen and (max-width: 1040px) {
  .slider .caption {
    top: auto;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    font-size: 32px;
    padding: 10px 6px;
  }

  .slider .caption ul {
    text-align: center;
    list-style: none;
  }

  .slider .caption ul li {
    display: inline-block;
    margin: 0 2px;
    list-style: none;
  }

  .slider .caption ul li:before {
    content: "";
    margin-right: 2px;
  }
}

@media only screen and (max-width: 1040px) and (max-width: 700px) {
  .slider .caption {
    font-size: 18px;
  }
}

@media only screen and (max-width: 1040px) {
  .slider:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: transparent url(../img/caption-reveal.png) no-repeat center bottom;
    -webkit-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
  }
}

@media only screen and (max-width: 884px) {
  .slider .caption.onleft {
    left: 82px;
    top: 52px;
  }
}

@media only screen and (max-width: 700px) {
  .slider .caption.onleft {
    font-size: 22px;
    width: 360px;
    padding-right: 16px;
  }
}

.section-slider .inner {
  padding-left: 0;
  padding-right: 0;
  max-width: 1060px;
  margin-bottom: 30px;
}

/* Default custom select styles */
div.cs-select {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: left;
  background: #fff;
  z-index: 100;
  width: 100%;
  max-width: 500px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

div.cs-select:focus {
  outline: none;
  /* For better accessibility add a style for this in your skin */
}

.cs-select select {
  display: none;
}

.cs-select span {
  display: block;
  position: relative;
  cursor: pointer;
  padding: 10px 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cs-select ul li {
  background: #f6f6f6;
}

.cs-select ul span {
  font-size: 16px;
  color: #3d3d3d;
}

/* Placeholder and selected option */
.cs-select>span {
  padding-right: 30px;
}

.cs-select>span small {
  font-size: 1em;
}

.cs-select.cs-skin-border>span small {
  display: none;
}

.cs-select>span::after,
.cs-select .cs-selected span::after {
  speak: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cs-select>span::after {
  content: 'e604';
  right: 6.66667px;
}

.cs-select .cs-selected span::after {
  margin-left: 1em;
}

div.cs-active {
  background: #a10f1f;
  z-index: 200;
}

/* Options */
.cs-select .cs-options {
  position: absolute;
  overflow: auto;
  width: 100%;
  background: #fff;
  visibility: hidden;
  max-height: 220px;
}

.cs-select.cs-active .cs-options {
  visibility: visible;
}

.cs-select ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.cs-select ul li.cs-focus span {
  background-color: #a10f1f;
}

/* Optgroup and optgroup label */
.cs-select li.cs-optgroup ul {
  padding-left: 1em;
}

.cs-select li.cs-optgroup>span {
  cursor: default;
}

div.cs-skin-border {
  background: transparent;
  font-size: 20px;
  font-weight: 400;
  max-width: 600px;
  width: 380px;
}

@media screen and (max-width: 30em) {
  div.cs-skin-border {
    font-size: 1em;
  }
}

.cs-skin-border>span {
  border: 5px solid transparent;
  -webkit-transition: background 0.2s, border-color 0.2s;
  transition: background 0.2s, border-color 0.2s;
}

.cs-skin-border>span::after,
.cs-skin-border .cs-selected span::after {
  font-family: 'edpicons';
  content: '\e604';
  font-size: 36px;
}

.cs-skin-border ul span::after {
  content: '';
  opacity: 0;
}

.cs-skin-border .cs-selected span::after {
  color: #6d6d6d;
  font-size: 1.5em;
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.cs-skin-border.cs-active>span {
  background: var(--color);
  border-color: var(--color);
  color: white;
}

.cs-skin-border .cs-options {
  color: #2980b9;
  font-size: 0.75em;
  opacity: 0;
  -webkit-transition: opacity 0.2s, visibility 0s 0.2s;
  transition: opacity 0.2s, visibility 0s 0.2s;
}

.cs-skin-border.cs-active .cs-options {
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.cs-skin-border ul span {
  padding: 8px 21px 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: background 0.15s cubic-bezier(0.33, 0.66, 0.66, 1);
  -moz-transition: background 0.15s cubic-bezier(0.33, 0.66, 0.66, 1);
  transition: background 0.15s cubic-bezier(0.33, 0.66, 0.66, 1);
}

.cs-skin-border ul span small {
  display: block;
  padding-bottom: 12px;
  font-size: 1em;
  border-bottom: 1px solid #dadada;
  box-shadow: inset 0 -1px 0 #dadada;
}

.cs-skin-border .cs-options li span:hover,
.cs-skin-border li.cs-focus span {
  background: #dadada;
  color: #6d6d6d;
}

@media only screen and (max-width: 700px) {
  div.cs-skin-border {
    width: 100%;
    max-width: 400px;
    text-align: left;
  }

  div.cs-skin-border li small:after {
    font-family: 'edpicons';
    content: "\e602";
    font-size: 10px;
    text-indent: 0;
    color: var(--color);
    margin-left: 6px;
  }

  div.cs-skin-border>span.cs-placeholder {
    text-align: right;
    border: none;
    padding-right: 0;
    background: none;
    height: 90px;
  }

  div.cs-skin-border>span.cs-placeholder:after {
    display: none;
  }

  div.cs-skin-border>span.cs-placeholder small {
    position: absolute;
    height: 90px;
    top: 0;
    right: 0;
    text-align: center;
    display: block;
    width: 80px;
    text-indent: -9000px;
  }

  div.cs-skin-border>span.cs-placeholder small:after {
    display: block;
    position: absolute;
    top: 26px;
    line-height: 1;
    width: 80px;
    text-align: center;
    right: 0;
    content: "MENU";
    text-indent: 0;
    font-size: 12px;
  }

  div.cs-skin-border>span.cs-placeholder small:before {
    position: absolute;
    top: 26px;
    right: 0;
    width: 80px;
    text-align: center;
    font-family: 'edpicons';
    content: '\e604';
    font-size: 41px;
    text-indent: 0;
  }

  div.cs-skin-border.cs-active>span.cs-placeholder small {
    background-color: var(--color);
  }
}

div.cs-skin-input {
  float: left;
  display: block;
  width: auto;
  margin-right: 30px;
}

div.cs-skin-input.full {
  max-width: 100%;
  float: left;
}

div.cs-skin-input.full>span {
  padding-right: 40px;
  width: auto;
}

div.cs-skin-input.full .cs-options {
  width: auto;
}

div.cs-skin-input.limited {
  max-width: 422px;
  float: none;
}

div.cs-skin-input.limited .cs-options {
  min-width: 100%;
}

.cs-skin-input>span {
  display: block;
  width: 90px;
  height: 43px;
  padding: 6px 28px 6px 12px;
  font-size: 17px;
  line-height: 29px;
  color: #000;
  background-color: #fff;
  background-image: none;
  border: 1px solid #cfcfcf;
  color: #6d6d6d;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-appearance: none;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.cs-skin-input.cs-with-medium>span {
  width: 118px;
}

.cs-skin-input>span::after {
  font-family: 'edpicons';
  content: "\e600";
  font-size: 10px;
  right: 9px;
}

.cs-skin-input .cs-selected span {
  display: block;
}

.cs-skin-input .cs-selected span::after {
  font-size: 10px;
  right: 9px;
}

.cs-skin-input ul span::after {
  content: '';
  opacity: 0;
}

.cs-skin-input .cs-selected span::after {
  color: #6d6d6d;
  font-size: 1.5em;
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

div.cs-skin-input.cs-active {
  background: transparent;
  color: #6d6d6d;
}

div.cs-skin-input .cs-select ul li {
  background: #f6f6f6;
}

div.cs-skin-input.cs-active>span {
  background: transparent;
  color: #6d6d6d;
}

.cs-skin-input .cs-options {
  color: #2980b9;
  font-size: 0.75em;
  opacity: 0;
  -webkit-transition: opacity 0.2s, visibility 0s 0.2s;
  transition: opacity 0.2s, visibility 0s 0.2s;
}

.cs-skin-input.cs-active .cs-options {
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.cs-skin-input ul span {
  padding: 8px 21px 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: background 0.15s cubic-bezier(0.33, 0.66, 0.66, 1);
  -moz-transition: background 0.15s cubic-bezier(0.33, 0.66, 0.66, 1);
  transition: background 0.15s cubic-bezier(0.33, 0.66, 0.66, 1);
}

.cs-skin-input ul span small {
  display: block;
  padding-bottom: 12px;
  font-size: 1em;
  border-bottom: 1px solid #dadada;
  box-shadow: inset 0 -1px 0 #dadada;
}

.cs-skin-input .cs-options li span:hover,
.cs-skin-input li.cs-focus span {
  background: #dadada;
  color: #6d6d6d;
}

.clearfix:after,
.main-header .inner:after,
.oldie .main-nav .nav:after,
.row:after,
.form-header:after,
.bottom-actions:after,
.envio-pedido .form-group:after,
.envio-pedido .control-input:after,
.slide_form_conteudo_background:after,
.slide_form_acesso_background:after,
.columns-features .group:after,
.grid-cells:after {
  content: "";
  display: table;
  clear: both;
}

.upp {
  text-transform: uppercase;
}

.no-margin {
  margin: 0 !important;
}

.hide {
  display: none;
}

.left {
  float: left;
}

.right {
  float: right;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-justify {
  text-align: justify !important;
}

@media only screen and (max-width: 960px) {
  .medium-text-left {
    text-align: left !important;
  }

  .medium-text-right {
    text-align: right !important;
  }

  .medium-text-center {
    text-align: center !important;
  }

  .medium-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (max-width: 767px) {
  .small-only-text-left {
    text-align: left !important;
  }

  .small-only-text-right {
    text-align: right !important;
  }

  .small-only-text-center {
    text-align: center !important;
  }

  .small-only-text-justify {
    text-align: justify !important;
  }
}

.show-medium-down {
  display: none;
}

@media only screen and (max-width: 960px) {
  .medium-down-show {
    display: table;
    clear: both;
    width: 100px;
    background-color: red;
    height: 50px;
  }

  .hide-medium-down {
    display: none !important;
  }

  .show-medium-down {
    display: block !important;
  }
}

.vertical-space {
  margin-bottom: 20px;
  margin-top: 20px;
}

.bottom-space {
  margin-bottom: 20px;
}

.half-bottom-space {
  margin-bottom: 13.33333px;
}

.double-bottom-space {
  margin-bottom: 40px;
}

.top-space {
  margin-top: 20px;
}

.bottom-padding {
  padding-bottom: 20px;
}

.top-padding {
  padding-top: 20px;
}

.half-bottom-padding {
  padding-bottom: 13.33333px;
}

.quarter-bottom-padding {
  padding-bottom: 6.66667px;
}

.double-bottom-padding {
  padding-bottom: 40px;
}

.no-bottom-space {
  margin-bottom: 0 !important;
}

.no-bottom-padding {
  padding-bottom: 0 !important;
}

.quarter-top-padding {
  padding-top: 6.66667px !important;
}

.half-top-padding {
  padding-top: 10px !important;
}

@media only screen and (min-width: 961px) {
  .show-only-large {
    display: block;
  }
}

@media only screen and (max-width: 960px) {
  .show-only-large {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 960px) {
  .show-only-medium {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .show-down-medium {
    display: block;
  }

  .show-up-medium,
  .show-only-medium {
    display: none;
  }
}

@media only screen and (min-width: 961px) {
  .show-only-medium {
    display: none;
  }
}

@media only screen and (min-width: 561px) and (max-width: 767px) {
  .show-only-small {
    display: block;
  }
}

@media only screen and (max-width: 560px) {
  .show-only-small {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .show-up-medium {
    display: block;
  }

  .show-down-medium,
  .show-only-small {
    display: none;
  }
}

@media only screen and (max-width: 559px) {
  .show-only-tiny {
    display: block;
  }
}

@media only screen and (min-width: 560px) {
  .show-only-tiny {
    display: none;
  }
}

.detail {
  position: relative;
}

.detail.media-sidebar {
  padding-right: 35.8%;
}

.detail.media-sidebar .append-right {
  margin-top: 0;
  position: absolute;
  top: 4px;
  right: 0;
  width: 33%;
}

.detail.media-sidebar .append-right img {
  margin: 0 auto;
}

@media only screen and (max-width: 630px) {
  .detail.media-sidebar {
    padding-right: 0;
  }

  .detail.media-sidebar .append-right {
    text-align: center;
    margin-top: 8px;
    position: relative;
    top: auto;
    right: auto;
    width: auto;
  }
}

.horizontal-list {
  margin-left: 0 !important;
}

.horizontal-list li {
  display: inline-block;
}

.horizontal-list li:before {
  display: none;
}

@media only screen and (max-width: 630px) {
  .horizontal-list.small-blocks {
    display: block;
    float: left;
    clear: both;
  }
}

.link2-list a {
  color: #6d6d6d;
  text-decoration: none;
}

.link2-list a:after {
  content: "\00bb";
  color: var(--color);
  margin-left: 3px;
}

.link2-list a:hover {
  color: var(--color-alt);
}

.link-list {
  margin-top: 22px !important;
}

.link-list li {
  margin-left: 0;
  margin-right: 40px;
}

.link-list a {
  display: block;
  padding-bottom: 5px;
  color: #3D3D3D;
  text-decoration: none;
  border-bottom: 3px solid var(--color);
}

.link-list a:after {
  content: "\00bb";
  display: inline-block;
  margin-left: 3px;
}

.link-list a:hover {
  color: var(--color-alt);
}

dl.toggle-list {
  border-bottom: 1px solid #E2E2E2;
}

dl.toggle-list dt {
  display: block;
  padding: 12px 0;
  font-weight: normal;
  border-top: 1px solid #E2E2E2;
  position: relative;
}

dl.toggle-list dt:first-child {
  border-top: none;
}

dl.toggle-list dt:after {
  content: "\00bb";
  position: absolute;
  right: 0;
  top: 12px;
  color: var(--color);
  font-size: 18px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

dl.toggle-list dt.active:after {
  color: #6d6d6d;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

dl.toggle-list dd {
  margin: 0 20px 12px 0;
  font-size: 13px;
}

.grid-cells {
  clear: both;
  padding-bottom: 40px;
  text-align: center;
}

.grid-cells .column {
  display: inline-block;
  width: 207px;
  height: 211px;
  padding: 0 19px 35px 0;
  background: url(../img/cell-faqs.png) no-repeat right bottom;
}

.grid-cells.solo .column {
  height: auto;
}

.grid-cells.solo {
  text-align: left;
}

.grid-cells .text-wrapper {
  display: table;
  width: 100%;
  font-size: 15px;
  background: #ebeff1;
  border: 4px solid #d0d6d9;
  height: 176px;
}

.grid-cells .text-wrapper .cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 8px 10px;
}

.grid-cells .text-wrapper .cell h3 {
  font-weight: normal;
  font-family: var(--ffRegular);
  font-size: 1.5rem;
  color: #444;
}

.grid-cells .text-wrapper .cell h3:after {
  content: "+";
  color: var(--color-);
  display: inline-block;
  margin-left: 2px;
}

.grid-cells .text-wrapper .cell h3.hover {
  -webkit-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  transition: color 0.3s linear;
  cursor: pointer;
}

.grid-cells .text-wrapper .cell h3.hover:hover {
  color: var(--color-alt);
}

.grid-cells .alt .text-wrapper {
  background: #f2f2f2;
  border-color: #d5d2ca;
}

.solo .column {
  position: relative;
  float: left;
  margin-right: 20px;
}

.solo .detail-answer {
  overflow: hidden;
}

.solo .link {
  position: absolute;
  bottom: -0.4em;
}

@media only screen and (max-width: 600px) {
  .solo .column {
    float: none;
  }

  .solo .column .text-wrapper {
    margin-bottom: 12px;
  }

  .solo .detail-answer {
    padding-top: 12px;
    overflow: visible;
  }

  .solo .link {
    position: relative;
    bottom: auto;
  }
}

.detail-faqs {
  display: none;
}

.steps-group .step {
  float: left;
  width: 50%;
}

@media only screen and (max-width: 760px) {
  .steps-group .step {
    float: none;
    width: auto;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.steps-group .entry-text {
  padding-top: 12px;
  font-size: 15px;
}

.steps-group .table {
  vertical-align: top;
}

.steps-group .cell {
  vertical-align: middle;
}

.steps-group .step1 {
  clear: left;
  padding-right: 36px;
}

@media only screen and (max-width: 800px) {
  .steps-group .step1 {
    padding-right: 26px;
  }
}

.steps-group .step1 .image {
  width: 97px;
}

@media only screen and (max-width: 560px) {
  .steps-group .step1 .image {
    padding-right: 6px;
    width: 60px;
  }
}

.steps-group .step2 {
  padding-left: 36px;
}

@media only screen and (max-width: 800px) {
  .steps-group .step2 {
    padding-left: 26px;
  }
}

.steps-group .step2 .image {
  width: 189px;
}

@media only screen and (min-width: 760px) and (max-width: 800px) {
  .steps-group .step2 .table {
    display: block;
  }

  .steps-group .step2 .table .cell {
    display: block;
  }

  .steps-group .step2 .table .image {
    width: 130px;
  }
}

@media only screen and (max-width: 570px) {
  .steps-group .step2 .table {
    display: block;
  }

  .steps-group .step2 .table .cell {
    display: block;
  }

  .steps-group .step2 .table .image {
    width: 130px;
  }
}

.steps-group .step3 {
  clear: left;
  padding-right: 36px;
}

@media only screen and (max-width: 800px) {
  .steps-group .step3 {
    padding-right: 26px;
  }
}

.steps-group .step3 .image {
  width: 190px;
}

@media only screen and (min-width: 760px) and (max-width: 800px) {
  .steps-group .step3 .table {
    display: block;
  }

  .steps-group .step3 .table .cell {
    display: block;
  }

  .steps-group .step3 .table .image {
    width: 130px;
  }
}

@media only screen and (max-width: 570px) {
  .steps-group .step3 .table {
    display: block;
  }

  .steps-group .step3 .table .cell {
    display: block;
  }

  .steps-group .step3 .table .image {
    width: 130px;
  }
}

.steps-group .step3 ul.list li {
  padding: 3px 0;
}

.steps-group .step4 {
  padding-left: 36px;
}

@media only screen and (max-width: 800px) {
  .steps-group .step4 {
    padding-left: 26px;
  }
}

.min-height {
  min-height: 200px;
}

/*
 * qTip2 - Pretty powerful tooltips - v2.2.1
 * http://qtip2.com
 *
 * Copyright (c) 2014 
 * Released under the MIT licenses
 * http://jquery.org/license
 *
 * Date: Thu Oct 23 2014 09:50 EDT-0400
 * Plugins: tips viewport svg modal
 * Styles: core basic
 */
.qtip {
  position: absolute;
  left: -28000px;
  top: -28000px;
  display: none;
  max-width: 280px;
  min-width: 50px;
  font-size: 10.5px;
  line-height: 12px;
  direction: ltr;
  box-shadow: none;
  padding: 0;
}

.qtip-content {
  position: relative;
  padding: 5px 9px;
  overflow: hidden;
  text-align: left;
  word-wrap: break-word;
}

.qtip-titlebar {
  position: relative;
  padding: 5px 35px 5px 10px;
  overflow: hidden;
  border-width: 0 0 1px;
  font-weight: bold;
}

.qtip-titlebar+.qtip-content {
  border-top-width: 0 !important;
}

/* Default close button class */
.qtip-close {
  position: absolute;
  right: -9px;
  top: -9px;
  z-index: 11;
  /* Overlap .qtip-tip */
  cursor: pointer;
  outline: medium none;
  border: 1px solid transparent;
}

.qtip-titlebar .qtip-close {
  right: 4px;
  top: 50%;
  margin-top: -9px;
}

* html .qtip-titlebar .qtip-close {
  top: 16px;
}

/* IE fix */
.qtip-titlebar .ui-icon,
.qtip-icon .ui-icon {
  display: block;
  text-indent: -1000em;
  direction: ltr;
}

.qtip-icon,
.qtip-icon .ui-icon {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
}

.qtip-icon .ui-icon {
  width: 18px;
  height: 14px;
  font: normal bold 10px/13px Tahoma, sans-serif;
  line-height: 14px;
  text-align: center;
  text-indent: 0;
  color: inherit;
  background: transparent none no-repeat -100em -100em;
}

/* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */
/* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */
/* Default tooltip style */
.qtip-default {
  border: 1px solid #F1D031;
  background-color: #FFFFA3;
  color: #555;
}

.qtip-default .qtip-titlebar {
  background-color: #FFEF93;
}

.qtip-default .qtip-icon {
  border-color: #CCC;
  background: #F1F1F1;
  color: #777;
}

.qtip-default .qtip-titlebar .qtip-close {
  border-color: #AAA;
  color: #111;
}

/*! Light tooltip style */
.qtip-light {
  background-color: white;
  border-color: #E2E2E2;
  color: #454545;
}

.qtip-light .qtip-titlebar {
  background-color: #f1f1f1;
}

/*! Dark tooltip style */
.qtip-dark {
  background-color: #505050;
  border-color: #303030;
  color: #f3f3f3;
}

.qtip-dark .qtip-titlebar {
  background-color: #404040;
}

.qtip-dark .qtip-icon {
  border-color: #444;
}

.qtip-dark .qtip-titlebar .ui-state-hover {
  border-color: #303030;
}

/*! Cream tooltip style */
.qtip-cream {
  background-color: #FBF7AA;
  border-color: #F9E98E;
  color: #A27D35;
}

.qtip-cream .qtip-titlebar {
  background-color: #F0DE7D;
}

.qtip-cream .qtip-close .qtip-icon {
  background-position: -82px 0;
}

/*! Red tooltip style */
.qtip-red {
  background-color: var(--color);
  border-color: var(--color);
  color: white;
}

.qtip-red .qtip-titlebar {
  background-color: var(--color);
}

.qtip-red .qtip-close .qtip-icon {
  background-position: -102px 0;
}

.qtip-red .qtip-icon {
  border-color: #a10f1f;
}

.qtip-red .qtip-titlebar .ui-state-hover {
  border-color: #a10f1f;
}

/*! Green tooltip style */
.qtip-green {
  background-color: #CAED9E;
  border-color: #90D93F;
  color: #3F6219;
}

.qtip-green .qtip-titlebar {
  background-color: #B0DE78;
}

.qtip-green .qtip-close .qtip-icon {
  background-position: -42px 0;
}

/*! Blue tooltip style */
.qtip-blue {
  background-color: #E5F6FE;
  border-color: #ADD9ED;
  color: #5E99BD;
}

.qtip-blue .qtip-titlebar {
  background-color: #D0E9F5;
}

.qtip-blue .qtip-close .qtip-icon {
  background-position: -2px 0;
}

.qtip .qtip-tip {
  margin: 0 auto;
  overflow: hidden;
  z-index: 10;
}

/* Opera bug #357 - Incorrect tip position
https://github.com/Craga89/qTip2/issues/367 */
.qtip .qtip-tip {
  visibility: hidden;
}

.qtip .qtip-tip,
.qtip .qtip-tip .qtip-vml,
.qtip .qtip-tip canvas {
  position: absolute;
  color: #123456;
  background: transparent;
  border: 0 dashed transparent;
}

.qtip .qtip-tip canvas {
  top: 0;
  left: 0;
}

.qtip .qtip-tip .qtip-vml {
  behavior: url(#default#VML);
  display: inline-block;
  visibility: visible;
}

#qtip-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* Applied to modals with show.modal.blur set to true */
#qtip-overlay.blurs {
  cursor: pointer;
}

/* Change opacity of overlay here */
#qtip-overlay div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

/*
Colorbox Core Style:
The following CSS is consistent between example themes and should not be altered.
*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/* 
User Style:
Change the following styles to modify the appearance of Colorbox.  They are
ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

#colorbox {
  outline: 0;
}

#cboxContent {
  margin-top: 32px;
  overflow: visible;
  background: #fff;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid transparent;
}

#cboxLoadedContent {
  background: #fff;
  padding: 1px;
}

#cboxLoadingGraphic {
  background: url(../img/loading.gif) no-repeat center center;
}

#cboxLoadingOverlay {
  background: #fff;
}

#cboxTitle {
  position: absolute;
  top: -22px;
  left: 0;
  color: #000;
}

#cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  position: absolute;
  top: -20px;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0;
}

#cboxPrevious {
  background-position: 0px 0px;
  right: 44px;
}

#cboxPrevious:hover {
  background-position: 0px -25px;
}

#cboxNext {
  background-position: -25px 0px;
  right: 22px;
}

#cboxNext:hover {
  background-position: -25px -25px;
}

#cboxClose {
  background-position: -50px 0px;
  right: 0;
}

#cboxClose:hover {
  background-position: -50px -25px;
}

.cboxSlideshow_on #cboxPrevious,
.cboxSlideshow_off #cboxPrevious {
  right: 66px;
}

.cboxSlideshow_on #cboxSlideshow {
  background-position: -75px -25px;
  right: 44px;
}

.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -100px -25px;
}

.cboxSlideshow_off #cboxSlideshow {
  background-position: -100px 0px;
  right: 44px;
}

.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -75px -25px;
}

#cboxLoadedContent .hide,
#cboxLoadedContent .alertbox {
  display: block;
}


.field-validation-error {
  font-size: 14px;
  color: #ff0000;
}

.inline-error {
  float: left;
  padding-top: 10px;
  line-height: 20px;
  vertical-align: middle;
  position: relative;
  margin-left: -10px;
}

.file-upload {
  display: inline-block;
}

.link-dark {
  font-size: 12px;
  color: #6d6d6d;
}

.listFilterTdRight a {
  font-size: 12px;
}

.cs-skin-input ul span {
  display: block;
  position: relative;
  margin-top: -2px;
}

.select-wrapper {
  float: left;
}

.inline-label div.icheckbox_minimal+input+label {
  font-size: 15px;
  line-height: 20px;
  padding-bottom: 0;
  display: inline-block !important;
}

form.form.small-paddtop {
  padding: 6px 0 0;
}


/* COOKIES BAR */

#cookiesalert {
  width: 100%;
  background: #000000;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, .19);
  text-align: left;
  font-weight: bold;
  font-size: small;
  color: #ffffff;
  text-align: center;
  padding: 17px 0;
  position: relative;
}

#cookiesalert .inner {
  position: relative;
}

#cookiesalert a {
  color: var(--color);
}

#cookiesalert a:hover {
  color: gray;
}

#cookiesalert a#cookieClose {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 10px;
  color: white;
  background-color: var(--color-alt);
  margin-top: 8px;
}

@media only screen and (max-width: 768px) {

  #cookiesalert {
    padding: 14px 10px 14px 0;
  }
}

/* FIM DOS COOKIES BAR */

@media only screen and (max-width: 650px) {
  .slick-prev {
    left: 0;
  }

  .slick-next {
    right: 0;
  }
}



/* MEDIA QUERIES AND TEMPLATES HACK*/

@media only screen and (max-width: 768px) {
  body[data-template="  homepage  "] .site-info .site-tagline {
    display: block; } }


@media only screen and (max-width: 767px) {

body[data-template="  homepage  "] #oneout_slide_form {
  display: block !important; }

}

.push-right {
  float: right;
  margin: 0 0 20px 20px !important;
}

@media (max-width: 600px) {
  .push-right {
    float: none;
    margin: 0 0 20px 0 !important;
  }
}


/* FIM MEDIA QUERIES AND TEMPLATES HACK*/

.site-info .site-suporte {
    float: none;
    position: fixed;
    top: 0px;
    right: 0px;
    width: 211px;
    height: 211px;
    background: url(../img/selo_edp.png) no-repeat left bottom; 
    z-index: 1;
}


.form .text.cpe4,
.form .input.cp4 {
  width: 44px;
  padding: 4px;
}


.form .text.cpe3,
.form .input.cp3 {
  width: 36px; 
  padding: 4px;
}

.form .text.cpe2,
.form .input.cp2 {
  width: 30px; 
  padding: 4px;
}

.theader { width: 150px }

.cookies {
    width: 100%!important;
}
.cookies thead th {
    background: #f4f9fe;
    text-align: center;
    color: black;
}

.cookies tbody td {
    padding: 10px;
    text-align: left;
    color: black;
}

@media screen and (max-width: 600px) {

    .rw-table {
        border: none !important;
    }

    .rw-table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .rw-table tr {
        border: 2px solid #e5eff8;
        display: block;
        margin-bottom: 30px;
    }

    .rw-table td {
        border-bottom: 1px solid #e5eff8;
        display: flex;
        font-size: .8em;
        text-align: right;
        border-left: none;
    }

    .rw-table td::before {
        content: attr(data-label);
        font-weight:var(--ffMedium);
        padding-right: 20px
    }

    .rw-table td:last-child {
        border-bottom: 0;
    }
}


.light-mode {
  color:  white;
}

.slider.light-mode .media {
  background-position: 50% top;
}

@media only screen and (max-width: 440px) {
  .slider.light-mode .caption.onleft {
    left: 32px;
  }

  .slider.light-mode .media {
    background-position: 60% top;
  }
}

.color-default {
  color: var(--color) !important; 
}

@media (min-width: 1041px) {
    .light-mode-md .caption {
        color: white;
    }
}
