@charset "UTF-8";
@import url("font/stylesheet.css");
@import url("plugins/cookieconsent.min.css");
@import url("plugins/swiper.min.css");
@import url("plugins/jquery.mCustomScrollbar.css");
.clearfix::after, .node-contactos .content form::after,
.node-contactos .content .field-name-field-contactos::after, .node-contactos .content form > div::after {
  display: block;
  content: "";
  width: 100%;
  clear: both;
}

* {
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1;
  font-family: 'Metropolis', Arial, Helvetica, sans-serif;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  -webkit-tap-highlight-color: transparent;
  -moz-tap-highlight-color: transparent;
  -o-tap-highlight-color: transparent;
}

*:focus {
  outline: 0;
  outline: none;
}

html,
body {
  min-width: 366px;
  font-size: 16px;
  line-height: 1;
  margin: 0;
  padding: 0;
  background: #e8e8e8;
  min-height: 100vh;
  overflow: hidden;
}

@media (max-width: 1279px) {
  html,
  body {
    font-size: 15px;
    overflow: auto;
    overflow-x: hidden;
  }
}

@media (max-width: 739px) {
  html,
  body {
    font-size: 14px;
  }
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (max-width: 1023px) {
  body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 1023px) {
  body header {
    display: block;
    position: absolute;
    background: #e8e8e8;
    width: 100%;
    z-index: 10;
  }
}

body header > div {
  width: 300px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

@media (max-width: 1279px) {
  body header > div {
    width: 230px;
  }
}

@media (max-width: 1023px) {
  body header > div {
    width: 250px;
    min-height: 0px;
    margin: 0 auto;
  }
}

@media (max-height: 767px) and (min-width: 1023px) {
  body header > div {
    padding: 0px 25px;
  }
}

body header > div .header-wrapper {
  text-align: center;
  padding: 45px 0px;
}

@media (max-width: 1279px) {
  body header > div .header-wrapper {
    padding: 30px 0px;
  }
}

@media (max-width: 1023px) {
  body header > div .header-wrapper {
    text-align: left;
  }
}

@media (max-height: 767px) and (min-width: 1023px) {
  body header > div .header-wrapper {
    padding: 25px 0px;
  }
}

body header > div .header-wrapper #logo {
  text-align: center;
}

body header > div .header-wrapper #logo img {
  width: 74px;
  height: auto;
}

@media (max-width: 1023px) {
  body header > div .header-wrapper #logo img {
    width: 60px;
  }
}

body header > div #mobile {
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 50 50.893' xml:space='preserve'%3E%3Cpath fill='%23333333' d='M32.144,6.25c0,0.986-0.799,1.785-1.785,1.785H1.786C0.8,8.036,0,7.236,0,6.25V1.785C0,0.799,0.8,0,1.786,0 h28.572c0.986,0,1.785,0.799,1.785,1.785V6.25z M1.786,14.286h46.429c0.986,0,1.785,0.799,1.785,1.785v4.465 c0,0.986-0.799,1.786-1.785,1.786H1.786C0.8,22.322,0,21.522,0,20.536v-4.465C0,15.085,0.8,14.286,1.786,14.286z M32.144,30.357 v4.465c0,0.986-0.799,1.785-1.785,1.785H1.786C0.8,36.607,0,35.808,0,34.822v-4.465c0-0.986,0.8-1.786,1.786-1.786h28.572 C31.345,28.572,32.144,29.371,32.144,30.357z M0,49.108v-4.465c0-0.986,0.8-1.785,1.786-1.785h46.429 c0.986,0,1.785,0.799,1.785,1.785v4.465c0,0.986-0.799,1.785-1.785,1.785H1.786C0.8,50.893,0,50.094,0,49.108z'/%3E%3C/svg%3E%0A");
  margin-bottom: 5px;
  display: none;
  cursor: pointer;
}

@media (max-width: 1023px), (max-height: 767px) {
  body header > div #mobile {
    display: block;
  }
}

body header > div #mobile.opened:after {
  -webkit-transform: scaleY(-1);
  -moz-transition: scaleY(-1);
  transform: scaleY(-1);
  -webkit-filter: FlipV;
          filter: FlipV;
  -ms-filter: "FlipV";
}

body header > div #mobile:after {
  content: ' ';
  width: 14px;
  height: 16px;
  margin-left: auto;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 50 32.284' xml:space='preserve'%3E%3Cpath fill='%23333333' d='M27.655,31.187c-1.468,1.469-3.843,1.469-5.311-0.021L1.102,9.923c-1.469-1.447-1.469-3.822,0-5.29 l3.546-3.53c1.452-1.469,3.827-1.469,5.295,0L25,16.16L40.073,1.113c1.453-1.469,3.827-1.469,5.296,0l3.529,3.529 c1.469,1.458,1.469,3.833,0,5.301L27.655,31.187z'/%3E%3C/svg%3E");
}

body header > div #menu {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 114px;
  border-top: 1px solid #333333;
}

@media (max-width: 1279px) {
  body header > div #menu {
    margin-left: 60px;
  }
}

@media (max-width: 1023px) {
  body header > div #menu {
    margin-left: 0px;
  }
}

@media (max-height: 767px) {
  body header > div #menu {
    margin-left: 0px;
  }
}

body header > div #menu:before {
  content: ' ';
  display: block;
  width: 50px;
  height: 3px;
  margin-top: -2px;
  background: #333333;
}

body header > div #menu > ul {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #333333;
}

body header > div #menu > ul:after {
  content: ' ';
  display: block;
  width: 50px;
  height: 3px;
  margin-bottom: -2px;
  background: #333333;
}

@media (max-width: 1023px), (max-height: 767px) {
  body header > div #menu > ul {
    display: none;
  }
}

body header > div #menu > ul > li {
  margin: 30px 0px;
  list-style: none;
  padding: 0;
}

body header > div #menu > ul > li.expanded > a:after {
  content: '';
  width: 12px;
  height: 10px;
  margin-left: 5px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 50 32.284' xml:space='preserve'%3E%3Cpath fill='%23333333' d='M27.655,31.187c-1.468,1.469-3.843,1.469-5.311-0.021L1.102,9.923c-1.469-1.447-1.469-3.822,0-5.29 l3.546-3.53c1.452-1.469,3.827-1.469,5.295,0L25,16.16L40.073,1.113c1.453-1.469,3.827-1.469,5.296,0l3.529,3.529 c1.469,1.458,1.469,3.833,0,5.301L27.655,31.187z'/%3E%3C/svg%3E");
}

body header > div #menu > ul > li.expanded > a.opened:after {
  -webkit-transform: scaleY(-1);
  -moz-transition: scaleY(-1);
  transform: scaleY(-1);
  -webkit-filter: FlipV;
          filter: FlipV;
  -ms-filter: "FlipV";
}

body header > div #menu > ul > li.expanded > a.active {
  color: #333333 !important;
}

body header > div #menu > ul > li > a {
  font-size: 100%;
  font-weight: bold;
  font-style: normal;
  color: #333333;
  text-decoration: none;
}

body header > div #menu > ul > li > a.active {
  color: #4b8b3b !important;
}

body header > div #menu > ul > li ul {
  display: none;
  padding: 5px 0px 0px;
  margin: 0;
}

body header > div #menu > ul > li ul > li {
  list-style: none;
  padding: 0;
  margin: 0;
}

body header > div #menu > ul > li ul > li > a {
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  color: #333333;
  text-decoration: none;
}

body header > div #menu > ul > li ul > li > a.active {
  color: #4b8b3b !important;
}

body header > div .socials {
  padding-left: 113px;
}

@media (max-width: 1279px) {
  body header > div .socials {
    padding-left: 60px;
  }
}

@media (max-width: 1023px) {
  body header > div .socials {
    padding: 15px 0px;
    display: table;
    margin: 0 auto;
  }
  body header > div .socials > .copy {
    display: none;
  }
}

@media (max-height: 767px) and (min-width: 1023px) {
  body header > div .socials {
    text-align: center;
    padding: 10px 0px 0px;
    width: 100%;
  }
  body header > div .socials .copy {
    padding: 15px 0px;
  }
  body header > div .socials .copy p {
    margin: 0;
  }
}

body header > div .socials ul {
  padding: 0;
  margin: 0;
}

body header > div .socials ul li {
  list-style: none;
  display: inline-block;
  margin: 0 3px;
}

body header > div .socials ul li:first-of-type {
  margin-left: 0px;
}

body header > div .socials ul li:last-of-type {
  margin-right: 0px;
}

body header > div .socials ul li a {
  display: block;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

body header > div .socials ul li a.fb {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 167.657 167.657' xml:space='preserve'%3E%3Cpath fill='%23333333' d='M83.829,0.349C37.532,0.349,0,37.881,0,84.178c0,41.523,30.222,75.911,69.848,82.57v-65.081H49.626 v-23.42h20.222V60.978c0-20.037,12.238-30.956,30.115-30.956c8.562,0,15.92,0.638,18.056,0.919v20.944l-12.399,0.006 c-9.72,0-11.594,4.618-11.594,11.397v14.947h23.193l-3.025,23.42H94.026v65.653c41.476-5.048,73.631-40.312,73.631-83.154 C167.657,37.881,130.125,0.349,83.829,0.349z'/%3E%3C/svg%3E%0A");
}

body header > div .socials ul li a.insta {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 169.063 169.063' xml:space='preserve'%3E%3Cpath fill='%23333333' d='M122.406,0H46.654C20.929,0,0,20.93,0,46.656v75.752c0,25.726,20.929,46.654,46.654,46.654h75.752 c25.727,0,46.656-20.93,46.656-46.654V46.656C169.063,20.93,148.133,0,122.406,0z M154.063,122.407 c0,17.454-14.201,31.654-31.655,31.654H46.654C29.2,154.063,15,139.862,15,122.407V46.656C15,29.201,29.2,15,46.654,15h75.752 c17.455,0,31.656,14.201,31.656,31.655V122.407L154.063,122.407z M84.531,40.97c-24.021,0-43.563,19.542-43.563,43.563 c0,24.02,19.542,43.561,43.563,43.561s43.563-19.541,43.563-43.561C128.094,60.512,108.552,40.97,84.531,40.97z M84.531,113.093 c-15.749,0-28.563-12.812-28.563-28.561c0-15.75,12.813-28.563,28.563-28.563c15.75,0,28.563,12.813,28.563,28.563 C113.094,100.281,100.279,113.093,84.531,113.093z M129.921,28.251c-2.89,0-5.729,1.17-7.771,3.22 c-2.051,2.04-3.229,4.88-3.229,7.78c0,2.891,1.181,5.729,3.229,7.78c2.041,2.039,4.881,3.22,7.771,3.22 c2.899,0,5.729-1.181,7.78-3.22c2.05-2.051,3.22-4.891,3.22-7.78c0-2.9-1.17-5.74-3.22-7.78 C135.661,29.421,132.82,28.251,129.921,28.251z'/%3E%3C/svg%3E");
}

body header > div .socials ul li a.linkedin {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' height='430.118px' viewBox='0 0 430.117 430.118' xml:space='preserve'%3E%3Cpath fill='%23333333' d='M398.355,0H31.782C14.229,0,0.002,13.793,0.002,30.817v368.471 c0,17.025,14.232,30.83,31.78,30.83h366.573c17.549,0,31.76-13.814,31.76-30.83V30.817C430.115,13.798,415.904,0,398.355,0z M130.4,360.038H65.413V165.845H130.4V360.038z M97.913,139.315h-0.437c-21.793,0-35.92-14.904-35.92-33.563 c0-19.035,14.542-33.535,36.767-33.535c22.227,0,35.899,14.496,36.331,33.535C134.654,124.415,120.555,139.315,97.913,139.315z M364.659,360.038h-64.966V256.138c0-26.107-9.413-43.921-32.907-43.921c-17.973,0-28.642,12.018-33.327,23.621 c-1.736,4.144-2.166,9.94-2.166,15.728v108.468h-64.954c0,0,0.85-175.979,0-194.192h64.964v27.531 c8.624-13.229,24.035-32.1,58.534-32.1c42.76,0,74.822,27.739,74.822,87.414V360.038z M230.883,193.99 c0.111-0.182,0.266-0.401,0.42-0.614v0.614H230.883z'/%3E%3C/svg%3E%0A");
}

body #page_wrapper {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background: #fff;
  overflow: hidden;
}

