html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

/* CALCULATE REM FROM LINE HEIGHT */
/*  @include line-height(14px)  */
/* END CALCULATE REM FROM LINE HEIGHT */
/* CALCULATE LETTER SPACING FROM PHOTOSHOP */
/*  END CALCULATE FROM PHOTOSHOP */
/* CROSS BROWSER PREFIX */
/* .element {
  @include prefix((transform: translate(-50%, -50%)), webkit ms);
}

/* END CROSS BROWSER PREFIX 





/***** FLEX BOX ***** /

/* Flex box */
/* %flexbox { @include flexbox; } */
/*  %inline-flex { @include inline-flex; } */
/*  %inline-flex { @include inline-flex; } */
/* END FLEX BOX */
/* Clearfix */
/* End Clearfix */
/* Absolute center */
/* End Absolute center */
body {
  font-family: 'Lato', sans-serif; }

@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.4.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.4.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.4.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.4.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

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

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

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

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

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

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

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

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

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

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

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

.pull-left {
  float: left; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #ffffff; }

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

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

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

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

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

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

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

.fa-th:before {
  content: "\f00a"; }

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

.fa-check:before {
  content: "\f00c"; }

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

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

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

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

.fa-signal:before {
  content: "\f012"; }

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

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

.fa-home:before {
  content: "\f015"; }

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

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

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

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

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

.fa-inbox:before {
  content: "\f01c"; }

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

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

.fa-refresh:before {
  content: "\f021"; }

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

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

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

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

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

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

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

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

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

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

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

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

.fa-list:before {
  content: "\f03a"; }

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

.fa-indent:before {
  content: "\f03c"; }

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

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

.fa-pencil:before {
  content: "\f040"; }

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

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

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

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

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

.fa-arrows:before {
  content: "\f047"; }

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

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

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

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

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

.fa-eject:before {
  content: "\f052"; }

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

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

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

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

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

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

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

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

.fa-crosshairs:before {
  content: "\f05b"; }

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

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

.fa-ban:before {
  content: "\f05e"; }

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

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

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

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

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

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

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

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

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

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

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

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

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

.fa-retweet:before {
  content: "\f079"; }

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

.fa-folder:before {
  content: "\f07b"; }

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

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

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

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

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

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

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

.fa-key:before {
  content: "\f084"; }

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

.fa-comments:before {
  content: "\f086"; }

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

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

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

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

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

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

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

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

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

.fa-trophy:before {
  content: "\f091"; }

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

.fa-upload:before {
  content: "\f093"; }

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

.fa-phone:before {
  content: "\f095"; }

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

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

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

.fa-twitter:before {
  content: "\f099"; }

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

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

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

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

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

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

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

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

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

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

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

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

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

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

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

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

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

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

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

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

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

.fa-paperclip:before {
  content: "\f0c6"; }

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

.fa-square:before {
  content: "\f0c8"; }

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

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

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

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

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

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

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

.fa-money:before {
  content: "\f0d6"; }

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

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

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

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

.fa-columns:before {
  content: "\f0db"; }

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

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

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

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

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

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

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

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

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

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

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

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

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

.fa-exchange:before {
  content: "\f0ec"; }

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

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

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

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

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

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

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

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

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

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

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

.fa-beer:before {
  content: "\f0fc"; }

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

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

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

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

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

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

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

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

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

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

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

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

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

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

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

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

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

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

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

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

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

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

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

.fa-gamepad:before {
  content: "\f11b"; }

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

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

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

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

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

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

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

.fa-crop:before {
  content: "\f125"; }

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

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

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

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

.fa-microphone:before {
  content: "\f130"; }

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

.fa-shield:before {
  content: "\f132"; }

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

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

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

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

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

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

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

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

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

.fa-bullseye:before {
  content: "\f140"; }

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

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

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

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

.fa-ticket:before {
  content: "\f145"; }

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

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

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

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

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

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

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

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

.fa-compass:before {
  content: "\f14e"; }

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

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

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

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

.fa-gbp:before {
  content: "\f154"; }

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

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

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

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

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

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

.fa-file:before {
  content: "\f15b"; }

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

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

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

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

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

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

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

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

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

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

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

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

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

.fa-dropbox:before {
  content: "\f16b"; }

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

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

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

.fa-tumblr:before {
  content: "\f173"; }

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

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

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

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

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

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

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

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

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

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

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

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

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

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

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

.fa-wheelchair:before {
  content: "\f193"; }

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

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

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

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

.fa-slack:before {
  content: "\f198"; }

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

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

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

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

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

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

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

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

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

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

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

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

.fa-steam:before {
  content: "\f1b6"; }

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

.fa-recycle:before {
  content: "\f1b8"; }

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

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

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

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

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

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

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

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

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

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

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

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

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

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

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

.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0"; }

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

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

.fa-git:before {
  content: "\f1d3"; }

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

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

.fa-qq:before {
  content: "\f1d6"; }

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

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

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

.fa-history:before {
  content: "\f1da"; }

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

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

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

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

.fa-bomb:before {
  content: "\f1e2"; }

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

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

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

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

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

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

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

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

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

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

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

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

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

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

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

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

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

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

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

.fa-lastfm:before {
  content: "\f202"; }

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

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

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

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

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

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

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

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

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

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

.fa-motorcycle:before {
  content: "\f21c"; }

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

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

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

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

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

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

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

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

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

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

.fa-neuter:before {
  content: "\f22c"; }

.fa-genderless:before {
  content: "\f22d"; }

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

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

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

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

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

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

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

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

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

.fa-opencart:before {
  content: "\f23d"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-clone:before {
  content: "\f24d"; }

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

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

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

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

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

.fa-hourglass:before {
  content: "\f254"; }

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

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

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

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

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

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

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

.fa-trademark:before {
  content: "\f25c"; }

.fa-registered:before {
  content: "\f25d"; }

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

.fa-gg:before {
  content: "\f260"; }

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

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

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

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

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

.fa-safari:before {
  content: "\f267"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-opera:before {
  content: "\f26a"; }

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

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

.fa-contao:before {
  content: "\f26d"; }

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

.fa-amazon:before {
  content: "\f270"; }

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

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

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

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

.fa-industry:before {
  content: "\f275"; }

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

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

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

.fa-map:before {
  content: "\f279"; }

.fa-commenting:before {
  content: "\f27a"; }

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

.fa-houzz:before {
  content: "\f27c"; }

.fa-vimeo:before {
  content: "\f27d"; }

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

.fa-fonticons:before {
  content: "\f280"; }

.alt-grid [class*="col-"] {
  padding-left: 0;
  padding-right: 0; }

.alt-grid .row {
  margin-left: 0;
  margin-right: 0; }

.no-padding {
  padding: 0px; }

.catBanner.noMarg {
  margin-top: 0px; }

.padd15 {
  padding: 15px; }

a:focus {
  outline: none !important; }

.margintop50 {
  margin-top: 50px; }

.margintop30 {
  margin-top: 30px; }

.margintop20 {
  margin-top: 20px; }

.margintop0 {
  margin-top: 0px !important; }

.marginbottom0 {
  margin-bottom: 0px !important; }

.bold {
  font-weight: 700; }

/*FONTS*/
/*COLORS*/
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y; }

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%; }

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

.owl-carousel .owl-item {
  float: left; }

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer; }

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent; }

/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move; }

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center; }
  .owl-theme .owl-controls .owl-next,
  .owl-theme .owl-controls .owl-prev {
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    background-color: rgba(46, 72, 82, 0.3);
    color: #fff;
    width: 36px;
    height: 36px;
    text-align: center;
    font-size: 18px;
    line-height: 36px;
    margin: 0px;
    padding: 0px;
    position: absolute; }
    .owl-theme .owl-controls .owl-next i,
    .owl-theme .owl-controls .owl-prev i {
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .owl-theme .owl-controls .owl-next:hover,
    .owl-theme .owl-controls .owl-prev:hover {
      background-color: rgba(46, 72, 82, 0.7);
      color: #fff; }
      .owl-theme .owl-controls .owl-next:hover i,
      .owl-theme .owl-controls .owl-prev:hover i {
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
  .owl-theme .owl-controls .owl-next {
    right: 0; }
    .owl-theme .owl-controls .owl-next:hover i {
      -webkit-transform: translate(6px, 0px);
      -moz-transform: translate(6px, 0px);
      -o-transform: translate(6px, 0px);
      -ms-transform: translate(6px, 0px);
      transform: translate(6px, 0px); }
  .owl-theme .owl-controls .owl-prev {
    left: 0; }
    .owl-theme .owl-controls .owl-prev:hover i {
      -webkit-transform: translate(-6px, 0px);
      -moz-transform: translate(-6px, 0px);
      -o-transform: translate(-6px, 0px);
      -ms-transform: translate(-6px, 0px);
      transform: translate(-6px, 0px); }

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
    /*color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline;/*IE7 life-saver 
    margin: 5px;
    padding: 3px 10px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
/*	background: #869791;*/
  filter: Alpha(Opacity=50);
                          /*IE7 fix
opacity: 0.8;
@include hoverTransition (all, 0.3s);
&:hover{
   opacity: 1; 
}*/ }

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none; }

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */ }

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #51A04B; }

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1; }

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px; }

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center; }

/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px; }

/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease; }

.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease; }

/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease; }

.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease; }

/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both; }

.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both; }

/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both; }

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both; }

/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1; } }
@-moz-keyframes empty {
  0% {
    opacity: 1; } }
@keyframes empty {
  0% {
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-moz-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px); }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%); } }
@-moz-keyframes backSlideOut {
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px); }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%); }
  100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%); } }
@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px); }
  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%); }
  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%); } }
@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%); }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px); }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0); } }
@-moz-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%); }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px); }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0); } }
@keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%); }
  75% {
    opacity: .5;
    transform: translateZ(-500px); }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0); } }
@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8); } }
@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8); } }
@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8); } }
@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%); } }
@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%); } }
@keyframes goDown {
  from {
    transform: translateY(-100%); } }
@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5); } }
@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5); } }
@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5); } }
@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5); } }
@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5); } }
@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5); } }
.portfolioSlider {
  position: relative; }
  .portfolioSlider .owl-controls {
    margin-top: 0; }
  .portfolioSlider .owl-buttons {
    position: absolute;
    top: 15%;
    left: 0;
    width: 100%;
    padding: 20px;
    display: block; }
    .portfolioSlider .owl-buttons .owl-prev {
      margin-left: 15px; }
    .portfolioSlider .owl-buttons .owl-next {
      margin-right: 15px; }

