@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/* fonts Family styles */
.OpenSans_Light {
  font-weight: 100;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.OpenSans_Light-italic {
  font-weight: 100;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.OpenSans_Regular {
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.OpenSans_Italic {
  font-weight: 400;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.OpenSans_Bold {
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.OpenSans_Bold-italic {
  font-weight: 700;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*-----------------------------------*\
  $TOAST-GRID
  An insane grid.
  You'd be mad to use it.
  Usage
  =====
  Assuming default values:
  <div class="grid">
    <div class="grid__col grid__col--1-of-2">
      A half-width column.
    </div>
    <div class="grid__col grid__col--1-of-4 grid__col--pull-1-of-4">
      A quarter, pulled left by its own width. You get this, right?
    </div>
  </div>
  Customisation
  =============
  $toast-grid-namespace and $toast-grid-column-namespace
  adjusts the class names for the grid. With
  default values, grid wrappers have a class
  of '.grid' and columns '.grid__col'.
  $toast-col-groups(n) adjusts column divisions.
  For example, $toast-col-groups(12) will produce
  a 12-column grid. $col-groups(3,6,8)
  will produce a 3-, 6-, and 8-column grid.
  $toast-gutter-width isÔÇöyou guessed itÔÇöthe gutter
  width. Accepts any unit.
  That's it. Have fun.
\*-----------------------------------*/
.row {
  list-style: none;
  margin-left: -20px; }

.col--2-of-2, .col--3-of-3, .col--4-of-4, .col--5-of-5, .col--6-of-6, .col--8-of-8, .col--12-of-12 {
  width: 100%; }

.col--1-of-2, .col--2-of-4, .col--3-of-6, .col--4-of-8, .col--6-of-12 {
  width: 50%; }

.col--1-of-3, .col--2-of-6, .col--4-of-12 {
  width: 33.3333333333%; }

.col--2-of-3, .col--4-of-6, .col--8-of-12 {
  width: 66.6666666667%; }

.col--1-of-4, .col--2-of-8, .col--3-of-12 {
  width: 25%; }

.col--3-of-4, .col--6-of-8, .col--9-of-12 {
  width: 75%; }

.col--1-of-5 {
  width: 20%; }

.col--2-of-5 {
  width: 40%; }

.col--3-of-5 {
  width: 60%; }

.col--4-of-5 {
  width: 80%; }

.col--1-of-6 {
  width: 16.6666666667%; }

.col--5-of-6 {
  width: 83.3333333333%; }

.col--1-of-8 {
  width: 12.5%; }

.col--3-of-8 {
  width: 37.5%; }

.col--5-of-8 {
  width: 62.5%; }

.col--7-of-8 {
  width: 87.5%; }

.col--1-of-12 {
  width: 8.3333333333%; }

.col--2-of-12 {
  width: 16.6666666667%; }

.col--5-of-12 {
  width: 41.6666666667%; }

.col--7-of-12 {
  width: 58.3333333333%; }

.col--10-of-12 {
  width: 83.3333333333%; }

.col--11-of-12 {
  width: 91.6666666667%; }

.col {
  box-sizing: border-box;
  display: inline-block;
  margin-right: -.25em;
  min-height: 1px;
  padding-left: 20px;
  vertical-align: top; }
  @media (max-width: 1024px) {
    .col {
      display: block;
      margin-left: 0;
      margin-right: 0;
      width: auto; } }
  @media (max-width: 1024px) and (min-width: 480px) {
    .col[class*="col--m-"] {
      display: inline-block;
      margin-right: -.24em; }
    .col.col--m-1-of-2, .col.col--m-2-of-4 {
      width: 50%; }
    .col.col--m-1-of-3 {
      width: 33.3333333333%; }
    .col.col--m-1-of-4 {
      width: 25%; }
    .col.col--m-1-of-5 {
      width: 20%; }
    .col.col--m-1-of-6 {
      width: 16.6666666667%; }
    .col.col--m-1-of-7 {
      width: 14.2857142857%; }
    .col.col--m-1-of-8 {
      width: 12.5%; }
    .col.col--m-1-of-9 {
      width: 11.1111111111%; }
    .col.col--m-1-of-10 {
      width: 10%; }
    .col.col--m-1-of-11 {
      width: 9.0909090909%; }
    .col.col--m-1-of-12 {
      width: 8.3333333333%; }
    .col.col--m-2-of-3 {
      width: 66.6666666667%; }
    .col.col--m-3-of-4 {
      width: 75%; } }
  @media (max-width: 480px) {
    .col[class*="col--s-"] {
      display: inline-block;
      margin-right: -.24em; }
    .col.col--s-1-of-2, .col.col--s-2-of-4 {
      width: 50%; }
    .col.col--s-1-of-3 {
      width: 33.3333333333%; }
    .col.col--s-2-of-3 {
      width: 66.6666666667%; }
    .col.col--s-1-of-4 {
      width: 25%; }
    .col.col--s-3-of-4 {
      width: 75%; } }

.col--centered {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.col--d-first {
  float: left; }

.col--d-last {
  float: right; }

.row--no-gutter {
  margin-left: 0;
  width: 100%; }
  .row--no-gutter .col {
    padding-left: 0; }
  .row--no-gutter .col--span-all {
    margin-left: 0;
    width: 100%; }

.col--ab {
  vertical-align: bottom; }

.col--am {
  vertical-align: middle; }

body {
  background-color: #fff;
  font-size: 14px;
  line-height: normal;
  font-family: 'Open Sans', sans-serif;
  color: #3a3a3c;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%; }

ul {
  padding: 0; }

.wrap-page {
  overflow-x: hidden;
  position: relative;
  height: 100%; }

.error-page {
  background-color: pink !important; }

.wrap-arrows-top {
  width: 45px;
  height: 45px;
  background-color: #aaf284;
  position: fixed;
  bottom: 2vh;
  right: 0;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .5s, visibility .5s;
  -moz-transition: opacity .5s, visibility .5s;
  transition: opacity .5s, visibility .5s; }

.showScrollTop {
  opacity: 1;
  visibility: visible; }

.box-col-views {
  background-color: #ccc;
  height: 40px;
  margin: 15px 0; }

.spaceToSwipeRight {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 50px;
  height: 100%;
  z-index: 0; }
  @media only screen and (min-width: 1024px) {
    .spaceToSwipeRight {
      display: none; } }

.ui-widget {
  font-size: 11px !important; }

.ui-widget-content {
  color: #fff !important; }

.ui-widget.ui-widget-content {
  border: none !important; }

.ui-tooltip, .arrow:after {
  background: black !important; }

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important; }

.ui-tooltip {
  padding: 10px 20px;
  color: white;
  text-transform: lowercase !important;
  box-shadow: none !important;
  background-color: black; }

.arrow {
  width: 70px;
  height: 16px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -35px;
  bottom: -16px; }

.arrow.top {
  top: -10px !important;
  bottom: auto; }

.arrow.left {
  left: 20%; }

.arrow:after {
  content: "";
  position: absolute;
  left: 20px;
  top: -20px;
  width: 25px;
  height: 25px;
  box-shadow: none !important;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.arrow.top:after {
  bottom: -18px !important;
  top: auto; }

.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  background: url(https://www.linosousa.pt/images/loading.gif) 50% 50% no-repeat black !important;
  opacity: .8;
  visibility: visible !important; }

.loader-item-by-item {
  background: url(https://www.linosousa.pt/images/loading.gif) 50% 50% no-repeat #47515b !important; }

.anim-offview {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -webkit-transform: translateY(50px);
  transform: translateY(50px); }

.delay-1 {
  -webkit-transition: -webkit-all 150ms ease-in-out;
  -moz-transition: -moz-all 150ms ease-in-out;
  transition: all 150ms ease-in-out; }

.delay-2 {
  -webkit-transition: -webkit-all 300ms ease-in-out;
  -moz-transition: -moz-all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }

.bg_found {
  border: 0px dashed red;
  background-color: #47515b; }

.maskImage {
  overflow: hidden;
  position: relative;
  height: 300px;
  background-color: #47515b; }

.maskImage > img.imgParallax {
  height: calc(100% + 100px);
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  object-fit: cover;
  width: 100%; }

.maskImage > .bgParallax {
  height: calc(100% + 100px);
  width: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }

.bg_found:hover {
  cursor: url("https://www.linosousa.pt/images/cursorSum.svg") 16 16, auto; }

.cookieAcceptBar {
  display: flex;
  background-color: rgba(0, 0, 0, 0.75);
  width: 100%;
  padding: 20px;
  position: fixed;
  bottom: 0;
  z-index: 99;
  justify-content: center;
  align-items: center;
  color: #fff;
  flex-flow: row wrap;
  box-sizing: border-box;
  text-align: center; }

.btnCookies {
  border-color: #fff;
  color: #fff;
  font-weight: bold;
  margin: 8px; }

.btnCookies:hover {
  color: #3a3a3c;
  border-color: transparent; }

.wrap-policy {
  padding: 80px 0;
  width: 70%;
  margin: 0 auto; }

.wrap-policy ul {
  margin-left: 15px; }

::selection {
  background: #5b8f48; }

::-moz-selection {
  background: #5b8f48; }

img::selection {
  background: transparent; }

img::-moz-selection {
  background: transparent; }

body {
  -webkit-tap-highlight-color: #5b8f48; }

a {
  color: #aaf284;
  text-decoration: none;
  outline: 0; }
  a:hover, a:focus {
    color: #90be7f; }

em {
  font-style: italic; }

strong {
  font-weight: bold; }

hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 10px 0 30px;
  height: 0; }

p, h1, h2, h3, h4, h5, h6 {
  margin: 0; }

h1,
.h1,
.heading1 {
  font-size: 28px;
  font-size: 1.75em;
  letter-spacing: -0.45px; }

h2,
.h2,
.heading2 {
  font-size: 22px;
  font-size: 1.375em; }

h3,
.h3,
.heading3 {
  font-size: 18px;
  font-size: 1.125em;
  letter-spacing: 0.8px; }

h4,
.h4,
.heading4 {
  font-size: 16px;
  font-size: 1em; }

h5,
.h5,
.heading5 {
  font-size: 14px;
  font-size: 0.875em; }

h6,
.h6,
.heading6 {
  font-size: 12px;
  font-size: 0.75em; }

.text-note {
  color: #a6a6a6;
  font-size: 10px; }

.dividers {
  color: #B0BEC5;
  font-size: 13px;
  text-transform: uppercase; }

b,
strong,
.bold,
.text-bold {
  font-weight: bold; }

.italic,
.text-italic {
  font-style: italic; }

.underline,
.text-underline {
  text-decoration: underline; }

.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-uppercase {
  text-transform: uppercase; }

.text-normal {
  font-weight: 300; }

.text-line-trough {
  text-decoration: line-through; }

.text-overline {
  text-decoration: overline; }

.Text_NoWrap {
  white-space: nowrap; }

.btnBase, .button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"], .btn-primary, .btn-rounded, .btn-rounded-primary, .btn-create, .btn-delete, .btn-small, .btn-full, .Menu_SubItems, .btn-full-primary, .btn-black, .btn-white, .btn-link-white, .btn-link-primary {
  display: inline-block;
  padding: 10px 30px;
  text-align: center;
  font-size: 11px;
  font-size: 0.6875em;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-transition: -webkit-all 200ms ease-in-out;
  -moz-transition: -moz-all 200ms ease-in-out;
  transition: all 200ms ease-in-out; }

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  border-radius: 4px;
  color: #aaf284;
  border: 1px solid #aaf284; }
  .button:hover,
  button:hover,
  input[type="submit"]:hover,
  input[type="reset"]:hover,
  input[type="button"]:hover {
    background-color: #aaf284;
    color: #fff; }
  .button:active, .button:focus,
  button:active,
  button:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="button"]:active,
  input[type="button"]:focus {
    color: #fff;
    border-color: rgba(91, 143, 72, 0.65);
    background-color: rgba(91, 143, 72, 0.65);
    outline: 0; }

.btn-primary {
  border-radius: 4px;
  border: 1px solid #aaf284;
  color: #fff;
  background-color: #aaf284; }
  .btn-primary:hover {
    background-color: rgba(91, 143, 72, 0.65);
    border: 1px solid transparent; }
  .btn-primary:active, .btn-primary:focus {
    color: #fff;
    border-color: #5b8f48;
    background-color: #5b8f48; }

.btn-rounded {
  color: #aaf284;
  border: 1px solid #aaf284;
  border-radius: 100px; }
  .btn-rounded:hover {
    background-color: #aaf284;
    color: #fff; }
  .btn-rounded:active, .btn-rounded:focus {
    color: #fff;
    border-color: rgba(91, 143, 72, 0.65);
    background-color: rgba(91, 143, 72, 0.65);
    outline: 0; }

.btn-rounded-primary {
  color: #aaf284;
  border: 1px solid #aaf284;
  border-radius: 100px; }
  .btn-rounded-primary:hover {
    background-color: #aaf284;
    color: #fff; }
  .btn-rounded-primary:active, .btn-rounded-primary:focus {
    color: #fff;
    border-color: rgba(91, 143, 72, 0.65);
    background-color: rgba(91, 143, 72, 0.65);
    outline: 0; }

.btn-create {
  border-radius: 4px;
  color: #aaf284;
  border: 1px solid #aaf284;
  background-color: #2ECC40;
  color: #fff;
  border-color: #2ECC40; }
  .btn-create:hover {
    background-color: #8BC34A;
    border: 1px solid #8BC34A; }
  .btn-create:active, .btn-create:focus {
    border-color: #79B149;
    background-color: #79B149; }

.btn-delete {
  border-radius: 4px;
  color: #aaf284;
  border: 1px solid #aaf284;
  background-color: #FF4136;
  border-color: #FF4136;
  color: #fff; }
  .btn-delete:hover {
    background-color: #C43838;
    border: 1px solid #C43838; }
  .btn-delete:active, .btn-delete:focus {
    border-color: #E53935;
    background-color: #E53935; }

.btn-small {
  border-radius: 4px;
  border: 1px solid #aaf284;
  color: #fff;
  background-color: #aaf284; }
  .btn-small:hover {
    background-color: rgba(91, 143, 72, 0.65);
    border: 1px solid transparent; }
  .btn-small:active, .btn-small:focus {
    color: #fff;
    border-color: #5b8f48;
    background-color: #5b8f48; }

.btn-full, .Menu_SubItems {
  transition: all 200ms ease-in-out;
  background-color: #aaf284;
  color: #fff; }
  .btn-full:hover, .Menu_SubItems:hover {
    background-color: rgba(91, 143, 72, 0.65); }
  .btn-full:active, .Menu_SubItems:active, .btn-full:focus, .Menu_SubItems:focus {
    background-color: rgba(91, 143, 72, 0.65); }

.btn-full-primary {
  border: 1px solid #aaf284;
  color: #aaf284; }
  .btn-full-primary:hover {
    background-color: #aaf284;
    color: #fff; }

.btn-black {
  border-radius: 4px;
  border: 1px solid #3a3a3c;
  color: #3a3a3c; }
  .btn-black:hover {
    color: #fff;
    background-color: #47515b;
    border: 1px solid #47515b; }
  .btn-black:active, .btn-black:focus {
    color: #fff;
    border-color: #3d444a;
    background-color: #3d444a; }

.btn-white {
  border-radius: 4px;
  color: #fff;
  border: 1px solid #fff; }
  .btn-white:hover {
    background-color: #ddd;
    border: 1px solid #ddd;
    color: #3a3a3c; }
  .btn-white:active, .btn-white:focus {
    border-color: #CFD8DC;
    background-color: #CFD8DC; }

.btn-link-white {
  border-radius: 4px;
  color: #fff;
  border: 1px solid transparent; }
  .btn-link-white:hover {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff; }

.btn-link-primary {
  border-radius: 4px;
  border: 1px solid transparent;
  color: #fff; }
  .btn-link-primary:hover {
    background-color: transparent;
    border-color: #aaf284;
    color: #aaf284; }

.active .button {
  background-color: #aaf284;
  color: #fff; }

.active .btn-primary {
  background-color: rgba(91, 143, 72, 0.65);
  border: 1px solid rgba(91, 143, 72, 0.65); }

.active .btn-rounded-primary {
  background-color: rgba(91, 143, 72, 0.65);
  border: 1px solid rgba(91, 143, 72, 0.65);
  color: #fff; }

.active .btn-rounded {
  background-color: #aaf284;
  color: #fff; }

.active .btn-full-primary {
  background-color: rgba(91, 143, 72, 0.65);
  border: 1px solid transparent;
  color: #fff; }

.active .btn-full, .active .Menu_SubItems {
  background-color: #aaf284;
  color: #fff; }

.active .btn-black {
  color: #fff;
  background-color: #47515b;
  border: 1px solid #47515b; }

.active .btn-white {
  background-color: #ddd;
  border: 1px solid #ddd;
  color: #3a3a3c; }

.active .btn-link-white {
  border: 1px solid #fff; }

.active .btn-link-primary {
  background-color: transparent;
  border-color: #aaf284;
  color: #aaf284; }
  .active .btn-link-primary:hover {
    color: #5b8f48;
    border-color: #5b8f48; }

/* magnific popup */
.mfp-wrap button:hover {
  background-color: transparent; }
.mfp-wrap button:active, .mfp-wrap button:focus {
  color: #fff;
  border-color: transparent;
  background-color: transparent; }

/*---------- flex properties    ----- Outsystem Class --------------*/
.display-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.display-inline-flex {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.flex-direction-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

.flex-direction-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.flex-direction-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.flex-direction-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

.flex-wrap-nowrap {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.flex-wrap-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.flex-wrap-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse; }

.justify-content-flex-start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.justify-content-flex-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.justify-content-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.justify-content-space-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.justify-content-space-around {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.align-items-flex-start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

.align-items-flex-end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end; }

.align-items-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.align-items-baseline {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline; }

.align-items-stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.align-content-flex-start {
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start; }

.align-content-flex-end {
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end; }

.align-content-center {
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center; }

.align-content-space-between {
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between; }

.align-content-space-around {
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around; }

.align-content-strech {
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch; }

/*------------ End flex -------------*/
/*  shadow     Outsystem Class */
.shadow-lvl1 {
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1); }

.shadow-lvl2 {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }

.shadow-lvl3 {
  -webkit-box-shadow: 0 7px 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 7px 15px rgba(0, 0, 0, 0.3); }

/* Image format */
img.img-rounded, .img-rounded {
  border-radius: 10px; }

img.img-circle {
  border-radius: 50%; }

img.thumbnail {
  background-color: #fff;
  border: 1px solid #CFD8DC;
  /* shade5 */
  padding: 4px; }

.thumbnail {
  background-color: #fff;
  border: 1px solid #CFD8DC;
  /* shade5 */
  padding: 4px; }

.sprite {
  background-image: url("https://www.linosousa.pt/images/sprite.svg?0");
  background-repeat: no-repeat; }

.notAffectSize {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.hidden-visibility {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s, opacity 0.5s linear;
  transition: visibility 0s, opacity 0.5s linear; }

.all-transition {
  -webkit-transition: -webkit-all 100ms ease-in-out;
  -moz-transition: -moz-all 100ms ease-in-out;
  transition: all 100ms ease-in-out; }

.scale-2 {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5); }

.rotate45 {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

/* Vertical align  */
.Align_top {
  vertical-align: top; }

.Align_bottom {
  vertical-align: bottom; }

.Align_middle {
  vertical-align: middle; }

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

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

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

.display-none {
  display: none; }

.display-table {
  display: table; }

.display-table-cell {
  display: table-cell; }

.display-inline {
  display: inline; }

.display-inline-block {
  display: inline-block; }

.display-block {
  display: block; }

.position-fixed {
  position: fixed; }

/*Responsive CSS triangles. Resize the Result section to see the triangles in action.*/
/*Up pointing*/
.triangle-up {
  width: 10%;
  height: 0;
  padding-left: 10%;
  padding-bottom: 10%;
  overflow: hidden; }

.triangle-up:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-left: -50vw;
  border-left: 50vw solid transparent;
  border-right: 50vw solid transparent;
  border-bottom: 50vw solid #aaf284; }

/*Right pointing*/
.triangle-right {
  width: 0;
  height: 0;
  padding-top: 5%;
  padding-bottom: 5%;
  padding-left: 5%;
  overflow: hidden; }

.triangle-right:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: -50vw;
  margin-left: -50vw;
  border-top: 50vw solid transparent;
  border-bottom: 50vw solid transparent;
  border-left: 50vw solid #aaf284; }

/*Down pointing*/
.triangle-down {
  width: 10%;
  height: 0;
  padding-left: 10%;
  padding-top: 10%;
  overflow: hidden; }

.triangle-down:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-left: -50vw;
  margin-top: -50vw;
  border-left: 50vw solid transparent;
  border-right: 50vw solid transparent;
  border-top: 50vw solid #aaf284; }

/*Left pointing*/
.triangle-left {
  width: 5%;
  height: 0;
  padding-top: 5%;
  padding-bottom: 5%;
  overflow: hidden; }

.triangle-left:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: -50vw;
  border-top: 50vw solid transparent;
  border-bottom: 50vw solid transparent;
  border-right: 50vw solid #aaf284; }

/*Up-right pointing*/
.triangle-up-right {
  width: 0;
  height: 0;
  padding-left: 10%;
  padding-top: 10%;
  overflow: hidden; }

.triangle-up-right:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-left: -50vw;
  margin-top: -50vw;
  border-left: 50vw solid transparent;
  border-top: 50vw solid #aaf284; }

/*Down-right pointing*/
.triangle-down-right {
  width: 10%;
  height: 0;
  padding-top: 10%;
  overflow: hidden; }

.triangle-down-right:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: -50vw;
  border-top: 50vw solid transparent;
  border-right: 50vw solid #aaf284; }

/*Down-left pointing*/
.triangle-down-left {
  width: 10%;
  height: 0;
  padding-bottom: 10%;
  overflow: hidden; }

.triangle-down-left:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-right: 50vw solid transparent;
  border-bottom: 50vw solid #aaf284; }

/*Up-left pointing*/
.triangle-up-left {
  width: 0;
  height: 0;
  padding-bottom: 10%;
  padding-left: 10%;
  overflow: hidden; }

.triangle-up-left:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-left: -50vw;
  border-bottom: 50vw solid transparent;
  border-left: 50vw solid #aaf284; }

.Rtable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 3em 0;
  padding: 0; }

.Rtable-cell {
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  padding: 0.8em 1.2em;
  overflow: hidden;
  list-style: none;
  border: solid 1px #ddd;
  border-left: none;
  border-right: none;
  background: rgba(112, 128, 144, 0.2); }

.Rtable-cell > h1,
.Rtable-cell > h2,
.Rtable-cell > h3,
.Rtable-cell > h4,
.Rtable-cell > h5,
.Rtable-cell > h6 {
  margin: 0; }

/* Table column sizing
================================== */
.Rtable--2cols > .Rtable-cell {
  width: 50%; }

.Rtable--3cols > .Rtable-cell {
  width: 33.33%; }

.Rtable--4cols > .Rtable-cell {
  width: 25%; }

.Rtable--5cols > .Rtable-cell {
  width: 20%; }

.Rtable--6cols > .Rtable-cell {
  width: 16.6%; }

.Rtable {
  position: relative;
  top: 3px;
  left: 0px; }

.Rtable-cell {
  margin: -3px 0 0 -3px;
  background-color: white;
  border-color: #e2e6e9; }

/* Cell styles
================================== */
.Rtable-cell--dark {
  background-color: #47515b;
  border-color: #5a6673;
  color: white; }

.Rtable-cell--dark > h1,
.Rtable-cell--dark > h2,
.Rtable-cell--dark > h3,
.Rtable-cell--dark > h4,
.Rtable-cell--dark > h5,
.Rtable-cell--dark > h6 {
  color: white; }

.Rtable-cell--medium {
  background-color: #b8c0c8;
  border-color: #a9b3bc; }

.Rtable-cell--light {
  background-color: white;
  border-color: #e2e6e9; }

.Rtable-cell--highlight {
  background-color: lightgreen;
  border-color: #64e764; }

.Rtable-cell--alert {
  background-color: darkorange;
  border-color: #cc7000;
  color: white; }

.Rtable-cell--alert > h1,
.Rtable-cell--alert > h2,
.Rtable-cell--alert > h3,
.Rtable-cell--alert > h4,
.Rtable-cell--alert > h5,
.Rtable-cell--alert > h6 {
  color: white; }

.Rtable-cell--head {
  background-color: #aaf284;
  border-color: white;
  color: white; }

.Rtable-cell--head > h1,
.Rtable-cell--head > h2,
.Rtable-cell--head > h3,
.Rtable-cell--head > h4,
.Rtable-cell--head > h5,
.Rtable-cell--head > h6 {
  color: white; }

.Rtable-cell--foot {
  background-color: #ddd; }

/* Responsive
==================================== */
@media all and (max-width: 500px) {
  .Rtable--collapse {
    display: block; }

  .Rtable--collapse > .Rtable-cell {
    width: 100% !important; }

  .Rtable--collapse > .Rtable-cell--foot {
    margin-bottom: 1em; }

  /* Hide the cell to click and expande the stack */
  .Rtable-cell:not(.Rtable-cell--head) {
    display: none; }

  .Rtable-cell--head:before {
    color: #aaa;
    content: "\f0dd";
    float: right;
    font-family: FontAwesome;
    margin-right: 5px; }

  .Rtable-cell--head {
    cursor: pointer; } }
.no-flexbox .Rtable {
  display: block; }

.no-flexbox .Rtable > .Rtable-cell {
  width: 100%; }

.no-flexbox .Rtable > .Rtable-cell--foot {
  margin-bottom: 1em; }

/*  $7. Utility classes and colors */
.full-width {
  width: 100%; }

.full-height {
  height: 100%; }

.full-height-vh {
  height: 100vh; }

.full-width-vw {
  width: 100vw; }

.circle {
  border-radius: 100%; }

.rounded {
  border-radius: 100px; }

.hidden {
  display: none; }

.no-transition {
  transition: none !important; }

.ph:empty {
  display: none !important; }

/*  border  */
.border {
  border: 1px solid #aaf284; }

.border-top {
  border-top: 1px solid #aaf284; }

.border-right {
  border-right: 1px solid #aaf284; }

.border-bottom {
  border-bottom: 1px solid #aaf284; }

.border-left {
  border-left: 1px solid #aaf284; }

/*  border-radius */
.border-radius4 {
  border-radius: 4px; }

.border-radius10 {
  border-radius: 10px; }

.border-radius-top {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px; }

.border-radius-right {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.border-radius-bottom {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.border-radius-left {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

/*  text decorations  */
.text-normal {
  font-weight: 300; }

.text-line-trough {
  text-decoration: line-through; }

.text-overline {
  text-decoration: overline; }

.TEXT_UPPERCASE {
  text-transform: uppercase; }

/*---------- padding ----------*/
.padding5 {
  padding: 5px; }

.padding10 {
  padding: 10px; }

.padding15 {
  padding: 15px; }

.padding20 {
  padding: 20px; }

.padding-top5 {
  padding-top: 5px; }

.padding-right5 {
  padding-right: 5px; }

.padding-bottom5 {
  padding-bottom: 5px; }

.padding-left5 {
  padding-left: 5px; }

.padding-top10 {
  padding-top: 10px; }

.padding-right10 {
  padding-right: 10px; }

.padding-bottom10 {
  padding-bottom: 10px; }

.padding-left10 {
  padding-left: 10px; }

.padding-top15 {
  padding-top: 15px; }

.padding-right15 {
  padding-right: 15px; }

.padding-bottom15 {
  padding-bottom: 15px; }

.padding-left15 {
  padding-left: 15px; }

.padding-top20 {
  padding-top: 20px; }

.padding-right20 {
  padding-right: 20px; }

.padding-bottom20 {
  padding-bottom: 20px; }

.padding-left20 {
  padding-left: 20px; }

.no-padding {
  padding: 0 !important; }

/*---------- margin ----------*/
.margin5 {
  margin: 5px; }

.margin10 {
  margin: 10px; }

.margin15 {
  margin: 15px; }

.margin20 {
  margin: 20px; }

.margin-top5 {
  margin-top: 5px; }

.margin-right5 {
  margin-right: 5px; }

.margin-bottom5 {
  margin-bottom: 5px; }

.margin-left5 {
  margin-left: 5px; }

.margin-top10 {
  margin-top: 10px; }

.margin-right10 {
  margin-right: 10px; }

.margin-bottom10 {
  margin-bottom: 10px; }

.margin-left10 {
  margin-left: 10px; }

.margin-top15 {
  margin-top: 15px; }

.margin-right15 {
  margin-right: 15px; }

.margin-bottom15 {
  margin-bottom: 15px; }

.margin-left15 {
  margin-left: 15px; }

.margin-top20 {
  margin-top: 20px; }

.margin-right20 {
  margin-right: 20px; }

.margin-bottom20 {
  margin-bottom: 20px; }

.margin-left20 {
  margin-left: 20px; }

.margin-top70 {
  margin-top: 70px; }

.no-margin {
  margin: 0 !important; }

@media print {
  .Print_hidden {
    display: none; } }
.Float_right {
  float: right; }

.Float_left {
  float: left; }

.Clearfix-left {
  clear: left; }

.Clearfix-right {
  clear: right; }

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

* html .clearfix {
  zoom: 1; }

/* IE6 */
*:first-child + html .clearfix {
  zoom: 1; }

/* IE7 */
.see-structure-html * {
  border: 1px solid red; }

img[alt=""], img:not([alt]) {
  border: 5px dashed red; }

.hide-scroll {
  overflow: hidden; }

.hide-scroll {
  overflow: -moz-scrollbars-none; }

.hide-scroll ::-webkit-scrollbar {
  width: 0 !important; }

.hide-scroll {
  -ms-overflow-style: none; }

@media only screen and (max-width: 480px) {
  .block-main-container.open {
    overflow: hidden !important;
    height: 100vh !important; } }
@media only screen and (min-width: 481px) and (max-width: 1023px) {
  .block-main-container.open {
    overflow: hidden !important;
    height: 100vh !important; } }

img[src$=".gif"] {
  object-fit: scale-down; }

/* Animation Menu Hamburguer */
.nav-icon {
  display: block;
  width: 60%;
  height: 60%;
  position: absolute;
  margin: 30% auto 0 auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  left: 20%; }

.nav-icon .line {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

.nav-icon .line:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }

.nav-icon .line:nth-child(2) {
  top: 30%;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }

.nav-icon .line:nth-child(3) {
  top: 60%;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }

.nav-icon.open .line:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -5%;
  left: 15%; }

.nav-icon.open .line:nth-child(2) {
  width: 0%;
  opacity: 0; }

.nav-icon.open .line:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 67%;
  left: 15%; }

/* End Animation Menu Hamburguer */
@media only screen and (max-width: 480px) {
  .header-nav .menu ul {
    margin: 0; } }
@media only screen and (min-width: 481px) and (max-width: 1023px) {
  .header-nav .menu ul {
    margin: 0; } }
@media only screen and (min-width: 1024px) {
  .header-nav .menu ul {
    width: 100%; } }

.header-nav .menu li {
  position: relative;
  margin-bottom: 10px;
  display: inline-block; }
  @media only screen and (max-width: 480px) {
    .header-nav .menu li {
      margin: 0;
      display: block;
      border-bottom: 1px solid #444; } }
  @media only screen and (min-width: 481px) and (max-width: 1023px) {
    .header-nav .menu li {
      margin: 0;
      display: block;
      border-bottom: 1px solid #444; } }

@media only screen and (min-width: 1024px) {
  .header-nav .menu li.horizontal-sub-Menu {
    position: static; } }

.menu {
  height: auto; }

.icon-burguer {
  position: absolute;
  display: inline-block;
  height: 40px;
  width: 40px;
  left: 0;
  top: 0;
  z-index: 1000; }
  @media only screen and (min-width: 1024px) {
    .icon-burguer {
      display: none; } }

@media only screen and (max-width: 480px) {
  .wrap-menu {
    overflow: auto;
    height: 100%; } }
@media only screen and (min-width: 481px) and (max-width: 1023px) {
  .wrap-menu {
    overflow: auto;
    height: 100%; } }
@media only screen and (min-width: 1024px) {
  .wrap-menu {
    display: block;
    height: 55px;
    text-align: center;
    z-index: 1;
    position: absolute;
    width: 100%; } }

.header-nav {
  width: 100%;
  background-color: #3a3a3c;
  top: 0;
  z-index: 2;
  position: fixed;
  display: block;
  -webkit-backface-visibility: hidden; }
  @media only screen and (max-width: 480px) {
    .header-nav {
      top: 0;
      left: -300px;
      width: 300px;
      height: 100%;
      height: 100vh; } }
  @media only screen and (min-width: 481px) and (max-width: 1023px) {
    .header-nav {
      top: 0;
      left: -300px;
      width: 300px;
      height: 100%;
      height: 100vh; } }
  @media only screen and (min-width: 1024px) {
    .header-nav {
      display: block !important;
      background-color: transparent;
      left: 0 !important; } }

.shadow-header {
  -webkit-box-shadow: 8px -2px 15px 0px rgba(0, 0, 0, 0.58);
  box-shadow: 8px -2px 15px 0px rgba(0, 0, 0, 0.58); }
  @media only screen and (min-width: 1024px) {
    .shadow-header {
      -webkit-box-shadow: none;
      box-shadow: none; } }

.Menu_DropDownPanel {
  display: none; }
  @media only screen and (max-width: 480px) {
    .Menu_DropDownPanel {
      margin-top: 0px; } }
  @media only screen and (min-width: 481px) and (max-width: 1023px) {
    .Menu_DropDownPanel {
      margin-top: 0px; } }
  @media only screen and (min-width: 1024px) {
    .Menu_DropDownPanel {
      position: absolute;
      margin-top: 6px;
      left: 50%;
      transform: translate(-50%, 0);
      z-index: 0;
      min-width: 300px; } }

.Menu_DropDownPanel.horizontal-sub-Menu {
  height: auto;
  z-index: -1; }
  @media only screen and (min-width: 1024px) {
    .Menu_DropDownPanel.horizontal-sub-Menu {
      width: 100%;
      left: 0;
      transform: none;
      margin-top: 6px !important;
      text-align: center;
      background-color: #3a3a3c; } }

.Menu_SubItems {
  display: block;
  width: 100%;
  height: auto;
  background-color: #5b8f48;
  white-space: pre-wrap;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media only screen and (max-width: 480px) {
    .Menu_SubItems {
      width: auto; } }
  @media only screen and (min-width: 481px) and (max-width: 1023px) {
    .Menu_SubItems {
      width: auto; } }

@media only screen and (min-width: 1024px) {
  .Menu_SubItems.horizontal-sub-Menu {
    height: 100%; } }

.wrapLinksFlex {
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap; }
  @media only screen and (min-width: 1024px) {
    .wrapLinksFlex {
      flex-direction: row; } }

@media only screen and (min-width: 1024px) {
  .wrapLinksFlex > a {
    margin: 0 1px;
    flex: 1 1 0;
    border-bottom: none; } }

.Menu_DropDownPanel.open {
  display: block; }

.wrap-head-content {
  position: absolute;
  width: 100%;
  display: none; }
  @media only screen and (min-width: 1024px) {
    .wrap-head-content {
      display: block;
      position: relative; } }

.head-in-main-container {
  position: fixed;
  top: 0;
  width: 100%;
  display: block;
  z-index: 1; }
  @media only screen and (min-width: 1024px) {
    .head-in-main-container {
      display: none; } }

.animationTransitionMenu, .header-nav, .main-container {
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  -o-transition: transform .3s ease;
  transition: transform .3s ease,  -webkit-transform .3s ease; }

.main-container {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  margin-top: 0; }
  @media only screen and (min-width: 1024px) {
    .main-container {
      left: 0 !important; } }

@media only screen and (max-width: 480px) {
  .header-nav .button {
    width: 100%;
    border-color: transparent !important; } }
@media only screen and (min-width: 481px) and (max-width: 1023px) {
  .header-nav .button {
    width: 100%;
    border-color: transparent !important; } }

.wrap-icons-nav {
  float: right;
  display: inline-block;
  margin: 0 15px 0 0;
  width: auto;
  text-align: right;
  z-index: 1;
  font-size: 25px;
  color: #fff; }
  @media only screen and (min-width: 1024px) {
    .wrap-icons-nav {
      margin: 5px 15px 0 0; } }

@media only screen and (min-width: 1024px) {
  .in-menu .wrap-icons-nav {
    display: block;
    z-index: 2; } }

.wrap-icons-nav > div {
  margin-left: 5px; }

.logo-head {
  float: left;
  display: inline-block;
  height: 40px;
  width: 40px;
  background-image: url("https://www.linosousa.pt/images/logo.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 1;
  margin-left: 40px; }

@media only screen and (min-width: 1024px) {
  .in-menu .logo-head {
    display: block;
    margin-left: 0;
    top: 0;
    height: 55px;
    width: 55px; } }

.fade-background-color {
  background-color: rgba(0, 0, 0, 0.15);
  -webkit-transition: -webkit-all 500ms ease-in-out;
  -moz-transition: -moz-all 500ms ease-in-out;
  transition: all 500ms ease-in-out; }

.wrap-header {
  position: fixed;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 0; }
  @media only screen and (min-width: 1024px) {
    .wrap-header {
      display: none;
      position: relative; } }

@media only screen and (min-width: 1024px) {
  .wrap-header.in-menu {
    display: block;
    left: 0 !important; } }

.layer-black {
  top: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  display: none;
  background-color: #3a3a3c;
  opacity: .8;
  z-index: 1;
  cursor: pointer; }

@media only screen and (max-width: 480px) {
  .overflow-block {
    overflow: hidden; } }
@media only screen and (min-width: 481px) and (max-width: 1023px) {
  .overflow-block {
    overflow: hidden; } }

.more-icons {
  cursor: pointer; }

.wrap-more-icons, .in-menu .wrap-more-icons {
  position: absolute;
  text-align: center;
  right: 11px;
  top: 40px;
  display: none;
  padding: 5px;
  background-color: #5b8f48; }

.wrap-more-icons > div, .in-menu .wrap-more-icons > div {
  display: block;
  margin-bottom: 5px; }

.more-triangle {
  position: relative; }

.active-arrows {
  top: 20%;
  position: absolute;
  color: #fff;
  right: 15px; }

@media only screen and (max-width: 480px) {
  .header-nav .menu .btnBase, .header-nav .menu .button,
  .header-nav .menu button,
  .header-nav .menu input[type="submit"],
  .header-nav .menu input[type="reset"],
  .header-nav .menu input[type="button"], .header-nav .menu .btn-primary, .header-nav .menu .btn-rounded, .header-nav .menu .btn-rounded-primary, .header-nav .menu .btn-create, .header-nav .menu .btn-delete, .header-nav .menu .btn-small, .header-nav .menu .btn-full, .header-nav .menu .Menu_SubItems, .header-nav .menu .btn-full-primary, .header-nav .menu .btn-black, .header-nav .menu .btn-white, .header-nav .menu .btn-link-white, .header-nav .menu .btn-link-primary {
    width: 100%;
    border-color: transparent !important; } }
@media only screen and (min-width: 481px) and (max-width: 1023px) {
  .header-nav .menu .btnBase, .header-nav .menu .button,
  .header-nav .menu button,
  .header-nav .menu input[type="submit"],
  .header-nav .menu input[type="reset"],
  .header-nav .menu input[type="button"], .header-nav .menu .btn-primary, .header-nav .menu .btn-rounded, .header-nav .menu .btn-rounded-primary, .header-nav .menu .btn-create, .header-nav .menu .btn-delete, .header-nav .menu .btn-small, .header-nav .menu .btn-full, .header-nav .menu .Menu_SubItems, .header-nav .menu .btn-full-primary, .header-nav .menu .btn-black, .header-nav .menu .btn-white, .header-nav .menu .btn-link-white, .header-nav .menu .btn-link-primary {
    width: 100%;
    border-color: transparent !important; } }

.slideRight {
  -webkit-transform: translateX(300px);
  -ms-transform: translateX(300px);
  transform: translateX(300px); }

.slideLeft {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

.wrap-footer {
  position: relative;
  height: 300px;
  width: 100%;
  color: #fff;
  background-color: #202020; }

.wrap-LinoImg {
  display: flex;
  align-items: center; }

.linoPhoto, .linoPhoto-imgBG {
  position: relative;
  background-image: url("https://www.linosousa.pt/images/clear.gif");
  background-repeat: no-repeat;
  background-position: 0% 40%;
  background-size: cover;
  width: 100%;
  height: 70vh;
  min-height: 400px;
  padding-top: 40px; }
  @media only screen and (max-width: 480px) {
    .linoPhoto, .linoPhoto-imgBG {
      background-position: center;
      max-height: 400px;
      min-height: auto; } }
  @media only screen and (min-width: 481px) and (max-width: 1023px) {
    .linoPhoto, .linoPhoto-imgBG {
      background-position: center;
      max-height: 400px;
      min-height: 400px; } }

.linoPhoto-imgBG {
  background-image: url("https://www.linosousa.pt/images/linosousa/ls04.jpg"); }

.wrap-steps {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #3d444a;
  display: flex;
  justify-content: center;
  align-items: center; }

.iconSteps {
  width: 20%;
  min-width: 200px;
  background-color: transparent;
  box-sizing: border-box; }

.textLino {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 50vw;
  top: 55px;
  bottom: 0;
  left: 0;
  color: #fffffd;
  background-color: rgba(40, 29, 33, 0.7);
  line-height: 1.5;
  font-size: calc(.5em + .6vw);
  padding: 40px;
  text-align: center;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.72); }
  @media only screen and (max-width: 480px) {
    .textLino {
      font-size: 1em;
      top: 40px;
      bottom: 0;
      left: 0;
      width: 100vw; } }
  @media only screen and (min-width: 481px) and (max-width: 1023px) {
    .textLino {
      font-size: 1em;
      left: 0;
      top: 40px;
      bottom: 0;
      width: 50vw; } }

.textLino > div {
  max-width: 600px; }

.textTitleSteps {
  color: #fff; }

.slideImages.lsHome img {
  width: 100%;
  height: 70vh;
  min-height: 450px;
  object-fit: cover;
  object-position: top;
  padding: 5px;
  background-color: #fff;
  cursor: pointer; }

.wrap-slide {
  width: 80%;
  margin-bottom: 25px; }

.slideImages.lsHome {
  margin-bottom: 0; }

.slideImages.lsHome .slick-dots {
  bottom: -35px; }

.legendSlide {
  width: 95%;
  margin: 20px 0px 10px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  color: #1c2a17;
  background-color: #fff; }

.content-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

.content-slide > a {
  display: block;
  width: 80%;
  margin: 0 auto; }

.primary-color {
  color: #aaf284; }

.wrapMainTecnSkills ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  justify-content: center;
  padding: 0; }

.wrapMainTecnSkills li {
  box-sizing: border-box;
  flex: 1 20vw;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  margin: 3px;
  background-color: #cefcbe;
  padding: 1em; }
  .wrapMainTecnSkills li:hover {
    background-color: #fff; }
  @media only screen and (max-width: 480px) {
    .wrapMainTecnSkills li {
      flex: 1 auto; } }
  @media only screen and (min-width: 481px) and (max-width: 1023px) {
    .wrapMainTecnSkills li {
      flex: 1 auto; } }

.textMoreDetail {
  margin-top: 20px; }

.iconSection {
  background-color: transparent;
  width: 20vw;
  height: 20vw; }

.button:hover {
  color: #3a3a3c; }

.wrapImgPortfolio {
  margin: 20px 0 0;
  justify-content: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }

.wrapImgPortfolio > div {
  display: flex;
  justify-content: center;
  align-items: center; }

.wrapImgPortfolio > div > a > div:first-child img {
  border: 1px solid #47515b; }

.wrapImgPortfolio > div img {
  display: block;
  width: 20vw;
  height: 20vw;
  max-width: 400px;
  max-height: 400px;
  min-width: 150px;
  min-height: 150px;
  margin: 3px; }

.marginText {
  margin: 10px 0; }

@media only screen and (max-width: 480px) {
  .textLinoimg {
    display: none; } }
@media only screen and (min-width: 481px) and (max-width: 1023px) {
  .textLinoimg {
    display: none; } }

.wrapTextBox {
  width: 15vw;
  height: 15vw;
  min-height: 150px;
  min-width: 150px;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.3803921569);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center; }

.wrap-steps {
  display: flex; }
  @media only screen and (max-width: 480px) {
    .wrap-steps {
      flex-direction: column; } }

.stepLeft, .stepLeft-imgBG {
  position: relative;
  display: inline-flex;
  background-image: url("https://www.linosousa.pt/images/clear.gif");
  background-repeat: no-repeat;
  background-position: 0% center;
  background-size: cover;
  width: 50vw;
  height: 70vh;
  min-height: 400px;
  padding-top: 40px;
  justify-content: center;
  align-items: center; }
  @media only screen and (max-width: 480px) {
    .stepLeft, .stepLeft-imgBG {
      background-position: center;
      max-height: 400px;
      min-height: auto;
      display: none; } }
  @media only screen and (min-width: 481px) and (max-width: 1023px) {
    .stepLeft, .stepLeft-imgBG {
      background-position: center;
      max-height: 400px;
      min-height: 400px; } }

.stepLeft-imgBG {
  background-image: url("https://www.linosousa.pt/images/linosousa/PathLinoLeft.svg"); }

.stepRight, .stepRight-imgBG {
  position: relative;
  display: inline-flex;
  background-image: url("https://www.linosousa.pt/images/clear.gif");
  background-repeat: no-repeat;
  background-position: 0% 20%;
  background-size: cover;
  width: 50vw;
  height: 70vh;
  min-height: 400px;
  padding-top: 40px; }
  @media only screen and (max-width: 480px) {
    .stepRight, .stepRight-imgBG {
      max-height: 250px;
      min-height: auto;
      width: 100%; } }
  @media only screen and (min-width: 481px) and (max-width: 1023px) {
    .stepRight, .stepRight-imgBG {
      max-height: 400px;
      min-height: 400px; } }

.stepRight-imgBG {
  background-image: url("https://www.linosousa.pt/images/linosousa/PathLinoRight.svg"); }

.textStep, .textStep-right {
  width: 70%;
  color: #fffffd;
  background-color: #3d444a;
  line-height: 1.5;
  font-size: calc(.5em + .6vw);
  padding: 40px;
  text-align: center;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.72); }
  @media only screen and (max-width: 480px) {
    .textStep, .textStep-right {
      font-size: 1em; } }
  @media only screen and (min-width: 481px) and (max-width: 1023px) {
    .textStep, .textStep-right {
      font-size: 1em; } }

@media only screen and (max-width: 480px) {
  .textStep-right {
    display: block;
    margin-bottom: 20px; } }
@media only screen and (min-width: 481px) and (max-width: 1023px) {
  .textStep-right {
    display: none; } }
@media only screen and (min-width: 1024px) {
  .textStep-right {
    display: none; } }

.content {
  width: 50%;
  margin: 40px auto 20px; }

.subTitle {
  background-color: #5b8f48;
  color: #fff;
  padding: 8px 18px;
  margin-right: 5px;
  font-weight: bold;
  float: left; }

.coverWorks {
  width: 35%;
  display: inline-block;
  vertical-align: top; }

.coverWorks > img {
  width: 100%; }