@media (max-width: 1023px) {
  body #page_wrapper {
    overflow: auto;
  }
  body #page_wrapper .region-content {
    height: auto;
  }
  body #page_wrapper .region-content #block-system-main {
    height: auto;
  }
  body #page_wrapper .region-content #block-system-main .content {
    height: auto;
  }
}

body #page_wrapper .region-content {
  height: 100%;
}

body #page_wrapper .region-content #block-system-main {
  height: 100%;
}

body #page_wrapper .region-content #block-system-main .content {
  height: 100%;
}

body #page_wrapper footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media (max-width: 1023px) {
  body #page_wrapper footer .region-footer {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

body #page_wrapper footer .menu {
  padding: 15px 45px;
  margin: 0;
}

body #page_wrapper footer .menu > li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  padding-right: 65px;
}

@media (max-width: 739px) {
  body #page_wrapper footer .menu > li {
    padding-right: 40px;
  }
}

body #page_wrapper footer .menu > li:last-of-type {
  padding-right: 0px;
}

body #page_wrapper footer .menu > li > a {
  color: #fff;
  text-decoration: none;
  font-weight: 300;
  font-style: normal;
  font-size: 11px;
}

body #page_wrapper footer .copy {
  display: none;
}

@media (max-width: 1023px) {
  body #page_wrapper footer .copy {
    display: block;
    padding: 0px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

body #page_wrapper footer .acores2020 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-right: 45px;
  text-align: right;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

@media (max-width: 1023px) {
  body #page_wrapper footer .acores2020 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    padding-right: 0;
    text-align: center;
  }
}

body #page_wrapper footer .acores2020 a > img {
  width: 290px;
}

@media (max-width: 1023px) {
  body #page_wrapper footer {
    padding: 15px 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  body #page_wrapper footer .menu {
    padding: 0px !important;
  }
  body #page_wrapper footer .copy {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: right;
  }
  body #page_wrapper footer .copy p {
    margin: 0;
  }
}

@media (max-width: 449px) {
  body #page_wrapper footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body #page_wrapper footer .menu {
    padding-bottom: 10px !important;
  }
}

body .copy {
  padding: 25px 0px 5px;
  font-weight: 300;
  font-style: normal;
  font-size: 11px;
  color: #333333;
}

body .copy a {
  text-decoration: none;
  font-weight: 300;
  font-style: normal;
  font-size: 11px;
  color: #333333;
}

body .copy a b {
  font-weight: bold;
}

.mCustomScrollBox {
  max-width: 100%;
  margin: 0;
}

.mCustomScrollBox .mCSB_scrollTools_vertical {
  height: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 1;
  right: 60px;
  z-index: 1;
}

.mCustomScrollBox .mCSB_scrollTools_vertical .mCSB_dragger_bar {
  background: #333333 !important;
  width: 8px !important;
  height: 8px !important;
  margin: 0 auto !important;
}

.mCustomScrollBox .mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 1px;
  background: #333333;
}

.mCustomScrollBox .mCSB_container {
  min-height: 100%;
  margin-right: 76px;
}

.page-home .mCustomScrollBox .mCSB_scrollTools_vertical .mCSB_dragger_bar {
  background: #4b8b3b !important;
}

.page-home .mCustomScrollBox .mCSB_scrollTools_vertical .mCSB_draggerRail {
  background: #4b8b3b;
}

.page-home .mCustomScrollBox > .mCSB_container {
  margin-right: 0px;
}

.page-home #page-wrapper {
  overflow: hidden !important;
}

.page-home .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.page-home .content > .view-home-projects {
  max-width: 100%;
  max-height: 100vh;
  width: 100%;
}

@media (max-width: 1023px) {
  .page-home .content > .view-home-projects {
    height: calc(100vh - 253px);
  }
}

@media (max-height: 600px) and (min-width: 1023px) {
  .page-home .content > .view-home-projects {
    max-height: none !important;
    min-height: 600px;
  }
}

@media (max-width: 739px) {
  .page-home .content > .view-home-projects {
    height: auto;
    max-height: none;
  }
}

.page-home .content > .view-home-projects > .view-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

@media (max-width: 739px) {
  .page-home .content > .view-home-projects > .view-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.page-home .content > .view-home-projects > .view-content > .front-cover {
  height: 100%;
  position: relative;
  width: 50%;
}

@media (max-width: 739px) {
  .page-home .content > .view-home-projects > .view-content > .front-cover {
    width: 100%;
    height: calc(100vh - 253px);
  }
}

.page-home .content > .view-home-projects > .view-content > .front-cover > img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
}

.page-home .content > .view-home-projects > .view-content > .front-cover > div {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 75px 45px;
  width: 100%;
  height: 100%;
}

@media (max-width: 1279px) {
  .page-home .content > .view-home-projects > .view-content > .front-cover > div {
    padding: 60px 25px;
  }
}

@media (max-width: 1023px) {
  .page-home .content > .view-home-projects > .view-content > .front-cover > div {
    padding: 25px;
  }
}

.page-home .content > .view-home-projects > .view-content > .front-cover > div > span.type {
  position: relative;
  width: 200px;
  display: block;
  font-size: 100%;
  font-weight: bold;
  font-style: normal;
  color: #fff;
  padding: 15px 0px;
  border-top: 1px solid #fff;
}

.page-home .content > .view-home-projects > .view-content > .front-cover > div > span.type:before {
  content: "";
  background: #fff;
  width: 50px;
  height: 3px;
  margin-top: -2px;
  position: absolute;
  top: 0;
}

.page-home .content > .view-home-projects > .view-content > .front-cover > div > span.type.dark {
  color: #333333;
  border-top: 1px solid #333333;
}

.page-home .content > .view-home-projects > .view-content > .front-cover > div > span.type.dark:before {
  background: #333333;
}

.page-home .content > .view-home-projects > .view-content > .front-cover > div > span.type.dark ~ div > p > a {
  color: #333333;
}

.page-home .content > .view-home-projects > .view-content > .front-cover > div > div {
  position: relative;
  top: 40%;
  max-width: 360px;
  -webkit-transform: tranlateY(-50%);
  -moz-transition: tranlateY(-50%);
  transform: tranlateY(-50%);
}

@media (max-width: 1279px), (max-height: 767px) {
  .page-home .content > .view-home-projects > .view-content > .front-cover > div > div {
    top: 30%;
  }
}

@media (max-width: 1023px) {
  .page-home .content > .view-home-projects > .view-content > .front-cover > div > div {
    top: 0%;
    -webkit-transform: tranlateY(0%);
    -moz-transition: tranlateY(0%);
    transform: tranlateY(0%);
    padding-top: 20px;
  }
}

.page-home .content > .view-home-projects > .view-content > .front-cover > div > div p.title {
  background: #fff;
  display: inline;
  color: #333333;
  font-weight: normal;
  font-size: 375%;
  line-height: 1;
  vertical-align: top;
}

.page-home .content > .view-home-projects > .view-content > .front-cover > div > div p.title span {
  font-size: 45%;
  color: #4b8b3b;
  font-weight: bold;
  font-style: normal;
  display: table;
  background: #fff;
  padding-right: 5px;
}

.page-home .content > .view-home-projects > .view-content > .front-cover > div > div p {
  margin: 40px 0px;
  font-size: 100%;
  color: #fff;
  font-weight: normal;
  font-style: normal;
}

.page-home .content > .view-home-projects > .view-content > .front-cover > div > div p a {
  color: #fff;
}

.page-home footer {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 1;
}

@media (max-width: 1279px) {
  .page-home footer .menu {
    padding: 15px 25px !important;
  }
}

@media (max-width: 449px) {
  .page-home footer .copy,
  .page-home footer .copy a {
    color: #fff !important;
  }
}

.view-portfolio,
.view-produtos-online,
.view-details,
.view-products-collections {
  width: 100%;
  padding: 65px 0px;
}

@media (max-width: 1023px) {
  .view-portfolio,
  .view-produtos-online,
  .view-details,
  .view-products-collections {
    padding: 60px 0px;
  }
}

.view-portfolio > .view-filters,
.view-produtos-online > .view-filters,
.view-details > .view-filters,
.view-products-collections > .view-filters {
  opacity: 0;
  visibility: hidden;
  height: 0px;
}

.view-portfolio > .view-header,
.view-produtos-online > .view-header,
.view-details > .view-header,
.view-products-collections > .view-header {
  position: relative;
  padding-top: 10px;
}

.view-portfolio > .view-header .view,
.view-produtos-online > .view-header .view,
.view-details > .view-header .view,
.view-products-collections > .view-header .view {
  padding-bottom: 75px;
}

@media (max-width: 1023px) {
  .view-portfolio > .view-header .view,
  .view-produtos-online > .view-header .view,
  .view-details > .view-header .view,
  .view-products-collections > .view-header .view {
    padding-bottom: 60px;
  }
}

.view-portfolio > .view-header .view > .view-content,
.view-produtos-online > .view-header .view > .view-content,
.view-details > .view-header .view > .view-content,
.view-products-collections > .view-header .view > .view-content {
  display: table;
  margin: 0 auto;
  padding-bottom: 10px;
  border-bottom: 1px solid #333333;
}

.view-portfolio > .view-header .view > .view-content > a,
.view-produtos-online > .view-header .view > .view-content > a,
.view-details > .view-header .view > .view-content > a,
.view-products-collections > .view-header .view > .view-content > a {
  text-decoration: none;
  font-size: 90%;
  font-weight: normal;
  font-style: normal;
  color: #333333;
  padding-bottom: 9px;
  border-bottom: 3px solid transparent;
}

.view-portfolio > .view-header .view > .view-content > a.active,
.view-produtos-online > .view-header .view > .view-content > a.active,
.view-details > .view-header .view > .view-content > a.active,
.view-products-collections > .view-header .view > .view-content > a.active {
  font-weight: bold;
  font-style: normal;
  border-bottom: 3px solid #333333;
}