.bgGray {
  background-color: #f4f4f4; }

.socialLinks {
  text-align: right; }
  .socialLinks a {
    color: #fff;
    font-size: 20px;
    margin-left: 5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .socialLinks a:hover {
      color: #3e5f17; }

.btn-portfolio {
  left: 80px; }

.rowBtn {
  margin: 45px 0 65px 0;
  text-align: center; }

.btnWhite {
  font-size: 18px;
  text-transform: uppercase;
  color: #3c833b;
  background-color: #fbfaf8;
  padding: 10px 20px;
  text-shadow: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px; }
  .btnWhite:hover {
    color: #fbfaf8;
    background-color: #3c833b;
    text-decoration: none; }

.btnBlack {
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  background-color: #3c833b;
  padding: 10px 20px;
  text-shadow: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px; }
  .btnBlack:hover {
    color: #fff;
    background-color: #51A04B;
    text-decoration: none; }

.btn-pqn {
  font-size: 16px;
  color: #fff;
  background-color: #909090;
  padding: 8px 15px 10px;
  text-shadow: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px; }
  .btn-pqn:hover {
    color: #fff;
    background-color: #51A04B;
    text-decoration: none; }

.linkUnderline {
  font-size: 16px;
  text-decoration: none;
  color: #2e4952;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .linkUnderline i {
    margin-right: 5px; }
  .linkUnderline:hover {
    text-decoration: none;
    color: #3c833b; }

.linkFooter {
  font-size: 16px;
  color: #8a8a8a;
  line-height: 2;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .linkFooter:hover {
    color: #8a8a8a;
    font-weight: 700; }

.textoIntro {
  color: #3d3838;
  text-align: center;
  font-size: 21px;
  line-height: 1.2;
  margin: 45px 0; }

.texto {
  color: #3d3838;
  font-size: 16px;
  line-height: 1.2; }

h1 {
  color: #51A04B;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase; }

h2 {
  color: #51A04B;
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase; }

.titulosLinha {
  overflow: hidden;
  margin-top: 50px;
  margin-bottom: 30px;
  /*.tituloBarra span:before,*/ }
  .titulosLinha .tituloBarra {
    line-height: 1;
    width: 100%; }
  .titulosLinha .tituloBarra span {
    display: inline-block;
    position: relative;
    text-align: left; }
  .titulosLinha .tituloBarra span:after {
    content: "";
    position: absolute;
    height: 5px;
    border-top: 3px solid #51A04B;
    top: 40%;
    width: 1170px; }
  .titulosLinha .tituloBarra span:after {
    left: 100%;
    margin-left: 15px; }

.intro .item .titulo h3 {
  color: #51A04B;
  font-size: 24px;
  margin-bottom: 10px; }
.intro .item .texto {
  line-height: 20px; }

section.bannerHome .banner,
.noticiaSaida .banner {
  width: 100%; }
  section.bannerHome .banner .owl-next,
  section.bannerHome .banner .owl-prev,
  .noticiaSaida .banner .owl-next,
  .noticiaSaida .banner .owl-prev {
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
    width: 48px;
    height: 48px;
    text-align: center;
    margin: 0 10px !important;
    font-size: 24px;
    line-height: 48px; }
    section.bannerHome .banner .owl-next i,
    section.bannerHome .banner .owl-prev i,
    .noticiaSaida .banner .owl-next i,
    .noticiaSaida .banner .owl-prev i {
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    section.bannerHome .banner .owl-next:hover,
    section.bannerHome .banner .owl-prev:hover,
    .noticiaSaida .banner .owl-next:hover,
    .noticiaSaida .banner .owl-prev:hover {
      background-color: rgba(255, 255, 255, 0.8);
      color: #51A04B; }
      section.bannerHome .banner .owl-next:hover i,
      section.bannerHome .banner .owl-prev:hover i,
      .noticiaSaida .banner .owl-next:hover i,
      .noticiaSaida .banner .owl-prev:hover i {
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
  section.bannerHome .banner .owl-next:hover i,
  .noticiaSaida .banner .owl-next:hover i {
    -webkit-transform: translate(8px, 0px);
    -moz-transform: translate(8px, 0px);
    -o-transform: translate(8px, 0px);
    -ms-transform: translate(8px, 0px);
    transform: translate(8px, 0px); }
  section.bannerHome .banner .owl-prev:hover i,
  .noticiaSaida .banner .owl-prev:hover i {
    -webkit-transform: translate(-8px, 0px);
    -moz-transform: translate(-8px, 0px);
    -o-transform: translate(-8px, 0px);
    -ms-transform: translate(-8px, 0px);
    transform: translate(-8px, 0px); }
  section.bannerHome .banner .item,
  .noticiaSaida .banner .item {
    display: block;
    float: left;
    width: 100%;
    height: 400px;
    overflow: hidden;
    text-align: center; }
    section.bannerHome .banner .item .bannerImg,
    .noticiaSaida .banner .item .bannerImg {
      min-width: 100%;
      vertical-align: middle;
      margin: 0 -100%;
      height: 400px; }
    section.bannerHome .banner .item .descricao,
    .noticiaSaida .banner .item .descricao {
      color: #fff;
      font-size: 40px;
      font-weight: 700;
      text-transform: uppercase;
      text-shadow: 1px 1px 1px #3d3838;
      position: absolute;
      z-index: 10;
      bottom: 0;
      text-align: left;
      padding: 40px 20px;
      line-height: 1.2; }
      section.bannerHome .banner .item .descricao span,
      .noticiaSaida .banner .item .descricao span {
        font-size: 30px;
        display: block; }
  section.bannerHome .banner .owl-controls,
  .noticiaSaida .banner .owl-controls {
    position: absolute;
    z-index: 10;
    top: 35%;
    width: 100%; }
    section.bannerHome .banner .owl-controls .owl-next,
    section.bannerHome .banner .owl-controls .owl-prev,
    .noticiaSaida .banner .owl-controls .owl-next,
    .noticiaSaida .banner .owl-controls .owl-prev {
      -webkit-transition: all 0.1s ease;
      -moz-transition: all 0.1s ease;
      -o-transition: all 0.1s ease;
      transition: all 0.1s ease;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      display: inline-block;
      background-color: rgba(255, 255, 255, 0.3);
      color: #fff;
      width: 48px;
      height: 48px;
      text-align: center;
      font-size: 24px;
      line-height: 48px;
      margin: 0px;
      padding: 0px;
      position: absolute; }
      section.bannerHome .banner .owl-controls .owl-next i,
      section.bannerHome .banner .owl-controls .owl-prev i,
      .noticiaSaida .banner .owl-controls .owl-next i,
      .noticiaSaida .banner .owl-controls .owl-prev i {
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      section.bannerHome .banner .owl-controls .owl-next:hover,
      section.bannerHome .banner .owl-controls .owl-prev:hover,
      .noticiaSaida .banner .owl-controls .owl-next:hover,
      .noticiaSaida .banner .owl-controls .owl-prev:hover {
        background-color: #fff;
        color: #51A04B; }
        section.bannerHome .banner .owl-controls .owl-next:hover i,
        section.bannerHome .banner .owl-controls .owl-prev:hover i,
        .noticiaSaida .banner .owl-controls .owl-next:hover i,
        .noticiaSaida .banner .owl-controls .owl-prev:hover i {
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
    section.bannerHome .banner .owl-controls .owl-next,
    .noticiaSaida .banner .owl-controls .owl-next {
      right: 0; }
      section.bannerHome .banner .owl-controls .owl-next:hover i,
      .noticiaSaida .banner .owl-controls .owl-next:hover i {
        -webkit-transform: translate(6px, 0px);
        -moz-transform: translate(6px, 0px);
        -o-transform: translate(6px, 0px);
        -ms-transform: translate(6px, 0px);
        transform: translate(6px, 0px); }
    section.bannerHome .banner .owl-controls .owl-prev,
    .noticiaSaida .banner .owl-controls .owl-prev {
      left: 0; }
      section.bannerHome .banner .owl-controls .owl-prev:hover i,
      .noticiaSaida .banner .owl-controls .owl-prev:hover i {
        -webkit-transform: translate(-6px, 0px);
        -moz-transform: translate(-6px, 0px);
        -o-transform: translate(-6px, 0px);
        -ms-transform: translate(-6px, 0px);
        transform: translate(-6px, 0px); }

.produtoBox {
  background-color: #fff;
  display: block;
  float: left;
  margin: 1rem;
  position: relative;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.2s ease-in-out;
  text-align: center;
  display: inline-block;
  width: auto;
  padding: 15px; }
  .produtoBox:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }
  .produtoBox img {
    display: block;
    width: 100%; }
  .produtoBox .nomeProd {
    color: #3d3838;
    font-size: 20px;
    line-height: 1.2;
    margin-top: 15px; }
    .produtoBox .nomeProd .ref {
      display: block;
      text-transform: uppercase;
      font-weight: 300; }
  .produtoBox .promo {
    position: absolute;
    z-index: 10;
    top: 22px;
    color: #fff;
    background-color: #51A04B;
    right: 10px;
    font-size: 28px;
    font-weight: 700;
    /* Safari */
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    padding: 10px 20px;
    border-bottom-left-radius: 40px 40px;
    border-top-left-radius: 40px 40px; }
  .produtoBox .overlay {
    position: absolute;
    z-index: 20;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(96, 146, 35, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .produtoBox .overlay:hover {
      opacity: 1; }

.produtoBox.projectoBox {
  padding: 0px; }

.dividerLight {
  display: block;
  height: 4px;
  background-color: #fff;
  width: 35%;
  margin: 5px auto; }

section.prodsDestaque,
.sliderProdsSmall {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  section.prodsDestaque .owl-controls,
  .sliderProdsSmall .owl-controls {
    position: absolute;
    z-index: 10;
    top: 44%;
    width: 100%;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    section.prodsDestaque .owl-controls .owl-next,
    section.prodsDestaque .owl-controls .owl-prev,
    .sliderProdsSmall .owl-controls .owl-next,
    .sliderProdsSmall .owl-controls .owl-prev {
      -webkit-transition: all 0.1s ease;
      -moz-transition: all 0.1s ease;
      -o-transition: all 0.1s ease;
      transition: all 0.1s ease;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      display: inline-block;
      background-color: rgba(46, 72, 82, 0.3);
      color: #fff;
      width: 36px;
      height: 36px;
      text-align: center;
      font-size: 18px;
      line-height: 36px;
      margin: 0px;
      padding: 0px;
      position: absolute; }
      section.prodsDestaque .owl-controls .owl-next i,
      section.prodsDestaque .owl-controls .owl-prev i,
      .sliderProdsSmall .owl-controls .owl-next i,
      .sliderProdsSmall .owl-controls .owl-prev i {
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      section.prodsDestaque .owl-controls .owl-next:hover,
      section.prodsDestaque .owl-controls .owl-prev:hover,
      .sliderProdsSmall .owl-controls .owl-next:hover,
      .sliderProdsSmall .owl-controls .owl-prev:hover {
        background-color: rgba(46, 72, 82, 0.7);
        color: #fff; }
        section.prodsDestaque .owl-controls .owl-next:hover i,
        section.prodsDestaque .owl-controls .owl-prev:hover i,
        .sliderProdsSmall .owl-controls .owl-next:hover i,
        .sliderProdsSmall .owl-controls .owl-prev:hover i {
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
    section.prodsDestaque .owl-controls .owl-next,
    .sliderProdsSmall .owl-controls .owl-next {
      right: 0; }
      section.prodsDestaque .owl-controls .owl-next:hover i,
      .sliderProdsSmall .owl-controls .owl-next:hover i {
        -webkit-transform: translate(6px, 0px);
        -moz-transform: translate(6px, 0px);
        -o-transform: translate(6px, 0px);
        -ms-transform: translate(6px, 0px);
        transform: translate(6px, 0px); }
    section.prodsDestaque .owl-controls .owl-prev,
    .sliderProdsSmall .owl-controls .owl-prev {
      left: 0; }
      section.prodsDestaque .owl-controls .owl-prev:hover i,
      .sliderProdsSmall .owl-controls .owl-prev:hover i {
        -webkit-transform: translate(-6px, 0px);
        -moz-transform: translate(-6px, 0px);
        -o-transform: translate(-6px, 0px);
        -ms-transform: translate(-6px, 0px);
        transform: translate(-6px, 0px); }
  section.prodsDestaque:hover .owl-controls,
  .sliderProdsSmall:hover .owl-controls {
    opacity: 1; }

.catBanner {
  margin-top: 40px;
  width: auto;
  display: inline-block;
  position: relative;
  padding: 0 20px; }
  .catBanner img {
    width: 100%; }
  .catBanner a {
    position: absolute;
    z-index: 10;
    top: 50%;
    right: 40px; }
  .catBanner img {
    width: 100%;
    height: auto; }

.sliderNews, .noticiasLista {
  text-align: center; }
  .sliderNews .item img, .noticiasLista .item img {
    float: left;
    margin-right: 15px; }
  .sliderNews .item .noticia, .noticiasLista .item .noticia {
    display: inline-block;
    text-align: left;
    float: left;
    width: 70%; }
    .sliderNews .item .noticia .titulo, .noticiasLista .item .noticia .titulo {
      font-size: 18px;
      font-weight: 400;
      color: #8a8a8a;
      color: #51A04B; }
      .sliderNews .item .noticia .titulo .data, .noticiasLista .item .noticia .titulo .data {
        display: block;
        font-size: 12px;
        margin-top: 5px;
        color: #3d3838; }
    .sliderNews .item .noticia .dividerLight, .noticiasLista .item .noticia .dividerLight {
      margin: 5px 0; }
    .sliderNews .item .noticia .texto, .noticiasLista .item .noticia .texto {
      height: 60px;
      overflow: hidden; }
  .sliderNews .item a, .noticiasLista .item a {
    text-decoration: none;
    font-weight: 400;
    color: #3d3838;
    font-size: 12px;
    text-transform: uppercase;
    padding-top: 10px; }
    .sliderNews .item a img, .noticiasLista .item a img {
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .sliderNews .item a:hover, .noticiasLista .item a:hover {
      color: #51A04B;
      text-decoration: none; }
      .sliderNews .item a:hover img, .noticiasLista .item a:hover img {
        opacity: 0.7; }

.noticiasLista .item .noticia {
  width: 67%;
  vertical-align: top; }

.noticiasLista .item img, .noticiasLista .item .noticia {
  float: none; }

ul.noticiasLista li {
  display: block;
  width: 100%;
  margin-bottom: 25px; }

.marcas {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /* http://codepen.io/juancmmora/pen/LGMpjM */ }
  .marcas .brandLink {
    background-color: #fff;
    display: block;
    /*        float: left;*/
    margin: 1rem auto;
    position: relative;
    transition: all 0.2s ease-in-out;
    text-align: center;
    display: inline-block;
    width: 100%;
    height: 145px;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.7; }
    .marcas .brandLink:hover {
      opacity: 1; }
  .marcas .owl-controls {
    position: absolute;
    z-index: 10;
    top: 30%;
    width: 100%;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .marcas:hover .owl-controls {
    opacity: 1; }
  .marcas .marcaLista {
    margin-top: 40px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    float: left;
    width: 100%; }
    .marcas .marcaLista .brandLink {
      margin: 0px auto;
      opacity: 1; }
    .marcas .marcaLista .texto {
      background-color: #f2f2f2; }

.texto.textoAbout {
  font-size: 16px; }

.breadcrumb {
  background-color: transparent;
  text-align: right;
  text-transform: uppercase;
  color: #2e4952;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 0px; }
  .breadcrumb a {
    color: #2e4952;
    text-decoration: none; }
    .breadcrumb a:hover {
      color: #51A04B; }
  .breadcrumb .active {
    font-weight: 700;
    color: #51A04B; }

.prodSaida {
  /* http://codepen.io/pixelchar/pen/rfuqK */ }
  .prodSaida .prodSlider {
    text-align: center; }
    .prodSaida .prodSlider .overlay {
      display: block;
      text-align: left;
      padding: 20px;
      background-color: rgba(96, 146, 35, 0); }
      .prodSaida .prodSlider .overlay div {
        display: block;
        margin: 10px 0; }
    .prodSaida .prodSlider .owl-controls {
      position: absolute;
      z-index: 10;
      top: 35%;
      width: 100%; }
      .prodSaida .prodSlider .owl-controls .owl-prev {
        margin: 0px;
        padding: 0px;
        position: absolute;
        left: 0; }
      .prodSaida .prodSlider .owl-controls .owl-next {
        margin: 0px;
        padding: 0px;
        position: absolute;
        right: 0; }
  .prodSaida .nomeProduto {
    font-size: 28px;
    line-height: 1.2;
    text-transform: none;
    margin-top: 10px; }
    .prodSaida .nomeProduto span.ref {
      font-weight: 300;
      display: block;
      font-size: 24px; }
  .prodSaida .preco {
    color: #51A04B;
    font-size: 40px;
    font-weight: 700;
    margin-top: 30px; }
    .prodSaida .preco .precoAntigo {
      color: #dadada;
      font-size: 28px;
      font-weight: 300;
      display: block;
      margin-bottom: 5px; }
  .prodSaida .descricaoArtigo {
    max-height: 43px;
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 18px; }
  .prodSaida .descricaoArtigo.large {
    max-height: 350px; }
  .prodSaida a {
    color: #51A04B;
    text-decoration: underline; }
  .prodSaida .linkUnderline {
    font-weight: normal;
    margin-top: 20px;
    display: inline-block; }
  .prodSaida .caracteristicas {
    margin-top: 30px; }
    .prodSaida .caracteristicas span {
      color: #51A04B;
      text-decoration: none;
      text-transform: uppercase;
      font-size: 16px;
      font-weight: 700;
      display: block; }
    .prodSaida .caracteristicas ul {
      list-style-type: square;
      line-height: 1.2;
      font-size: 16px;
      font-weight: 700;
      margin: 20px 0 0 15px; }
  .prodSaida .sliderProdsSmall {
    margin-bottom: 30px; }
  .prodSaida .table-produtologin .responsive-table,
  .prodSaida .table-produto .responsive-table {
    width: 100%;
    margin-bottom: 1.5em; }
    .prodSaida .table-produtologin .responsive-table thead,
    .prodSaida .table-produto .responsive-table thead {
      position: absolute;
      clip: rect(1px 1px 1px 1px);
      /* IE6, IE7 */
      clip: rect(1px, 1px, 1px, 1px);
      padding: 0;
      border: 0;
      height: 1px;
      width: 1px;
      overflow: hidden; }
      .prodSaida .table-produtologin .responsive-table thead th,
      .prodSaida .table-produto .responsive-table thead th {
        background-color: #3c833b;
        border: 1px solid #3c833b;
        font-weight: normal;
        text-align: left;
        color: #fff; }
        .prodSaida .table-produtologin .responsive-table thead th:first-of-type,
        .prodSaida .table-produto .responsive-table thead th:first-of-type {
          text-align: left; }
    .prodSaida .table-produtologin .responsive-table tbody,
    .prodSaida .table-produtologin .responsive-table tr,
    .prodSaida .table-produtologin .responsive-table th,
    .prodSaida .table-produtologin .responsive-table td,
    .prodSaida .table-produto .responsive-table tbody,
    .prodSaida .table-produto .responsive-table tr,
    .prodSaida .table-produto .responsive-table th,
    .prodSaida .table-produto .responsive-table td {
      display: block;
      padding: 0;
      text-align: left;
      white-space: normal; }
    .prodSaida .table-produtologin .responsive-table th,
    .prodSaida .table-produtologin .responsive-table td,
    .prodSaida .table-produto .responsive-table th,
    .prodSaida .table-produto .responsive-table td {
      padding: .5em;
      vertical-align: middle; }
    .prodSaida .table-produtologin .responsive-table tbody tr,
    .prodSaida .table-produto .responsive-table tbody tr {
      margin-bottom: 40px;
      border-top: 1px solid #ccc;
      border-bottom: 1px solid #ccc; }
      .prodSaida .table-produtologin .responsive-table tbody tr:last-of-type,
      .prodSaida .table-produto .responsive-table tbody tr:last-of-type {
        margin-bottom: 0; }
    .prodSaida .table-produtologin .responsive-table tbody th[scope="row"],
    .prodSaida .table-produto .responsive-table tbody th[scope="row"] {
      background-color: #3c833b;
      color: white;
      text-align: left; }
    .prodSaida .table-produtologin .responsive-table tbody td,
    .prodSaida .table-produto .responsive-table tbody td {
      text-align: right; }
      .prodSaida .table-produtologin .responsive-table tbody td .input-group,
      .prodSaida .table-produto .responsive-table tbody td .input-group {
        width: 110px; }
        .prodSaida .table-produtologin .responsive-table tbody td .input-group button, .prodSaida .table-produtologin .responsive-table tbody td .input-group input,
        .prodSaida .table-produto .responsive-table tbody td .input-group button,
        .prodSaida .table-produto .responsive-table tbody td .input-group input {
          outline: none; }
      .prodSaida .table-produtologin .responsive-table tbody td a.btn-adicionar,
      .prodSaida .table-produtologin .responsive-table tbody td button.btn-adicionar,
      .prodSaida .table-produto .responsive-table tbody td a.btn-adicionar,
      .prodSaida .table-produto .responsive-table tbody td button.btn-adicionar {
        background-color: rgba(96, 146, 35, 0);
        color: #3c833b;
        border: 1px solid #ccc;
        text-transform: uppercase;
        text-decoration: none;
        padding: 8px 10px;
        margin: 0;
        display: inline-block;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        font-size: 14px; }
        .prodSaida .table-produtologin .responsive-table tbody td a.btn-adicionar i,
        .prodSaida .table-produtologin .responsive-table tbody td button.btn-adicionar i,
        .prodSaida .table-produto .responsive-table tbody td a.btn-adicionar i,
        .prodSaida .table-produto .responsive-table tbody td button.btn-adicionar i {
          font-size: 16px; }
        .prodSaida .table-produtologin .responsive-table tbody td a.btn-adicionar:hover,
        .prodSaida .table-produtologin .responsive-table tbody td button.btn-adicionar:hover,
        .prodSaida .table-produto .responsive-table tbody td a.btn-adicionar:hover,
        .prodSaida .table-produto .responsive-table tbody td button.btn-adicionar:hover {
          background-color: #609223;
          color: #fff; }
    .prodSaida .table-produtologin .responsive-table tbody td[data-type=currency],
    .prodSaida .table-produto .responsive-table tbody td[data-type=currency] {
      text-align: right; }
    .prodSaida .table-produtologin .responsive-table tbody span.refproduto,
    .prodSaida .table-produto .responsive-table tbody span.refproduto {
      font-size: 13px;
      line-height: 16px; }
    .prodSaida .table-produtologin .responsive-table tbody th[data-title~="Produto"],
    .prodSaida .table-produto .responsive-table tbody th[data-title~="Produto"] {
      font-weight: 700;
      vertical-align: top; }
      .prodSaida .table-produtologin .responsive-table tbody th[data-title~="Produto"] a,
      .prodSaida .table-produto .responsive-table tbody th[data-title~="Produto"] a {
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        text-decoration: none; }
        .prodSaida .table-produtologin .responsive-table tbody th[data-title~="Produto"] a .image-wrapper,
        .prodSaida .table-produto .responsive-table tbody th[data-title~="Produto"] a .image-wrapper {
          background: white;
          height: 52px;
          width: 52px;
          position: relative;
          resize: vertical;
          display: inline-block;
          margin-right: 10px;
          border: 1px solid #f9f9f9;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          .prodSaida .table-produtologin .responsive-table tbody th[data-title~="Produto"] a .image-wrapper .placeholder,
          .prodSaida .table-produto .responsive-table tbody th[data-title~="Produto"] a .image-wrapper .placeholder {
            position: absolute;
            top: 50%;
            height: 50px;
            margin-top: -25px; }
            .prodSaida .table-produtologin .responsive-table tbody th[data-title~="Produto"] a .image-wrapper .placeholder img,
            .prodSaida .table-produto .responsive-table tbody th[data-title~="Produto"] a .image-wrapper .placeholder img {
              width: auto;
              height: auto;
              max-width: 50px;
              max-height: 50px; }
        .prodSaida .table-produtologin .responsive-table tbody th[data-title~="Produto"] a .center-table,
        .prodSaida .table-produto .responsive-table tbody th[data-title~="Produto"] a .center-table {
          display: inline-block; }
          .prodSaida .table-produtologin .responsive-table tbody th[data-title~="Produto"] a .center-table .conteudo,
          .prodSaida .table-produto .responsive-table tbody th[data-title~="Produto"] a .center-table .conteudo {
            display: table;
            height: 50px; }
            .prodSaida .table-produtologin .responsive-table tbody th[data-title~="Produto"] a .center-table .conteudo p,
            .prodSaida .table-produto .responsive-table tbody th[data-title~="Produto"] a .center-table .conteudo p {
              -webkit-transition: all 0.3s ease;
              -moz-transition: all 0.3s ease;
              -o-transition: all 0.3s ease;
              transition: all 0.3s ease;
              display: table-cell;
              margin: 0;
              vertical-align: middle;
              color: #fff; }
        .prodSaida .table-produtologin .responsive-table tbody th[data-title~="Produto"] a:hover .image-wrapper,
        .prodSaida .table-produto .responsive-table tbody th[data-title~="Produto"] a:hover .image-wrapper {
          border: 1px solid #999; }
        .prodSaida .table-produtologin .responsive-table tbody th[data-title~="Produto"] a:hover .center-table .conteudo p,
        .prodSaida .table-produto .responsive-table tbody th[data-title~="Produto"] a:hover .center-table .conteudo p {
          color: #51A04B; }
    .prodSaida .table-produtologin .responsive-table tbody td[data-title]:before,
    .prodSaida .table-produto .responsive-table tbody td[data-title]:before {
      content: attr(data-title);
      float: left;
      font-size: .8em;
      color: #333; }
  .prodSaida .table-produto .responsive-table {
    margin-top: 40px; }
    .prodSaida .table-produto .responsive-table td[data-title]:before {
      content: attr(data-title);
      float: left;
      font-size: 1em !important;
      color: #3c833b !important;
      font-weight: 700;
      margin-right: 5px; }
  .prodSaida .prodSaida .table-produto .responsive-table tbody td {
    text-align: left !important; }
  @media (min-width: 15em) {
    .prodSaida .table-produto .responsive-table {
      font-size: 1em; }
      .prodSaida .table-produto .responsive-table thead {
        position: relative;
        clip: auto;
        height: auto;
        width: auto;
        overflow: auto; }
      .prodSaida .table-produto .responsive-table tr {
        display: table-row; }
        .prodSaida .table-produto .responsive-table tr:nth-of-type(even) {
          background-color: rgba(94, 93, 82, 0.1); }
      .prodSaida .table-produto .responsive-table th, .prodSaida .table-produto .responsive-table td {
        display: table-cell;
        padding: .75em .5em; }
      .prodSaida .table-produto .responsive-table tbody {
        display: table-row-group; }
        .prodSaida .table-produto .responsive-table tbody tr {
          display: table-row;
          border-width: 1px; }
        .prodSaida .table-produto .responsive-table tbody th[scope="row"] {
          background-color: transparent;
          color: #3d3838;
          text-align: left; }
        .prodSaida .table-produto .responsive-table tbody td {
          text-align: left !important; }
        .prodSaida .table-produto .responsive-table tbody td[data-title]:before {
          content: none; }
        .prodSaida .table-produto .responsive-table tbody th[data-title~="Produto"] .center-table .conteudo {
          width: 160px; } }
  @media (min-width: 48em) {
    .prodSaida .table-produto .responsive-table {
      font-size: 1em; }
      .prodSaida .table-produto .responsive-table thead {
        position: relative;
        clip: auto;
        height: auto;
        width: auto;
        overflow: auto; }
      .prodSaida .table-produto .responsive-table tr {
        display: table-row; }
        .prodSaida .table-produto .responsive-table tr:nth-of-type(even) {
          background-color: rgba(94, 93, 82, 0.1); }
      .prodSaida .table-produto .responsive-table th, .prodSaida .table-produto .responsive-table td {
        display: table-cell;
        padding: .75em .5em; }
      .prodSaida .table-produto .responsive-table tbody {
        display: table-row-group; }
        .prodSaida .table-produto .responsive-table tbody tr {
          display: table-row;
          border-width: 1px; }
        .prodSaida .table-produto .responsive-table tbody th[scope="row"] {
          background-color: transparent;
          color: #3d3838;
          text-align: left; }
        .prodSaida .table-produto .responsive-table tbody td {
          text-align: left !important; }
        .prodSaida .table-produto .responsive-table tbody td[data-title]:before {
          content: none; }
        .prodSaida .table-produto .responsive-table tbody th[data-title~="Produto"] .center-table .conteudo {
          width: 160px; } }
  .prodSaida .table-produtologin .responsive-table {
    width: 100%;
    overflow-x: scroll;
    font-size: 1em; }
    .prodSaida .table-produtologin .responsive-table thead {
      position: relative;
      clip: auto;
      height: auto;
      width: auto;
      overflow: auto; }
    .prodSaida .table-produtologin .responsive-table tr {
      display: table-row; }
      .prodSaida .table-produtologin .responsive-table tr:nth-of-type(even) {
        background-color: #f5f5f5; }
    .prodSaida .table-produtologin .responsive-table th, .prodSaida .table-produtologin .responsive-table td {
      display: table-cell;
      padding: .75em .5em; }
    .prodSaida .table-produtologin .responsive-table tbody {
      display: table-row-group; }
      .prodSaida .table-produtologin .responsive-table tbody tr {
        display: table-row;
        border-width: 1px; }
      .prodSaida .table-produtologin .responsive-table tbody th[scope="row"] {
        background-color: transparent;
        color: #3d3838;
        text-align: left; }
      .prodSaida .table-produtologin .responsive-table tbody td {
        text-align: left !important; }
      .prodSaida .table-produtologin .responsive-table tbody td[data-title]:before {
        content: none; }
      .prodSaida .table-produtologin .responsive-table tbody th[data-title~="Produto"] a .image-wrapper {
        border: 1px solid #ccc; }
      .prodSaida .table-produtologin .responsive-table tbody th[data-title~="Produto"] a .center-table .conteudo {
        width: 120px; }
        .prodSaida .table-produtologin .responsive-table tbody th[data-title~="Produto"] a .center-table .conteudo p {
          color: #3d3838; }
      .prodSaida .table-produtologin .responsive-table tbody th[data-title~="Produto"] a:hover .image-wrapper {
        border: 1px solid #999; }
      .prodSaida .table-produtologin .responsive-table tbody th[data-title~="Produto"] a:hover .center-table .conteudo p {
        color: #51A04B; }
  @media (min-width: 62em) {
    .prodSaida .table-produto .responsive-table {
      font-size: 1em; }
      .prodSaida .table-produto .responsive-table th, .prodSaida .table-produto .responsive-table td {
        padding: .75em .5em; } }
  @media (min-width: 75em) {
    .prodSaida .table-produto .responsive-table th,
    .prodSaida .table-produto .responsive-table td {
      padding: .75em; } }

#map {
  width: 100%;
  height: 180px; }

.telefones {
  font-weight: 700;
  font-size: 23px;
  margin-top: 30px;
  line-height: 1.5; }

.moradas {
  font-size: 20px;
  line-height: 1.2;
  margin-top: 30px; }

.mm-panel {
  text-align: left;
  font-size: 16px;
  color: #3d3838;
  line-height: 1.2; }

.mm-panels > .mm-panel {
  background-color: #fbfaf8; }

.listaEventos {
  margin-top: 20px;
  float: right;
  width: 100%; }
  .listaEventos li {
    background-color: #f2f2f2;
    display: block;
    width: 100%;
    margin-bottom: 20px;
    text-align: left; }
    .listaEventos li .day-event {
      padding: 10px; }
    .listaEventos li .data,
    .listaEventos li .eventoDesc {
      display: inline-block;
      vertical-align: middle;
      line-height: 1.2; }
    .listaEventos li .data {
      border-right: 1px solid #19381f;
      padding-right: 10px;
      margin-right: 10px; }
      .listaEventos li .data .dia {
        font-size: 45px;
        color: #19381f; }
      .listaEventos li .data .mes {
        display: inline-block;
        vertical-align: top; }

.pagination {
  float: right; }

.pagination > li > a, .pagination > li > span {
  color: #3d3838;
  font-size: 14px; }
  .pagination > li > a:hover, .pagination > li > span:hover {
    color: #3d3838;
    font-weight: 700; }

.pagination > li:first-child > a, .pagination > li:first-child > span {
  border-radius: 0px; }

.noticiaSaida .banner .item .bannerImg {
  height: 235px;
  width: 100%; }

.noticiaSaida .banner .item,
.campanhas .banner .item {
  height: 235px;
  width: 100%; }

.noticiaSaida .banner .owl-controls {
  top: 20%; }

.campanhas .banner .item,
.campanhas .banner .item .bannerImg {
  height: 267px; }
.campanhas .banner .item {
  width: 100%; }
.campanhas .banner .owl-controls {
  top: 30%;
  position: absolute;
  width: 100%; }
  .campanhas .banner .owl-controls .owl-next {
    float: right;
    margin: 0px;
    padding: 0px; }
  .campanhas .banner .owl-controls .owl-prev {
    float: left;
    margin: 0px;
    padding: 0px; }

.noticiaSaida .titulo,
.campanhas .titulo {
  font-size: 20px;
  font-weight: 700;
  color: #8a8a8a;
  line-height: 1.2;
  margin: 15px 0; }
  .noticiaSaida .titulo .data,
  .campanhas .titulo .data {
    font-weight: 300;
    display: block; }
.noticiaSaida .noticiasExtra,
.campanhas .noticiasExtra {
  margin-top: 25px; }
  .noticiaSaida .noticiasExtra div,
  .campanhas .noticiasExtra div {
    margin-bottom: 5px; }

.sliderProdsSmall.obras .produtoBox {
  padding: 0px; }
.sliderProdsSmall.obras .nomeProd {
  font-size: 14px;
  padding: 0px 10px 5px 10px; }
  .sliderProdsSmall.obras .nomeProd .ref {
    text-transform: none; }

.portfolio {
  /* clear fix */
  /* ---- .grid-item ---- */ }
  .portfolio .grid:after {
    content: '';
    display: block;
    clear: both; }
  .portfolio .grid-sizer,
  .portfolio .grid-item {
    width: 33.333%; }
  .portfolio .grid-item {
    float: left;
    padding: 5px; }
    .portfolio .grid-item .produtoBox {
      width: 100%; }
  .portfolio .grid-item img {
    display: block;
    max-width: 100%;
    width: 100%; }
  .portfolio .produtoBox {
    padding: 0px;
    margin: 0px; }
  .portfolio .destaqueBox {
    background-color: #19381f;
    padding: 20px;
    color: #fff;
    font-size: 18px; }
    .portfolio .destaqueBox .big {
      display: block;
      margin-bottom: 10px;
      text-transform: uppercase;
      font-size: 35px;
      font-weight: 700; }
  .portfolio .destaqueBox.destaqueWhite {
    background-color: #fbfaf8;
    color: #19381f;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
    .portfolio .destaqueBox.destaqueWhite p {
      height: 48px;
      max-height: 48px;
      overflow: hidden; }

.mapa li {
  line-height: 1.2;
  display: block;
  padding: 5px; }
  .mapa li a {
    color: #3d3838;
    font-size: 18px;
    line-height: 1.2;
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .mapa li a:hover {
      color: #51A04B; }

.header-menu {
  margin: 40px 0px; }
  .header-menu ul.menu {
    padding: 0;
    margin: 0 0 00px 0px;
    border-bottom: 2px solid black; }
    .header-menu ul.menu li {
      display: inline-block;
      color: white;
      background-color: #f0f0f0;
      border-top-left-radius: 5PX;
      border-top-right-radius: 5px;
      font-weight: 400;
      margin-top: 5px;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .header-menu ul.menu li a {
        padding: 10px 15px;
        font-size: 14px;
        font-size: 0.875rem;
        color: white;
        text-transform: uppercase;
        display: block;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .header-menu ul.menu li.active {
        background-color: black; }
        .header-menu ul.menu li.active a {
          color: white;
          font-weight: 700; }
      .header-menu ul.menu li:hover {
        background-color: black; }
        .header-menu ul.menu li:hover a {
          color: white;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }

.header-menu .menu {
  border-bottom: 2px solid black; }
  .header-menu .menu li.active {
    background-color: black; }
  .header-menu .menu li:hover {
    background-color: black; }

.list {
  margin-bottom: 40px; }
  .list .first-level > ul > li {
    border-top: 1px solid rgba(62, 95, 23, 0.25); }
    .list .first-level > ul > li > span {
      display: block;
      font-size: 15px;
      font-weight: 700;
      cursor: pointer; }
    .list .first-level > ul > li:last-child {
      border-bottom: 1px solid rgba(62, 95, 23, 0.25); }

.list a {
  color: #3c833b;
  text-decoration: none;
  background-color: #f6f6f6;
  padding: 10px;
  text-indent: 5px;
  display: block;
  text-align: left;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .list a:hover {
    text-decoration: none;
    background-color: #e9f5da; }
.list .secound-level {
  display: none;
  padding: 0px 15px; }
  .list .secound-level > ul > li {
    padding: 5px 0px;
    font-size: 14px;
    font-weight: 700; }
    .list .secound-level > ul > li a {
      color: #3d3838;
      background: none;
      padding: 0; }
      .list .secound-level > ul > li a:hover {
        color: #51A04B; }
    .list .secound-level > ul > li:first-child {
      border-top: 1px solid #f0f0f0; }

.list .third-level > ul {
  margin: 10px 0 0; }
  .list .third-level > ul > li {
    padding: 5px 0 5px 15px;
    font-size: 14px;
    /*border-bottom: 1px solid #f0f0f0;*/
    font-weight: 400;
    /*
    &:first-child{
        border-top: 1px solid #f0f0f0;
    }
    */ }

a.cursordefault {
  cursor: default; }
  a.cursordefault:hover {
    color: #3d3838 !important; }

.owl-theme .owl-controls .owl-next, .owl-theme .owl-controls .owl-prev {
  background: #3c833b !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .owl-theme .owl-controls .owl-next:hover, .owl-theme .owl-controls .owl-prev:hover {
    background: #51A04B !important; }

.catalog-list a {
  background-color: #fff;
  display: block;
  position: relative;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.2s ease-in-out;
  text-align: center;
  padding: 15px;
  margin-bottom: 30px; }
  .catalog-list a:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    text-decoration: none; }
  .catalog-list a .image-wrapper {
    background: white;
    height: 244px;
    width: 173px;
    position: relative;
    resize: both;
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: center; }
    .catalog-list a .image-wrapper .placeholder {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      display: flex;
      justify-content: center;
      /* align horizontal */
      align-items: center;
      /* align vertical */ }
      .catalog-list a .image-wrapper .placeholder img {
        width: auto;
        height: auto;
        max-width: 173px;
        max-height: 244px; }
  .catalog-list a .nomecatalogo {
    color: #3d3838;
    font-size: 16px;
    line-height: 1.2;
    margin-top: 15px;
    height: 40px;
    max-height: 40px;
    overflow: hidden; }
  .catalog-list a .overlay {
    position: absolute;
    z-index: 20;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(96, 146, 35, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .catalog-list a .overlay:hover {
      opacity: 1; }

@media (max-width: 460px) {
  .catalog-list a .image-wrapper {
    width: 100px;
    height: 140px; }
    .catalog-list a .image-wrapper .placeholder img {
      width: auto;
      height: auto;
      max-width: 100px;
      max-height: 140px; } }
.prod-menu.prod-menu-mobile.intermedia {
  position: initial;
  width: 100%; }

.error404-content .title-error {
  margin: 30px 0;
  color: #51A04B;
  text-transform: uppercase;
  font-size: 36px; }
.error404-content p {
  text-align: center;
  font-size: 1em;
  line-height: 22px;
  color: #3d3838;
  margin: 20px 0 60px;
  display: block; }
.error404-content .error-img {
  display: block;
  background-color: #f4f4f4;
  margin: 30px 0; }
  .error404-content .error-img img {
    width: 100%;
    height: auto; }

/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
  opacity: 0;
  pointer-events: none; }

/* Position tooltip above the element */
[data-tooltip]:before {
  position: absolute;
  bottom: 120%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -50px;
  padding: 7px;
  width: 100px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #51A04B;
  background-color: rgba(96, 146, 35, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 11px;
  line-height: 1em;
  font-weight: 700; }

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
  position: absolute;
  bottom: 120%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #51A04B;
  border-top: 5px solid rgba(96, 146, 35, 0.9);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0; }

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  opacity: 1; }

.tituloNoticia {
  color: #51A04B;
  font-weight: bold;
  height: 45px;
  overflow: hidden; }

.texto-noticiaa {
  height: 80px;
  overflow: hidden;
  font-size: 14px; }

.lermais-not {
  margin-top: 10px; }

.thumbnail img {
  width: 100%; }

.pagination > .active > a {
  background-color: #609223 !important;
  border-color: #609223 !important; }

.logo-table {
  display: none; }

.sliderCampaigns .item img {
  display: block;
  width: 100%;
  height: auto; }

mobile_banner_campaigns .example-pager {
  text-align: center;
  width: 100%;
  z-index: 500;
  top: 10px;
  overflow: hidden; }

mobile_banner_campaigns .example-pager span {
  font-size: 50px;
  width: 16px;
  height: 16px;
  display: inline-block;
  color: #ddd; }

mobile_banner_campaigns .example-pager span.cycle-pager-active {
  color: #D69746; }

mobile_banner_campaigns .example-pager > * {
  cursor: pointer; }

.boxedcontainer {
  max-width: 1920px;
  margin: auto; }

/*********************************************
        -	SETTINGS FOR BANNER CONTAINERS	-
**********************************************/
.tp-banner-container {
  width: 100%;
  position: relative;
  padding: 0; }

.boxedcontainer, .tp-banner-container {
  z-index: 0 !important; }

.tp-banner {
  width: 100%;
  position: relative; }

.tp-banner a:hover {
  color: white; }

.tp-banner a, .tp-banner-container, .tp-caption, .tit_banner, .tp-bgimg.defaultimg {
  cursor: default !important; }

.tp-banner-fullscreen-container {
  width: 100%;
  position: relative;
  padding: 0; }

.bg {
  left: 0 !important; }

.tit_banner {
  font-family: "Lato", sans-serif;
  font-size: 40px;
  font-weight: bold;
  color: #51a04b;
  text-transform: uppercase;
  padding: 10px 30px;
  max-width: 700px;
  white-space: inherit !important; }

.tit_banner_bg, .tit_banner_bg2 {
  font-family: "Lato", sans-serif;
  font-size: 25px;
  line-height: 32px;
  background: url(../img/bg_titbanner.png);
  text-transform: uppercase;
  padding: 10px 30px;
  max-width: 600px;
  white-space: inherit !important; }
  .tit_banner_bg span, .tit_banner_bg2 span {
    display: block; }
  .tit_banner_bg a, .tit_banner_bg2 a {
    width: 100%;
    color: #000 !important; }

.tit_banner_bg2 {
  background: url(../img/bg_titbanner2.png);
  font-size: 22px;
  max-width: 560px; }
  .tit_banner_bg2 a {
    width: 100%;
    color: #FFF !important; }

.desc_banner {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  color: #51a04b;
  line-height: 22px;
  text-transform: uppercase;
  padding: 10px 30px;
  max-width: 420px;
  white-space: inherit !important;
  text-align: center;
  font-weight: 300; }
  .desc_banner span {
    display: block; }

.tit_tubos {
  font-size: 30px;
  text-transform: uppercase; }
  .tit_tubos a {
    color: #FFF !important;
    text-align: center !important; }
    .tit_tubos a:hover {
      color: #FFF !important; }

.cta_banner {
  background: #51A04B;
  font-size: 18px;
  text-transform: uppercase; }
  .cta_banner a {
    color: #FFF;
    padding: 15px;
    display: block; }
    .cta_banner a:hover {
      background: #3c833b;
      color: #FFF !important; }

.tparrows {
  display: none; }

a.ctabanner {
  margin: 0 !important;
  height: 60px !important;
  text-transform: uppercase;
  font-weight: 300 !important; }

.tit_banner_multikwik a, .tit_banner_multikwik, .desc_banner_multikwik a, .desc_banner_multikwik {
  font-family: 'Lato', sans-serif;
  color: #00346c;
  font-size: 30px;
  text-align: left;
  text-transform: uppercase; }
  .tit_banner_multikwik a:hover, .tit_banner_multikwik:hover, .desc_banner_multikwik a:hover, .desc_banner_multikwik:hover {
    color: #00346c !important; }

.desc_banner_multikwik {
  font-weight: 700; }

.tit_banner_bombas a, .tit_banner_bombas, .desc_banner_bombas a, .desc_banner_bombas {
  font-family: 'Lato', sans-serif;
  color: white;
  font-size: 40px;
  text-align: left;
  text-transform: uppercase;
  font-weight: 700; }
  .tit_banner_bombas a:hover, .tit_banner_bombas:hover, .desc_banner_bombas a:hover, .desc_banner_bombas:hover {
    color: white !important; }

.desc_banner_bombas a {
  font-weight: 300 !important;
  font-size: 22px !important; }

/*******************************************************************************
                -	BULLETS AND ARROWS ADD ONS TO THE EXISTING VERSION 	-
*******************************************************************************/
.tp-bannertimer {
  background: #777 !important;
  background: rgba(0, 0, 0, 0.1) !important;
  height: 5px !important; }

.tp-bullets.simplebullets.navbar {
  height: 35px;
  padding: 0px 0px; }

.tp-bullets.simplebullets .bullet {
  cursor: pointer;
  position: relative !important;
  background: rgba(0, 0, 0, 0.5) !important;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 6px !important;
  height: 6px !important;
  border: 5px solid transparent !important;
  display: inline-block;
  margin-right: 2px !important;
  margin-bottom: 14px !important;
  -webkit-transition: background-color 0.2s, border-color 0.2s;
  -moz-transition: background-color 0.2s, border-color 0.2s;
  -o-transition: background-color 0.2s, border-color 0.2s;
  -ms-transition: background-color 0.2s, border-color 0.2s;
  transition: background-color 0.2s, border-color 0.2s;
  float: none !important; }

.tp-bullets.simplebullets .bullet.last {
  margin-right: 0px; }

.tp-bullets.simplebullets .bullet:hover,
.tp-bullets.simplebullets .bullet.selected {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: white !important;
  width: 6px !important;
  height: 6px !important;
  border: 5px solid black !important; }

.tparrows:before {
  font-family: 'revicons';
  color: #fff;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  margin-right: 0;
  margin-top: 9px;
  text-align: center;
  width: 40px;
  font-size: 20px; }

.tparrows {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5) !important;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 40px !important;
  height: 40px !important; }

.tparrows:hover {
  color: #fff; }

.tp-leftarrow:before {
  content: '\e824'; }

.tp-rightarrow:before {
  content: '\e825'; }

.tparrows.tp-rightarrow:before {
  margin-left: 1px; }

.tparrows:hover {
  background: black !important; }

/******************************
        -	SLIDER NAV STYLE DEMOS	-
********************************/
#slider4container .tparrows:before,
#slider4container .tparrows:hover,
#slider4container .tparrows {
  color: #000 !important; }

#slider4container .tparrows {
  background: #fff !important;
  background: rgba(255, 255, 255, 0.5) !important; }

#slider4container .tparrows:hover {
  background: #fff !important; }

.tp-caption.modern_medium_light {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 400 !important;
  line-height: 28px !important;
  font-size: 25px !important; }

.boxedcontainer {
  /*margin-top: -60px;*/
  z-index: 0;
  position: relative; }

.banner-desktop {
  overflow: hidden !important; }

.tp-bullets {
  left: 50%;
  margin-left: -42px;
  bottom: -5px !important; }

.tp-bullets.simplebullets.round .bullet {
  width: 15px !important;
  height: 15px !important;
  border: 2px solid #51A04B !important;
  background: #FFF !important;
  margin-left: 9px !important; }
  .tp-bullets.simplebullets.round .bullet:hover {
    background: #51A04B;
    border: 2px solid #51A04B !important; }

.tp-bullets.simplebullets .bullet:hover, .tp-bullets.simplebullets .bullet.selected {
  background: #3c833b !important;
  border: 2px solid #3c833b !important; }

.text_bannervalv a {
  text-transform: uppercase;
  color: #51a04b !important; }

.desc_acondicionado a {
  color: #0057a1 !important; }

.tit_ac a {
  color: #0057a1 !important;
  font-size: 40px; }

.tp-banner img {
  display: none; }

.esconde {
  display: none; }

.mobile_banner {
  display: none; }

.tp-caption a {
  cursor: pointer !important; }

/*BANNER ISOLAMENTO*/
.tit_banner_isolamento a {
  font-size: 30px;
  color: #272627;
  text-transform: uppercase; }
  .tit_banner_isolamento a:hover {
    color: #272627 !important; }

.desc_banner_isolamento {
  font-size: 20px;
  color: #5c5a5c;
  text-align: left !important; }

.line_isolamento .line {
  width: 55px;
  height: 4px;
  background: #8e8c8e; }

@media only screen and (max-width: 767px) {
  .mobile_banner {
    display: block; }

  .cycle-slideshow div {
    width: 100% !important;
    height: auto !important;
    overflow: hidden; }
    .cycle-slideshow div img {
      position: relative;
      height: 100%;
      width: auto;
      left: 50%;
      top: 0;
      overflow: hidden;
      transform: translateX(-50%);
      max-width: initial !important; }

  .banner-desktop {
    display: none; } }
.painelcontrolo {
  color: #000;
  font-size: 18px;
  text-align: left; }

@media only screen and (max-width: 991px) {
  .tit_banner {
    text-align: left; }

  .tit_banner.tit_tubos {
    text-align: center !important;
    font-size: 16px !important; }

  .desc_acondicionado {
    font-size: 18px !important; }

  .tit_ac a {
    font-size: 25px !important;
    line-height: 22px !important; } }
.tit_tectite a {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #FFF;
  font-size: 28px;
  text-shadow: 1px 1px 3px black; }
  .tit_tectite a:hover {
    color: #FFF !important; }

.text_banner7 {
  text-align: left !important;
  color: #FFF;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  padding-left: 25px;
  background: url(../img/white_line.png) no-repeat;
  background-position: 0 4px; }

.desc_tectite {
  text-transform: uppercase;
  color: #FFF;
  font-size: 14px;
  text-align: center !important; }
  .desc_tectite span {
    font-weight: 700; }

@media only screen and (max-width: 1101px) {
  .tit_banner.tit_tubos {
    font-size: 22px !important; } }
@media only screen and (max-width: 991px) {
  .tit_banner.tit_tubos {
    text-align: center !important;
    font-size: 18px !important; } }
@media only screen and (max-width: 954px) {
  .tit_banner.tit_banner_bg2 a span {
    font-size: 16px !important; } }
.calendario {
  /* Smartphones (portrait and landscape) ----------- */
  /* Smartphones (landscape) ----------- */
  /* Smartphones (portrait) ----------- */
  /* iPads (portrait and landscape) ----------- */
  /* iPads (landscape) ----------- */
  /* iPads (portrait) ----------- */
  /* Desktops and laptops ----------- */
  /* Large screens ----------- */
  /* iPhone 5 (portrait & landscape)----------- */
  /* iPhone 5 (landscape)----------- */
  /* iPhone 5 (portrait)----------- */ }
  .calendario table {
    border-spacing: 0;
    width: 100%; }
  .calendario .calendar-container {
    /*        height: 538px;
            width: 510px;*/
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    display: inline-block;
    width: 100%; }
  .calendario .calendar {
    text-align: center; }
  .calendario .calendar header {
    position: relative;
    background-color: #51A04B;
    padding: 20px;
    text-align: left;
    margin-bottom: 0px; }
  .calendario .calendar h2 {
    color: #fff;
    font-size: 23px;
    font-weight: 300;
    text-transform: none;
    padding-left: 0px;
    text-align: center; }
  .calendario .calendar tbody {
    color: #7c8a95;
    text-align: left; }
  .calendario .calendar tbody td:hover {
    cursor: pointer; }
  .calendario .calendar tbody td.active {
    border: 2px solid #51A04B; }
  .calendario .calendar td {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 14%; }
  .calendario .current-day {
    background: #eeeeee;
    color: #3d3838; }
  .calendario .event {
    cursor: pointer;
    position: relative; }
  .calendario .event:after {
    background: #51A04B;
    border-radius: 50%;
    bottom: 4px;
    display: block;
    content: '';
    height: 8px;
    left: 50%;
    margin: -4px 0 0 -4px;
    position: absolute;
    width: 8px; }
  .calendario .event.current-day:after {
    background: #51A04B; }
  .calendario .btn-prev,
  .calendario .btn-next {
    color: #fff;
    height: 32px;
    font-size: 22px;
    line-height: 28px;
    margin: -16px;
    position: absolute;
    top: 50%;
    width: 32px;
    cursor: pointer; }
  .calendario .btn-prev:hover,
  .calendario .btn-next:hover,
  .calendario .btn-prev:focus,
  .calendario .btn-next:focus {
    text-decoration: none; }
  .calendario .btn-prev {
    left: 30px; }
  .calendario .btn-next {
    right: 35px; }
  .calendario .list {
    margin-top: 20px; }
  .calendario .close {
    color: #A4AAAB;
    margin-top: -15px;
    margin-right: 10px;
    float: right; }
  .calendario .day-event {
    background-color: #F2F2F2;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 0px;
    margin-bottom: 50px;
    display: none; }
  .calendario .day-event p {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px; }
  .calendario .day-event span {
    font-size: 12px; }
  .calendario .day-event button {
    position: relative;
    vertical-align: top;
    width: 100%;
    height: 50px;
    padding: 0;
    font-size: 18px;
    color: white;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    background: #51A04B;
    border: 0;
    border-bottom: 2px solid #b53224;
    cursor: pointer;
    -webkit-box-shadow: inset 0 -2px #b53224;
    box-shadow: inset 0 -2px #b53224; }
  .calendario .check-btn {
    width: 100%; }
  .calendario input[type=checkbox] {
    display: none; }
  .calendario span {
    background-color: #373740;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-weight: 700;
    color: #FFF;
    font-size: .85em;
    letter-spacing: 2px;
    text-decoration: none;
    font-family: 'PT Sans', sans-serif;
    text-align: center;
    width: 100%;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    -webkit-transition: background-color 150ms ease-in;
    -moz-transition: background-color 150ms ease-in;
    -ms-transition: background-color 150ms ease-in;
    -o-transition: background-color 150ms ease-in;
    transition: background-color 150ms ease-in; }
  .calendario span:hover {
    background-color: #51A04B; }
  .calendario input[type=checkbox]:checked + span {
    background-color: #9C2E23;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #9C2E23 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAaCAYAAACgoey0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAX9JREFUeNpi+P//PwMNsS4QbwBiLnQ5WlqqAsRP/0PARiBmoYfFkkB8+z8qWALEjLS0mB+IL/3HDibSymJQXB7/jx/UgNSCvU4lwAbEG4DYkwi1WUxUspQZiOcRaSkIWOAKMk0Sg3jaf+IBOIVjMyQWiH8DsR+RljaTYOkBWJ5GNwRk2R+ooh9A7ETA0jwSLL0ATfEYqRpkyVc0xR+A2AyHpdFA/I9IS0F5WhRbAWIEtQQbeAXE6lhC5jeRlj4GYgVsRaYK1HBCmmWgmuyxhAwu8BpaXjNgs/gYkYbcAGIXPCGDDkCOM8eVPkCEFhE+JhX8BGJnfAkTxgC57BOVLAXlihBC2RA9Vf+k0FJQKk8nJv+jCwQi5WNyQAWxpR02wRQS8icy6CKlmMUlUUGipfOQK3lKLAbhdhIKfWZS6258kiAfzCZg6V4gZiOn0UBIAcgn63BYehK50Ke2xQxQH+3FUoqJUtJMIlYhLxAfxVJu09xiWENuMxCrUaNhCBBgAOAVfjALa5TLAAAAAElFTkSuQmCC) no-repeat 7% center;
    background-size: 15px 13px; }
  .calendario input[type=checkbox]:checked:hover + span {
    background-color: #9C2E23;
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #9C2E23 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAS5JREFUeNq8110OgjAMAGBGvIY3VESjt9jPg95PT+LccBIZ7dYOWJPGB+g+Ymg3hLW2QeLkcu/y2pSFdvl0eQevehjI3uXbfkMh96TShFq/xhG6J4faAtxEtSBOQTm4QWpnOBWl4CZT69fuYpiCpnBDrB1xLhrjgoFO8F1oGcFslUv4bV32zFoxmOHJta0XMn65dC0UaiddA8UGiN4axeC1cUkdmWviEls/NwL1FqjPNtNvoimPdC3yRCUTiTXbt0R/oSnw2iiK10BBvBY6w2uiE3xJr8oFtcrvxy/fVcyeVdGx98yotcOxN/znHeMUIhdMOG8c4reagssF43VEoT5O4ZJwvNUUFJtcEE5BMXyGpnanf5yDxjiI+hSJj7YunEBvhbuTCh9tD+jiR4ABAJ0SrJgNr1UAAAAAAElFTkSuQmCC) no-repeat 7% center;
    background-size: 15px 15px; }
  .calendario .print-btn {
    padding: 1px 14px 5px 14px; }
  @media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .calendario {
      /* STYLES GO HERE */ } }
  @media only screen and (min-width: 321px) {
    .calendario {
      /* STYLES GO HERE */ } }
  @media only screen and (max-width: 320px) {
    .calendario {
      /* STYLES GO HERE */ } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .calendario {
      /* STYLES GO HERE */ } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .calendario {
      /* STYLES GO HERE */ } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .calendario {
      /* STYLES GO HERE */ } }
  @media only screen and (min-width: 1224px) {
    .calendario {
      /* STYLES GO HERE */ } }
  @media only screen and (min-width: 1824px) {
    .calendario {
      /* STYLES GO HERE */ } }
  @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
    .calendario {
      /* STYLES GO HERE */ } }
  @media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) {
    .calendario {
      /* STYLES GO HERE */ } }
  @media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: portrait) {
    .calendario {
      /* STYLES GO HERE */ } }

footer {
  margin-top: 100px;
  padding: 60px 0; }
  footer .btn-ok {
    padding: 12px;
    min-width: initial;
    width: initial;
    margin: 0px; }
  footer .tituloFooter {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700; }
    footer .tituloFooter .border {
      height: 3px;
      width: 20px;
      background-color: #8a8a8a;
      display: block;
      margin-top: 5px; }
  footer ul, footer form {
    margin-top: 20px; }
  footer .socialLinks {
    margin-top: 20px;
    text-align: left; }
    footer .socialLinks a {
      color: #8a8a8a;
      font-size: 25px;
      margin-left: 5px;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      footer .socialLinks a:hover {
        color: #51A04B; }
  footer #backTop {
    cursor: pointer;
    float: right;
    color: #3d3838;
    font-size: 50px; }

.aviso {
  font-size: 13px;
  line-height: 18px;
  padding: 20px 0 0 0;
  margin-top: 10px;
  border-top: 1px solid #CCC; }

.wrapnewsletter {
  padding: 0; }

.logo {
  padding-top: 6px;
  display: block; }

header {
  /*    .cd-dropdown-trigger::before, .cd-dropdown-trigger::after {
           this is the arrow inside the dropdown trigger
          content: '';
          position: absolute;
          top: 50%;
          margin-top: -1px;
          height: 2px;
          width: 9px;
          background: $preto;
          -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
          -webkit-transition: width 0.3s, -webkit-transform 0.3s;
          -moz-transition: width 0.3s, -moz-transform 0.3s;
          transition: width 0.3s, transform 0.3s;
      }*/ }
  header #headerTop {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
  header .bannerTopo {
    background: #51a04b;
    height: 50px;
    width: 100%;
    padding-top: 15px; }
  header .bannerTopo.Small {
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0px; }
    header .bannerTopo.Small a {
      width: 100%;
      display: block;
      text-align: center; }
      header .bannerTopo.Small a img {
        max-width: 200px; }
  header .linguasBtn {
    color: #fff; }
    header .linguasBtn a {
      color: #fff;
      font-size: 14px;
      font-weight: 300;
      cursor: pointer;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      header .linguasBtn a:hover {
        text-decoration: none;
        font-weight: 700; }
    header .linguasBtn a.active {
      font-weight: 700; }
  header nav {
    padding: 10px 0; }
  header ul.nav {
    text-align: right;
    float: right;
    padding: 21px 0; }
  header ul.nav > li {
    padding: 10px 7px; }
    header ul.nav > li a {
      color: #3d3838;
      font-size: 17px;
      text-decoration: none;
      border-bottom: 2px solid transparent;
      padding: 0px;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      header ul.nav > li a:hover {
        border-color: #51A04B;
        background-color: transparent; }
  header ul.nav > li.active a {
    border-color: #51A04B;
    color: #51A04B; }
  header ul.nav > li:last-child {
    border-left: 1px solid #000;
    height: 24px;
    top: 8px;
    padding-top: 3px;
    margin-left: 5px; }
    header ul.nav > li:last-child a {
      display: inline-block;
      margin-left: 10px;
      text-transform: uppercase;
      font-size: 14px;
      font-weight: 400; }
    header ul.nav > li:last-child .badge {
      margin-left: 5px;
      background-color: #51A04B;
      color: #fff;
      margin-top: -1px; }
  header .padd {
    padding-left: 15px !important;
    display: inline-block; }
    header .padd:hover {
      cursor: pointer !important; }
  header .no-touch .cd-dropdown-trigger:hover {
    background-color: #171b46; }
  header .cd-dropdown-trigger::before {
    right: 22px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  header .cd-dropdown-trigger::after {
    right: 17px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  @media only screen and (min-width: 1024px) {
    header .cd-dropdown-trigger {
      font-size: 1.5rem; }
    header .cd-dropdown-trigger.dropdown-is-active::before, header .cd-dropdown-trigger.dropdown-is-active::after {
      /* transform the arrow into a 'X' */
      width: 14px; }
    header .cd-dropdown-trigger.dropdown-is-active::before {
      /* transform the arrow into a 'X' */
      -webkit-transform: translateX(5px) rotate(-45deg);
      -moz-transform: translateX(5px) rotate(-45deg);
      -ms-transform: translateX(5px) rotate(-45deg);
      -o-transform: translateX(5px) rotate(-45deg);
      transform: translateX(5px) rotate(-45deg); }
    header .cd-dropdown-trigger.dropdown-is-active::after {
      /* transform the arrow into a 'X' */
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); } }
  header .cd-dropdown h2,
  header .cd-dropdown-content a,
  header .cd-dropdown-content ul a {
    height: 50px;
    line-height: 50px; }
  @media only screen and (min-width: 768px) {
    header .cd-dropdown h2,
    header .cd-dropdown-content a,
    header .cd-dropdown-content ul a {
      height: 60px;
      line-height: 60px; } }
  @media only screen and (min-width: 1024px) {
    header .cd-dropdown h2,
    header .cd-dropdown-content a,
    header .cd-dropdown-content ul a {
      height: 50px;
      line-height: 50px; } }
  header .cd-dropdown {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #111433;
    color: #ffffff;
    visibility: hidden;
    /* Force Hardware Acceleration */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0.5s;
    -moz-transition: -moz-transform 0.5s 0s, visibility 0s 0.5s;
    transition: transform 0.5s 0s, visibility 0s 0.5s; }
  header .cd-dropdown h2 {
    /* dropdown title - mobile version only */
    position: relative;
    z-index: 1;
    color: #585a70;
    background-color: #111433;
    border-bottom: 1px solid #242643; }
  header .cd-dropdown .cd-close {
    /* 'X' close icon - mobile version only */
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    height: 50px;
    width: 50px;
    /* image replacement */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    color: transparent; }
  header .cd-dropdown .cd-close::after, header .cd-dropdown .cd-close::before {
    /* this is the 'X' icon */
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    height: 20px;
    width: 2px;
    background-color: #ffffff; }
  header .cd-dropdown .cd-close::after {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg); }
  header .cd-dropdown .cd-close::before {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    transform: translateX(-50%) translateY(-50%) rotate(-45deg); }
  header .cd-dropdown.dropdown-is-active {
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0s;
    -moz-transition: -moz-transform 0.5s 0s, visibility 0s 0s;
    transition: transform 0.5s 0s, visibility 0s 0s; }
  @media only screen and (min-width: 768px) {
    header .cd-dropdown .cd-close {
      top: 5px; } }
  @media only screen and (min-width: 1024px) {
    header .cd-dropdown {
      position: absolute;
      top: calc(100% - 2px);
      /* reset style*/
      height: auto;
      width: auto;
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0);
      background-color: #ffffff;
      color: #111433;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      opacity: 0;
      -webkit-transform: translateY(30px);
      -moz-transform: translateY(30px);
      -ms-transform: translateY(30px);
      -o-transform: translateY(30px);
      transform: translateY(30px);
      -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s;
      -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, -moz-transform 0.3s 0s;
      transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s; }
    header .open-to-left .cd-dropdown {
      /* use the .open-to-left class if you want to open the dropdown on the left */
      right: 0;
      left: auto; }
    header .cd-dropdown h2, header .cd-dropdown .cd-close {
      /* on desktop - hide title and 'X' */
      display: none; }
    header .cd-dropdown.dropdown-is-active {
      opacity: 1;
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
      -webkit-transition: opacity 0.3s 0s, visibility 0.3s 0s, -webkit-transform 0.3s 0s;
      -moz-transition: opacity 0.3s 0s, visibility 0.3s 0s, -moz-transform 0.3s 0s;
      transition: opacity 0.3s 0s, visibility 0.3s 0s, transform 0.3s 0s; } }
  header .cd-dropdown-content {
    text-align: left; }
  header .cd-dropdown-content, header .cd-dropdown-content ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    padding-top: 50px; }
  header .cd-dropdown-content a, header .cd-dropdown-content ul a {
    display: block;
    color: #ffffff;
    /* truncate text with ellipsis if too long */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  header .cd-dropdown-content li:first-of-type > a, header .cd-dropdown-content ul li:first-of-type > a {
    border-top-width: 0; }
  header .cd-dropdown-content li:last-of-type > a, header .cd-dropdown-content ul li:last-of-type > a {
    border-bottom-width: 1px; }
  header .cd-dropdown-content li:nth-child(1) > a,
  header .cd-dropdown-content li:nth-child(2) > a {
    text-transform: uppercase;
    font-size: 14px; }
  header .cd-dropdown-content a, header .cd-dropdown-content .cd-search, header .cd-dropdown-content .cd-divider, header .cd-dropdown-content ul a, header .cd-dropdown-content ul .cd-search, header .cd-dropdown-content ul .cd-divider {
    /* Force Hardware Acceleration */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s; }
  header .cd-dropdown-content.is-hidden, header .cd-dropdown-content ul.is-hidden {
    /* push the secondary dropdown items to the right */
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%); }
  header .cd-dropdown-content.is-hidden > li > a, header .cd-dropdown-content.is-hidden > li > .cd-search, header .cd-dropdown-content.is-hidden > .cd-divider, header .cd-dropdown-content.move-out > li > a, header .cd-dropdown-content.move-out > li > .cd-search, header .cd-dropdown-content.move-out > .cd-divider, header .cd-dropdown-content ul.is-hidden > li > a, header .cd-dropdown-content ul.is-hidden > li > .cd-search, header .cd-dropdown-content ul.is-hidden > .cd-divider, header .cd-dropdown-content ul.move-out > li > a, header .cd-dropdown-content ul.move-out > li > .cd-search, header .cd-dropdown-content ul.move-out > .cd-divider {
    /* lower down the dropdown items opacity - when secondary dropdown slides in or for dropdown items hidden on the right */
    opacity: 0; }
  header .cd-dropdown-content.move-out > li > a, header .cd-dropdown-content.move-out > li > .cd-search, header .cd-dropdown-content.move-out > .cd-divider, header .cd-dropdown-content ul.move-out > li > a, header .cd-dropdown-content ul.move-out > li > .cd-search, header .cd-dropdown-content ul.move-out > .cd-divider {
    /* push the dropdown items to the left when secondary dropdown slides in */
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%); }
  header .dropdown-is-active .cd-dropdown-content, header .dropdown-is-active .cd-dropdown-content ul {
    -webkit-overflow-scrolling: touch; }
  @media only screen and (min-width: 768px) {
    header .cd-dropdown-content, header .cd-dropdown-content ul {
      padding-top: 60px; }
    header .cd-dropdown-content a, header .cd-dropdown-content ul a {
      font-size: 1.8rem; } }
  @media only screen and (min-width: 1024px) {
    header .cd-dropdown-content, header .cd-dropdown-content ul {
      padding-top: 0;
      overflow: visible; }
    header .cd-dropdown-content a, header .cd-dropdown-content ul a {
      color: #111433;
      height: 50px;
      line-height: 50px;
      font-size: 1.5rem;
      border-color: #ebebeb; }
    header .cd-dropdown-content.is-hidden > li > a, header .cd-dropdown-content.is-hidden > li > .cd-search, header .cd-dropdown-content.is-hidden > .cd-divider, header .cd-dropdown-content.move-out > li > a, header .cd-dropdown-content.move-out > li > .cd-search, header .cd-dropdown-content.move-out > .cd-divider, header .cd-dropdown-content ul.is-hidden > li > a, header .cd-dropdown-content ul.is-hidden > li > .cd-search, header .cd-dropdown-content ul.is-hidden > .cd-divider, header .cd-dropdown-content ul.move-out > li > a, header .cd-dropdown-content ul.move-out > li > .cd-search, header .cd-dropdown-content ul.move-out > .cd-divider {
      /* reset mobile style */
      opacity: 1; } }
  header .cd-dropdown-content .see-all a {
    /* different style for the See all links */
    color: #51A04B; }
  header .cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item, header .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
    /* items with picture (or icon) and title */
    height: 80px;
    line-height: 80px; }
  header .cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item h3, header .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item h3 {
    /* truncate text with ellipsis if too long */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  header .cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item {
    padding-left: 90px; }
  header .cd-dropdown-content .cd-dropdown-gallery img {
    position: absolute;
    display: block;
    height: 40px;
    width: auto;
    left: 20px;
    top: 50%;
    margin-top: -20px; }
  header .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
    padding-left: 75px;
    position: relative; }
  header .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item p {
    color: #111433;
    font-size: 1.3rem;
    /* hide description on small devices */
    display: none; }
  header .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item::before {
    /* item icon */
    content: '';
    display: block;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 40px 40px; }
  header .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-1::before {
    background-image: url("../img/nucleo-icon-1.svg"); }
  header .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-2::before {
    background-image: url("../img/nucleo-icon-2.svg"); }
  header .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-3::before {
    background-image: url("../img/nucleo-icon-3.svg"); }
  header .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-4::before {
    background-image: url("../img/nucleo-icon-4.svg"); }
  header .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-5::before {
    background-image: url("../img/nucleo-icon-5.svg"); }
  header .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-6::before {
    background-image: url("../img/nucleo-icon-6.svg"); }
  header .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-7::before {
    background-image: url("../img/nucleo-icon-7.svg"); }
  header .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-8::before {
    background-image: url("../img/nucleo-icon-8.svg"); }
  header .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-9::before {
    background-image: url("../img/nucleo-icon-9.svg"); }
  header .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-10::before {
    background-image: url("../img/nucleo-icon-10.svg"); }
  header .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-11::before {
    background-image: url("../img/nucleo-icon-11.svg"); }
  header .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-12::before {
    background-image: url("../img/nucleo-icon-12.svg"); }
  @media only screen and (min-width: 1024px) {
    header .cd-dropdown-content {
      /* reset mobile style */
      position: static;
      height: auto;
      width: 280px; }
    header .cd-dropdown-content > li:last-of-type a {
      border-bottom: none; }
    header .no-touch .cd-dropdown-content > li:not(.has-children) a:hover {
      color: #51A04B; }
    header .cd-dropdown-content.move-out > li > a, header .cd-dropdown-content.move-out > li > .cd-search, header .cd-dropdown-content.move-out > .cd-divider {
      /* reset mobile style */
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0);
      opacity: 1; }
    header .cd-dropdown-content .cd-secondary-dropdown, header .cd-dropdown-content .cd-dropdown-gallery, header .cd-dropdown-content .cd-dropdown-icons {
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0);
      left: 100%;
      height: auto;
      background-color: #ffffff;
      box-shadow: 0 2px 14px rgba(0, 0, 0, 0.1); }
    header .cd-dropdown-content .cd-secondary-dropdown::after, header .cd-dropdown-content .cd-dropdown-gallery::after, header .cd-dropdown-content .cd-dropdown-icons::after {
      clear: both;
      content: "";
      display: table; }
    header .open-to-left .cd-dropdown-content .cd-secondary-dropdown, header .open-to-left .cd-dropdown-content .cd-dropdown-gallery, header .open-to-left .cd-dropdown-content .cd-dropdown-icons {
      /* use the .open-to-left class if you want to open the dropdown on the left */
      left: auto;
      right: 100%; }
    header .cd-dropdown-content .cd-secondary-dropdown.is-hidden, header .cd-dropdown-content .cd-dropdown-gallery.is-hidden, header .cd-dropdown-content .cd-dropdown-icons.is-hidden {
      /* reset mobile style */
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0); }
    header .cd-dropdown-content .cd-secondary-dropdown.fade-in, header .cd-dropdown-content .cd-dropdown-gallery.fade-in, header .cd-dropdown-content .cd-dropdown-icons.fade-in {
      /* animate secondary dropdown items when hovering over of of the .cd-dropdown-content list items */
      -webkit-animation: cd-fade-in 0.2s;
      -moz-animation: cd-fade-in 0.2s;
      animation: cd-fade-in 0.2s; }
    header .cd-dropdown-content .cd-secondary-dropdown.fade-out, header .cd-dropdown-content .cd-dropdown-gallery.fade-out, header .cd-dropdown-content .cd-dropdown-icons.fade-out {
      /* animate secondary dropdown items when hovering over of of the .cd-dropdown-content list items */
      -webkit-animation: cd-fade-out 0.2s;
      -moz-animation: cd-fade-out 0.2s;
      animation: cd-fade-out 0.2s; }
    header .cd-dropdown-content .cd-secondary-dropdown > .go-back, header .cd-dropdown-content .cd-dropdown-gallery > .go-back, header .cd-dropdown-content .cd-dropdown-icons > .go-back {
      display: none; }
    header .cd-dropdown-content .cd-secondary-dropdown > .see-all, header .cd-dropdown-content .cd-dropdown-gallery > .see-all, header .cd-dropdown-content .cd-dropdown-icons > .see-all {
      position: absolute;
      bottom: 20px;
      height: 45px;
      text-align: center; }
    header .cd-dropdown-content .cd-secondary-dropdown > .see-all a, header .cd-dropdown-content .cd-dropdown-gallery > .see-all a, header .cd-dropdown-content .cd-dropdown-icons > .see-all a {
      margin: 0;
      height: 100%;
      line-height: 45px;
      background: #ebebeb;
      pointer-events: auto;
      -webkit-transition: color 0.2s, background-color 0.2s;
      -moz-transition: color 0.2s, background-color 0.2s;
      transition: color 0.2s, background-color 0.2s; }
    header .no-touch .cd-dropdown-content .cd-secondary-dropdown > .see-all a:hover, header .no-touch .cd-dropdown-content .cd-dropdown-gallery > .see-all a:hover, header .no-touch .cd-dropdown-content .cd-dropdown-icons > .see-all a:hover {
      color: #ffffff;
      background-color: #111433; }
    header .cd-dropdown-content .cd-secondary-dropdown .cd-dropdown-item, header .cd-dropdown-content .cd-secondary-dropdown a, header .cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item, header .cd-dropdown-content .cd-dropdown-gallery a, header .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item, header .cd-dropdown-content .cd-dropdown-icons a {
      border: none; }
    header .cd-dropdown-content .cd-dropdown-gallery, header .cd-dropdown-content .cd-dropdown-icons {
      padding: 20px 30px 100px; }
    header .cd-dropdown-content .cd-dropdown-gallery > .see-all, header .cd-dropdown-content .cd-dropdown-icons > .see-all {
      width: calc(100% - 60px); }
    header .cd-dropdown-content .cd-dropdown-icons > li, header .cd-dropdown-content .cd-secondary-dropdown > li {
      width: 100%;
      float: left; }
    header .cd-dropdown-content .cd-secondary-dropdown {
      overflow: hidden;
      width: 250px; }
    header .cd-dropdown-content .cd-secondary-dropdown > li > a {
      color: #51A04B;
      font-size: 16px;
      font-weight: 400;
      text-transform: uppercase;
      margin-bottom: 10px;
      line-height: 30px;
      height: 30px;
      pointer-events: none; }
    header .cd-dropdown-content .cd-secondary-dropdown > li > a::after, header .cd-dropdown-content .cd-secondary-dropdown > li > a::before {
      /* hide the arrow */
      display: none; }
    header .cd-dropdown-content .cd-secondary-dropdown.move-out > li > a {
      /* reset mobile style */
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0); }
    header .cd-dropdown-content .cd-secondary-dropdown > li {
      margin: 20px 0;
      border-right-width: 1px;
      border-color: #ebebeb;
      border-style: solid;
      padding: 0 30px;
      height: auto; }
    header .cd-dropdown-content .cd-secondary-dropdown > li:nth-of-type(2n) {
      border-right-width: 0; }
    header .cd-dropdown-content .cd-secondary-dropdown > li > ul {
      /* reset mobile style */
      -webkit-transform: translate(0);
      -moz-transform: translate(0);
      -ms-transform: translate(0);
      -o-transform: translate(0);
      transform: translate(0);
      position: relative;
      height: auto; }
    header .cd-dropdown-content .cd-secondary-dropdown > li > ul > .go-back {
      display: none; }
    header .cd-dropdown-content .cd-secondary-dropdown a {
      line-height: 25px;
      height: 25px;
      font-size: 14px;
      padding-left: 0; }
    header .no-touch .cd-dropdown-content .cd-secondary-dropdown a:hover {
      color: #51A04B; }
    header .cd-dropdown-content .cd-secondary-dropdown ul {
      padding-bottom: 25px;
      overflow: hidden;
      height: auto; }
    header .cd-dropdown-content .cd-secondary-dropdown .go-back a {
      padding-left: 20px;
      color: transparent; }
    header .no-touch .cd-dropdown-content .cd-secondary-dropdown .go-back a:hover {
      color: transparent; }
    header .cd-dropdown-content .cd-secondary-dropdown .go-back a::before, header .cd-dropdown-content .cd-secondary-dropdown .go-back a::after {
      left: 0; }
    header .cd-dropdown-content .cd-secondary-dropdown .see-all {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%; }
    header .cd-dropdown-content .cd-dropdown-gallery {
      width: 600px;
      padding-bottom: 100px; }
    header .cd-dropdown-content .cd-dropdown-gallery > li {
      width: 48%;
      float: left;
      margin-right: 4%; }
    header .cd-dropdown-content .cd-dropdown-gallery > li:nth-of-type(2n) {
      margin-right: 0; }
    header .cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item {
      padding: 0;
      height: auto;
      line-height: normal;
      color: #51A04B;
      margin-bottom: 2em; }
    header .cd-dropdown-content .cd-dropdown-gallery > li:nth-last-of-type(2) a,
    header .cd-dropdown-content .cd-dropdown-gallery > li:last-of-type a {
      margin-bottom: 0; }
    header .cd-dropdown-content .cd-dropdown-gallery img {
      position: static;
      height: auto;
      width: 100%;
      margin: 0 0 0.6em; }
    header .cd-dropdown-content .cd-dropdown-icons {
      width: 600px; }
    header .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
      height: 80px;
      line-height: 1.2;
      padding: 24px 0 0 85px; }
    header .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item:hover {
      background: #ebebeb; }
    header .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item h3 {
      color: #51A04B;
      font-weight: bold; }
    header .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item p {
      display: block;
      font-size: 1.2rem; }
    header .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item::before {
      left: 25px; }
    header .cd-dropdown-content > .has-children > ul {
      visibility: hidden; }
    header .cd-dropdown-content > .has-children > ul.is-active {
      /* when hover over .cd-dropdown-content items - show subnavigation */
      visibility: visible; }
    header .cd-dropdown-content > .has-children > .cd-secondary-dropdown.is-active > li > ul {
      /* if .cd-secondary-dropdown is visible - show also subnavigation */
      visibility: visible; }
    header .cd-dropdown-content > .has-children > a.is-active {
      /* hover effect for .cd-dropdown-content items with subnavigation */
      box-shadow: inset 2px 0 0 #51A04B;
      color: #51A04B; }
    header .cd-dropdown-content > .has-children > a.is-active::before, header .cd-dropdown-content > .has-children > a.is-active::after {
      background: #51A04B; }
    header .open-to-left .cd-dropdown-content > .has-children > a.is-active {
      box-shadow: inset -2px 0 0 #51A04B; } }
@-webkit-keyframes cd-fade-in {
  0% {
    opacity: 0;
    visibility: visible; }
  100% {
    opacity: 1;
    visibility: visible; } }
@-moz-keyframes cd-fade-in {
  0% {
    opacity: 0;
    visibility: visible; }
  100% {
    opacity: 1;
    visibility: visible; } }
@keyframes cd-fade-in {
  0% {
    opacity: 0;
    visibility: visible; }
  100% {
    opacity: 1;
    visibility: visible; } }
@-webkit-keyframes cd-fade-out {
  0% {
    opacity: 1;
    visibility: visible; }
  100% {
    opacity: 0;
    visibility: visible; } }
@-moz-keyframes cd-fade-out {
  0% {
    opacity: 1;
    visibility: visible; }
  100% {
    opacity: 0;
    visibility: visible; } }
@keyframes cd-fade-out {
  0% {
    opacity: 1;
    visibility: visible; }
  100% {
    opacity: 0;
    visibility: visible; } }
  header .cd-search input[type="search"] {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-color: #b5b5b5;
    color: #ffffff;
    border: none;
    border-radius: 0; }
  header .cd-search input[type="search"]::-webkit-input-placeholder {
    color: #ffffff; }
  header .cd-search input[type="search"]::-moz-placeholder {
    color: #ffffff; }
  header .cd-search input[type="search"]:-moz-placeholder {
    color: #ffffff; }
  header .cd-search input[type="search"]:-ms-input-placeholder {
    color: #ffffff; }
  header .cd-search input[type="search"]:focus {
    background: #ffffff;
    color: #111433;
    outline: none; }
  header .cd-search input[type="search"]:focus::-webkit-input-placeholder {
    color: rgba(17, 20, 51, 0.4); }
  header .cd-search input[type="search"]:focus::-moz-placeholder {
    color: rgba(17, 20, 51, 0.4); }
  header .cd-search input[type="search"]:focus:-moz-placeholder {
    color: rgba(17, 20, 51, 0.4); }
  header .cd-search input[type="search"]:focus:-ms-input-placeholder {
    color: rgba(17, 20, 51, 0.4); }
  @media only screen and (min-width: 1024px) {
    header .cd-search input[type="search"] {
      background-color: #ebebeb; }
    header .cd-search input[type="search"]::-webkit-input-placeholder {
      color: #b3b3b3; }
    header .cd-search input[type="search"]::-moz-placeholder {
      color: #b3b3b3; }
    header .cd-search input[type="search"]:-moz-placeholder {
      color: #b3b3b3; }
    header .cd-search input[type="search"]:-ms-input-placeholder {
      color: #b3b3b3; } }
  header .has-children > a, header .go-back a {
    position: relative; }
  header .has-children > a::before, header .has-children > a::after, header .go-back a::before, header .go-back a::after {
    /* arrow icon in CSS - for element with nested unordered lists */
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1px;
    display: inline-block;
    height: 2px;
    width: 10px;
    background: #ffffff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  header .has-children > a::before, header .go-back a::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  header .has-children > a::after, header .go-back a::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  @media only screen and (min-width: 1024px) {
    header .has-children > a::before, header .has-children > a::after, header .go-back a::before, header .go-back a::after {
      background: #b3b3b3; } }
  header .has-children > a {
    padding-right: 40px; }
  header .has-children > a::before, header .has-children > a::after {
    /* arrow goes on the right side - children navigation */
    right: 20px;
    -webkit-transform-origin: 9px 50%;
    -moz-transform-origin: 9px 50%;
    -ms-transform-origin: 9px 50%;
    -o-transform-origin: 9px 50%;
    transform-origin: 9px 50%; }
  @media only screen and (min-width: 1024px) {
    header .open-to-left .cd-dropdown-content > .has-children > a {
      padding-left: 40px;
      padding-right: 20px; }
    header .open-to-left .cd-dropdown-content > .has-children > a::before, header .open-to-left .cd-dropdown-content > .has-children > a::after {
      right: auto;
      left: 20px;
      -webkit-transform-origin: 1px 50%;
      -moz-transform-origin: 1px 50%;
      -ms-transform-origin: 1px 50%;
      -o-transform-origin: 1px 50%;
      transform-origin: 1px 50%; } }
  header .cd-dropdown-content .go-back a {
    padding-left: 40px; }
  header .cd-dropdown-content .go-back a::before, header .cd-dropdown-content .go-back a::after {
    /* arrow goes on the left side - go back button */
    left: 20px;
    -webkit-transform-origin: 1px 50%;
    -moz-transform-origin: 1px 50%;
    -ms-transform-origin: 1px 50%;
    -o-transform-origin: 1px 50%;
    transform-origin: 1px 50%; }
  header .cd-main-content {
    background-color: #e6e6e6;
    min-height: calc(100vh - 100px);
    padding: 2em 5%;
    line-height: 2; }
  header li.has-children, header li.has-children a {
    border: 0px !important; }

@media (min-width: 991px) and (max-width: 1200px) {
  header ul.nav > li a {
    font-size: 13px !important; } }
/*http://codepen.io/emilcarlsson/pen/XbZprZ*/
.user-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  overflow-y: auto;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0, visibility 0 0.3s;
  -moz-transition: opacity 0.3s 0, visibility 0 0.3s;
  transition: opacity 0.3s 0, visibility 0 0.3s; }

.user-modal.is-visible {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.3s 0, visibility 0 0;
  -moz-transition: opacity 0.3s 0, visibility 0 0;
  transition: opacity 0.3s 0, visibility 0 0; }

.user-modal.is-visible .user-modal-container {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }

.user-modal-container {
  position: relative;
  width: 90%;
  max-width: 600px;
  background: #fff;
  margin: 3em auto 4em;
  cursor: auto;
  border-radius: 15px;
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s; }

.user-modal-container .switcher:after {
  content: "";
  display: table;
  clear: both; }

.user-modal-container .switcher li {
  width: 50%;
  float: left;
  text-align: center;
  list-style: none; }

.user-modal-container .switcher li:first-child a {
  border-radius: 15px 0 0 0; }

.user-modal-container .switcher li:last-child a {
  border-radius: 0 15px 0 0; }

.user-modal-container .switcher a {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #ccc;
  color: #809191;
  text-decoration: none; }

.user-modal-container .switcher a.selected {
  background: #FFF;
  color: #505260; }

@media only screen and (min-width: 600px) {
  .user-modal-container {
    margin: 4em auto; }

  .user-modal-container .switcher a {
    height: 70px;
    line-height: 70px; } }
.form {
  padding: 1.4em; }

.form .fieldset {
  position: relative;
  margin: 1.4em 0; }

.form .fieldset:first-child {
  margin-top: 0; }

.form .fieldset:last-child {
  margin-bottom: 0; }

.form label {
  font-size: 14px;
  font-size: 0.875rem; }

.form label.image-replace {
  /* replace text with an icon */
  display: inline-block;
  position: absolute;
  left: 15px;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 20px;
  width: 20px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  color: transparent;
  text-shadow: none;
  background-repeat: no-repeat;
  background-position: 50% 0; }

.form label.username {
  background-image: url("../img/cd-icon-username.svg"); }

.form label.email {
  background-image: url("../img/cd-icon-email.svg"); }

.form label.password {
  background-image: url("../img/cd-icon-password.svg"); }

.form label.nif {
  background-image: url("../img/cd-icon-nif.svg"); }

.form input {
  margin: 0;
  padding: 0;
  border-radius: 15px; }

.form input.full-width {
  width: 100%; }

.form input.has-padding {
  padding: 12px 20px 12px 50px; }

.form input.has-border {
  border: 1px solid #ccc;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

.form input.has-border:focus {
  border-color: #8C8C8C;
  box-shadow: 0 0 5px rgba(52, 54, 66, 0.1);
  outline: none; }

.form input.has-error {
  border: 1px solid #d76666; }

.form input[type=password] {
  /* space left for the HIDE button */
  padding-right: 65px; }

.form input[type=submit] {
  padding: 10px;
  cursor: pointer;
  background: #3c833b;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.form input[type=submit]:hover {
  background: #51A04B; }

.no-touch .form input[type=submit]:hover, .no-touch .form input[type=submit]:focus {
  background: #51A04B;
  outline: none; }

.form .hide-password {
  display: inline-block;
  position: absolute;
  text-decoration: none;
  right: 0;
  top: 0;
  padding: 6px 15px;
  border-left: 1px solid #ccc;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
  font-size: 0.875rem;
  color: #343642; }

.form .error-message {
  display: inline-block;
  position: absolute;
  left: -5px;
  bottom: -35px;
  background: rgba(215, 102, 102, 0.9);
  padding: .8em;
  z-index: 2;
  color: #FFF;
  font-size: 13px;
  font-size: 0.8125rem;
  border-radius: 15px;
  /* prevent click and touch events */
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s 0, visibility 0 0.2s;
  -moz-transition: opacity 0.2s 0, visibility 0 0.2s;
  transition: opacity 0.2s 0, visibility 0 0.2s; }

.form .error-message::after {
  /* triangle */
  content: '';
  position: absolute;
  left: 22px;
  bottom: 100%;
  height: 0;
  width: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid rgba(215, 102, 102, 0.9); }

.form .error-message.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.2s 0, visibility 0 0;
  -moz-transition: opacity 0.2s 0, visibility 0 0;
  transition: opacity 0.2s 0, visibility 0 0; }

@media only screen and (min-width: 600px) {
  .form {
    padding: 2em; }

  .form .fieldset {
    margin: 2em 0; }

  .form .fieldset:first-child {
    margin-top: 0; }

  .form .fieldset:last-child {
    margin-bottom: 0; }

  .form input.has-padding {
    padding: 16px 20px 16px 50px; }

  .form input[type=submit] {
    padding: 16px 0; } }
.form-message {
  padding: 1.4em 1.4em 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
  text-align: center; }

@media only screen and (min-width: 600px) {
  .form-message {
    padding: 2em 2em 0; } }
.form-bottom-message {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -40px;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem; }

.form-bottom-message a {
  color: #FFF;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  padding: 0 0 0 2px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.form-bottom-message a:hover {
  animation: borderslide-3px .5s;
  border-bottom: 1px solid white;
  padding-bottom: 3px; }

@keyframes borderslide-3px {
  0% {
    padding-bottom: 1px; }
  50% {
    padding-bottom: 3px; } }
@keyframes borderslide-2px {
  0% {
    padding-bottom: 1px; }
  50% {
    padding-bottom: 2px; } }
.close-form {
  /* form X button on top right */
  display: block;
  position: absolute;
  width: 150px;
  right: 80px;
  top: -40px;
  text-indent: 100%;
  white-space: nowrap;
  color: #999;
  font-size: 14px; }
  .close-form i {
    font-size: 16px;
    margin-right: 5px; }
  .close-form:hover {
    text-decoration: none;
    color: #fff; }

.accept-terms {
  color: #3c833b;
  text-decoration: none;
  padding: 0 1px 1px 2px;
  border-bottom: 1px solid rgba(96, 146, 35, 0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.accept-terms:hover {
  animation: borderslide-2px .5s;
  padding-bottom: 2px;
  border-bottom: 1px solid rgba(96, 146, 35, 0.75);
  text-decoration: none;
  color: #51A04B; }

#login, #signup, #reset-password {
  display: none; }

#login.is-selected, #signup.is-selected, #reset-password.is-selected {
  display: block; }

form button {
  border: 0px; }
form input, form textarea {
  padding: 9px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  border: 1px solid #ccc;
  outline: none; }

form.formVerde {
  background-color: #e9f5da;
  padding: 20px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px; }
  form.formVerde input,
  form.formVerde textarea,
  form.formVerde button {
    width: 100%;
    margin: 5px 0; }
  form.formVerde button {
    background-color: #3c833b;
    color: #fff;
    font-size: 18px;
    padding: 10px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px; }
    form.formVerde button:hover {
      background-color: #51A04B;
      color: #fff; }
  form.formVerde .tituloForm {
    text-transform: uppercase;
    color: #51A04B;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 15px; }
    form.formVerde .tituloForm .border {
      height: 3px;
      width: 20px;
      background-color: #51A04B;
      display: block;
      margin-top: 5px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px; }

/* http://codepen.io/oknoblich/pen/EAzBc */
.breadcrumbs {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: #f5f5f5;
  margin: 10px 0; }
  .breadcrumbs ul {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd; }
    .breadcrumbs ul li {
      float: left;
      width: 25%; }
      .breadcrumbs ul li a {
        position: relative;
        display: block;
        padding: 10px;
        padding-right: 0 !important;
        /* important overrides media queries */
        font-size: 16px;
        font-weight: 400;
        text-align: center;
        color: #3c833b;
        text-transform: uppercase;
        line-height: 19px;
        background-color: #f5f5f5; }
        .breadcrumbs ul li a:hover {
          background: #eee;
          color: #51A04B;
          text-decoration: none; }
          .breadcrumbs ul li a:hover:after {
            border-left-color: #eee; }
        .breadcrumbs ul li a span:first-child {
          display: inline-block;
          width: 30px;
          height: 30px;
          padding: 2px;
          margin-right: 5px;
          border: 2px solid #aaa;
          border-radius: 50%;
          background-color: #fff; }
        .breadcrumbs ul li a:before, .breadcrumbs ul li a:after {
          content: '';
          position: absolute;
          top: 0;
          left: 100%;
          z-index: 1;
          display: block;
          width: 0;
          height: 0;
          border-top: 25px solid transparent;
          border-bottom: 25px solid transparent;
          border-left: 14px solid transparent; }
        .breadcrumbs ul li a:before {
          margin-left: 1px;
          border-left-color: #d5d5d5; }
        .breadcrumbs ul li a:after {
          border-left-color: #f5f5f5; }
      .breadcrumbs ul li a.active {
        color: #fff;
        background-color: #51A04B; }
        .breadcrumbs ul li a.active span:first-child {
          color: #51A04B;
          border-color: #fff;
          background-color: #fff; }
        .breadcrumbs ul li a.active:after {
          border-left-color: #51A04B; }
      .breadcrumbs ul li:last-child a:before, .breadcrumbs ul li:last-child a:after {
        display: none; }
  .breadcrumbs .cf:before, .breadcrumbs .cf:after {
    content: ' ';
    display: table; }
  .breadcrumbs .cf:after {
    clear: both; }
  .breadcrumbs .inner {
    max-width: 1140px;
    margin: 0 auto; }

@media (max-width: 767px) {
  .breadcrumbs a {
    padding: 5px; }
    .breadcrumbs a:before, .breadcrumbs a:after {
      border-top-width: 16px;
      border-bottom-width: 16px;
      border-left-width: 8px; }
    .breadcrumbs a span:first-child {
      display: block;
      margin: 0 auto; }
    .breadcrumbs a span:last-child {
      display: none; } }
.checkout-section .title {
  color: #3c833b;
  font-size: 18px;
  margin: 20px 0; }
.checkout-section .title-confirmacao {
  color: #3c833b;
  font-size: 18px;
  margin: 0px 0px 20px;
  font-weight: 700; }
.checkout-section .transporte-text {
  border-top: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
  color: #3d3838;
  padding: 10px 0;
  font-size: 14px;
  line-height: 20px;
  margin: 20px 0 40px; }
.checkout-section .dados-text {
  line-height: 22px;
  margin-bottom: 30px; }
.checkout-section form.obs textarea {
  width: 100%;
  height: 120px;
  margin-bottom: 30px; }

.table-carrinho .responsive-table {
  width: 100%;
  margin: 30px 0 40px; }
  .table-carrinho .responsive-table thead {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden; }
    .table-carrinho .responsive-table thead th {
      background-color: #3c833b;
      border: 1px solid #3c833b;
      font-weight: normal;
      text-align: left;
      color: #fff; }
      .table-carrinho .responsive-table thead th:first-of-type {
        text-align: left; }
  .table-carrinho .responsive-table tbody,
  .table-carrinho .responsive-table tr,
  .table-carrinho .responsive-table th,
  .table-carrinho .responsive-table td {
    display: block;
    padding: 0;
    text-align: left;
    white-space: normal; }
  .table-carrinho .responsive-table th,
  .table-carrinho .responsive-table td {
    padding: .5em;
    vertical-align: middle; }
  .table-carrinho .responsive-table tbody tr {
    margin-bottom: 40px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc; }
    .table-carrinho .responsive-table tbody tr:last-of-type {
      margin-bottom: 0; }
  .table-carrinho .responsive-table tbody th[scope="row"] {
    background-color: #3c833b;
    color: white;
    text-align: left; }
  .table-carrinho .responsive-table tbody td {
    text-align: right; }
    .table-carrinho .responsive-table tbody td .input-group {
      width: 115px; }
      .table-carrinho .responsive-table tbody td .input-group button, .table-carrinho .responsive-table tbody td .input-group input {
        outline: none; }
    .table-carrinho .responsive-table tbody td a.btn-adicionar,
    .table-carrinho .responsive-table tbody td button.btn-adicionar {
      background-color: rgba(96, 146, 35, 0);
      color: #3c833b;
      border: 1px solid #ccc;
      text-transform: uppercase;
      text-decoration: none;
      padding: 8px 10px;
      margin: 0;
      display: inline-block;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      font-size: 14px; }
      .table-carrinho .responsive-table tbody td a.btn-adicionar i,
      .table-carrinho .responsive-table tbody td button.btn-adicionar i {
        font-size: 16px; }
      .table-carrinho .responsive-table tbody td a.btn-adicionar:hover,
      .table-carrinho .responsive-table tbody td button.btn-adicionar:hover {
        background-color: #609223;
        color: #fff; }
    .table-carrinho .responsive-table tbody td a.btn-remover,
    .table-carrinho .responsive-table tbody td button.btn-remover {
      color: rgba(46, 73, 82, 0.5);
      text-decoration: none;
      padding: 8px 10px;
      margin: 0;
      display: inline-block;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      font-size: 14px; }
      .table-carrinho .responsive-table tbody td a.btn-remover i,
      .table-carrinho .responsive-table tbody td button.btn-remover i {
        font-size: 16px; }
      .table-carrinho .responsive-table tbody td a.btn-remover:hover,
      .table-carrinho .responsive-table tbody td button.btn-remover:hover {
        color: #2e4952; }
  .table-carrinho .responsive-table tbody ul.detalhesproduto li,
  .table-carrinho .responsive-table tbody span.refproduto {
    font-size: 13px;
    line-height: 16px; }
  .table-carrinho .responsive-table tbody th[data-title~="Produto"] {
    font-weight: 700;
    vertical-align: top; }
    .table-carrinho .responsive-table tbody th[data-title~="Produto"] a {
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      text-decoration: none; }
      .table-carrinho .responsive-table tbody th[data-title~="Produto"] a .image-wrapper {
        background: white;
        height: 52px;
        width: 52px;
        position: relative;
        resize: vertical;
        display: inline-block;
        margin-right: 10px;
        border: 1px solid #f9f9f9;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .table-carrinho .responsive-table tbody th[data-title~="Produto"] a .image-wrapper .placeholder {
          position: absolute;
          top: 50%;
          height: 50px;
          margin-top: -25px; }
          .table-carrinho .responsive-table tbody th[data-title~="Produto"] a .image-wrapper .placeholder img {
            width: auto;
            height: auto;
            max-width: 50px;
            max-height: 50px; }
      .table-carrinho .responsive-table tbody th[data-title~="Produto"] a .center-table {
        display: inline-block; }
        .table-carrinho .responsive-table tbody th[data-title~="Produto"] a .center-table .conteudo {
          display: table;
          height: 50px; }
          .table-carrinho .responsive-table tbody th[data-title~="Produto"] a .center-table .conteudo p {
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
            display: table-cell;
            margin: 0;
            vertical-align: middle;
            color: #fff; }
      .table-carrinho .responsive-table tbody th[data-title~="Produto"] a:hover .image-wrapper {
        border: 1px solid #999; }
      .table-carrinho .responsive-table tbody th[data-title~="Produto"] a:hover .center-table .conteudo p {
        color: #51A04B; }
  .table-carrinho .responsive-table tbody td[data-title]:before {
    content: attr(data-title);
    float: left;
    font-size: .8em;
    color: #333; }

@media print and (min-width: 15em) {
  .table-carrinho .responsive-table th,
  .table-carrinho .responsive-table td {
    padding: .75em .5em; }
  .table-carrinho .responsive-table td {
    border-bottom: 1px solid #ccc;
    text-align: right !important; }
    .table-carrinho .responsive-table td:last-of-type {
      border-bottom: none; }
    .table-carrinho .responsive-table td .input-group {
      text-align: right;
      display: inline-table; }
  .table-carrinho .responsive-table td[data-title]:before {
    font-size: 1em; } }
@media (min-width: 75em) {
  .table-carrinho .responsive-table {
    font-size: 1em; }
    .table-carrinho .responsive-table thead {
      position: relative;
      clip: auto;
      height: auto;
      width: auto;
      overflow: auto; }
    .table-carrinho .responsive-table tr {
      display: table-row; }
      .table-carrinho .responsive-table tr:nth-of-type(even) {
        background-color: #f5f5f5; }
    .table-carrinho .responsive-table th, .table-carrinho .responsive-table td {
      display: table-cell;
      padding: .75em .5em; }
    .table-carrinho .responsive-table tbody {
      display: table-row-group; }
      .table-carrinho .responsive-table tbody tr {
        display: table-row;
        border-width: 1px; }
      .table-carrinho .responsive-table tbody th[scope="row"] {
        background-color: transparent;
        color: #3d3838;
        text-align: left; }
      .table-carrinho .responsive-table tbody td {
        text-align: left !important; }
      .table-carrinho .responsive-table tbody td[data-title]:before {
        content: none; }
      .table-carrinho .responsive-table tbody th[data-title~="Produto"] a .image-wrapper {
        border: 1px solid #ccc; }
      .table-carrinho .responsive-table tbody th[data-title~="Produto"] a .center-table .conteudo {
        width: 170px; }
        .table-carrinho .responsive-table tbody th[data-title~="Produto"] a .center-table .conteudo p {
          color: #3d3838; }
      .table-carrinho .responsive-table tbody th[data-title~="Produto"] a:hover .image-wrapper {
        border: 1px solid #999; }
      .table-carrinho .responsive-table tbody th[data-title~="Produto"] a:hover .center-table .conteudo p {
        color: #51A04B; } }
.total-table .cf {
  *zoom: 1; }
  .total-table .cf:before, .total-table .cf:after {
    content: " ";
    display: table; }
  .total-table .cf:after {
    clear: both; }
.total-table .subtotal {
  width: 100%;
  background-color: #f5f5f5;
  border: 1px solid #d5d5d5;
  padding: 10px 20px;
  margin-bottom: 30px; }
  .total-table .subtotal .totalRow {
    padding: .5em 0;
    border-bottom: 1px solid rgba(62, 95, 23, 0.25); }
    .total-table .subtotal .totalRow:nth-child(n+4) {
      border-bottom: none; }
    .total-table .subtotal .totalRow span {
      display: inline-block; }
    .total-table .subtotal .totalRow .label {
      color: #3c833b;
      width: 50%;
      font-size: 1em;
      text-align: left;
      font-weight: 400;
      padding-left: 0; }
    .total-table .subtotal .totalRow .value {
      width: 50%;
      text-align: right;
      font-weight: 700;
      color: #3c833b; }
  .total-table .subtotal .final {
    font-size: 1.25em;
    font-weight: bold;
    text-transform: uppercase;
    border-top: 2px solid #51A04B; }
    .total-table .subtotal .final .label, .total-table .subtotal .final .value {
      color: #51A04B; }

.iva-table table {
  width: 100%;
  border: 1px solid #d5d5d5; }
  .iva-table table th {
    background-color: #eee;
    color: #3c833b;
    width: 33%;
    border-bottom: 1px solid #d5d5d5 !important; }
  .iva-table table th, .iva-table table td {
    padding: 10px !important; }

.checkout-moradas .morada-box {
  width: 100%;
  background-color: #f5f5f5;
  border: 1px solid #d5d5d5;
  padding: 20px;
  color: #3d3838;
  line-height: 20px;
  text-align: left; }
  .checkout-moradas .morada-box select {
    width: 100%;
    margin: 0px 0 20px;
    padding: 9px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border: 1px solid #ccc;
    outline: none; }
  .checkout-moradas .morada-box #useSameBilling {
    margin-top: 20px;
    font-size: 14px; }
.checkout-moradas a.morada-toogle,
.checkout-moradas button.morada-toogle {
  margin: 21px 0;
  display: block;
  background: none;
  outline: none;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .checkout-moradas a.morada-toogle:hover,
  .checkout-moradas button.morada-toogle:hover {
    text-decoration: none;
    color: #3c833b; }
.checkout-moradas .criar-morada {
  width: 100%;
  background-color: #f5f5f5;
  border: 1px solid #d5d5d5;
  padding: 20px;
  color: #3d3838;
  line-height: 20px;
  display: none;
  text-align: left; }
  .checkout-moradas .criar-morada form select {
    width: 100%;
    margin: 0px 0 15px;
    padding: 9px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border: 1px solid #ccc;
    outline: none; }
  .checkout-moradas .criar-morada form label {
    display: block;
    margin-bottom: 5px; }
  .checkout-moradas .criar-morada form input {
    display: block;
    margin-bottom: 15px;
    width: 100%; }
  .checkout-moradas .criar-morada form #new-useSameBilling {
    margin-bottom: 15px;
    font-size: 14px; }
    .checkout-moradas .criar-morada form #new-useSameBilling label {
      display: inline-block; }
      .checkout-moradas .criar-morada form #new-useSameBilling label input {
        display: inline-block;
        width: auto; }

.checkout-content {
  margin-bottom: 40px; }
  .checkout-content .address-wrapper .title {
    font-size: 24px;
    font-size: 1.5rem;
    color: black; }

.facturation.hides {
  display: none; }

/* Global */
.table-wrapper .header {
  margin: 0;
  background-color: transparent;
  box-shadow: none; }
  .table-wrapper .header tr {
    margin: 0;
    padding: 0; }
    .table-wrapper .header tr th {
      color: white;
      padding: 0 2px 0 0;
      font-weight: 400;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      border-bottom: 2px solid transparent; }
      .table-wrapper .header tr th span {
        background-color: white;
        padding: 5px 10px;
        font-size: 14px;
        font-size: 0.875rem;
        color: white;
        text-transform: uppercase;
        display: block;
        font-weight: 700;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .table-wrapper .header tr th:first-child span {
        border-top-left-radius: 10PX; }
      .table-wrapper .header tr th:last-child {
        padding: 0 0 0 0; }
        .table-wrapper .header tr th:last-child span {
          border-top-right-radius: 10px;
          line-height: 20px; }
.table-wrapper tbody tr {
  height: 70px; }
  .table-wrapper tbody tr th {
    vertical-align: middle;
    border-bottom: 2px solid #dcdcdc; }
    .table-wrapper tbody tr th span {
      font-size: 14px;
      font-size: 0.875rem;
      color: #52ad08;
      font-weight: 400; }
      .table-wrapper tbody tr th span.state {
        border-radius: 10px;
        padding: 10px;
        font-weight: 700;
        color: white;
        font-size: 12px;
        font-size: 0.75rem;
        background-color: grey; }
        .table-wrapper tbody tr th span.state.cancel {
          background-color: #c0c0c0; }
        .table-wrapper tbody tr th span.state.waiting {
          background-color: #f58233; }
        .table-wrapper tbody tr th span.state.pending {
          background-color: #fc2823; }
        .table-wrapper tbody tr th span.state.dispatched {
          background-color: #469307; }
    .table-wrapper tbody tr th a {
      text-decoration: underline !important;
      display: block;
      color: #52ad08;
      font-weight: 400; }

.table-row ul {
  margin: 0;
  padding: 0; }
  .table-row ul li {
    display: inline-block;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }

.header-menu {
  margin: 40px 0px; }
  .header-menu ul.menu {
    padding: 0;
    margin: 0 0 00px 0px;
    border-bottom: 2px solid blue; }
    .header-menu ul.menu li {
      display: inline-block;
      color: white;
      background-color: #f0f0f0;
      border-top-left-radius: 5PX;
      border-top-right-radius: 5px;
      font-weight: 400;
      margin-top: 5px;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .header-menu ul.menu li a {
        padding: 10px 15px;
        font-size: 14px;
        font-size: 0.875rem;
        color: #52ad08;
        text-transform: uppercase;
        display: block;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .header-menu ul.menu li.active {
        background-color: blue; }
        .header-menu ul.menu li.active a {
          color: white;
          font-weight: 700; }
      .header-menu ul.menu li:hover {
        background-color: blue; }
        .header-menu ul.menu li:hover a {
          color: white;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }

.navigation-control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 40px; }
  .navigation-control .button-back {
    width: 50%; }
    .navigation-control .button-back .button {
      background-color: transparent;
      border: 3px solid grey;
      border-radius: 10px;
      padding: 5px 10px 5px 5px;
      font-size: 14px;
      font-size: 0.875rem;
      height: 35px;
      line-height: 20px;
      line-height: 1.25rem; }
      .navigation-control .button-back .button i {
        position: relative;
        right: 0;
        margin: 0px 5px; }
      .navigation-control .button-back .button:hover {
        background-color: grey; }
        .navigation-control .button-back .button:hover i {
          margin: 0px 5px;
          -webkit-animation: mymove2 2.5s infinite;
          /* Chrome, Safari, Opera */
          -moz-animation: mymove2 2.5s infinite;
          animation: mymove2 2.5s infinite; }
  .navigation-control .button-front {
    text-align: right;
    width: 50%; }
    .navigation-control .button-front .button {
      background-color: white;
      color: white;
      border: 3px solid white;
      border-radius: 10px;
      padding: 5px 5px 5px 10px;
      font-size: 14px;
      font-size: 0.875rem;
      text-transform: uppercase;
      font-weight: 700;
      margin: 0px 5px;
      height: 35px;
      line-height: 20px;
      line-height: 1.25rem; }
      .navigation-control .button-front .button i {
        position: relative;
        left: 0;
        margin: 0px 5px; }
      .navigation-control .button-front .button:hover {
        background-color: transparent;
        color: white; }
        .navigation-control .button-front .button:hover i {
          margin: 0px 5px;
          -webkit-animation: mymove 2.5s infinite;
          /* Chrome, Safari, Opera */
          -moz-animation: mymove 2.5s infinite;
          animation: mymove 2.5s infinite; }
@keyframes mymove {
  0% {
    left: 0px; }
  50% {
    left: 10px; }
  100% {
    left: 0px; } }
@keyframes mymove2 {
  0% {
    right: 0px; }
  50% {
    right: 10px; }
  100% {
    right: 0px; } }
.total-wrapper span.sub-title {
  color: white;
  font-size: 14px;
  font-size: 0.875rem;
  margin-right: 10px;
  font-weight: 700;
  width: 150px;
  display: inline-block; }
.total-wrapper .result {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  color: #52ad08; }
  .total-wrapper .result.bold {
    font-weight: 700; }
.total-wrapper .total {
  padding: 15px 0px;
  border-bottom: 1px solid white;
  border-top: 1px solid white;
  margin-top: 15px; }

.modal-header {
  border-bottom: 1px solid transparent; }

.modal-wrapper {
  padding: 30px; }
  .modal-wrapper .title {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 400;
    color: white;
    line-height: 30px;
    line-height: 1.875rem;
    margin-bottom: 30px;
    display: block; }
  .modal-wrapper .p {
    color: #52ad08; }

.modal-footer {
  border-top: 1px solid transparent; }
  .modal-footer .navigation-control {
    margin-bottom: 0px; }
    .modal-footer .navigation-control .button-front {
      width: 100%; }

.payment .form-wrapper .form-group .checkbox input {
  top: 40%; }
.payment .form-wrapper .form-group .checkbox label:before {
  top: 40%; }
.payment .form-wrapper .form-group .checkbox .cenas {
  top: 44%; }

.voucher p {
  margin-bottom: 15px;
  padding-left: 15px; }

.confirm th img {
  width: 100px; }

.separate {
  border-bottom: 2px solid black;
  opacity: 0.8;
  margin: 30px 0px; }
  .separate.no-border {
    border: none; }

.confirm-address .col-sm-6:first-child {
  padding-left: 0; }
.confirm-address .col-sm-6:last-child {
  padding-right: 0; }
.confirm-address .col-sm-6 span {
  display: block;
  color: #52ad08;
  line-height: 22px; }
.confirm-address .col-sm-6 .title {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 10px;
  font-weight: 700; }
.confirm-address .col-sm-6 .sub-title {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-bottom: 10px;
  font-weight: 600; }

.send-wrapper .sub-title {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-bottom: 10px;
  font-weight: 600; }
.send-wrapper span {
  display: block;
  color: #52ad08;
  line-height: 22px; }

.metodos-wrapper .description {
  display: block;
  color: #52ad08;
  line-height: 22px; }

.observation-wrapper .form-wrapper {
  margin-top: 0; }

@media screen and (max-width: 769px) {
  .address-box {
    padding: 0px; } }
@media screen and (max-width: 450px) {
  .confirm-address .col-xs-6 {
    width: 100%;
    padding: 0px; }
    .confirm-address .col-xs-6:first-child {
      margin-bottom: 20px; }

  .send-wrapper .col-md-6 {
    padding: 0; } }
.checkout.confirm .cart-wrapper .title {
  padding-left: 15px; }
.checkout.confirm .cart-wrapper .confirm-address .title {
  padding-left: 0px; }
.checkout.confirm .cart-wrapper .confirm-address .sub-title {
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  color: black; }
.checkout.confirm .cart-wrapper .confirm-address .address span {
  display: block;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #52ad08; }
.checkout.confirm .cart-wrapper .send-wrapper .sub-title {
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  color: black; }
.checkout.confirm .cart-wrapper .total-wrapper {
  padding: 0px 15px; }
  .checkout.confirm .cart-wrapper .total-wrapper .sub-total .sub-title, .checkout.confirm .cart-wrapper .total-wrapper .send-costs .sub-title, .checkout.confirm .cart-wrapper .total-wrapper .total .sub-title {
    color: black; }
  .checkout.confirm .cart-wrapper .total-wrapper .total {
    border-bottom: 1px solid black;
    border-top: 1px solid black; }
.checkout.confirm .cart-wrapper .metodos-wrapper {
  padding: 0px 15px; }

.box-count {
  padding-left: 0px; }
  .box-count .minus-boxes, .box-count .result, .box-count .plus-boxes {
    border-radius: 5px;
    padding: 5px 5px;
    display: inline-block;
    min-height: 35px;
    min-width: 40px;
    border: 2px solid grey;
    text-align: center; }
  .box-count .arrow {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -o-user-select: none;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .box-count .arrow i {
      font-size: 16px;
      font-size: 1rem;
      line-height: normal;
      color: green; }
    .box-count .arrow:hover {
      border: 2px solid black;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
  .box-count .result {
    background-color: white; }
    .box-count .result input.result-val {
      max-width: 30px;
      border: none;
      text-align: center; }
  .box-count .prod-price span {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 40px;
    line-height: 2.5rem;
    color: black;
    font-weight: 400;
    font-style: bold; }
  .box-count .prod-dispo .info {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 18px;
    line-height: 1.125rem;
    font-weight: 700;
    color: black;
    text-transform: uppercase; }

@media screen and (max-width: 1200px) {
  header .linguasBtn {
    color: #3d3838;
    float: right; }
    header .linguasBtn a {
      color: #3d3838; }
  header .barraMobile {
    background-color: #fbfaf8;
    padding: 20px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }

  .sliderNews .item .noticia {
    width: 65%; }

  .noticiasLista .item .noticia {
    width: 60%;
    vertical-align: top; } }
@media screen and (max-width: 991px) {
  #newsletterForm .form-group {
    width: 100% !important; }
    #newsletterForm .form-group input {
      width: 100%;
      margin-bottom: 10px; }
    #newsletterForm .form-group .help-block {
      margin: 0 0  5px !important;
      text-align: center; }

  #newsletterForm button.btnBlack {
    float: inherit !important;
    margin-left: 0 !important; } }
@media screen and (max-width: 992px) {
  .wrapnewsletter {
    margin-top: 20px; }
    .wrapnewsletter #newsletterForm {
      width: 290px;
      margin: 0 auto; } }
@media screen and (max-width: 992px) {
  .breadcrumb {
    display: none; }

  .tituloBarra span:after {
    display: none; }

  .moradas {
    margin-bottom: 30px; }

  body,
  footer .socialLinks,
  .titulosLinha .tituloBarra span {
    text-align: center; }

  .tituloFooter {
    text-align: center;
    margin-top: 20px; }
    .tituloFooter .border {
      margin: 0 auto; }

  .sliderNews .item .noticia {
    width: 100%;
    text-align: center;
    margin-top: 15px; }
    .sliderNews .item .noticia .texto {
      margin: 15px 0px; }

  .sliderNews .item .noticia .dividerLight {
    margin: 5px auto; }

  .sliderNews .item img {
    float: none;
    margin: 0 auto; }

  .formVerde {
    margin-top: 20px; }

  form.formVerde .tituloForm .border {
    margin: 10px auto; }

  .produtoBox {
    float: none; }

  .grid-sizer,
  .grid-item {
    width: 50% !important; }

  .catBanner img {
    width: 100%;
    height: auto; }

  .noticiasLista {
    text-align: center; } }
@media screen and (max-width: 768px) {
  .moradas {
    margin-bottom: 20px; }

  .telefones {
    margin-bottom: 20px; }

  .grid-sizer,
  .grid-item {
    width: 100% !important; }

  /* .noticiasLista{
       .noticia{
           margin-top: 15px;
           text-align: center;
           .titulo,
           .texto{
               text-align: center;
           }
           span{
               display: inline-block;
               margin: 5px auto;
           }
       }
   }*/ }
@media screen and (max-width: 557px) {
  footer {
    margin-top: 40px; }

  .noticiasLista .noticia {
    margin-top: 15px;
    text-align: center; }
    .noticiasLista .noticia .titulo,
    .noticiasLista .noticia .texto {
      text-align: center; }
    .noticiasLista .noticia span {
      display: inline-block;
      margin: 5px auto; }
    .noticiasLista .noticia a.linkUnderline {
      text-align: center;
      float: none !important;
      width: 100%;
      display: block; }

  .pagination {
    float: none !important; } }
.prod-menu {
  background: #f6f6f6; }
  .prod-menu ul li {
    display: inline-block;
    width: 100%; }
    .prod-menu ul li .name {
      font-size: 16px;
      line-height: 20px;
      color: #FFF;
      text-transform: uppercase;
      height: 55px;
      max-height: 55px; }

/*MOBILE*/
.prod-menu-button {
  cursor: pointer;
  position: absolute;
  z-index: 999;
  top: 270px;
  left: 0;
  background: #555;
  text-align: center;
  font-size: 16px;
  padding: 10px;
  margin: 0;
  color: #FFF !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .prod-menu-button img {
    margin-right: 5px;
    color: #FFF;
    padding-top: 2px; }
  .prod-menu-button:hover {
    background: #3c833b; }

.prod-menu.prod-menu-mobile {
  position: absolute;
  top: 307px;
  left: -270px;
  z-index: 999;
  width: 270px; }
  .prod-menu.prod-menu-mobile .secound-level {
    padding: 0; }
  .prod-menu.prod-menu-mobile .list {
    margin-bottom: 0; }
  .prod-menu.prod-menu-mobile .list a {
    border-bottom: 1px solid #51A04B; }
  .prod-menu.prod-menu-mobile .list .secound-level > ul > li {
    padding: 10px 5px;
    text-align: left;
    border: 0; }
  .prod-menu.prod-menu-mobile .list .third-level > ul > li {
    padding-left: 10px; }
  .prod-menu.prod-menu-mobile .list .secound-level > ul > li a {
    border-bottom: 0; }
  .prod-menu.prod-menu-mobile .list .third-level > ul > li:first-child, .prod-menu.prod-menu-mobile .list .third-level > ul > li {
    border: 0; }
  .prod-menu.prod-menu-mobile .list .third-level > ul > li {
    padding: 5px 10px; }
  .prod-menu.prod-menu-mobile .list .third-level > ul > li a {
    padding-left: 0; }

.customer-section .title {
  color: #3c833b;
  font-size: 18px;
  margin: 20px 0; }
.customer-section .title-confirmacao {
  color: #3c833b;
  font-size: 18px;
  margin: 0px 0px 20px;
  font-weight: 700; }
.customer-section .dados-text {
  line-height: 22px;
  margin-bottom: 30px; }
  .customer-section .dados-text span.intro {
    display: block;
    margin-bottom: 20px; }
  .customer-section .dados-text span.bold {
    display: block; }
.customer-section .welcome h2 {
  font-size: 28px;
  color: #51A04B;
  margin: 30px 0 15px; }
.customer-section .welcome h4 {
  font-size: 18px;
  color: #verdeEscuro;
  margin: 0px 0px 20px; }
.customer-section a.btn-pqn,
.customer-section button.btn-pqn {
  display: table;
  margin-bottom: 30px;
  border: none; }
  .customer-section a.btn-pqn i,
  .customer-section button.btn-pqn i {
    margin-right: 5px; }
.customer-section a.morada-toogle,
.customer-section button.morada-toogle {
  margin: 0px 0 20px;
  display: block;
  background: none;
  outline: none;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .customer-section a.morada-toogle:hover,
  .customer-section button.morada-toogle:hover {
    text-decoration: none;
    color: #3c833b; }
.customer-section .customer-form {
  width: 100%;
  background-color: #f5f5f5;
  border: 1px solid #d5d5d5;
  padding: 20px;
  color: #3d3838;
  line-height: 20px;
  display: block;
  text-align: left; }
  .customer-section .customer-form form select {
    width: 100%;
    margin: 0px 0 15px;
    padding: 9px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border: 1px solid #ccc;
    outline: none; }
  .customer-section .customer-form form label {
    display: block;
    margin-bottom: 5px; }
  .customer-section .customer-form form input {
    display: block;
    margin-bottom: 15px;
    width: 100%; }
  .customer-section .customer-form form #new-useSameBilling {
    margin-bottom: 15px;
    font-size: 14px; }
    .customer-section .customer-form form #new-useSameBilling label {
      display: inline-block; }
      .customer-section .customer-form form #new-useSameBilling label input {
        display: inline-block;
        width: auto; }
.customer-section .criar-morada, .customer-section .editar-morada {
  width: 100%;
  background-color: #f5f5f5;
  border: 1px solid #d5d5d5;
  padding: 20px;
  color: #3d3838;
  line-height: 20px;
  text-align: left; }
  .customer-section .criar-morada form select, .customer-section .editar-morada form select {
    width: 100%;
    margin: 0px 0 15px;
    padding: 9px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border: 1px solid #ccc;
    outline: none; }
  .customer-section .criar-morada form label, .customer-section .editar-morada form label {
    display: block;
    margin-bottom: 5px; }
  .customer-section .criar-morada form input, .customer-section .editar-morada form input {
    display: block;
    margin-bottom: 15px;
    width: 100%; }
  .customer-section .criar-morada form #new-useSameBilling, .customer-section .editar-morada form #new-useSameBilling {
    margin-bottom: 15px;
    font-size: 14px; }
    .customer-section .criar-morada form #new-useSameBilling label, .customer-section .editar-morada form #new-useSameBilling label {
      display: inline-block; }
      .customer-section .criar-morada form #new-useSameBilling label input, .customer-section .editar-morada form #new-useSameBilling label input {
        display: inline-block;
        width: auto; }
.customer-section .criar-morada {
  display: none; }
.customer-section h2.numeroencomenda {
  font-size: 24px;
  color: #51A04B;
  margin: 30px 0 15px;
  text-transform: none; }

.breadcrumbs-customer {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: #f5f5f5;
  margin: 10px 0; }
  .breadcrumbs-customer ul {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd; }
    .breadcrumbs-customer ul li {
      float: left;
      width: 20%;
      border-right: 1px solid #ddd; }
      .breadcrumbs-customer ul li a {
        position: relative;
        display: block;
        padding: 10px;
        font-size: 16px;
        font-weight: 400;
        text-align: center;
        color: #3c833b;
        text-transform: uppercase;
        line-height: 19px;
        background-color: #f5f5f5; }
        .breadcrumbs-customer ul li a:hover {
          background: #eee;
          color: #51A04B;
          text-decoration: none; }
          .breadcrumbs-customer ul li a:hover:after {
            border-left-color: #eee; }
        .breadcrumbs-customer ul li a span:first-child {
          display: inline-block;
          width: 30px;
          height: 30px;
          padding: 2px;
          margin-right: 5px;
          border: 2px solid #aaa;
          border-radius: 50%;
          background-color: #fff; }
        .breadcrumbs-customer ul li a:before, .breadcrumbs-customer ul li a:after {
          content: '';
          position: absolute;
          top: 0;
          left: 100%;
          z-index: 1;
          display: block;
          width: 0;
          height: 0; }
        .breadcrumbs-customer ul li a:before {
          margin-left: 1px;
          border-left-color: #d5d5d5; }
        .breadcrumbs-customer ul li a:after {
          border-left-color: #f5f5f5; }
      .breadcrumbs-customer ul li a.active {
        color: #fff;
        background-color: #51A04B; }
        .breadcrumbs-customer ul li a.active span:first-child {
          color: #51A04B;
          border-color: #fff;
          background-color: #fff; }
        .breadcrumbs-customer ul li a.active:after {
          border-left-color: #51A04B; }
      .breadcrumbs-customer ul li:last-child {
        border-right: none;
        width: 15%; }
        .breadcrumbs-customer ul li:last-child a:before, .breadcrumbs-customer ul li:last-child a:after {
          display: none; }
      .breadcrumbs-customer ul li:nth-child(2) {
        width: 25%; }
  .breadcrumbs-customer .cf:before, .breadcrumbs-customer .cf:after {
    content: ' ';
    display: table; }
  .breadcrumbs-customer .cf:after {
    clear: both; }
  .breadcrumbs-customer .inner {
    max-width: 1140px;
    margin: 0 auto; }

@media (max-width: 991px) {
  .breadcrumbs-customer li:nth-child(2), .breadcrumbs-customer li:last-child {
    width: 20% !important; }

  .breadcrumbs-customer a {
    padding: 5px; }
    .breadcrumbs-customer a span:first-child {
      display: block;
      margin: 0 auto;
      margin-right: 0px !important; }
    .breadcrumbs-customer a span:last-child {
      display: none; } }
@media print {
  * {
    position: relative;
    top: initial;
    left: initial;
    transform: initial;
    font-size: 16px !important; }

  body {
    -webkit-print-color-adjust: exact; }

  a[href]:after {
    content: none !important; }

  @page {
    margin: 0.5cm; }
  footer, #menuMobile, #openNav, .bannerTopo, .navbar-collapse, .navbar-toggle.collapsed, .titulosLinha, .breadcrumbs-customer, .btn-pqn {
    display: none !important; }

  .logo-table {
    display: block; }

  .table-carrinho .responsive-table {
    font-size: 1em; }
    .table-carrinho .responsive-table thead {
      position: relative;
      clip: auto;
      height: auto;
      width: auto;
      overflow: auto; }
    .table-carrinho .responsive-table tr {
      display: table-row; }
      .table-carrinho .responsive-table tr:nth-of-type(even) {
        background-color: #f5f5f5; }
    .table-carrinho .responsive-table th, .table-carrinho .responsive-table td {
      display: table-cell;
      padding: .75em .5em; }
    .table-carrinho .responsive-table tbody {
      display: table-row-group; }
      .table-carrinho .responsive-table tbody tr {
        display: table-row;
        border-width: 1px; }
      .table-carrinho .responsive-table tbody th[scope="row"] {
        background-color: transparent;
        color: #3d3838;
        text-align: left; }
      .table-carrinho .responsive-table tbody td {
        text-align: left !important; }
      .table-carrinho .responsive-table tbody td[data-title]:before {
        content: none; }
      .table-carrinho .responsive-table tbody th[data-title~="Produto"] a .image-wrapper {
        border: 1px solid #ccc; }
      .table-carrinho .responsive-table tbody th[data-title~="Produto"] a .center-table .conteudo {
        width: 170px; }
        .table-carrinho .responsive-table tbody th[data-title~="Produto"] a .center-table .conteudo p {
          color: #3d3838; }
      .table-carrinho .responsive-table tbody th[data-title~="Produto"] a:hover .image-wrapper {
        border: 1px solid #999; }
      .table-carrinho .responsive-table tbody th[data-title~="Produto"] a:hover .center-table .conteudo p {
        color: #51A04B; }

  .numeroencomenda {
    white-space: nowrap;
    color: #3c833b !important; }

  .encomenda_numero, .facturation_adrress {
    float: left !important;
    width: 50% !important;
    margin: 0 !important; }

  .facturation_adrress, .dados-text {
    text-align: right !important; }
    .facturation_adrress .text-left, .dados-text .text-left {
      text-align: right !important;
      float: right !important; }

  .facturation_adrress {
    margin-top: 45px !important;
    padding-top: 45px !important; }
    .facturation_adrress .title-confirmacao {
      font-size: 12px !important;
      display: block !important;
      text-align: right !important;
      clear: both !important; }
    .facturation_adrress p.dados-text {
      font-size: 12px !important;
      text-align: right !important;
      display: block !important;
      clear: both !important; }
      .facturation_adrress p.dados-text span.bold {
        font-size: 12px !important;
        text-align: right !important;
        display: block !important;
        clear: both !important;
        white-space: pre-wrap !important; }

  .table-carrinho .responsive-table {
    margin-top: 0px; }
    .table-carrinho .responsive-table thead tr th {
      background-color: #3c833b !important; }
      .table-carrinho .responsive-table thead tr th span {
        color: white !important;
        font-size: 12px !important;
        white-space: nowrap; }
    .table-carrinho .responsive-table tbody tr th {
      white-space: nowrap; }
      .table-carrinho .responsive-table tbody tr th .image-wrapper {
        display: inline-block !important;
        height: 40px; }
        .table-carrinho .responsive-table tbody tr th .image-wrapper .placeholder {
          height: 40px; }
          .table-carrinho .responsive-table tbody tr th .image-wrapper .placeholder img {
            max-height: 40px; }
      .table-carrinho .responsive-table tbody tr th .center-table {
        display: inline-block !important; }
        .table-carrinho .responsive-table tbody tr th .center-table .conteudo {
          height: auto; }
          .table-carrinho .responsive-table tbody tr th .center-table .conteudo p {
            font-size: 10px !important; }
    .table-carrinho .responsive-table tbody tr td span {
      font-size: 10px !important; }
    .table-carrinho .responsive-table tbody tr td ul {
      font-size: 10px !important; }
      .table-carrinho .responsive-table tbody tr td ul li {
        font-size: 10px !important; }

  .total-table .subtotal ul li.totalRow {
    border: none !important; }
    .total-table .subtotal ul li.totalRow span.label {
      border: none !important;
      font-size: 10px !important; }
    .total-table .subtotal ul li.totalRow span.value {
      border: none !important;
      font-size: 10px !important; }
    .total-table .subtotal ul li.totalRow.final span.label {
      font-size: 12px !important; }
    .total-table .subtotal ul li.totalRow.final span.value {
      font-size: 12px !important; } }

/*# sourceMappingURL=style.css.map */
