@charset "UTF-8";
/*
* Variables
*/
/*! 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.
 */
@import url("https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,300;0,400;0,600;0,700;1,300&display=swap");
@import url("https://p.typekit.net/p.css?s=1&k=upr5djk&ht=tk&f=1997.1998.1999.2000.2017.2018.2075.6160&a=13523973&app=typekit&e=css");
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 {
  -webkit-box-sizing: content-box;
          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 */
  -webkit-text-decoration: underline dotted;
          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 {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          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;
}

/*
   *  END Normalizer styles
   */
@font-face {
  font-family: "calluna";
  src: url("https://use.typekit.net/af/32f92a/000000000000000000014869/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/32f92a/000000000000000000014869/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/32f92a/000000000000000000014869/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "calluna";
  src: url("https://use.typekit.net/af/fb816c/00000000000000000001486a/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff2"), url("https://use.typekit.net/af/fb816c/00000000000000000001486a/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff"), url("https://use.typekit.net/af/fb816c/00000000000000000001486a/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 400;
}

@font-face {
  font-family: "calluna";
  src: url("https://use.typekit.net/af/9e56a2/00000000000000000001486d/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/9e56a2/00000000000000000001486d/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/9e56a2/00000000000000000001486d/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: "calluna";
  src: url("https://use.typekit.net/af/c0faa1/00000000000000000001486e/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff2"), url("https://use.typekit.net/af/c0faa1/00000000000000000001486e/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff"), url("https://use.typekit.net/af/c0faa1/00000000000000000001486e/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 700;
}

@font-face {
  font-family: "calluna";
  src: url("https://use.typekit.net/af/0d4c7b/00000000000000000001486c/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i6&v=3") format("woff2"), url("https://use.typekit.net/af/0d4c7b/00000000000000000001486c/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i6&v=3") format("woff"), url("https://use.typekit.net/af/0d4c7b/00000000000000000001486c/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i6&v=3") format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 600;
}

@font-face {
  font-family: "calluna";
  src: url("https://use.typekit.net/af/370322/00000000000000000001486b/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff2"), url("https://use.typekit.net/af/370322/00000000000000000001486b/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff"), url("https://use.typekit.net/af/370322/00000000000000000001486b/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-family: "calluna";
  src: url("https://use.typekit.net/af/52a951/00000000000000000001486f/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3") format("woff2"), url("https://use.typekit.net/af/52a951/00000000000000000001486f/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3") format("woff"), url("https://use.typekit.net/af/52a951/00000000000000000001486f/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 900;
}

@font-face {
  font-family: "calluna";
  src: url("https://use.typekit.net/af/bccc98/000000000000000000014868/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff2"), url("https://use.typekit.net/af/bccc98/000000000000000000014868/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff"), url("https://use.typekit.net/af/bccc98/000000000000000000014868/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;  
  src: url('../fonts/materialicons/MaterialIcons-Regular.woff2') format('woff2'),
    url('../fonts/materialicons/MaterialIcons-Regular.woff') format('woff'),
    url('../fonts/materialicons/MaterialIcons-Regular.ttf') format('truetype');
}

.tk-calluna {
  font-family: 'calluna', serif;
}

body {
  font-family: 'Titillium Web', sans-serif;
}

h1, h2, h3 {
  font-family: 'calluna', serif !important;
  font-weight: 200 !important;
}

h1, h2, h3, h4, h5, h6 {
  color: #204B45 !important;
}

h2 {
  font-size: 32px !important;
  font-weight: 200 !important;
}

p {
  font-size: 16px;
  color: #2e2e2e;
}

@media only screen and (min-width: 992px) {
  h2 {
    font-size: 48px !important;
  }
}

/* 
* Sweet alert
*/
.swal2-popup.swal2-toast .swal2-title {
  font-size: 1em !important;
}
/* 
* Navigation
*/
.menu-ham {
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 28px;
  z-index: 20;
}

.menu-ham.material-icons {
  font-size: 28px;

  font-family: 'Material Icons' !important; /* Ensure it overrides other fonts */
  display: inline-block;
  
  font-weight: normal;
  text-transform: none;
  letter-spacing: normal;
  vertical-align: middle;

  display: none;
}
@media (max-width:992px){
  .menu-ham.material-icons {
    font-size: 28px;
  
    font-family: 'Material Icons' !important; /* Ensure it overrides other fonts */
    display: inline-block;
    
    font-weight: normal;
    text-transform: none;
    letter-spacing: normal;
    vertical-align: middle;
  
    display: block;
  }
}

.menu-ham::after {
  content: 'menu';
}

.menu-ham-opened::after {
  content: 'close';
}

nav {
  height: 28px;
}

nav::before {
  content: '';
  width: 0;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0;
  -webkit-backdrop-filter: blur(2.5px);
          backdrop-filter: blur(2.5px);
  z-index: 0;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

nav.active::before {
  width: 100%;
  opacity: 0.25;
}

nav .menu-container {
  position: fixed;
  top: 0;
  right: 0;
  background-color: #fff;
  width: 0;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 1;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
  overflow-x: hidden;
}

nav .menu-container.active {
  width: 310px;
}

nav .menu-container .menu-body {
  margin-top: 40px;
  width: 310px;
  overflow-y: hidden;
}

nav .menu-container .menu-footer {
  width: 310px;
  background-color: #215A52;
  color: #fff;
  padding: 30px 40px;
}

nav .menu-container .menu-footer h2 {
  color: #fff !important;
  width: auto;
  font-size: 48px !important;
  font-weight: 200 !important;
  margin: 0;
  margin-bottom: 25px;
}

nav .menu-container .main-nav {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
}

nav .menu-container .main-nav a {
  color: #2e2e2e;
}

nav .menu-container .main-nav a:hover, nav .menu-container .main-nav a:active, nav .menu-container .main-nav a.active {
  color: #37C89A;

}



nav .menu-container .secondary-nav {
  margin-top: 32px;
}

nav .menu-container .secondary-nav a {
  color: #2e2e2e;
}

nav .menu-container .secondary-nav a:hover, nav .menu-container .secondary-nav a:active, nav .menu-container .secondary-nav a.active {
  color: #37C89A;
}

nav .menu-container ul {
  list-style-type: none;
  padding: 0 40px;
}

nav .menu-container ul li a {
  display: block;
  /*padding: 8px 0;*/
}

/*
*   Navigation on desktop (min-width: 992px) 
*/
@media only screen and (min-width: 992px) {
  nav .menu-ham {
    display: none;
  }
  nav .menu-container {
    position: static;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: transparent;
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
  nav .menu-container .menu-body {
    margin-top: 0;
    width: 100%;
  }
  nav .menu-container .menu-footer {
    display: none;
  }
  nav .menu-container .main-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
  }
  nav .menu-container .main-nav a {
    white-space: nowrap;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border-bottom: 2px solid transparent;
  }
  nav .menu-container .main-nav a:hover {
    border-bottom: 2px solid #37C89A !important;
    color: #2e2e2e;
  }
  nav .menu-container .secondary-nav {
    display: none;
  }
  nav .menu-container ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 0;
  }
  nav .menu-container ul li a {
    /*padding: 4px 0;*/
    margin: 0 18px;
  }
}

@media only screen and (min-width: 1200px) {
  nav .menu-container .main-nav {
    margin-right: 200px;
  }
}



/*
*   Grid Layout
*/
.before-grid, .after-grid {
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.before-grid h3 {
  font-size: 26px;
  text-align: center;
}

.max-with-grid-item {
  opacity: 0;
  height: 0px;
}

.grid-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}

.grid-item {
  z-index: 0;
  display: -ms-grid;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.grid-item.square::before {
  content: '';
  padding-top: 100%;
  display: block;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1 / 1 / 2 / 2;
}

.grid-item .bg-img {
  width: 100%;
  height: 100%;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1 / 1 / 2 / 2;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}

.grid-item:hover .bg-img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.grid-item .item-content {
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 40px;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1 / 1 / 2 / 2;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.grid-item .item-content.product {
  background: transparent -webkit-gradient(linear, left bottom, left top, color-stop(-50%, #000000), color-stop(50%, #00000000)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(0deg, #000000 -50%, #00000000 50%) 0% 0% no-repeat padding-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}

.grid-item .item-content.product h3 {
  margin-bottom: 0 !important;
  font-family: 'Titillium Web', sans-serif !important;
  font-weight: 600 !important;
  color: #fff !important;
}

.grid-item .item-content.product .hover-btn {
  opacity: 0;
  visibility: visible;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

.grid-item .item-content.product .hover-btn a {
  width: 100%;
  height: 100%;
}

.grid-item .item-content.text {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.grid-item .item-content h3 {
  font-size: 26px;
}

@media only screen and (min-width: 576px) {
  .grid-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(200px, 1fr))[2];
        grid-template-columns: repeat(2, minmax(200px, 1fr));
  }
}

@media only screen and (min-width: 992px) {
  .grid-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(200px, 1fr))[3];
        grid-template-columns: repeat(3, minmax(200px, 1fr));
  }
  .grid-item.col-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-area: 1 / 2 / 1 / 4;
  }
  .grid-item.col-2::before {
    padding: 0;
  }
  .grid-item .item-content.product .hover-btn {
    visibility: hidden;
    width: auto;
    height: auto;
  }
  .grid-item .item-content.product .hover-btn a {
    width: 80px;
    height: 80px;
  }
  .grid-item .item-content.product:hover .hover-btn {
    opacity: 1;
    visibility: visible;
  }
}

@media only screen and (min-width: 1600px) {
  .grid-item .item-content.text h3 {
    font-size: 36px;
  }
}


/*
* Header
*/
.main-nav-container {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 28px;
  background-color: #fff;
}

.main-nav-container .left {
  width: 165px;
}

.main-nav-container .left .logo {
  display: block;
}

.main-nav-container .left .logo img {
  width: 165px;
  height: auto;
}

.main-nav-container .left .light-logo {
  display: none;
}

.main-nav-container .right {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}

@media only screen and (min-width: 992px) {
  .main-nav-container {
    padding: 20px 86px;
  }
  .main-nav-container .left {
    width: 200px;
  }
  .main-nav-container .left .logo img {
    width: 200px;
  }
  .main-nav-container.transparent-bg {
    background-color: transparent;
  }
  .main-nav-container.transparent-bg .left .light-logo {
    display: block;
  }
  .main-nav-container.transparent-bg .left .dark-logo {
    display: none;
  }
  .main-nav-container.transparent-bg nav .menu-container .main-nav a {
    color: #fff;
  }
  .main-nav-container.transparent-bg nav .menu-container .main-nav a:active, .main-nav-container.transparent-bg nav .menu-container .main-nav a.active {
    color: #37C89A;
  }
}

@media only screen and (min-width: 1600px) {
  .main-nav-container {
    padding: 20px 140px;
  }
}

/*
*   Footer styles
*/
footer {
  background-color: #204B45;
}

footer .container-mid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  padding-bottom: 40px;
}

footer .container-mid .col-3 {
  width: 100%;
  padding-top: 40px;
}

footer .container-mid .col-3 ul, footer ul {
  list-style: none;
  padding-left: 28px;
  margin: 0;
}

footer .container-mid .col-3 ul a, footer ul a {
  display: inline-block;
  padding: 2px 0;
  margin: 2px 0;
  border-bottom: 2px solid transparent;
}

footer .container-mid .col-3 ul a:hover, footer ul a:hover {
  border-bottom: 2px solid #37C89A;
}

footer .container-mid .col-3 .menu a, footer .link_menu_do_rodape {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
}

footer .container-mid .login-btn, footer .login-btn {
  width: 100%;
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-negative: 3;
      flex-shrink: 3;
  background-color: #215A52;
  padding: 40px 40px 40px 86px;
}

footer .container-mid .login-btn h2, footer h2 {
  color: #fff !important;
  font-size: 38px !important; 
  font-weight: 200 !important;
  margin: 0 !important;
  margin-right: 30px !important;
}

footer .container-mid .login-btn .btn-arrow-circle, footer .btn-arrow-circle {
  width: 60px;
  height: 60px;
}

footer .container-mid .login-btn .btn-arrow-circle img, footer .btn-arrow-circle img {
  width: 20px;
}

footer .container-bottom {
  font-size: 14px;
  padding: 20px 28px;
  color: #E2E2E2;
  border-top: 1px solid #215A52;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

footer .container-bottom a {
  margin: 5px 0;
  color: #E2E2E2;
  border-bottom: 2px solid transparent;
}

footer .container-bottom a:hover {
  border-bottom: 2px solid #37C89A;
}

footer .container-bottom p {
  margin: 0;
  color: #fff;
}

footer .container-bottom .right p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 25px;
}

footer .container-bottom .right p span {
  padding: 0 10px;
  display: none;
}

@media only screen and (min-width: 576px) {
  footer .container-mid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-bottom: 0;
  }
  footer .container-mid .col-3 {
    width: 50%;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  footer .container-bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  footer .container-bottom a {
    margin: 0;
  }
  footer .container-bottom .right p {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 0;
  }
  footer .container-bottom .right p span {
    display: inline-block;
  }
}

@media only screen and (min-width: 992px) {
  footer .container-mid {
    padding-right: 86px;
  }
  footer .container-mid .col-3 {
    width: 30%;
  }
  footer .container-mid .col-3 ul {
    padding-left: 80px;
  }
  footer .container-mid .login-btn, footer .login-btn {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  footer .container-bottom {
    padding: 20px 86px;
  }
}

/*
*   Buttons
*/
.btn-arrow-circle {
  display: block;
  width: 80px;
  height: 80px;
  background-color: #204B45;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btn-arrow-circle img {
  width: 25px;
  height: auto;
}

a {
  text-decoration: none;
  color: #37C89A;
}

.btn-container {
  width: 100%;
  margin: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.link-arrow-after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px;
  position: relative;
  padding-bottom: 5px;
}

.link-arrow-after::after {
  content: '';
  display: block;
  width: 26px;
  height: 13px;
  margin-left: 10px;
  background-image: url("../imagens/nav/seta-dark-green.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.link-arrow-after::before {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background-color: #204B45;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.link-arrow-after:hover::before {
  width: 100%;
}

.floating-btn-container .login-btn {
  position: relative;
}

.floating-btn-container .login-btn img {
  display: block;
  position: fixed;
  top: 150px;
  right: 86px;
  width: 100px;
}

.floating-btn-container .login-btn:hover img.hover {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.floating-btn-container {
  display: none;
}

@media only screen and (min-width: 992px) {
  .floating-btn-container {
    display: block;
  }
}

.know-more .btn {
  padding: 12px 18px;
  border: 2px solid #204B45;
  background-color: #204B45;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
  border-radius: 0 !important; 
}

.know-more .btn::after {
  content: '';
  display: inline-block;
  width: 0;
  height: 12px;
  background-image: url("../imagens/nav/seta-accent-green.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.know-more .btn:hover {
  background-color: #204B45 !important;
  color: #37C89A;
}

.know-more .btn:hover::after {
  width: 24px;
  margin-left: 20px;
}

@media only screen and (min-width: 992px) {
  .know-more .btn {
    border: 2px solid #37C89A;
    background-color: transparent;
  }
  .know-more .btn:hover {
    background-color: #204B45;
    border: 2px solid #204B45;
  }
  .know-more .btn:hover::after {
    width: 24px;
    margin-left: 20px;
  }
}

/*
*   Formulários / Forms
*/
form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #204B45;
}

form label {
  margin-bottom: 0;
  position: relative;
  border-bottom: 1px solid #ddd;
  width: 100%;
  padding-bottom: 3px;
}

form label input, form label select {
  width: 100%;
  padding: 8px 8px;
  margin-top: 15px;
  border: none;
  outline: none;
}

form label input::-webkit-input-placeholder, form label select::-webkit-input-placeholder {
  opacity: 0;
}

form label input:-ms-input-placeholder, form label select:-ms-input-placeholder {
  opacity: 0;
}

form label input::-ms-input-placeholder, form label select::-ms-input-placeholder {
  opacity: 0;
}

form label input::placeholder, form label select::placeholder {
  opacity: 0;
}

form label textarea {
  width: 100%;
  padding: 8px 8px;
  margin-top: 25px;
  border: none;
  outline: none;
}

form label textarea::-webkit-input-placeholder {
  opacity: 0;
}

form label textarea:-ms-input-placeholder {
  opacity: 0;
}

form label textarea::-ms-input-placeholder {
  opacity: 0;
}

form label textarea::placeholder {
  opacity: 0;
}

form label span {
  position: absolute;
  top: 0;
  left: 8px;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}

form label:focus-within > span,
form input:not(:placeholder-shown) + span,
form select:not(:placeholder-shown) + span,
form textarea:not(:placeholder-shown) + span {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  font-size: 14px;
}

form .agree-container {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

form label.agree-checkbox, form .politicaprivacidade label {
  border: none;
  padding-left: 30px;
  margin: 10px 0;
}

form label.agree-checkbox input, form .politicaprivacidade input {
  width: auto;
  margin-right: 10px;
}

form label.agree-checkbox [type="checkbox"], form .politicaprivacidade [type="checkbox"] {
  display: none;
}

form label.agree-checkbox .checkbox, form .politicaprivacidade .checkbox{
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  border: 2px solid #204B45;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

form label.agree-checkbox:hover input[type="checkbox"] ~ .checkbox::before,
form .politicaprivacidade label:hover input[type="checkbox"] ~ .checkbox::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 3px;
  background-color: #37C89A;
}

form label.agree-checkbox input[type="checkbox"]:checked ~ .checkbox, form input[type="checkbox"]:checked ~ .checkbox {
  background-color: #37C89A;
}

form label.agree-checkbox input[type="checkbox"]:checked ~ .checkbox::after,
form input[type="checkbox"]:checked ~ .checkbox::after {
  content: '';
  position: absolute;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

form .send-btn-container {
  margin: 60px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

form button {
  background: none;
  outline: none;
  border: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #37C89A;
  cursor: pointer;
}

.fields-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(230px, 1fr))[1];
      grid-template-columns: repeat(1, minmax(230px, 1fr));
  gap: 2rem;
  margin-bottom: 2rem;
}

.fields-container .field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 992px) {
  .fields-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(230px, 1fr))[3];
        grid-template-columns: repeat(3, minmax(230px, 1fr));
    gap: 3rem;
  }
  form .send-btn-container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.form-modal-container {
  display: none;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: rgba(0, 0, 0, 0.2);
  overflow-y: scroll;
}

.form-modal-container .form-modal {
  max-width: 1200px;
  width: 100%;
  background-color: #fff;
  padding: 20px 80px 0;
  position: relative;
}

@media (max-width:768px){
  .form-modal-container .form-modal {
    padding: 20px 20px 0;
  }
}
@media (max-width:425px){
  .form-modal-container .form-modal h2 {
    text-align: center;
    /* word-wrap: break-word; */
    width: 150px;
    margin: 0 auto;
  }
}

.form-modal-container .form-modal h2 {
  text-align: center;
}

.form-modal-container .form-modal .close {
  -webkit-transition: none;
  transition: none;
  position: absolute;
  top: 25px;
  right: 50px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.form-modal-container .form-modal .close span:nth-child(1) {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #2e2e2e;
  -webkit-transform: translateY(11px);
          transform: translateY(11px);
  -webkit-transition: none;
  transition: none;
}

.form-modal-container .form-modal .close span:nth-child(2) {
  display: block;
  width: 2px;
  height: 20px;
  background-color: #2e2e2e;
  -webkit-transform: translateX(9px);
          transform: translateX(9px);
  -webkit-transition: none;
  transition: none;
}

.form-modal-container.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}

@media only screen and (min-width: 992px) {
  .form-modal-container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

/*
* Interactive Map
*/
.interactive-map {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.interactive-map .map-container, .interactive-map .info-container {
  width: 100%;
}

.interactive-map .map-container {
  min-height: 400px;
  background-color: #204B45;
  background-size: cover;
}

.interactive-map .info-container {
  padding: 40px 28px;
  background-color: #f7f7f7;
}

.interactive-map .info-container h2 {
  margin-bottom: 0;
}

.interactive-map .info-container h5 {
  font-weight: 400;
  font-size: 0.83em;
  margin-block-start: 1.67em;
  margin-block-end: 1.67em;
}

.interactive-map .info-container .location-list {
  padding: 25px 0 0;
}

.interactive-map .info-container .location-list h4 {
  font-size: 20px;
  font-weight: bold;
}

.interactive-map .info-container .location-list ul {
  list-style-image: url("../imagens/icons/seta-list.svg");
}

.interactive-map .info-container .location-list ul li {
  padding-left: 10px;
  margin-bottom: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.interactive-map .info-container .location-list ul li .active {
  color: #204B45;
}

.interactive-map .info-container .illustration {
  display: none;
  height: 80px;
  position: relative;
}

.interactive-map .info-container .illustration img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 45%;
}

@media only screen and (min-width: 992px) {
  .interactive-map {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .interactive-map .map-container, .interactive-map .info-container {
    width: 50%;
  }
  .interactive-map .info-container {
    padding: 40px 86px;
  }
  .interactive-map .info-container .illustration {
    display: block;
  }
}

#map {
  z-index: 0;
  width: 100%;
  min-height: 500px;
}

#map h5 {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
}

#map a {
  font-size: 12px;
  color: #204B45;
  text-decoration: underline;
}

#map .leaflet-popup-tip-container {
  display: none;
}

@media only screen and (min-width: 992px) {
  #map {
    width: 100%;
    min-height: 800px;
  }
}

/*
*   base styles
*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

body {
  min-height: 100vh;
  min-height: -webkit-fill-available;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

html {
  height: -webkit-fill-available;
}

.overflow-hidden {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

html {
  scroll-behavior: smooth;
}

/*.container {
  padding: 120px 28px;
}*/

.container.full-width {
  padding: 0;
}

.container .text-col-container {
  max-width: 550px;
  margin: 0 auto;
}
.faq-illustration h3 {
  margin-block-start: 1em;
  margin-block-end: 1em;
}

@media only screen and (min-width: 992px) {
  /*.container {
    padding: 180px 86px;
  }*/
  .container.full-width {
    padding: 0;
  }
  .container .text-col-container {
    margin: 0;
  }
}

@media only screen and (min-width: 1600px) {
  /*.container {
    padding: 180px 140px;
  }*/
  .container.full-width {
    padding: 0;
  }
}

.gray-bg {
  background-color: #f7f7f7;
}

.vertical-line {
  content: '';
  display: block;
  width: 1px;
  height: 60px;
  background-color: #37C89A;
}

.grid-item.hide-mobile {
  display: none;
}

@media only screen and (min-width: 992px) {
  .grid-item.hide-mobile {
    display: -ms-grid;
    display: grid;
  }
  .hide-desktop {
    display: none;
  }
}

a.anchor {
  display: block;
  position: relative;
  top: -70px;
  visibility: hidden;
}

.breadcrumbs {
  padding-top: 80px;
  padding-bottom: 20px;
}

.breadcrumbs ul {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.breadcrumbs ul li {
  margin-bottom: 5px;
}

.breadcrumbs ul li a {
  color: #204B45;
  border-bottom: 1px solid transparent;
}

.breadcrumbs ul li a:hover {
  border-bottom: 1px solid #204B45;
}

.breadcrumbs ul li:not(:last-child) {
  padding-right: 16px;
}

.breadcrumbs ul li:not(:last-child):after {
  margin-left: 16px;
  display: inline-block;
  content: '';
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #A3A3A3;
  border-right: 1px solid #A3A3A3;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.breadcrumbs ul li:last-child {
  color: #A3A3A3;
}

@media only screen and (min-width: 992px) {
  .breadcrumbs {
    padding-top: 120px;
  }
}

.container.simple-text {
  background-color: #f7f7f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.container.simple-text .max-900-w {
  max-width: 900px;
}

.container.simple-text h4 {
  margin-top: 3rem;
  font-size: 16px;
  font-weight: bold;
}
.container.simple-text h5 {
  margin-block-start: 1.67em;
  margin-block-end: 1.67em;
  font-size: 0.83em;
  font-weight: bold;
}

.container.simple-text ul {
  list-style-type: '— ';
}

/**************** Temporary *****************/
/**************** END Temporary *****************/
/*
* Home Styles
*/
section.hero {
  width: 100%;
  height: 100vh;
}

section.hero .bg-img {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

section.hero .bg-img::before {
  z-index: -1;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#000000), to(#00000000)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #000000 0%, #00000000 100%) 0% 0% no-repeat padding-box;
  opacity: 0.44;
}

section.hero .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section.hero .content h1, .swiper-slide h1 {
  max-width: 900px;
  padding: 30px;
  margin: 0;
  color: #fff;
  font-size: 30px;
  text-align: center;
  margin: 0 auto;
  font-weight: 200;
}

section.hero .scroll-down-btn, .swiper-slide .scroll-down-btn {
  position: absolute;
  bottom: 60px;
  border-radius: 50%;
  background-color: #fff;
  transform: translate(-50%, -50%);
}

section.hero .scroll-down-btn:hover, .swiper-slide .scroll-down-btn:hover {
  background-color: #37C89A;
}

section.hero .scroll-down-btn img, .swiper-slide .scroll-down-btn img {
  display: block;
  width: 24px;
  height: 24px;
  margin: 20px;
}
.swiper-slide {
  text-align: center !important;
}
.fundo_geral_footer2 .classificacao_linha {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
@media only screen and (min-width: 992px) {
  section.hero .content h1, .swiper-slide h1 {
    font-size: 55px;
  }
}

section.process-description {
  text-align: center;
  padding-bottom: 100px;
}

section.process-description h2, .classificacao_contentor h2 {
  margin: 0;
}

section.process-description .cards-block {
  padding: 40px 0;
}

section.process-description .cards-block .icon-card-simple {
  padding: 40px 0;
}

section.process-description .cards-block .icon-card-simple img {
  width: auto;
  height: 130px;
}

section.process-description .cards-block .icon-card-simple h4, .h4 {
  font-size: 20px;
  margin: 20px 0;
}

@media only screen and (min-width: 768px) {
  section.process-description h2, .classificacao_contentor h2  {
    margin-bottom: 40px;
  }
  section.process-description .cards-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  section.process-description .cards-block .icon-card-simple {
    min-width: 200px;
  }
}

@media only screen and (min-width: 992px) {
  section.process-description .cards-block .icon-card-simple {
    min-width: 300px;
  }
}

.parallax-bg {
  background-attachment: fixed;
}

section.ambiente-text {
  z-index: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 150px !important;
}

section.ambiente-text span {
  margin: 80px 0 40px 0;
}

section.ambiente-text h2, section.ambiente-text p {
  max-width: 800px;
  color: #fff !important;
}

section.ambiente-text h2 {
  margin-top: 0;
}

section.ambiente-text p {
  font-size: 20px;
  line-height: 26px;
}

.contentor-produtos .col-2 {
  width: 100%;
}

@media only screen and (min-width: 992px) {
  section.ambiente-text span {
    margin-top: 120px;
  }
  section.ambiente-text h2, section.ambiente-text p {
    max-width: 800px;
  }
}

.product-cicle .title-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product-cicle .title-container h2 {
  margin: 0;
}

.product-cicle .title-container img {
  width: 50px;
  height: auto;
  -webkit-transform: translateX(200%);
          transform: translateX(200%);
}

.product-cicle .illustration {
  padding-top: 20px;
  text-align: center;
}

.product-cicle .illustration img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 600px;
}

@media only screen and (min-width: 576px) {
  .product-cicle .title-container img {
    width: 80px;
    -webkit-transform: translateX(200%);
            transform: translateX(200%);
  }
}

@media only screen and (min-width: 768px) {
  .product-cicle .title-container img {
    width: 80px;
    -webkit-transform: translateX(300%);
            transform: translateX(300%);
  }
}

@media only screen and (min-width: 1200px) {
  .product-cicle .title-container img {
    width: 100px;
  }
  .product-cicle .illustration {
    margin-top: -200px;
    text-align: center;
  }
}

@media only screen and (min-width: 1600px) {
  .product-cicle .title-container img {
    width: 150px;
  }
  .product-cicle .illustration {
    margin-top: -300px;
    text-align: center;
  }
  .product-cicle .illustration img {
    width: auto;
    max-width: 100%;
    max-height: 900px;
  }
}

/*
*   Página Empresa
*/
section.about {
  background-color: #f7f7f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

section.about h2 {
  margin-top: 0;
}

section.about .compromissos,  .compromissos{
  margin-top: 80px;
}

section.about .pme-lider, .text-col-container .pme-lider {
  width: 70px;
  margin-top: 30px;
}

section.about ul, .compromissos ul {
  list-style-type: '— ';
  padding: 20px;
}

section.about ul li, .compromissos li {
  font-weight: 600;
}

section.about ul li::marker, .compromissos li::marker {
  color: #37C89A;
  font-weight: 400;
}

section.about .left-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

section.about .right-col {
  position: fixed;
  top: 200px;
  right: 86px;
  padding: 50px;
  display: none;
}

section.about .camiao, section.about .estante {
  width: 200px;
  display: block;
  position: absolute;
}

section.about .estante {
  top: 30px;
  right: 80px;
}

section.about .camiao {
  top: -45px;
  right: 145px;
}

@media only screen and (min-width: 992px) {
  section.about .left-col, section.about .right-col {
    width: 50%;
  }
  section.about .right-col {
    display: block;
  }
}

@media only screen and (min-width: 1200px) {
  section.about .right-col {
    display: block;
  }
  section.about .camiao, section.about .estante {
    width: 220px;
    display: block;
    position: absolute;
  }
  section.about .estante {
    top: 50px;
    right: 100px;
  }
  section.about .camiao {
    top: -30px;
    right: 170px;
  }
}

@media only screen and (min-width: 1600px) {
  section.about .right-col {
    display: block;
  }
  section.about .camiao, section.about .estante {
    width: 300px;
    display: block;
    position: absolute;
  }
  section.about .estante {
    top: 60px;
    right: 100px;
  }
  section.about .camiao {
    top: -50px;
    right: 190px;
  }
}

/*
*   Página de produtos
*/
.products-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 0;
  padding-top: 120px;
}

.products-grid h2 {
  text-align: center;
  margin-bottom: 80px;
}

.products-grid::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 600px;
  background-color: #f7f7f7;
  z-index: -1;
}

@media only screen and (min-width: 992px) {
  .products-grid .grid-item {
    min-width: 250px;
  }
  .products-grid .grid-container {
    gap: 3rem;
  }
}

@media only screen and (min-width: 1200px) {
  .products-grid .grid-item {
    min-width: 300px;
  }
}

.product-detail {
  padding-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.product-detail .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px;
  min-height: 400px;
}

.product-detail .image .img-container {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.product-detail .image .swiper .swiper-slide {
  background-size: cover;
  background-position: center;
}

.product-detail .image .swiperProductImg, .product-detail .image .swiperProductThumb {
  width: 100%;
}

.product-detail .image .swiperProductImg {
  height: 300px;
}

.product-detail .image .swiperProductThumb {
  height: 100px;
}

.product-detail .image .swiper-button-next, .product-detail .image .swiper-button-prev {
  color: #37C89A;
}

.product-detail .details h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: 'Titillium Web', sans-serif !important;
  font-weight: 600  !important;
}

.product-detail .details .ref {
  text-transform: uppercase;
}

.product-detail .details .product-atributes {
  padding: 40px 0 25px;
}

.product-detail .details .product-atributes .atribute {
  border-bottom: 1px solid #E2E2E2;
}

.product-detail .details .product-atributes .atribute h5 {
  margin-bottom: 5px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 16px;
}

.product-detail .details .product-atributes .atribute p {
  margin-top: 5px;
  font-size: 20px;
  color: #2e2e2e;
}

.product-detail .details .info-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 25px;
}

.product-detail .details .info-icons .icon {
  width: 100px;
  padding: 15px;
}

.product-detail .details .info-icons .icon img {
  width: 100%;
}

@media only screen and (min-width: 576px) {
  .product-detail .image .swiperProductImg {
    height: 350px;
  }
}

@media only screen and (min-width: 768px) {
  .product-detail .image .swiperProductImg {
    height: 420px;
  }
}

@media only screen and (min-width: 992px) {
  .product-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .product-detail .image, .product-detail .details {
    width: 50%;
  }
  .product-detail .image .swiperProductImg {
    height: 300px;
  }
}

@media only screen and (min-width: 1200px) {
  .product-detail .image .swiperProductImg {
    height: 400px;
  }
}

@media only screen and (min-width: 1600px) {
  .product-detail .image .swiperProductImg {
    height: 450px;
  }
}

.other-products {
  padding-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 0;
  position: relative;
  margin-bottom: 140px;
}

.other-products .vertical-line {
  margin-top: -30px;
}

.other-products h2 {
  margin-top: 15px;
}

.other-products::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 260px;
  background-color: #f7f7f7;
  z-index: -1;
}

.other-products .grid-container {
  width: 100%;
}

@media only screen and (min-width: 992px) {
  .other-products .btn-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

/*
*   Apoio ao cliente
*/
section.apoio {
  background-color: #f7f7f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

section.apoio h2 {
  margin-top: 0;
}

section.apoio .left-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

section.apoio .right-col {
  padding: 50px;
}

.faq {
  padding: 10px 0;
}

.faq h4 {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: bold;
}

.faq-illustration {
  width: 100%;
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 0;
}

.faq-illustration::before {
  content: '';
  display: block;
  position: absolute;
  top: -55px;
  /*left: -85px;
  right: 0;*/
  bottom: 0;
  background-image: url("../imagens/illustrations/balao.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100vw;
  height: 500px;
  z-index: -1;
}


.faq-illustration .apoio-cliente {
  display: none;
}

.faq-illustration .text h3 {
  font-family: 'Titillium Web', sans-serif !important;
  font-weight: 200 !important;
  font-size: 30px;
  text-align: center;
}
@media only screen and (max-width: 500px) {
  .faq-illustration .text h3 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) {
  section.apoio {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  section.apoio .left-col, section.apoio .right-col {
    width: 50%;
  }
  section.apoio .right-col {
    display: block;
  }
  .faq-illustration {
    width: 50%;
    padding-right: 86px;
    position: fixed;
    top: 120px;
    right: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .faq-illustration::before {
    display: none;
  }
  .faq-illustration .apoio-cliente {
    display: block;
    max-width: 100%;
    max-height: 500px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .faq-illustration .text {
    max-width: 300px;
    -webkit-transform: translate(40px, 40px);
            transform: translate(40px, 40px);
  }
}

@media only screen and (min-width: 1600px) {
  .faq-illustration .text {
    max-width: 300px;
    -webkit-transform: translate(50px, 50px);
            transform: translate(50px, 50px);
  }
}

/*
*   Contactos
*/
section.contactos {
  background-color: #204B45;
  color: #fff;
  position: relative;
  z-index: 0;
  overflow-x: hidden;
}

section.contactos h2 {
  color: #fff !important;
}

section.contactos p {
  letter-spacing: 1.5px;
  margin-top: 5px;
  color: #fff;
}

section.contactos span {
  color: #37C89A;
}

section.contactos p span {
  text-transform: uppercase;
}

section.contactos .title {
  margin-bottom: 5px;
}

section.contactos a {
  color: #fff;
  border-bottom: 1px solid transparent;
}

section.contactos a:hover {
  border-bottom: 1px solid #37C89A;
}

section.contactos .coords {
  padding: 30px 0;
}

section.contactos::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  right: -50px;
  background-image: url("../imagens/illustrations/ilustracao-contactos.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 400px;
  height: 230px;
  z-index: -1;
}

@media only screen and (min-width: 768px) {
  section.contactos::before {
    right: 80px;
    width: 500px;
    height: 300px;
  }
}

@media only screen and (min-width: 992px) {
  section.contactos::before {
    right: 100px;
    width: 500px;
    height: 300px;
  }
  section.contactos .left-col {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media only screen and (min-width: 1200px) {
  section.contactos::before {
    right: 180px;
    width: 600px;
    height: 350px;
  }
}

@media only screen and (min-width: 1600px) {
  section.contactos::before {
    right: 280px;
    width: 700px;
    height: 430px;
  }
}

.container.form-section {
  padding-top: 120px;
}

.container.form-section h2 {
  margin-top: 0;
  text-align: center;
}
/*# sourceMappingURL=main.css.map */