.view-portfolio > .view-header .view > .view-content > i,
.view-produtos-online > .view-header .view > .view-content > i,
.view-details > .view-header .view > .view-content > i,
.view-products-collections > .view-header .view > .view-content > i {
  padding: 0px 3px;
  font-size: 90%;
  font-weight: normal;
  font-style: normal;
  color: #333333;
}

.view-portfolio > .view-header .view > .view-content > i:last-of-type,
.view-produtos-online > .view-header .view > .view-content > i:last-of-type,
.view-details > .view-header .view > .view-content > i:last-of-type,
.view-products-collections > .view-header .view > .view-content > i:last-of-type {
  display: none;
}

.view-portfolio > .view-header #carrinho,
.view-produtos-online > .view-header #carrinho,
.view-details > .view-header #carrinho,
.view-products-collections > .view-header #carrinho {
  position: absolute;
  top: 0;
  right: 60px;
  text-align: right;
  z-index: 50;
  cursor: pointer;
}

@media (max-width: 1023px) {
  .view-portfolio > .view-header #carrinho,
  .view-produtos-online > .view-header #carrinho,
  .view-details > .view-header #carrinho,
  .view-products-collections > .view-header #carrinho {
    right: 25px;
  }
}

@media (max-width: 449px) {
  .view-portfolio > .view-header #carrinho,
  .view-produtos-online > .view-header #carrinho,
  .view-details > .view-header #carrinho,
  .view-products-collections > .view-header #carrinho {
    top: 40px;
  }
}

.view-portfolio > .view-header #carrinho > span,
.view-produtos-online > .view-header #carrinho > span,
.view-details > .view-header #carrinho > span,
.view-products-collections > .view-header #carrinho > span {
  color: #333333;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  vertical-align: bottom;
}

@media (max-width: 739px) {
  .view-portfolio > .view-header #carrinho > span,
  .view-produtos-online > .view-header #carrinho > span,
  .view-details > .view-header #carrinho > span,
  .view-products-collections > .view-header #carrinho > span {
    display: none;
  }
}

.view-portfolio > .view-header #carrinho #carrinho-icon,
.view-produtos-online > .view-header #carrinho #carrinho-icon,
.view-details > .view-header #carrinho #carrinho-icon,
.view-products-collections > .view-header #carrinho #carrinho-icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0% 100%;
  background-size: 25px auto;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 50 44.444' xml:space='preserve'%3E%3Cpath d='M43.814,27.778H18.365l0.568,2.777h23.301c1.336,0,2.326,1.242,2.031,2.544l-0.48,2.109c1.625,0.787,2.742,2.45,2.742,4.375 c0,2.685-2.176,4.86-4.861,4.86c-2.684,0-4.859-2.176-4.859-4.86c0-1.36,0.559-2.59,1.459-3.473H20.068 c0.9,0.883,1.459,2.112,1.459,3.473c0,2.685-2.176,4.86-4.861,4.86c-2.684,0-4.859-2.176-4.859-4.86 c0-1.803,0.982-3.377,2.441-4.216L8.15,5.556H2.084C0.934,5.556,0,4.623,0,3.472V2.083C0,0.933,0.934,0,2.084,0h8.9 c0.99,0,1.842,0.696,2.041,1.666l0.795,3.89h34.096c1.338,0,2.326,1.241,2.031,2.545l-4.102,18.054 C45.629,27.104,44.785,27.778,43.814,27.778z'/%3E%3C/svg%3E");
  vertical-align: middle;
  margin-left: 10px;
  width: 30px;
  height: 30px;
  position: relative;
}

.view-portfolio > .view-header #carrinho #carrinho-icon > span,
.view-produtos-online > .view-header #carrinho #carrinho-icon > span,
.view-details > .view-header #carrinho #carrinho-icon > span,
.view-products-collections > .view-header #carrinho #carrinho-icon > span {
  background: #4b8b3b;
  color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: center;
  width: 15px;
  height: 15px;
  line-height: 1.4;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
}

.view-portfolio > .view-header #carrinho #carrinho-list,
.view-produtos-online > .view-header #carrinho #carrinho-list,
.view-details > .view-header #carrinho #carrinho-list,
.view-products-collections > .view-header #carrinho #carrinho-list {
  display: none;
  width: 240px;
  background: #e8e8e8;
  padding: 10px 20px 35px;
  margin: 41px 7px 0px 0px;
}

.view-portfolio > .view-header #carrinho #carrinho-list:before,
.view-produtos-online > .view-header #carrinho #carrinho-list:before,
.view-details > .view-header #carrinho #carrinho-list:before,
.view-products-collections > .view-header #carrinho #carrinho-list:before {
  content: ' ';
  width: 0;
  height: 0;
  border-bottom: 42px solid #e8e8e8;
  border-left: 30px solid transparent;
  line-height: 0;
  font-size: 0;
  position: absolute;
  top: 30px;
  right: 7px;
}

.view-portfolio > .view-header #carrinho #carrinho-list:empty:after,
.view-produtos-online > .view-header #carrinho #carrinho-list:empty:after,
.view-details > .view-header #carrinho #carrinho-list:empty:after,
.view-products-collections > .view-header #carrinho #carrinho-list:empty:after {
  content: "O seu carrinho está vazio...";
  color: #333333;
  font-size: 12px;
  font-weight: 300;
  font-style: normal;
  text-align: center;
  display: block;
  padding-top: 25px;
}

.view-portfolio > .view-header #carrinho #carrinho-list .productCart,
.view-produtos-online > .view-header #carrinho #carrinho-list .productCart,
.view-details > .view-header #carrinho #carrinho-list .productCart,
.view-products-collections > .view-header #carrinho #carrinho-list .productCart {
  border-bottom: 1px solid #333333;
  text-align: left;
  padding: 15px 0px;
  position: relative;
}

.view-portfolio > .view-header #carrinho #carrinho-list .productCart > #remove,
.view-produtos-online > .view-header #carrinho #carrinho-list .productCart > #remove,
.view-details > .view-header #carrinho #carrinho-list .productCart > #remove,
.view-products-collections > .view-header #carrinho #carrinho-list .productCart > #remove {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 459 459' xml:space='preserve'%3E%3Cpath d='M76.5,408c0,28.05,22.95,51,51,51h204c28.05,0,51-22.95,51-51V102h-306V408z M408,25.5h-89.25L293.25,0h-127.5l-25.5,25.5H51v51h357V25.5z'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 13px;
  height: 13px;
  display: block;
  position: absolute;
  top: 15px;
  right: 0;
  cursor: pointer;
}

.view-portfolio > .view-header #carrinho #carrinho-list .productCart > .title,
.view-produtos-online > .view-header #carrinho #carrinho-list .productCart > .title,
.view-details > .view-header #carrinho #carrinho-list .productCart > .title,
.view-products-collections > .view-header #carrinho #carrinho-list .productCart > .title {
  font-weight: bold;
  font-style: normal;
  font-size: 100%;
  color: #333333;
  display: block;
  margin-right: 20px;
}

.view-portfolio > .view-header #carrinho #carrinho-list .productCart > span.initPrice,
.view-produtos-online > .view-header #carrinho #carrinho-list .productCart > span.initPrice,
.view-details > .view-header #carrinho #carrinho-list .productCart > span.initPrice,
.view-products-collections > .view-header #carrinho #carrinho-list .productCart > span.initPrice {
  color: red !important;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  text-decoration: line-through;
  display: inline-block;
  padding: 0;
  line-height: 1.5;
  vertical-align: text-top;
  padding-right: 3px;
}

.view-portfolio > .view-header #carrinho #carrinho-list .productCart > span.finalPrice,
.view-produtos-online > .view-header #carrinho #carrinho-list .productCart > span.finalPrice,
.view-details > .view-header #carrinho #carrinho-list .productCart > span.finalPrice,
.view-products-collections > .view-header #carrinho #carrinho-list .productCart > span.finalPrice {
  padding-top: 0px;
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  font-size: 125%;
  vertical-align: text-top;
}

.view-portfolio > .view-header #carrinho #carrinho-list .productCart > span.finalPrice > i,
.view-produtos-online > .view-header #carrinho #carrinho-list .productCart > span.finalPrice > i,
.view-details > .view-header #carrinho #carrinho-list .productCart > span.finalPrice > i,
.view-products-collections > .view-header #carrinho #carrinho-list .productCart > span.finalPrice > i {
  font-size: 12px;
  vertical-align: text-top;
}

.view-portfolio > .view-header #carrinho #carrinho-list .productCart > div,
.view-produtos-online > .view-header #carrinho #carrinho-list .productCart > div,
.view-details > .view-header #carrinho #carrinho-list .productCart > div,
.view-products-collections > .view-header #carrinho #carrinho-list .productCart > div {
  padding-top: 10px;
  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;
}

.view-portfolio > .view-header #carrinho #carrinho-list .productCart > div > div,
.view-produtos-online > .view-header #carrinho #carrinho-list .productCart > div > div,
.view-details > .view-header #carrinho #carrinho-list .productCart > div > div,
.view-products-collections > .view-header #carrinho #carrinho-list .productCart > div > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.view-portfolio > .view-header #carrinho #carrinho-list .productCart > div > div > input,
.view-produtos-online > .view-header #carrinho #carrinho-list .productCart > div > div > input,
.view-details > .view-header #carrinho #carrinho-list .productCart > div > div > input,
.view-products-collections > .view-header #carrinho #carrinho-list .productCart > div > div > input {
  width: 20px;
  height: 20px;
  color: #333333;
  background: transparent;
  border: 1px solid #333333;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.view-portfolio > .view-header #carrinho #carrinho-list .productCart > div > div > span,
.view-produtos-online > .view-header #carrinho #carrinho-list .productCart > div > div > span,
.view-details > .view-header #carrinho #carrinho-list .productCart > div > div > span,
.view-products-collections > .view-header #carrinho #carrinho-list .productCart > div > div > span {
  margin-left: 3px;
  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;
}

.view-portfolio > .view-header #carrinho #carrinho-list .productCart > div > div > span > i,
.view-produtos-online > .view-header #carrinho #carrinho-list .productCart > div > div > span > i,
.view-details > .view-header #carrinho #carrinho-list .productCart > div > div > span > i,
.view-products-collections > .view-header #carrinho #carrinho-list .productCart > div > div > span > i {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 8px;
  height: 8px;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 50 32.279' xml:space='preserve'%3E%3Cpath fill='%23333333' d='M48.898,22.344c1.469,1.463,1.469,3.839,0,5.29l-3.531,3.534c-1.469,1.464-3.844,1.464-5.297,0L25,16.128 L9.938,31.181c-1.461,1.464-3.836,1.464-5.289,0l-3.547-3.527c-1.469-1.471-1.469-3.847,0-5.298L22.344,1.115 c1.469-1.484,3.836-1.484,5.313-0.013L48.898,22.344z'/%3E%3C/svg%3E");
}

.view-portfolio > .view-header #carrinho #carrinho-list .productCart > div > div > span > i.less,
.view-produtos-online > .view-header #carrinho #carrinho-list .productCart > div > div > span > i.less,
.view-details > .view-header #carrinho #carrinho-list .productCart > div > div > span > i.less,
.view-products-collections > .view-header #carrinho #carrinho-list .productCart > div > div > span > i.less {
  -webkit-transform: scaleY(-1);
  -moz-transition: scaleY(-1);
  transform: scaleY(-1);
  -webkit-filter: FlipV;
          filter: FlipV;
  -ms-filter: "FlipV";
}

.view-portfolio > .view-header #carrinho #carrinho-list .productCart > div > span,
.view-produtos-online > .view-header #carrinho #carrinho-list .productCart > div > span,
.view-details > .view-header #carrinho #carrinho-list .productCart > div > span,
.view-products-collections > .view-header #carrinho #carrinho-list .productCart > div > span {
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  color: #333333;
}

.view-portfolio > .view-header #carrinho #carrinho-list #total,
.view-produtos-online > .view-header #carrinho #carrinho-list #total,
.view-details > .view-header #carrinho #carrinho-list #total,
.view-products-collections > .view-header #carrinho #carrinho-list #total {
  font-weight: bold;
  font-style: normal;
  font-size: 100%;
  color: #333333;
  padding: 20px 0px 50px;
  border-bottom: 1px solid #333333;
  text-align: right;
  display: block;
}

.view-portfolio > .view-header #carrinho #carrinho-list #total > i,
.view-produtos-online > .view-header #carrinho #carrinho-list #total > i,
.view-details > .view-header #carrinho #carrinho-list #total > i,
.view-products-collections > .view-header #carrinho #carrinho-list #total > i {
  font-size: 12px;
  vertical-align: text-top;
  font-weight: bold;
  font-style: normal;
}

.view-portfolio > .view-header #carrinho #carrinho-list #encomendar,
.view-produtos-online > .view-header #carrinho #carrinho-list #encomendar,
.view-details > .view-header #carrinho #carrinho-list #encomendar,
.view-products-collections > .view-header #carrinho #carrinho-list #encomendar {
  font-weight: 300;
  font-style: normal;
  color: #333333;
  font-size: 12px;
  text-align: center;
  padding: 15px 0px;
  border-bottom: 1px solid #333333;
  display: block;
  cursor: pointer;
}

.view-portfolio > .view-header #carrinho #carrinho-list #encomendar > i,
.view-produtos-online > .view-header #carrinho #carrinho-list #encomendar > i,
.view-details > .view-header #carrinho #carrinho-list #encomendar > i,
.view-products-collections > .view-header #carrinho #carrinho-list #encomendar > i {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 50 37.5' xml:space='preserve'%3E%3Cpath fill='%23333333' d='M17.832,20.957C4.873,11.553,3.887,10.723,0.898,8.389C0.332,7.939,0,7.266,0,6.543V4.688 C0,2.1,2.1,0,4.688,0h40.625C47.9,0,50,2.1,50,4.688v1.855c0,0.723-0.332,1.406-0.898,1.846c-2.988,2.344-3.975,3.164-16.934,12.568 C30.527,22.148,27.266,25.039,25,25C22.734,25.039,19.473,22.148,17.832,20.957z M50,12.842v19.971c0,2.588-2.1,4.688-4.688,4.688 H4.688C2.1,37.5,0,35.4,0,32.813V12.852c0-0.488,0.557-0.762,0.947-0.459c2.188,1.699,5.088,3.857,15.049,11.094 c2.061,1.504,5.537,4.668,9.004,4.648c3.486,0.029,7.031-3.203,9.014-4.648c9.961-7.236,12.852-9.404,15.039-11.104 C49.434,12.08,50,12.363,50,12.842z'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 11px;
  display: inline-block;
  height: 10px;
  margin-right: 3px;
}

.node-equipa {
  padding: 75px 20px 0px;
  max-width: 1320px;
  margin: 0 auto;
}

@media (max-width: 1023px) {
  .node-equipa {
    padding: 60px 25px 0px;
  }
}

.node-equipa .field-name-field-team-name {
  max-width: 410px;
  margin: 0 auto;
}

.node-equipa .field-name-field-team-name .field-item {
  position: relative;
  max-width: 180px;
  font-weight: 500;
  color: #333333;
  font-style: normal;
  font-size: 160%;
  padding: 20px 0px 15px;
  border-top: 1px solid #333333;
}

.node-equipa .field-name-field-team-name .field-item:before {
  content: " ";
  width: 50px;
  height: 3px;
  margin-top: -2px;
  display: block;
  background: #333333;
  position: absolute;
  top: 0;
}

@media (max-width: 449px) {
  .node-equipa .field-name-field-team-name {
    max-width: 130px;
    margin: 0;
  }
}

.node-equipa .field-name-field-team-job {
  max-width: 410px;
  margin: 0 auto;
}

.node-equipa .field-name-field-team-job .field-item {
  max-width: 150px;
  font-weight: bold;
  color: #4b8b3b;
  font-style: normal;
  font-size: 80%;
}

@media (max-width: 449px) {
  .node-equipa .field-name-field-team-job {
    max-width: 130px;
    margin: 0;
  }
}

.node-equipa .field-name-field-team-profile-photo {
  max-width: 410px;
  margin: 0 auto;
  position: relative;
  -webkit-transform: translateY(-45px);
  -moz-transition: translateY(-45px);
  transform: translateY(-45px);
}

.node-equipa .field-name-field-team-profile-photo .field-item {
  width: 240px;
  height: 240px;
  margin-left: auto;
}

@media (max-width: 449px) {
  .node-equipa .field-name-field-team-profile-photo .field-item {
    width: 180px;
    height: 180px;
    margin-left: 160px;
  }
}

.node-equipa .field-name-field-team-profile-photo .field-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 50%;
  position: relative;
  -webkit-transform: translate(-20px, -35px);
  -moz-transition: translate(-20px, -35px);
  transform: translate(-20px, -35px);
}

@media (max-width: 449px) {
  .node-equipa .field-name-field-team-profile-photo .field-item img {
    width: 180px;
  }
}

.node-equipa .field-name-field-team-text:before {
  content: " ";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 111.726 79.338' xml:space='preserve'%3E%3Cpath fill='%234b8b3b' d='M39.668,10.043c-7.783,7.03-13.055,15.566-15.315,23.601c12.051,0,22.094,10.293,22.094,22.596 c0,12.554-10.042,23.099-22.596,23.099C9.792,79.338,0,66.282,0,47.954C0,33.141,8.536,17.324,26.613,0L39.668,10.043z M104.946,10.043c-7.783,7.03-13.056,15.566-15.315,23.601c12.051,0,22.094,10.293,22.094,22.596 c0,12.554-10.043,23.099-22.597,23.099c-14.06,0-23.852-13.056-23.852-31.384c0-14.813,8.537-30.63,26.613-47.954L104.946,10.043z' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: auto 30px;
  height: 30px;
  display: block;
}

.node-equipa .field-name-field-team-text .field-item {
  padding: 15px 0px;
}

.node-equipa .field-name-field-team-text .field-item p {
  font-size: 100%;
  color: #333333;
  font-weight: normal;
  font-style: normal;
}

.node-equipa .field-name-field-team-text .field-item p:first-of-type {
  margin-top: 0;
}

.node-equipa .field-name-field-team-workers {
  padding-top: 80px;
}

@media (max-width: 739px) {
  .node-equipa .field-name-field-team-workers {
    padding-top: 50px;
  }
}

.node-equipa .field-name-field-team-workers .field-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 800px) {
  .node-equipa .field-name-field-team-workers .field-items {
    display: block;
  }
  .node-equipa .field-name-field-team-workers .field-items .field-item {
    margin: 0 auto;
  }
}

.node-equipa .field-name-field-team-workers .field-items .field-item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 410px;
}

.node-equipa .field-name-field-team-workers .field-items .field-item .workers {
  position: relative;
}

.node-equipa .field-name-field-team-workers .field-items .field-item .workers:before {
  content: " ";
  width: 50px;
  height: 3px;
  margin-top: -1px;
  display: block;
  background: #333333;
  position: absolute;
  top: 0px;
}

.node-equipa .field-name-field-team-workers .field-items .field-item .workers h3 {
  max-width: 180px;
  font-weight: 500;
  color: #333333;
  font-style: normal;
  font-size: 160%;
  padding: 20px 0px 15px;
  border-top: 1px solid #333333;
  margin: 0;
}

.node-equipa .field-name-field-team-workers .field-items .field-item .workers p {
  max-width: 150px;
  font-weight: bold;
  color: #4b8b3b;
  font-style: normal;
  font-size: 80%;
  margin: 0;
}

.node-equipa .field-name-field-team-workers .field-items .field-item .workers > div {
  max-width: 410px;
  margin: 0 auto;
  position: relative;
  -webkit-transform: translateY(-45px);
  -moz-transition: translateY(-45px);
  transform: translateY(-45px);
}

.node-equipa .field-name-field-team-workers .field-items .field-item .workers > div > div {
  width: 240px;
  height: 240px;
  margin-left: auto;
}

@media (max-width: 449px) {
  .node-equipa .field-name-field-team-workers .field-items .field-item .workers > div > div {
    width: 180px;
    height: 180px;
    margin-left: 160px;
  }
}

.node-equipa .field-name-field-team-workers .field-items .field-item .workers > div > div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 50%;
  position: relative;
  -webkit-transform: translate(-20px, 0px);
  -moz-transition: translate(-20px, 0px);
  transform: translate(-20px, 0px);
}

@media (max-width: 449px) {
  .node-equipa .field-name-field-team-workers .field-items .field-item .workers > div > div img {
    width: 180px;
  }
}

.page-services .mCustomScrollBox .mCSB_scrollTools_vertical .mCSB_dragger_bar {
  background: #4b8b3b !important;
}

.page-services .mCustomScrollBox .mCSB_scrollTools_vertical .mCSB_draggerRail {
  background: #4b8b3b;
}

.page-services .mCustomScrollBox > .mCSB_container {
  margin-right: 0px;
}

.page-services .view-services .services .swiper-container {
  margin-bottom: 75px;
}

@media (max-width: 1023px) {
  .page-services .view-services .services .swiper-container {
    margin-bottom: 60px;
  }
}

.page-services .view-services .services .swiper-container > .swiper-wrapper > img {
  height: 100vh;
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media (max-width: 1023px) {
  .page-services .view-services .services .swiper-container > .swiper-wrapper > img {
    height: calc(100vh - 253px);
  }
}

.page-services .view-services .services .swiper-container .title {
  position: absolute;
  top: 50%;
  left: 45px;
  max-width: 360px;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -moz-transition: translateY(-50%);
  transform: translateY(-50%);
  padding-top: 20px;
  border-top: 1px solid #fff;
}

.page-services .view-services .services .swiper-container .title:before {
  content: " ";
  width: 50px;
  height: 3px;
  margin-top: -2px;
  display: block;
  background: #fff;
  position: absolute;
  top: 0;
}

.page-services .view-services .services .swiper-container .title p {
  background: #fff;
  display: inline;
  color: #333333;
  font-weight: normal;
  font-style: normal;
  font-size: 375%;
}

.page-services .view-services .services .swiper-container .title p span {
  font-size: 45%;
  color: #4b8b3b;
  font-weight: bold;
  font-style: normal;
  display: table;
  background: #fff;
  padding-right: 5px;
}

.page-services .view-services .services .swiper-container .swiper-button-prev,
.page-services .view-services .services .swiper-container .swiper-button-next {
  top: 75%;
  width: 64px;
  height: 26px;
  margin-top: 26px;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 100.744 47.619' xml:space='preserve'%3E%3Cpath fill='none' stroke='%23FFFFFF' stroke-width='2' stroke-miterlimit='10' d='M76.295,0.644L99.457,23.81L76.295,46.976 M100,23.81H0'/%3E%3C/svg%3E%0A");
}

.page-services .view-services .services .swiper-container .swiper-button-prev.swiper-button-next,
.page-services .view-services .services .swiper-container .swiper-button-next.swiper-button-next {
  right: 45px;
}

.page-services .view-services .services .swiper-container .swiper-button-prev.swiper-button-prev,
.page-services .view-services .services .swiper-container .swiper-button-next.swiper-button-prev {
  left: 45px;
  -webkit-transform: scaleX(-1);
  -moz-transition: scaleX(-1);
  transform: scaleX(-1);
  -webkit-filter: FlipH;
          filter: FlipH;
  -ms-filter: "FlipH";
}

.page-services .view-services .services .swiper-container .swiper-button-prev.swiper-button-disabled,
.page-services .view-services .services .swiper-container .swiper-button-next.swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
}

.page-services .view-services .services .texts {
  max-width: 1280px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

@media (max-width: 1023px) {
  .page-services .view-services .services .texts {
    padding: 0 25px;
  }
}

.page-services .view-services .services .texts img {
  max-width: 100%;
}

.page-services .view-services .services .texts > div {
  border-top: 1px solid #333333;
  padding: 0px 0px 50px;
  margin-right: 76px;
}

@media (max-width: 1023px) {
  .page-services .view-services .services .texts > div {
    margin-right: 0;
  }
}

.page-services .view-services .services .texts > div:before {
  content: "";
  background: #333333;
  height: 3px;
  margin-top: -2px;
  width: 45px;
  display: block;
}

.page-services .view-services .services .texts > div > span {
  display: block;
  padding: 20px 0px;
  color: #333333;
  font-size: 110%;
  font-weight: bold;
  font-style: normal;
}

.page-services .view-services .services .texts > div > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -5px;
}

.page-services .view-services .services .texts > div > div > img {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.page-services .view-services .services .texts > div > p {
  font-size: 100%;
  color: #333333;
  font-weight: normal;
  font-style: normal;
  line-height: 1.2;
}

.page-services .view-services .services .texts > div img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: calc(33.3% - 10px);
  height: 300px;
  margin: 5px;
}

@media (max-width: 1023px) {
  .page-services .view-services .services .texts > div img {
    width: calc(50% - 10px);
  }
}

@media (max-width: 739px) {
  .page-services .view-services .services .texts > div img {
    width: 100%;
    margin: 5px 0px;
  }
}

.page-services .view-services .services .texts > div img:only-of-type {
  display: block;
  width: 100%;
  height: 700px;
  margin: 0;
  -o-object-position: 50% 25%;
     object-position: 50% 25%;
}

@media (max-width: 739px) {
  .page-services .view-services .services .texts > div img:only-of-type {
    height: 500px;
  }
}

.page-services .view-services .services .texts > div img + br {
  display: none;
}

.page-services .view-services .services .texts > div img:last-of-type + br {
  display: block;
}

.page-onlinestore .mCustomScrollBox,
.page-details .mCustomScrollBox {
  margin: 0;
  max-width: 100%;
}

.page-onlinestore .mCustomScrollBox > .mCSB_container,
.page-details .mCustomScrollBox > .mCSB_container {
  margin-right: 0px;
}

.page-onlinestore .mCustomScrollBox > .mCSB_scrollTools_vertical .mCSB_dragger_bar,
.page-details .mCustomScrollBox > .mCSB_scrollTools_vertical .mCSB_dragger_bar {
  background: #fff !important;
}

.page-onlinestore .mCustomScrollBox > .mCSB_scrollTools_vertical .mCSB_draggerRail,
.page-details .mCustomScrollBox > .mCSB_scrollTools_vertical .mCSB_draggerRail {
  background: #fff;
}

.page-onlinestore .view-produtos-online > .view-content,
.page-onlinestore .view-details > .view-content,
.page-details .view-produtos-online > .view-content,
.page-details .view-details > .view-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 739px) {
  .page-onlinestore .view-produtos-online > .view-content,
  .page-onlinestore .view-details > .view-content,
  .page-details .view-produtos-online > .view-content,
  .page-details .view-details > .view-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.page-onlinestore .view-produtos-online > .view-content .product,
.page-onlinestore .view-details > .view-content .product,
.page-details .view-produtos-online > .view-content .product,
.page-details .view-details > .view-content .product {
  width: 25%;
  height: 100%;
  min-width: 400px;
  position: relative;
}

@media (max-width: 1999px) {
  .page-onlinestore .view-produtos-online > .view-content .product,
  .page-onlinestore .view-details > .view-content .product,
  .page-details .view-produtos-online > .view-content .product,
  .page-details .view-details > .view-content .product {
    width: 33%;
  }
}

@media (max-width: 1023px) {
  .page-onlinestore .view-produtos-online > .view-content .product,
  .page-onlinestore .view-details > .view-content .product,
  .page-details .view-produtos-online > .view-content .product,
  .page-details .view-details > .view-content .product {
    width: 50%;
    min-width: 0px;
  }
}

@media (max-width: 739px) {
  .page-onlinestore .view-produtos-online > .view-content .product,
  .page-onlinestore .view-details > .view-content .product,
  .page-details .view-produtos-online > .view-content .product,
  .page-details .view-details > .view-content .product {
    width: 100%;
  }
}

.page-onlinestore .view-produtos-online > .view-content .product:before,
.page-onlinestore .view-details > .view-content .product:before,
.page-details .view-produtos-online > .view-content .product:before,
.page-details .view-details > .view-content .product:before {
  content: '';
  background-image: url(../images/ame.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: block;
  width: 88px;
  height: 88px;
  position: absolute;
  top: 0;
  right: 30px;
  z-index: 2;
}

.page-onlinestore .view-produtos-online > .view-content .product:nth-of-type(odd),
.page-onlinestore .view-details > .view-content .product:nth-of-type(odd),
.page-details .view-produtos-online > .view-content .product:nth-of-type(odd),
.page-details .view-details > .view-content .product:nth-of-type(odd) {
  max-width: 500px;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

@media (max-width: 1023px) {
  .page-onlinestore .view-produtos-online > .view-content .product:nth-of-type(odd),
  .page-onlinestore .view-details > .view-content .product:nth-of-type(odd),
  .page-details .view-produtos-online > .view-content .product:nth-of-type(odd),
  .page-details .view-details > .view-content .product:nth-of-type(odd) {
    max-width: none;
  }
}

.page-onlinestore .view-produtos-online > .view-content .product:nth-of-type(even),
.page-onlinestore .view-details > .view-content .product:nth-of-type(even),
.page-details .view-produtos-online > .view-content .product:nth-of-type(even),
.page-details .view-details > .view-content .product:nth-of-type(even) {
  max-width: 700px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media (max-width: 1023px) {
  .page-onlinestore .view-produtos-online > .view-content .product:nth-of-type(even),
  .page-onlinestore .view-details > .view-content .product:nth-of-type(even),
  .page-details .view-produtos-online > .view-content .product:nth-of-type(even),
  .page-details .view-details > .view-content .product:nth-of-type(even) {
    max-width: none;
  }
}

.page-onlinestore .view-produtos-online > .view-content .product.light .swiper-button-next,
.page-onlinestore .view-produtos-online > .view-content .product.light .swiper-button-prev,
.page-onlinestore .view-details > .view-content .product.light .swiper-button-next,
.page-onlinestore .view-details > .view-content .product.light .swiper-button-prev,
.page-details .view-produtos-online > .view-content .product.light .swiper-button-next,
.page-details .view-produtos-online > .view-content .product.light .swiper-button-prev,
.page-details .view-details > .view-content .product.light .swiper-button-next,
.page-details .view-details > .view-content .product.light .swiper-button-prev {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 100.744 47.619' xml:space='preserve'%3E%3Cpath fill='none' stroke='%23ffffff' stroke-width='4' stroke-miterlimit='10' d='M76.295,0.644L99.457,23.81L76.295,46.976 M100,23.81H0'/%3E%3C/svg%3E%0A") !important;
}

.page-onlinestore .view-produtos-online > .view-content .product.light .title:before,
.page-onlinestore .view-details > .view-content .product.light .title:before,
.page-details .view-produtos-online > .view-content .product.light .title:before,
.page-details .view-details > .view-content .product.light .title:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 1137 18' xml:space='preserve'%3E%3Cpath fill='%23ffffff' d='M270,18H0V0h270V18z M1137,9H270v1h867V9z'/%3E%3C/svg%3E") !important;
}

.page-onlinestore .view-produtos-online > .view-content .product.light .title span,
.page-onlinestore .view-produtos-online > .view-content .product.light .title p,
.page-onlinestore .view-produtos-online > .view-content .product.light .title span.finalPrice,
.page-onlinestore .view-details > .view-content .product.light .title span,
.page-onlinestore .view-details > .view-content .product.light .title p,
.page-onlinestore .view-details > .view-content .product.light .title span.finalPrice,
.page-details .view-produtos-online > .view-content .product.light .title span,
.page-details .view-produtos-online > .view-content .product.light .title p,
.page-details .view-produtos-online > .view-content .product.light .title span.finalPrice,
.page-details .view-details > .view-content .product.light .title span,
.page-details .view-details > .view-content .product.light .title p,
.page-details .view-details > .view-content .product.light .title span.finalPrice {
  color: #fff !important;
}

.page-onlinestore .view-produtos-online > .view-content .product .swiper-container .swiper-wrapper img,
.page-onlinestore .view-details > .view-content .product .swiper-container .swiper-wrapper img,
.page-details .view-produtos-online > .view-content .product .swiper-container .swiper-wrapper img,
.page-details .view-details > .view-content .product .swiper-container .swiper-wrapper img {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.page-onlinestore .view-produtos-online > .view-content .product .swiper-container .swiper-button-prev,
.page-onlinestore .view-produtos-online > .view-content .product .swiper-container .swiper-button-next,
.page-onlinestore .view-details > .view-content .product .swiper-container .swiper-button-prev,
.page-onlinestore .view-details > .view-content .product .swiper-container .swiper-button-next,
.page-details .view-produtos-online > .view-content .product .swiper-container .swiper-button-prev,
.page-details .view-produtos-online > .view-content .product .swiper-container .swiper-button-next,
.page-details .view-details > .view-content .product .swiper-container .swiper-button-prev,
.page-details .view-details > .view-content .product .swiper-container .swiper-button-next {
  width: 32px;
  height: 16px;
  margin-top: 8px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 100.744 47.619' xml:space='preserve'%3E%3Cpath fill='none' stroke='%23333333' stroke-width='4' stroke-miterlimit='10' d='M76.295,0.644L99.457,23.81L76.295,46.976 M100,23.81H0'/%3E%3C/svg%3E%0A");
}

.page-onlinestore .view-produtos-online > .view-content .product .swiper-container .swiper-button-prev.swiper-button-next,
.page-onlinestore .view-produtos-online > .view-content .product .swiper-container .swiper-button-next.swiper-button-next,
.page-onlinestore .view-details > .view-content .product .swiper-container .swiper-button-prev.swiper-button-next,
.page-onlinestore .view-details > .view-content .product .swiper-container .swiper-button-next.swiper-button-next,
.page-details .view-produtos-online > .view-content .product .swiper-container .swiper-button-prev.swiper-button-next,
.page-details .view-produtos-online > .view-content .product .swiper-container .swiper-button-next.swiper-button-next,
.page-details .view-details > .view-content .product .swiper-container .swiper-button-prev.swiper-button-next,
.page-details .view-details > .view-content .product .swiper-container .swiper-button-next.swiper-button-next {
  right: 30px;
}

.page-onlinestore .view-produtos-online > .view-content .product .swiper-container .swiper-button-prev.swiper-button-prev,
.page-onlinestore .view-produtos-online > .view-content .product .swiper-container .swiper-button-next.swiper-button-prev,
.page-onlinestore .view-details > .view-content .product .swiper-container .swiper-button-prev.swiper-button-prev,
.page-onlinestore .view-details > .view-content .product .swiper-container .swiper-button-next.swiper-button-prev,
.page-details .view-produtos-online > .view-content .product .swiper-container .swiper-button-prev.swiper-button-prev,
.page-details .view-produtos-online > .view-content .product .swiper-container .swiper-button-next.swiper-button-prev,
.page-details .view-details > .view-content .product .swiper-container .swiper-button-prev.swiper-button-prev,
.page-details .view-details > .view-content .product .swiper-container .swiper-button-next.swiper-button-prev {
  left: 30px;
  -webkit-transform: scaleX(-1);
  -moz-transition: scaleX(-1);
  transform: scaleX(-1);
  -webkit-filter: FlipH;
          filter: FlipH;
  -ms-filter: "FlipH";
}

.page-onlinestore .view-produtos-online > .view-content .product .swiper-container .swiper-button-prev.swiper-button-disabled,
.page-onlinestore .view-produtos-online > .view-content .product .swiper-container .swiper-button-next.swiper-button-disabled,
.page-onlinestore .view-details > .view-content .product .swiper-container .swiper-button-prev.swiper-button-disabled,
.page-onlinestore .view-details > .view-content .product .swiper-container .swiper-button-next.swiper-button-disabled,
.page-details .view-produtos-online > .view-content .product .swiper-container .swiper-button-prev.swiper-button-disabled,
.page-details .view-produtos-online > .view-content .product .swiper-container .swiper-button-next.swiper-button-disabled,
.page-details .view-details > .view-content .product .swiper-container .swiper-button-prev.swiper-button-disabled,
.page-details .view-details > .view-content .product .swiper-container .swiper-button-next.swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
}

.page-onlinestore .view-produtos-online > .view-content .product .swiper-container .swiper-pagination,
.page-onlinestore .view-details > .view-content .product .swiper-container .swiper-pagination,
.page-details .view-produtos-online > .view-content .product .swiper-container .swiper-pagination,
.page-details .view-details > .view-content .product .swiper-container .swiper-pagination {
  bottom: 45px;
}

.page-onlinestore .view-produtos-online > .view-content .product .swiper-container .swiper-pagination .swiper-pagination-bullet,
.page-onlinestore .view-details > .view-content .product .swiper-container .swiper-pagination .swiper-pagination-bullet,
.page-details .view-produtos-online > .view-content .product .swiper-container .swiper-pagination .swiper-pagination-bullet,
.page-details .view-details > .view-content .product .swiper-container .swiper-pagination .swiper-pagination-bullet {
  border: 1px solid transparent;
}

.page-onlinestore .view-produtos-online > .view-content .product .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.page-onlinestore .view-details > .view-content .product .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.page-details .view-produtos-online > .view-content .product .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.page-details .view-details > .view-content .product .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 1px solid #333333;
}

.page-onlinestore .view-produtos-online > .view-content .product .title,
.page-onlinestore .view-details > .view-content .product .title,
.page-details .view-produtos-online > .view-content .product .title,
.page-details .view-details > .view-content .product .title {
  position: absolute;
  z-index: 2;
  top: 0px;
  left: 0px;
  padding: 25px 30px;
  min-width: 220px;
}

.page-onlinestore .view-produtos-online > .view-content .product .title:before,
.page-onlinestore .view-details > .view-content .product .title:before,
.page-details .view-produtos-online > .view-content .product .title:before,
.page-details .view-details > .view-content .product .title:before {
  content: '';
  display: block;
  height: 5px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 1137 18' xml:space='preserve'%3E%3Cpath fill='%23333333' d='M270,18H0V0h270V18z M1137,9H270v1h867V9z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% 5px;
}

.page-onlinestore .view-produtos-online > .view-content .product .title > span,
.page-onlinestore .view-details > .view-content .product .title > span,
.page-details .view-produtos-online > .view-content .product .title > span,
.page-details .view-details > .view-content .product .title > span {
  color: #333333;
  padding-top: 15px;
  display: block;
  font-weight: bold;
  font-style: normal;
  font-size: 120%;
}

.page-onlinestore .view-produtos-online > .view-content .product .title > p,
.page-onlinestore .view-details > .view-content .product .title > p,
.page-details .view-produtos-online > .view-content .product .title > p,
.page-details .view-details > .view-content .product .title > p {
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  color: #333333;
  line-height: 1.5;
  margin: 0;
}

.page-onlinestore .view-produtos-online > .view-content .product .title > span.initPrice,
.page-onlinestore .view-details > .view-content .product .title > span.initPrice,
.page-details .view-produtos-online > .view-content .product .title > span.initPrice,
.page-details .view-details > .view-content .product .title > span.initPrice {
  color: red !important;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  text-decoration: line-through;
  display: inline-block;
  padding: 0;
  line-height: 1.5;
  vertical-align: text-top;
}

.page-onlinestore .view-produtos-online > .view-content .product .title > span.finalPrice,
.page-onlinestore .view-details > .view-content .product .title > span.finalPrice,
.page-details .view-produtos-online > .view-content .product .title > span.finalPrice,
.page-details .view-details > .view-content .product .title > span.finalPrice {
  padding-top: 0px;
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  font-size: 125%;
  vertical-align: text-top;
}

.page-onlinestore .view-produtos-online > .view-content .product .title > span.finalPrice > i,
.page-onlinestore .view-details > .view-content .product .title > span.finalPrice > i,
.page-details .view-produtos-online > .view-content .product .title > span.finalPrice > i,
.page-details .view-details > .view-content .product .title > span.finalPrice > i {
  font-size: 12px;
  vertical-align: text-top;
}

.page-onlinestore .view-produtos-online > .view-content .product .buttons,
.page-onlinestore .view-details > .view-content .product .buttons,
.page-details .view-produtos-online > .view-content .product .buttons,
.page-details .view-details > .view-content .product .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  bottom: 25px;
  width: 100%;
  z-index: 1;
  padding: 0px 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-onlinestore .view-produtos-online > .view-content .product .buttons a,
.page-onlinestore .view-details > .view-content .product .buttons a,
.page-details .view-produtos-online > .view-content .product .buttons a,
.page-details .view-details > .view-content .product .buttons a {
  text-decoration: none;
  color: #fff;
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
}

.page-onlinestore .view-produtos-online > .view-content .product .buttons a:hover,
.page-onlinestore .view-details > .view-content .product .buttons a:hover,
.page-details .view-produtos-online > .view-content .product .buttons a:hover,
.page-details .view-details > .view-content .product .buttons a:hover {
  text-decoration: underline;
}

.page-onlinestore .view-produtos-online > .view-content .product .buttons a.add,
.page-onlinestore .view-details > .view-content .product .buttons a.add,
.page-details .view-produtos-online > .view-content .product .buttons a.add,
.page-details .view-details > .view-content .product .buttons a.add {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  padding-left: 15px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 49.999 43.759' xml:space='preserve'%3E%3Cpath fill='%23FFFFFF' d='M45.801,24.766L28.672,42.217c-0.977,0.995-2.277,1.542-3.672,1.542c-1.387,0-2.695-0.557-3.672-1.552 L4.199,24.756C-1.035,19.414-2.109,9.337,5.234,3.155C10.879-1.6,19.602-0.877,25,4.62c5.398-5.497,14.121-6.21,19.766-1.465 C52.117,9.347,51.023,19.424,45.801,24.766z M41.746,6.739c-3.777-3.184-9.637-2.725-13.328,1.035L25,11.261l-3.418-3.486 c-3.672-3.74-9.531-4.219-13.328-1.025c-5,4.209-4.277,11.083-0.715,14.716l17.129,17.451c0.234,0.234,0.43,0.234,0.664,0 l17.129-17.451C45.996,17.861,46.738,10.948,41.746,6.739z'/%3E%3C/svg%3E");
}

.page-collections .view-products-collections {
  max-width: 1320px;
  padding: 75px 0px 0px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 1023px) {
  .page-collections .view-products-collections {
    padding: 60px 0px 0px;
  }
}

.page-collections .view-products-collections > .view-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0px 10px;
}

@media (max-width: 1686px) {
  .page-collections .view-products-collections > .view-content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.page-collections .view-products-collections > .view-content .collection {
  max-width: 410px;
  height: 210px;
  margin: 0px 10px 20px;
  position: relative;
}

.page-collections .view-products-collections > .view-content .collection > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.page-collections .view-products-collections > .view-content .collection > div {
  position: absolute;
  top: 30px;
  left: 30px;
  border-top: 1px solid #fff;
  padding-top: 10px;
}

.page-collections .view-products-collections > .view-content .collection > div:before {
  content: '';
  width: 30px;
  height: 3px;
  display: block;
  margin-top: -2px;
  background: #fff;
  position: absolute;
  top: 0;
}

.page-collections .view-products-collections > .view-content .collection > div > span {
  display: block;
  background: #fff;
  color: #333333;
  font-size: 180%;
  font-weight: 500;
}

.page-collections .view-products-collections > .view-content .collection > div > p {
  display: inline;
  background: #fff;
  color: #333333;
  font-size: 125%;
  font-weight: normal;
  margin: 0;
}

.page-collections .view-products-collections > .view-content .collection > a {
  position: absolute;
  color: #fff;
  font-size: 10px;
  font-weight: 300;
  text-decoration: underline;
  text-transform: lowercase;
  bottom: 30px;
  right: 30px;
}

.page-collections footer .menu a {
  color: #333333 !important;
}

.page-details .view-details .view-header {
  padding-left: 45px;
  max-width: calc(100% - 120px);
}

@media (max-width: 1023px) {
  .page-details .view-details .view-header {
    padding: 0px 25px;
    max-width: 100%;
  }
}

.page-details .view-details .view-header .cat {
  width: calc(100% - 60px);
  border-bottom: 1px solid #333333;
  padding-bottom: 10px;
  position: relative;
}

@media (max-width: 1023px) {
  .page-details .view-details .view-header .cat {
    width: 100%;
  }
}

.page-details .view-details .view-header .cat p {
  margin: 0;
  font-size: 100%;
  font-weight: bold;
  font-style: normal;
}

.page-details .view-details .view-header .cat p > span {
  font-weight: normal;
}

.page-details .view-details .view-header .cat:after {
  content: "";
  width: 50px;
  height: 3px;
  display: block;
  background: #333333;
  position: absolute;
  bottom: 0;
  margin-bottom: -2px;
}

@media (max-width: 1023px) {
  .page-details .view-details .view-header #carrinho {
    margin-top: -10px;
  }
}

.page-details .view-details .view-content {
  margin-top: 65px;
}

@media (max-width: 1023px) {
  .page-details .view-details .view-content {
    margin-top: 60px;
  }
}

.page-details .view-details .view-content > .product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  height: 100%;
  max-width: none !important;
  padding-right: 25px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (max-width: 1023px) {
  .page-details .view-details .view-content > .product {
    padding: 0px 25px;
  }
}

@media (max-width: 739px) {
  .page-details .view-details .view-content > .product {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.page-details .view-details .view-content > .product:before {
  content: none;
}

.page-details .view-details .view-content > .product > .swiper {
  position: relative;
  width: 460px;
  height: 350px;
}

.page-details .view-details .view-content > .product > .swiper:before {
  content: '';
  background-image: url(../images/ame.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: block;
  width: 88px;
  height: 88px;
  position: absolute;
  top: 0;
  right: 30px;
  z-index: 2;
}

@media (max-width: 1023px) {
  .page-details .view-details .view-content > .product > .swiper {
    width: 400px;
  }
}

@media (max-width: 739px) {
  .page-details .view-details .view-content > .product > .swiper {
    width: 100%;
    height: calc(100vw - 50px);
  }
}

.page-details .view-details .view-content > .product > .swiper .swiper-container .swiper-wrapper img {
  width: 460px;
  height: 350px;
}

@media (max-width: 739px) {
  .page-details .view-details .view-content > .product > .swiper .swiper-container .swiper-wrapper img {
    width: 100%;
    height: calc(100vw - 50px);
  }
}

.page-details .view-details .view-content > .product > .swiper .swiper-container .swiper-pagination {
  bottom: 45px;
}

.page-details .view-details .view-content > .product > .swiper .swiper-container .swiper-pagination .swiper-pagination-bullet {
  border: 1px solid transparent;
}

.page-details .view-details .view-content > .product > .swiper .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 1px solid #333333;
}

.page-details .view-details .view-content > .product .info {
  margin-left: 60px;
  border-top: 1px solid #333333;
  min-width: 250px;
}

@media (max-width: 1023px) {
  .page-details .view-details .view-content > .product .info {
    margin-left: 40px;
  }
}

@media (max-width: 739px) {
  .page-details .view-details .view-content > .product .info {
    margin-left: 0px;
    min-width: 0px;
    margin-top: 25px;
  }
}

.page-details .view-details .view-content > .product .info:before {
  content: "";
  width: 50px;
  height: 3px;
  display: block;
  background: #333333;
  margin-top: -2px;
}

.page-details .view-details .view-content > .product .info .title {
  padding: 20px 0px;
  position: initial;
}

.page-details .view-details .view-content > .product .info .title:before {
  content: none;
}

.page-details .view-details .view-content > .product .info .title > span {
  padding-top: 0px;
}

.page-details .view-details .view-content > .product .info .title > span.initPrice {
  display: block;
}

.page-details .view-details .view-content > .product .info .title > span.finalPrice {
  display: block;
}

.page-details .view-details .view-content > .product .info .dimensions {
  padding: 20px 0px;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
}

.page-details .view-details .view-content > .product .info .buttons {
  padding: 20px 0px;
  position: initial;
  text-align: left;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.page-details .view-details .view-content > .product .info .buttons .add {
  text-decoration: none;
  color: #333333;
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  padding-left: 15px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 49.999 43.759' xml:space='preserve'%3E%3Cpath fill='%23333333' d='M45.801,24.766L28.672,42.217c-0.977,0.995-2.277,1.542-3.672,1.542c-1.387,0-2.695-0.557-3.672-1.552 L4.199,24.756C-1.035,19.414-2.109,9.337,5.234,3.155C10.879-1.6,19.602-0.877,25,4.62c5.398-5.497,14.121-6.21,19.766-1.465 C52.117,9.347,51.023,19.424,45.801,24.766z M41.746,6.739c-3.777-3.184-9.637-2.725-13.328,1.035L25,11.261l-3.418-3.486 c-3.672-3.74-9.531-4.219-13.328-1.025c-5,4.209-4.277,11.083-0.715,14.716l17.129,17.451c0.234,0.234,0.43,0.234,0.664,0 l17.129-17.451C45.996,17.861,46.738,10.948,41.746,6.739z'/%3E%3C/svg%3E");
}

.page-details .view-details .view-content > .product .info .buttons .add:hover {
  text-decoration: underline;
}

.view-portfolio,
.view-loja {
  max-width: 1320px;
  padding: 75px 20px 0px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 1023px) {
  .view-portfolio,
  .view-loja {
    padding: 60px 25px 0px;
  }
}

.view-portfolio > .view-content .type,
.view-loja > .view-content .type {
  font-size: 100%;
  font-weight: bold;
  font-style: normal;
  color: #333333;
  display: block;
  line-height: 1.5;
}

.view-portfolio > .view-content .type + span,
.view-loja > .view-content .type + span {
  font-size: 90%;
  font-weight: normal;
  font-style: normal;
  display: block;
  color: #333333;
}

.view-portfolio > .view-content .photo-enlarge,
.view-loja > .view-content .photo-enlarge {
  padding-top: 20px;
  margin: 0px 0px 30px;
  width: 100%;
  max-width: 1280px;
  max-height: 600px;
  height: 100%;
}

.view-portfolio > .view-content .photo-enlarge img,
.view-loja > .view-content .photo-enlarge img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left center;
     object-position: left center;
  max-height: 600px;
  opacity: 0 !important;
}

.view-portfolio > .view-content .photo-enlarge img.swiper-slide-active,
.view-loja > .view-content .photo-enlarge img.swiper-slide-active {
  opacity: 1 !important;
}

.view-portfolio > .view-content #pager:empty,
.view-loja > .view-content #pager:empty {
  padding: 8px;
}

.view-portfolio > .view-content .photos,
.view-loja > .view-content .photos {
  padding: 30px 0px 50px;
}

.view-portfolio > .view-content .photos img,
.view-loja > .view-content .photos img {
  width: 100px !important;
  height: 100px !important;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}

.view-portfolio > .view-content .project-details,
.view-portfolio > .view-content .store-details,
.view-loja > .view-content .project-details,
.view-loja > .view-content .store-details {
  position: relative;
  padding: 20px 0px;
  border-top: 1px solid #333333;
}

.view-portfolio > .view-content .project-details::before,
.view-portfolio > .view-content .store-details::before,
.view-loja > .view-content .project-details::before,
.view-loja > .view-content .store-details::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 45px;
  height: 3px;
  margin-top: -2px;
  background: #333333;
}

.view-portfolio > .view-content .project-details > span,
.view-portfolio > .view-content .store-details > span,
.view-loja > .view-content .project-details > span,
.view-loja > .view-content .store-details > span {
  font-size: 100%;
  font-weight: bold;
  font-style: normal;
  color: #333333;
  display: block;
  line-height: 1.5;
}

.view-portfolio > .view-content .project-details > h1,
.view-portfolio > .view-content .store-details > h1,
.view-loja > .view-content .project-details > h1,
.view-loja > .view-content .store-details > h1 {
  font-size: 200%;
  color: #333333;
  font-weight: bold;
  font-style: normal;
}

.view-portfolio > .view-content .project-details > p,
.view-portfolio > .view-content .store-details > p,
.view-loja > .view-content .project-details > p,
.view-loja > .view-content .store-details > p {
  font-size: 90%;
  font-weight: normal;
  font-style: normal;
  color: #333333;
}

.view-loja .photo-enlarge img {
  -o-object-position: center !important;
     object-position: center !important;
}

.view-loja .swiper-pagination {
  display: none !important;
}

.node-type-location .field-name-field-location-coordinatres {
  font-size: 0px;
  height: 800px;
  position: relative;
}

@media (max-width: 1023px) {
  .node-type-location .field-name-field-location-coordinatres {
    height: calc(100% - 253px);
  }
}

.node-type-location .field-name-field-location-coordinatres:after {
  content: "";
  background-image: url(../images/shadow.png);
  background-repeat: repeat-x;
  display: block;
  position: absolute;
  height: 190px;
  z-index: 10;
  bottom: 0px;
  left: 0px;
  width: 100%;
}

.node-type-location .field-name-field-location-describe {
  padding: 35px 45px;
}

@media (max-width: 1023px) {
  .node-type-location .field-name-field-location-describe {
    padding: 25px;
  }
}

.node-type-location .field-name-field-location-describe .field-item {
  font-size: 100%;
  color: #333333;
  font-weight: normal;
  font-style: normal;
}

.node-type-location .field-name-field-location-describe .field-item h1 {
  font-size: 200%;
  color: #333333;
  font-weight: bold;
  font-style: normal;
}

.node-type-location footer {
  position: absolute;
  bottom: 0px;
  left: 0px;
}

@media (max-width: 1023px) {
  .node-type-location footer {
    position: initial;
  }
}

.node-contactos {
  padding: 75px 20px 75px 45px;
  max-width: 1360px;
  margin: 0 auto;
}

@media (max-width: 1023px) {
  .node-contactos {
    padding: 60px 25px;
  }
}

@media (max-width: 739px) {
  .node-contactos {
    padding: 60px 25px 0px;
  }
}

.node-contactos .content form,
.node-contactos .content .field-name-field-contactos {
  display: inline-block;
  float: left;
  max-width: calc(100% - 400px);
  height: auto;
}

@media (max-width: 739px) {
  .node-contactos .content form,
  .node-contactos .content .field-name-field-contactos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.node-contactos .content form {
  max-width: 350px;
  width: 100%;
  padding-right: 50px;
}

@media (max-width: 739px) {
  .node-contactos .content form {
    max-width: none;
    padding: 0px 0px 0px 75px;
  }
}

.node-contactos .field-name-field-contactos-title {
  padding-bottom: 25px;
}

.node-contactos .field-name-field-contactos-title .field-item {
  font-size: 100%;
  font-weight: bold;
  font-style: normal;
  color: #333333;
}

.node-contactos .form-item label {
  display: none;
}

.node-contactos .form-item input[type="text"],
.node-contactos .form-item input[type="email"],
.node-contactos .form-item textarea {
  padding: 7px 10px;
  width: 100%;
  border: 1px solid #c2c2c2;
}

.node-contactos .form-item input[type="text"]:not(textarea),
.node-contactos .form-item input[type="email"]:not(textarea),
.node-contactos .form-item textarea:not(textarea) {
  border-bottom: none;
}

.node-contactos .form-item textarea {
  resize: none;
  height: 270px;
}

.node-contactos .form-item .form-managed-file + .description {
  display: none;
}

.node-contactos .webform-component--mensagem {
  margin-bottom: 15px;
}

.node-contactos #edit-submitted-upload-ajax-wrapper {
  opacity: 0;
  visibility: hidden;
  width: 0px;
  height: 0px;
}

.node-contactos .webform-component--upload-button,
.node-contactos .form-actions {
  display: inline-block;
}

.node-contactos #upload_button {
  padding: 6px 30px;
  border: 1px solid #c2c2c2;
  cursor: pointer;
}

.node-contactos #upload_button > span {
  color: #c2c2c2;
  background: none;
  border: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 150 200' xml:space='preserve'%3E%3Cpath fill='%23C2C2C2' d='M96.875,62.5H150v128.125c0,5.195-4.18,9.375-9.375,9.375H9.375C4.18,200,0,195.82,0,190.625V9.375 C0,4.18,4.18,0,9.375,0H87.5v53.125C87.5,58.281,91.719,62.5,96.875,62.5z M117.355,126.816L79.691,89.434 c-2.598-2.582-6.793-2.582-9.391,0l-37.664,37.383c-3.961,3.934-1.176,10.688,4.402,10.688H62.5v31.25c0,3.453,2.797,6.25,6.25,6.25 h12.5c3.453,0,6.25-2.797,6.25-6.25v-31.25h25.461C118.539,137.504,121.32,130.75,117.355,126.816z M150,47.617V50h-50V0h2.383 c2.5,0,4.883,0.977,6.641,2.734l38.242,38.281C149.023,42.773,150,45.156,150,47.617z'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  padding-left: 18px;
}

.node-contactos .form-actions {
  float: right;
}

.node-contactos .form-actions > input[type="submit"] {
  padding: 6px 30px;
  border: 1px solid #c2c2c2;
  color: #c2c2c2;
  background: none;
}

.node-contactos .webform-component--descricao-upload {
  position: absolute;
}

.node-contactos .webform-component--descricao-upload p {
  font-style: normal;
  font-weight: normal;
  color: #333333;
  font-size: 11px;
}

.node-contactos .webform-component--descricao-upload p::first-line {
  font-weight: bold;
}

.node-contactos .field-name-field-contactos .field-item {
  border-bottom: 1px solid #333333;
}

.node-contactos .field-name-field-contactos .field-item p {
  color: #333333;
  font-weight: normal;
  font-style: normal;
  margin: 25px 0px;
  line-height: 1.2;
}

.node-contactos .field-name-field-contactos .field-item p a {
  color: #333333;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}

.node-contactos .field-name-field-contactos .field-item p b {
  font-weight: bold;
}

.node-contactos .field-name-field-contactos .field-item p > b:first-of-type {
  font-size: 110%;
}

.node-contactos .field-name-field-contactos .field-item:first-of-type > p {
  margin-top: 0px;
}

.node-contactos .field-name-field-contactos .field-item:last-of-type {
  border-bottom: none;
}

.node-contactos footer {
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.node-type-nota-de-encomenda .node-nota-de-encomenda {
  padding: 75px 20px 0px;
}

@media (max-width: 1023px) {
  .node-type-nota-de-encomenda .node-nota-de-encomenda {
    padding: 60px 25px 0px;
  }
}

.node-type-nota-de-encomenda .node-nota-de-encomenda .content:before {
  content: "Nota de Encomenda:";
  display: block;
  width: 100%;
  font-size: 200%;
  text-transform: uppercase;
  font-weight: bold;
  font-style: normal;
  padding-bottom: 20px;
}

.node-type-nota-de-encomenda .node-nota-de-encomenda .content .field {
  padding-bottom: 20px;
}

.node-type-nota-de-encomenda .node-nota-de-encomenda .content .field p {
  line-height: 1.5;
}

.node-type-nota-de-encomenda .node-nota-de-encomenda .content .field p b {
  font-weight: bold;
}

.node-type-nota-de-encomenda .node-nota-de-encomenda .content .field.field-name-field-enc-total .field-items .field-item:after {
  content: " €";
  display: inline-block;
}

.node-type-nota-de-encomenda footer .menu a {
  color: #333333 !important;
}

.node-type-texto .node-texto {
  padding: 75px 20px 0px;
  max-width: 1320px;
  margin: 0 auto;
}

@media (max-width: 1023px) {
  .node-type-texto .node-texto {
    padding: 60px 25px 0px;
  }
}

.node-type-texto .node-texto .field-name-field-text-title .field-item {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 150%;
  color: #333333;
}

.node-type-texto .node-texto .field-name-field-text-text {
  padding-top: 25px;
}

.node-type-texto .node-texto .field-name-field-text-text p {
  color: #333333;
  font-size: 100%;
  line-height: 1.5;
}

.node-type-texto footer .menu a {
  color: #333333 !important;
}

.page-node-34 .node,
.page-node-35 .node {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transition: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}

.page-node-34 .node .field-name-field-text-title .field-item,
.page-node-35 .node .field-name-field-text-title .field-item {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 500%;
  color: #333333;
  text-align: center;
}

.page-node-34 .node .field-name-field-text-text,
.page-node-35 .node .field-name-field-text-text {
  padding-top: 25px;
}

.page-node-34 .node .field-name-field-text-text p,
.page-node-35 .node .field-name-field-text-text p {
  color: #333333;
  font-size: 200%;
  text-align: center;
  width: 250px;
  margin: 0 auto;
}

@media (max-width: 1023px) {
  .page-node-34 .node .field-name-field-text-text p,
  .page-node-35 .node .field-name-field-text-text p {
    width: 300px;
  }
}

.page-node-34 footer .menu a,
.page-node-35 footer .menu a {
  color: #333333 !important;
}

.swiper-container .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}

.swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #333333;
}

.item-list .pager {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.item-list .pager > li.pager-current {
  display: none;
}

.item-list .pager > li > a {
  text-decoration: none;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/seta-right.png");
  /*background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 100.744 47.619' xml:space='preserve'%3E%3Cpath fill='none' stroke='%23333333' stroke-width='4' stroke-miterlimit='10' d='M76.295,0.644L99.457,23.81L76.295,46.976 M100,23.81H0'/%3E%3C/svg%3E%0A");
  width: 30px;*/
  width: 160px;
  /*height: 15px;*/
  display: block;
}

.item-list .pager > li.pager-previous > a {
  /*background-position: center right;*/
  text-align: right;
  background-image: url("../images/seta-left.png");
  /*-webkit-transform: scaleX(-1);
  -moz-transition: scaleX(-1);
  transform: scaleX(-1);
  -webkit-filter: FlipH;
          filter: FlipH;
  -ms-filter: "FlipH";*/
}

.item-list .pager > li.pager-next > a {
  background-position: center right;
}

#overlay {
  position: fixed;
  top: 0;
  width: calc(100% - 300px);
  left: 300px;
  height: 100%;
  background: rgba(33, 33, 33, 0.85);
  z-index: 51;
  display: none;
}

@media (max-width: 1279px) {
  #overlay {
    width: calc(100% - 230px);
    left: 230px;
  }
}

@media (max-width: 1023px) {
  #overlay {
    width: 100%;
    left: 0px;
    top: 253px;
    height: calc(100% - 253px);
  }
}

#overlay #form {
  width: 330px;
  display: block;
  position: relative;
  top: 50%;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  -moz-transition: translateY(-50%);
  transform: translateY(-50%);
}

#overlay #form > h3 {
  font-style: 100%;
  color: #fff;
  font-weight: bold;
  font-style: normal;
  margin-bottom: 25px;
}

#overlay #form > form input[type="text"],
#overlay #form > form input[type="email"],
#overlay #form > form textarea {
  display: block;
  width: 100%;
  font-weight: normal;
  color: #333333;
  font-style: normal;
  font-size: 100%;
  padding: 6px 10px;
  border: 1px solid #e8e8e8;
}

#overlay #form > form input[type="email"] {
  border-top: none;
  border-bottom: none;
  padding: 7px 10px;
}

#overlay #form > form textarea {
  resize: none;
  height: 80px;
}

#overlay #form > form input[type="submit"] {
  margin-top: 10px;
  background: #fff;
  color: #808080;
  border: 1px solid #e8e8e8;
  padding: 6px 20px;
  font-weight: normal;
  font-style: normal;
  font-size: 100%;
  cursor: pointer;
}

#overlay #form > form .incomplete {
  color: red !important;
}

#overlay #form > form .incomplete ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: red !important;
}

#overlay #form > form .incomplete ::-moz-placeholder {
  /* Firefox 19+ */
  color: red !important;
}

#overlay #form > form .incomplete :-ms-input-placeholder {
  /* IE 10+ */
  color: red !important;
}

#overlay #form > form .incomplete :-moz-placeholder {
  /* Firefox 18- */
  color: red !important;
}

#webform-ajax-wrapper-9 .webform-confirmation #overlay {
  display: block;
}

#webform-ajax-wrapper-9 .links {
  display: none;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #808080;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #808080;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #808080;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #808080;
}

.page-portfolio footer .menu > li > a,
.page-store footer .menu > li > a,
.node-type-equipa footer .menu > li > a,
.node-type-contactos footer .menu > li > a,
.node-type-location footer .menu > li > a,
.page-services footer .menu > li > a,
.page-onlinestore footer .menu > li > a,
.page-details footer .menu > li > a {
  color: #333333 !important;
}

body.page-user.not-logged-in {
  background: #e8e8e8;
}

body.page-user.not-logged-in #auth_box h1#the_logo img {
  max-width: 150px;
}

body.page-user.not-logged-in .title {
  text-align: center;
}

body.page-user.not-logged-in #edit-actions {
  text-align: center;
}

body.page-user.not-logged-in #edit-actions #edit-submit {
  border: none;
  padding: 8px 20px;
  background: #e8e8e8;
  color: #333333;
  text-transform: uppercase;
  float: none;
}

body.page-user.not-logged-in #bottom_part .register_link {
  display: none;
}

body.page-user.not-logged-in #bottom_part a {
  color: #333333;
  text-decoration: none;
}

body.page-user.logged-in {
  background: #e8e8e8;
  background-image: url("../logo.png");
  background-repeat: no-repeat;
  background-position: center;
  min-height: 90vh;
}

body.page-user.logged-in header,
body.page-user.logged-in #page_wrapper,
body.page-user.logged-in #join,
body.page-user.logged-in footer {
  display: none;
}
/*# sourceMappingURL=app.css.map */

.swiper-button-next, .swiper-button-prev {
  top: 45%;
  background-size: 17px 44px;
  right:10px;
  padding: 30px;
}
