/************MEDIA QUERIES******************/
@font-face {
  font-family: "Lato Bold";
  src: url('../../fonts/lato-bold-webfont.woff') format('woff');
}
@font-face {
  font-family: "Lato Black";
  src: url('../../fonts/lato-black-webfont.woff') format('woff');
}
@font-face {
  font-family: "Lato Light";
  src: url('../../fonts/lato-light-webfont.woff') format('woff');
}
@font-face {
  font-family: "Raleway Black";
  src: url('../../fonts/raleway-black-webfont.woff') format('woff');
}
@font-face {
  font-family: "Raleway Bold";
  src: url('../../fonts/raleway-bold-webfont.woff') format('woff');
}
@font-face {
  font-family: "Raleway ExtraBold";
  src: url('../../fonts/raleway-extrabold-webfont.woff') format('woff');
}
@font-face {
  font-family: "Lato Hairline";
  src: url('../../fonts/lato-hairline-webfont.woff') format('woff');
}
@font-face {
  font-family: "Sabado Regular";
  src: url('../../fonts/sabado_regular-webfont.woff') format('woff');
}
/* line 26, ../sass/_global.scss */
.row.fullwidth {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
:focus {
    outline: -webkit-focus-ring-color auto 0px;
}
/* line 31, ../sass/_global.scss */
.row .row {
  max-width: 80rem;
}

body {
  animation:opacityanimate 700ms ease-in-out;
}
@keyframes opacityanimate {
  from {opacity: 0;}
  to {opacity: 1;}
}
/* line 38, ../sass/_global.scss */
a {
  text-decoration: none;
}

/* line 43, ../sass/_global.scss */
nav {
  position: fixed;
  width: 100%;
  z-index: 9999;
}

/* line 48, ../sass/_global.scss */
#loadimage {
  background: url('../../img/');
}

/* line 51, ../sass/_global.scss */
.searchbar {
  background-color: #2e91c1;
  height: 70px;
  top: -70px;
  transition: all 300ms ease;
}

/* line 57, ../sass/_global.scss */
.searchbar.on {
  top: 0px;
  transition: all 300ms ease;
}

/* line 61, ../sass/_global.scss */
.textingarea {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 60px;
  margin-left: 60px;
  height: 50px;
}
.text-obrigatorio {
  font-size: 10px;
  color: #fff;
  font-family: "Lato Light", sans serif;
  padding: .5rem 2rem;
}
.text-obrigatorio-form {
  font-size: 10px;
  font-family: "Lato Light", sans serif;
  padding: .5rem 0rem;
}
@media only screen and (max-width: 40em) {
  /* line 61, ../sass/_global.scss */
  .textingarea {
    margin-right: 5px;
    margin-left: 5px;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: portrait) {
  /* line 61, ../sass/_global.scss */
  .textingarea {
    margin-right: 5px;
    margin-left: 5px;
  }
}

/* line 76, ../sass/_global.scss */
.textingarea form {
  margin-top: 0px;
  height: 50px;
  display: inline-block;
  margin-bottom: 0;
  width: 80%;
}

/* line 83, ../sass/_global.scss */
.textingarea form input[type="search"] {
  height: 50px;
  background-color: transparent;
  border: none;
  box-shadow: none;
  color: white;
  font-family: "Lato Light", sans serif;
}
/* line 90, ../sass/_global.scss */
.textingarea form input[type="search"]:focus {
  background-color: transparent;
  border: none;
  box-shadow: none;
  font-family: "Lato Light", sans serif;
  color: white;
  padding-left: 0.5rem;
}

/* line 99, ../sass/_global.scss */
.textingarea form input [placeholder] {
  padding-left: 10px;
}

/* line 102, ../sass/_global.scss */
.closesearchbar {
  background: url('../../img/close.png') no-repeat right center/cover;
  height: 12px;
  width: 12px;
  display: inline-block;
  float: right;
  margin-top: 20px;
  margin-right: -43px;
}
@media only screen and (max-width: 40em) {
  /* line 102, ../sass/_global.scss */
  .closesearchbar {
    margin-right: 10px;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: landscape) {
  /* line 102, ../sass/_global.scss */
  .closesearchbar {
    margin-right: -43px;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: portrait) {
  /* line 102, ../sass/_global.scss */
  .closesearchbar {
    margin-right: 11px;
  }
}

/* line 120, ../sass/_global.scss */
.main-menu {
  top: 0px;
  transition: all 300ms ease;
}

/* line 124, ../sass/_global.scss */
.header_master {
  font-family: "Raleway Bold", sans serif;
  text-transform: uppercase;
  font-weight: bold;
  color: white;
  font-size: 15px;
  visibility: visible;
  top: 0px;
}

/* line 133, ../sass/_global.scss */
.main-menu.godown {
  top: 70px;
  transition: all 300ms ease;
}

/* line 137, ../sass/_global.scss */
.menu-sticky.godown {
  top: 70px;
  transition: all 300ms ease;
}

/* line 141, ../sass/_global.scss */
.header_master ul {
  margin-top: 50px;
  text-align: center;
}

/* line 145, ../sass/_global.scss */
.header_master ul li a {
  font-family: "Raleway Bold", sans serif;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
  color: white;
  text-decoration: none;
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
}

/* line 156, ../sass/_global.scss */
.header_master ul li {
  padding-left: 0;
  padding-right: 0;
  margin-right: 5%;
  margin-left: 5%;
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: landscape) {
  /* line 156, ../sass/_global.scss */
  .header_master ul li {
    padding-left: 0;
    padding-right: 0;
    margin-right: 3px;
    margin-left: 3px;
  }
}
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  /* line 156, ../sass/_global.scss */
  .header_master ul li {
    padding-left: 0;
    padding-right: 0;
    margin-right: 3%;
    margin-left: 3%;
  }
}

/* line 176, ../sass/_global.scss */
.header_master li.current-menu-item a {
  border-bottom: 2px solid #35a8e0;
  padding-bottom: 8px;
}

/* line 180, ../sass/_global.scss */
.header_master ul li {
  display: inline-block;
}

/* line 183, ../sass/_global.scss */
.header_master .aligncenterheader ul li a:hover {
  border-bottom: 2px solid #35a8e0;
  padding-bottom: 8px;
}

/* line 188, ../sass/_global.scss */
.alignlang ul li {
  margin-left: 0;
  margin-right: 0;
}

/* line 192, ../sass/_global.scss */
.biglogoheader {
  background: url('../../img/logobiggestware.png') no-repeat center center/cover;
  margin-top: 20px;
  height: 106px;
  width: 195px;
  visibility: visible;
  display: inline-block;
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: landscape) {
  /* line 192, ../sass/_global.scss */
  .biglogoheader {
    background: url('../../img/logobiggestware.png') no-repeat center center/contain;
    height: 75px;
    width: 135px;
  }
}

/* line 206, ../sass/_global.scss */
.minilogoheader {
  background: url('../../img/logo_mini_gestware.png') no-repeat left center;
  height: 52px;
  visibility: hidden;
}

/* line 212, ../sass/_global.scss */
.searchico {
  background: url('../../img/search.png') no-repeat right center;
  height: 13px;
  width: 13px;
}

/* line 217, ../sass/_global.scss */
.searchicomobile {
  background: url('../../img/search.png') no-repeat right center;
  height: 13px;
  width: 13px;
  margin: auto;
}

/* line 223, ../sass/_global.scss */
.alignsearch {
  padding-right: 0px;
  margin-top: 60px;
}

/* line 227, ../sass/_global.scss */
.margin20 {
  padding-right: 5px;
  text-decoration: none;
  font-size: smaller;
}

/* line 232, ../sass/_global.scss */
.alignlang {
  padding-top: 5px;
}

/* line 235, ../sass/_global.scss */
.aligncenterheader {
  text-align: center;
}

/* line 240, ../sass/_global.scss */
.left {
  float: none;
}
@media only screen and (max-width: 40em) {
  /* line 240, ../sass/_global.scss */
  .left {
    float: none;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: landscape) {
  /* line 240, ../sass/_global.scss */
  .left {
    float: none;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: portrait) {
  /* line 240, ../sass/_global.scss */
  .left {
    float: none;
  }
}

/* line 252, ../sass/_global.scss */
.floatleft {
  float: left;
}

/* line 255, ../sass/_global.scss */
.right {
  float: right;
}

.bannerslider h2 {
  font-family: "Lato Bold", sans serif;
    font-size: 56px;
    color: #ffffff;
    line-height: 100%;
    font-weight: normal;
    margin-top: 0px;
    padding: 0;
    text-transform: none;
}

@media only screen and (max-width: 40em) {
  /* line 258, ../sass/_global.scss */
  .bannerslider h2 {
    line-height: 100%;
    font-size: 37px;
  }
}

/* line 258, ../sass/_global.scss */
h1 {
  font-family: "Lato Bold", sans serif;
  font-size: 56px;
  color: #ffffff;
  line-height: 100%;
}
.textforsearch h1 {
    font-family: "Lato Black", sans serif;
    font-size: 26px;
    text-transform: uppercase;
    text-align: center;
    color: #333333;
}
.greypostnwesspace h1 {
  font-family: "Lato Black", sans serif;
    font-size: 26px;
    text-transform: uppercase;
    text-align: center;
    padding-top: 70px;
    color: #333333;
}
.whiteproductsinglespace h1 {
  margin-bottom: 50px;
  font-family: "Lato Black", sans serif;
    font-size: 26px;
    text-transform: uppercase;
    text-align: center;
    padding-top: 70px;
    display: block;
    color: #333333;
}
.whitebudget h1 {
  font-family: "Lato Black", sans serif;
    font-weight: Bold;
    font-size: 26px;
    margin-top: 0px;
    padding: 3px 0px 0px 10px;
    text-transform: uppercase;
    color: #333333;
    line-height: 1.4;
}

@media only screen and (max-width: 40em) {
  /* line 258, ../sass/_global.scss */
  h1 {
    line-height: 100%;
    font-size: 37px;
  }
  .whitebudget h1 {
  display: block;
    line-height: 1.2;
    padding-top: 10px;
    padding: 5px 0px 0px 0px;
  }
}

/* line 268, ../sass/_global.scss */
h2 {
  font-family: "Lato Black", sans serif;
  font-weight: Bold;
  font-size: 26px;
  margin-top: 0px;
  padding: 3px 0px 0px 10px;
  text-transform: uppercase;
  color: #333333;
  margin-bottom: 0;
}
.productpagecontainerbar h2 {
    text-align: center;
    display: block;
    padding: 170px 0px 0px 0px;
}
.greypostnwesspace h2 {
    text-align: center;
    font-size: 15px;
    color: #266888;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0;
    font-weight: normal;
}
.greydetailspace h2 {
    text-align: center;
    padding: 70px 0px 0px 0px;
    display: block;
}

.contenttext h2 {
    margin-top: 40px;
    font-family: "Lato Bold", sans serif;
    font-size: 18px;
    padding: 0;
}


@media only screen and (max-width: 40em) {
  /* line 268, ../sass/_global.scss */
  h2 {
    display: block;
    line-height: 1.2;
    padding-top: 10px;
    padding: 5px 0px 0px 0px;
  }
  .contenttext h2 {
    margin-top: 10px;
  }
}

/* line 283, ../sass/_global.scss */
h3 {
  font-family: "Lato Bold", sans serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
  color: #333333;
  text-align: center;
}

.comercialtext h3 {
   font-family: "Raleway ExtraBold", sans serif;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    font-weight: normal;
}

.newsboxcontenttitle h3 {
  text-align: left;
}
.productobjectpacktext h3 {
  font-family: "Raleway ExtraBold", sans serif;
  font-size: 20px;
  text-align: center;
  color: #333333;
  text-transform: uppercase;
  margin-top: 10px;
}

@media only screen and (max-width: 40em) {
  .productobjectpacktext h3 {
    margin-top: 10px;
  }
}
.greypostnwesspace img {
  margin-bottom: 20px;
  width: 100%;
}
/* line 292, ../sass/_global.scss */
b, strong {
  font-family: "Lato Bold", sans serif;
  color: #333333;
}

/* line 296, ../sass/_global.scss */
a {
  color: #939393;
  text-decoration: none;
}

/* line 300, ../sass/_global.scss */
p {
  font-family: "Lato Light", sans serif;
    font-size: 18px;
    color: #5e5e5e;
    margin-bottom: 0;
}
.text_palops p {
  margin-bottom: 30px;
}

.producthomecomercial p {
  margin-bottom: 0;
}
.assistcontainer p {
    margin-top: 30px;
    margin-bottom: 30px;
}
.product-page-geral p {
  text-align: center;
  margin-top: 40px;
    display: block;
}
.productpagecontainerbar p {
  text-align: center;
  padding-top: 52px;
  padding-right: 30px;
  padding-left: 30px;
}
.whiteproductsinglespace p {
  text-align: center;
}
.contenttext p {
  margin-top: 30px;
  margin-bottom: 30px;
}
/* line 304, ../sass/_global.scss */
.content_cont {
  padding-top: 100px;
  padding-bottom: 100px;
}

.page-template-page-modelo .conheca img {
  width: 100%;
  margin: 30px 0px;
}

.page-template-page-modelo .conheca p img {
  width: 100%;
  margin: 30px 0px;
}
.page-template-page-modelo .conheca ul {
  list-style: none;
    margin: 0;
}

.page-template-page-modelo .conheca li:before {
    font-family: "Sabado Regular", sans serif;
    content: ">";
    padding-right: 16px;
    color: #333;
}

.page-template-page-modelo .conheca li {
    padding-right: 0px;
    line-height: 200%;
    padding-bottom: 10px;
}

.page-template-page-modelo .conheca h2 {
    margin-bottom: 50px;
    font-family: "Lato Black", sans serif;
    font-size: 26px;
    text-transform: uppercase;
    text-align: center;
    padding:0;
    display: block;
    color: #333333;
}

@media only screen and (max-width: 40em) {
  /* line 304, ../sass/_global.scss */
  .content_cont {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

/* line 313, ../sass/_global.scss */
.contcontroler {
  margin: 0 auto;
  display: inline-block;
}
.product-page-geral {
  background-color: white;
}

@media only screen and (max-width: 40em) {
  .product-page-geral {
    padding-bottom: 185px;
    padding-top: 50px;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: portrait) {
  .product-page-geral {
    padding-top: 70px;
    padding-bottom: 150px;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: landscape)  {
  .product-page-geral {
    padding-top: 70px;
    padding-bottom: 150px;
  }
}
@media only screen and (min-width: 64.063em) {
  .product-page-geral {
    padding-top: 100px;
    padding-bottom: 150px;
  }
}

/* line 317, ../sass/_global.scss */
.titlecontrolercenter {
  text-align: center;
  display: block;
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: landscape) {
  /* line 317, ../sass/_global.scss */
  .titlecontrolercenter {
    text-align: center;
    display: block;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: portrait) {
  /* line 317, ../sass/_global.scss */
  .titlecontrolercenter {
    text-align: center;
    display: block;
  }
}

@media only screen and (max-width: 40em) {
  /* line 330, ../sass/_global.scss */
  .smallcenter {
    text-align: center;
  }
}

@media only screen and (max-width: 40em) {
  /* line 335, ../sass/_global.scss */
  .aligncenter {
    text-align: center;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: portrait) {
  /* line 335, ../sass/_global.scss */
  .aligncenter {
    text-align: center;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: landscape) {
  /* line 335, ../sass/_global.scss */
  .aligncenter {
    text-align: center;
  }
}

/* line 346, ../sass/_global.scss */
.displayinlineblock {
  display: inline-block;
}
@media only screen and (max-width: 40em) {
  /* line 346, ../sass/_global.scss */
  .displayinlineblock {
    display: inline-block;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: landscape) {
  /* line 346, ../sass/_global.scss */
  .displayinlineblock {
    display: inline-block;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: portrait) {
  /* line 346, ../sass/_global.scss */
  .displayinlineblock {
    display: inline-block;
  }
}

/* line 358, ../sass/_global.scss */
.img_palop {
  background: url('../../img/icon_palop.png') no-repeat center center/cover;
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: landscape) {
  /* line 358, ../sass/_global.scss */
  .img_palop {
    height: 45px;
    width: 44px;
    vertical-align: top;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: portrait) {
  /* line 358, ../sass/_global.scss */
  .img_palop {
    height: 45px;
    width: 44px;
    vertical-align: top;
  }
}
@media only screen and (max-width: 40em) {
  /* line 358, ../sass/_global.scss */
  .img_palop {
    height: 40px;
    width: 39px;
    vertical-align: top;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 358, ../sass/_global.scss */
  .img_palop {
    height: 45px;
    width: 44px;
    vertical-align: top;
  }
}

/* line 381, ../sass/_global.scss */
.img_parc {
  background: url('../../img/icon_parc.png') no-repeat center center/cover;
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: landscape) {
  /* line 381, ../sass/_global.scss */
  .img_parc {
    height: 45px;
    width: 45px;
    vertical-align: top;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: portrait) {
  /* line 381, ../sass/_global.scss */
  .img_parc {
    height: 45px;
    width: 45px;
    vertical-align: top;
  }
}
@media only screen and (max-width: 40em) {
  /* line 381, ../sass/_global.scss */
  .img_parc {
    height: 40px;
    width: 40px;
    vertical-align: top;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 381, ../sass/_global.scss */
  .img_parc {
    height: 45px;
    width: 45px;
    vertical-align: top;
  }
}

/* line 405, ../sass/_global.scss */
.texttitle {
  font-family: "Lato Black", sans serif;
  font-weight: Bold;
  font-size: 26px;
  margin-top: 0px;
  padding: 0px 20px 0px 20px;
  text-transform: uppercase;
  color: #333333;
}
@media only screen and (max-width: 40em) {
  /* line 405, ../sass/_global.scss */
  .texttitle {
    display: block;
    line-height: 1.2;
    padding-top: 10px;
  }
}

/* line 419, ../sass/_global.scss */
.textsubleft {
  font-family: "Lato Bold", sans serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
  color: #333333;
}

/* line 426, ../sass/_global.scss */
.textsubleft h3 {
  text-align: left;
}

/* line 429, ../sass/_global.scss */
.textnormal {
  font-family: "Lato Light", sans serif;
  font-size: 18px;
  color: #5e5e5e;
}

/* line 434, ../sass/_global.scss */
.btn {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 15px;
  padding-top: 15px;
  font-family: "Raleway Black", sans serif;
  font-size: 14px;
  color: white;
  background-color: #35a8e0;
  text-transform: uppercase;
}

/* line 445, ../sass/_global.scss */
.btn:hover {
  background-color: #2e91c1;
}

/* line 448, ../sass/_global.scss */
.btn a {
  font-family: "Raleway Black", sans serif;
  background-color: #35a8e0;
  text-transform: uppercase;
  height: 50px;
  font-size: 14px;
  font-weight: Bold;
  color: #ffffff;
  cursor: pointer;
}

/* line 458, ../sass/_global.scss */
.buttongetintouch {
  position: fixed;
  right: -43px;
  margin-top: 250px;
  z-index: 9999;
}
@media only screen and (max-width: 40em) {
  /* line 458, ../sass/_global.scss */
  .buttongetintouch {
    display: none;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: portrait) {
  /* line 458, ../sass/_global.scss */
  .buttongetintouch {
    margin-top: 40vh;
  }
}

/* line 470, ../sass/_global.scss */
.getintouch {
  font-family: "Raleway Black", sans serif;
  background-color: #35a8e0;
  text-transform: uppercase;
  height: 50px;
  font-size: 14px;
  font-weight: Bold;
  color: #ffffff;
  transform: rotate(270deg);
  padding-right: 20px;
  padding-left: 20px;
}

/* line 482, ../sass/_global.scss */
.buttongetintouchopen {
  position: fixed;
  right: 0px;
  margin-top: 128px;
  z-index: 7;
  display: block;
  color: white;
  transition: all 300ms ease;
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: portrait) {
  /* line 482, ../sass/_global.scss */
  .buttongetintouchopen {
    margin-top: 225px;
  }
}

/* line 494, ../sass/_global.scss */
.buttongetintouchopen.close {
  right: -350px;
  transition: all 300ms ease;
}

/* line 498, ../sass/_global.scss */
.contentgetintouch {
  width: 350px;
  padding: 20px 10px 10px 10px;
  background-color: #2e91c1;
}

/* line 503, ../sass/_global.scss */
.getintouchopen {
  font-family: "Raleway Black", sans serif;
  background-color: #35a8e0;
  text-transform: uppercase;
  height: 50px;
  width: 150px;
  font-size: 14px;
  font-weight: Bold;
  color: #ffffff;
  transform: rotate(270deg);
  padding-right: 10px;
  padding-left: 10px;
  margin-top: 50px;
  position: absolute;
  right: 300px;
}

/* line 519, ../sass/_global.scss */
.getintouchopen:hover {
  background-color: #2e91c1;
}

/* line 522, ../sass/_global.scss */
.contentgetintouch .title {
  font-family: "Raleway Black", sans serif;
  font-size: 18px;
  text-transform: uppercase;
  padding-left: .5rem;
}

/* line 528, ../sass/_global.scss */
.contentgetintouch .title {
  font-family: "Raleway Black", sans serif;
  font-size: 16px;
  text-transform: uppercase;
  padding-left: 1rem;
}

/* line 534, ../sass/_global.scss */
.contentgetintouch .text {
  font-family: "Lato Light", sans serif;
  font-size: 15px;
  padding-left: 1rem;
}
.contentgetintouch .text-obrigatorio {
  font-size: 10px;
  font-family: "Lato Light", sans serif;
  padding: 7px 0 0 1rem;
}
/* line 539, ../sass/_global.scss */
.contentgetintouch form {
  margin: 20px 0 9px;
}

/* line 542, ../sass/_global.scss */
.contentgetintouch form .row {
  margin-top: 0;
}
/* line 544, ../sass/_global.scss */
.contentgetintouch form .row textarea {
  height: 30px;
  min-height:30px
}
.screen-reader-response {
    display: none;
}
.wpcf7-response-output.wpcf7-validation-errors {
  display: none;
}
div#wpcf7-f394-o1 span.wpcf7-not-valid-tip, div#wpcf7-f458-o2 span.wpcf7-not-valid-tip, div#wpcf7-f395-o2  span.wpcf7-not-valid-tip{
    display: inline-block;
    margin-bottom: 15px;
    font-size: 10px;
    color: #ffae00;
}
div#wpcf7-f394-o1 .wpcf7-response-output.wpcf7-acceptance-missing {
	display: inline-block;
    margin: 10px 17px 0 17px;
    font-size: 10px;
    text-align: center;
    color: #ffae00;
    font-family: "Raleway Bold", sans serif;
    text-transform: uppercase;
}
div#wpcf7-f458-o2 .wpcf7-response-output.wpcf7-acceptance-missing, div#wpcf7-f395-o2 .wpcf7-response-output.wpcf7-acceptance-missing{
  display: inline-block;
    margin: 10px 0 ;
    font-size: 10px;
    text-align: center;
    color: #ffae00;
    width: 100%;
    font-family: "Raleway Bold", sans serif;
    text-transform: uppercase;
}

div#wpcf7-f590-o2 .wpcf7-response-output.wpcf7-acceptance-missing {
  display: inline-block;
    margin: 10px 17px 0 17px;
    font-size: 10px;
    text-align: center;
    color: #fff;
    font-family: "Raleway Bold", sans serif;
    text-transform: uppercase;
}
/* line 548, ../sass/_global.scss */
.contentgetintouch form label {
  font-family: "Raleway Bold", sans serif;
  font-size: 13px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  margin-top: -10px;
}

div#wpcf7-f394-o1 form label {
  font-family: "Raleway Bold", sans serif;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  margin-top: -10px;
}
div#wpcf7-f394-o1 [type=checkbox] {
      margin:0;
      margin-right: .5rem;
}

/* line 555, ../sass/_global.scss */
.contentgetintouch form input[type="text"] {
  background-color: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #ffffff;
  box-shadow: none;
  font-family: "Lato Light", sans-serif;
  padding-left: 0;
  color: white;
    height: 25px;
    padding: 0;
    margin-bottom: 10px;
}
/* line 565, ../sass/_global.scss */
.contentgetintouch form input[type="text"]:focus {
  background-color: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #287da7;
  box-shadow: none;
  font-family: "Lato Light", sans-serif;
  padding-left: 0;
  color: white;
}

/* line 578, ../sass/_global.scss */
.contentgetintouch form input[type="email"] {
  background-color: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #ffffff;
  box-shadow: none;
  font-family: "Lato Light", sans-serif;
  padding-left: 0;
  color: white;
    height: 25px;
    padding: 0;
    margin-bottom: 10px;
}
/* line 588, ../sass/_global.scss */
.contentgetintouch form input[type="email"]:focus {
  background-color: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #287da7;
  box-shadow: none;
  font-family: "Lato Light", sans-serif;
  padding-left: 0;
  color: white;
}

/* line 601, ../sass/_global.scss */
.contentgetintouch form textarea {
  background-color: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #ffffff;
  box-shadow: none;
  font-family: "Lato Light", sans serif;
  padding: 0;
  color: white;
    margin-bottom: 0;
}
/* line 611, ../sass/_global.scss */
.contentgetintouch form textarea:focus {
  background-color: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #287da7;
  box-shadow: none;
  font-family: "Lato Light", sans serif;
  padding-left: 0;
  color: white;
}

/* line 624, ../sass/_global.scss */
.btnsend {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 15px;
  padding-top: 15px;
  font-family: "Raleway Black", sans serif;
  font-size: 14px;
  color: white;
  background-color: #287da7;
  text-transform: uppercase;
  border-width: 0;
}
.contentgetintouch .btnsend:hover{
  background-color: #1d668a;
}
.goright .btnsend:hover {
  background-color: #2e91c1;
}
/* line 636, ../sass/_global.scss */
.btnsendalign {
  text-align: center;
  margin: 5px 0 0;
}

/* line 646, ../sass/_global.scss */
.footer1 {
  background-color: #333333;
}

/* line 649, ../sass/_global.scss */
.footer2 {
  padding-top: 20px;
  background-color: #2b2b2b;
  padding-bottom: 20px;
}

/* line 654, ../sass/_global.scss */
.space95 {
  padding-top: 95px;
}

/* line 657, ../sass/_global.scss */
.footergestlogo {
  background: url('../../img/logo.gestware.png');
  height: 70px;
  width: 130px;
}

/* line 662, ../sass/_global.scss */
.iconsocial {
  width: 139px;
}

/* line 665, ../sass/_global.scss */
.iconsocial a div:hover {
  opacity: .5;
}

/* line 668, ../sass/_global.scss */
.marginright15 {
  margin-right: 15px;
}

/* line 671, ../sass/_global.scss */
.iconborderfb {
  background: url('../../img/facebook.svg');
  height: 34px;
  width: 34px;
}

.iconborderinsta {
	background: url('../../img/instagram.svg');
	height: 34px;
	width: 34px;
}

/* line 677, ../sass/_global.scss */
.iconborderli {
  background: url('../../img/linkedin.svg');
  height: 34px;
  width: 34px;
}

/* line 683, ../sass/_global.scss */
.iconbordermail {
  background: url('../../img/mail-outro.svg');
  height: 34px;
  width: 34px;
  padding-top: 12px;
  padding-left: 9px;
}

/* line 691, ../sass/_global.scss */
.titleleftfooter {
  font-family: "Lato Black", sans serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  text-align: left;
  color: #ffffff;
  padding-top: 52px;
}

/* line 700, ../sass/_global.scss */
.itemfooter ul {
  padding-top: 10px;
  list-style: none;
  margin: 0;
}

/* line 705, ../sass/_global.scss */
.itemfooter ul li {
  font-family: "Lato Light", sans serif;
  list-style-type: none;
  margin-left: 0;
}

/* line 712, ../sass/_global.scss */
.itemfooter ul li {
  padding: 0px;
  margin: 0px;
  text-align: left;
  font-size: 15px;
  color: #939393;
  display: block;
}

/* line 720, ../sass/_global.scss */
.itemfooter ul li a {
  padding-left: 0;
}

/* line 724, ../sass/_global.scss */
.itemfooter ul li:hover {
  color: #35a8e0;
}

/* line 727, ../sass/_global.scss */
.itemfooter.text {
  margin-top: 10px;
  font-family: "Lato Light", sans serif;
  color: #939393;
  line-height: 225%;
}

/* line 734, ../sass/_global.scss */
.inlineblock {
  display: inline-block;
}

/* line 737, ../sass/_global.scss */
.copyright {
  text-transform: uppercase;
  font-size: 10px;
  color: #737373;
}
@media only screen and (max-width: 40em) {
  /* line 737, ../sass/_global.scss */
  .copyright {
    text-align: center;
  }
}

/* line 745, ../sass/_global.scss */
.footercopyalign {
  text-align: right;
}
@media only screen and (max-width: 40em) {
  /* line 745, ../sass/_global.scss */
  .footercopyalign {
    text-align: center;
    margin-top: 10px;
  }
}

/* line 752, ../sass/_global.scss */
.poweredby {
  text-transform: uppercase;
  font-size: 10px;
  color: #737373;
  display: inline-block;
  vertical-align: text-top;
}

/* line 759, ../sass/_global.scss */
.copyrightlogo {
  background: url('../../img/logo innov.png') no-repeat center center/contain;
  height: 10px;
  display: inline-block;
  width: 115px;
}

/* line 765, ../sass/_global.scss */
.menu-sticky {
  transition: all 300ms ease;
  top: 0px;
  background: #35a8e0;
  height: 70px;
}
/* line 770, ../sass/_global.scss */
.menu-sticky .header_master {
  font-family: "Raleway Bold", sans serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
  color: white;
  visibility: visible;
}
/* line 778, ../sass/_global.scss */
.menu-sticky .header_master ul li a {
  font-family: "Raleway Bold", sans serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
  color: white;
  text-decoration: none;
}
/* line 786, ../sass/_global.scss */
.menu-sticky .biglogoheader {
  background: transparent;
  margin-top: 0;
  height: 0px;
  width: 0px;
}
/* line 792, ../sass/_global.scss */
.menu-sticky .alignminilogoheader {
  padding-left: 60px;
  padding-top: 10px;
}
/* line 796, ../sass/_global.scss */
.menu-sticky .minilogoheader {
  visibility: visible;
  background: url('../../img/logo_mini_gestware.png') no-repeat left center;
  height: 52px;
}
/* line 801, ../sass/_global.scss */
.menu-sticky .header_master ul {
  margin-top: 20px;
}
/* line 804, ../sass/_global.scss */
.menu-sticky .alignsearch {
  margin-top: 30px;
}
/* line 807, ../sass/_global.scss */
.menu-sticky .alignlang {
  padding-top: 5px;
  display: none;
}
/* line 811, ../sass/_global.scss */
.menu-sticky .header_master ul li {
  padding-left: 0;
  padding-right: 0;
  margin-right: 3%;
  margin-left: 3%;
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: landscape) {
  /* line 811, ../sass/_global.scss */
  .menu-sticky .header_master ul li {
    padding-left: 0;
    padding-right: 0;
    margin-right: 7.5px;
    margin-left: 7.5px;
  }
}
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  /* line 811, ../sass/_global.scss */
  .menu-sticky .header_master ul li {
    padding-left: 0;
    padding-right: 0;
    margin-right: 2%;
    margin-left: 2%;
  }
}
/* line 829, ../sass/_global.scss */
.menu-sticky .searchico {
  background: url('../../img/search.png') no-repeat right center;
  height: 13px;
  width: 13px;
}
/* line 834, ../sass/_global.scss */
.menu-sticky .header_master .aligncenterheader ul li a:hover {
  border-bottom: 2px solid #ffffff;
  padding-bottom: 8px;
}
/* line 839, ../sass/_global.scss */
.menu-sticky li.current-menu-item a {
  border-bottom: 2px solid #ffffff;
  padding-bottom: 8px;
}

/* line 846, ../sass/_global.scss */
.mobilebar {
  background: transparent;
  height: 60px;
  position: fixed;
  width: 100%;
  z-index: 9999;
  transition: all 300ms ease;
}
/* line 853, ../sass/_global.scss */
.mobilebar.active {
  background: #35a8e0;
}

/* line 857, ../sass/_global.scss */
.mobilebar.dropdown {
  top: 70px;
  transition: all 300ms ease;
}

/* line 861, ../sass/_global.scss */
.mobilebar .logo {
  background: url('../../img/logo_mini_gestware.png') no-repeat center left/cover;
  height: 52px;
  width: 79px;
  margin-top: 5px;
}

/* line 867, ../sass/_global.scss */
.mobileclicksearch {
  background: url("../../img/search.png?1464882779") no-repeat right center/contain;
  height: 16px;
  width: 16px;
  float: right;
  margin-top: -31px;
  margin-right: 10px;
}

/* line 875, ../sass/_global.scss */
.mobilemenu ul {
  position: fixed;
  width: 100%;
  margin-top: 0;
  z-index: 999;
  display: block;
  color: white;
  transition: all 300ms ease;
  text-align: center;
  background-color: #35a8e0;
  color: white;
  font-family: "Raleway Bold", sans serif;
  font-size: 15px;
  list-style: none;
  margin-left: 0;
  top: -465px;
}

/* line 893, ../sass/_global.scss */
.mobilemenu ul li {
  padding: 20px;
  display: block;
}
@media only screen and (max-width: 40em) {
  /* line 893, ../sass/_global.scss */
  .mobilemenu ul li {
    padding: 10px;
  }
}

/* line 901, ../sass/_global.scss */
.mobilemenu ul li a {
  text-decoration: none;
  font-family: "Raleway Bold", sans serif;
  text-transform: uppercase;
  color: white;
}

/* line 908, ../sass/_global.scss */
.mobilemenu ul.open {
  top: 50px;
  transition: all 300ms ease;
}

/* line 913, ../sass/_global.scss */
.c-hamburger {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 65px;
  height: 65px;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
  float: right;
  margin-top: -55px;
  margin-right: 0;
}

/* line 934, ../sass/_global.scss */
.c-hamburger:focus {
  outline: none;
}

/* line 938, ../sass/_global.scss */
.c-hamburger span {
  display: block;
  position: absolute;
  top: 30px;
  left: 15px;
  right: 15px;
  height: 3px;
  background: white;
  border-radius: 25px;
}

/* line 949, ../sass/_global.scss */
.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
  content: "";
  border-radius: 25px;
}

/* line 961, ../sass/_global.scss */
.c-hamburger span::before {
  top: -10px;
}

/* line 965, ../sass/_global.scss */
.c-hamburger span::after {
  bottom: -10px;
}

/* line 970, ../sass/_global.scss */
.c-hamburger--rot {
  background-color: transparent;
}

/* line 974, ../sass/_global.scss */
.c-hamburger--rot span {
  transition: transform 0.3s;
}

/* active state, i.e. menu open */
/* line 979, ../sass/_global.scss */
.c-hamburger--rot.is-active {
  background-color: transparent;
}

/* line 983, ../sass/_global.scss */
.c-hamburger--rot.is-active span {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 988, ../sass/_global.scss */
.backgroundslider1 {
  background: no-repeat 60% 30% / cover;
  height: 100vh;
}
@media only screen and (max-width: 40em) {
  /* line 988, ../sass/_global.scss */
  .backgroundslider1 {
    background: no-repeat 60% 30% / cover;
    height: 500px;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: landscape) {
  /* line 988, ../sass/_global.scss */
  .backgroundslider1 {
    background: no-repeat 60% 30% / cover;
    height: 100vh;
  }
}

@media only screen and (max-width: 40em) {
  /* line 1000, ../sass/_global.scss */
  .banner_geral {
    height: 350px;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: portrait) {
  /* line 1000, ../sass/_global.scss */
  .banner_geral {
    height: 600px;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: landscape) {
  /* line 1000, ../sass/_global.scss */
  .banner_geral {
    height: 600px;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 1000, ../sass/_global.scss */
  .banner_geral {
    height: 600px;
  }
}

@media only screen and (max-width: 40em) {
  /* line 1014, ../sass/_global.scss */
  .banner_details_page {
    height: 350px;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: portrait) {
  /* line 1014, ../sass/_global.scss */
  .banner_details_page {
    height: 350px;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: landscape) {
  /* line 1014, ../sass/_global.scss */
  .banner_details_page {
    height: 50vh;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 1014, ../sass/_global.scss */
  .banner_details_page {
    height: 350px;
  }
}

/* line 1028, ../sass/_global.scss */
.sliderhome {
  z-index: 0px;
  position: relative;
}

@media only screen and (max-width: 40em) {
  /* line 1041, ../sass/_global.scss */
  .sliderspacebanner {
    height: 225px;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: portrait) {
  /* line 1041, ../sass/_global.scss */
  .sliderspacebanner {
    height: 450px;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: landscape) {
  /* line 1041, ../sass/_global.scss */
  .sliderspacebanner {
    height: 310px;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 1041, ../sass/_global.scss */
  .sliderspacebanner {
    max-height: 40vh;
    height: 35vh;
  }
}

@media only screen and (max-width: 40em) {
  /* line 1056, ../sass/_global.scss */
  .spacebanner {
    height: 180px;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: portrait) {
  /* line 1056, ../sass/_global.scss */
  .spacebanner {
    height: 30vh;
    max-height: 30vh;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: landscape) {
  /* line 1056, ../sass/_global.scss */
  .spacebanner {
    max-height: 45vh;
    height: 45vh;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 1056, ../sass/_global.scss */
  .spacebanner {
    height: 272px;
  }
}

/* line 1072, ../sass/_global.scss */
.titlebanner {
  text-transform: uppercase;
}

/* line 1083, ../sass/_global.scss */
.textbanner {
  padding-top: 30px;
  font-family: "Lato Light", sans serif;
  font-size: 30px;
  color: #ffffff;
}
@media only screen and (max-width: 40em) {
  /* line 1083, ../sass/_global.scss */
  .textbanner {
    line-height: 125%;
    padding-top: 10px;
    font-size: 25px;
    padding-top: 15px;
    display: none;
  }
}

/* line 1096, ../sass/_global.scss */
.limitbutton150 {
  margin-top: 35px;
}
@media only screen and (max-width: 40em) {
  /* line 1096, ../sass/_global.scss */
  .limitbutton150 {
    margin-top: 15px;
  }
}

/* line 1103, ../sass/_global.scss */
.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #35a8e0;
}

/* line 1108, ../sass/_global.scss */
.slick-dotted.slick-slider {
  margin-bottom: 0;
}

/* line 1113, ../sass/_global.scss */
.slick-dots {
  position: absolute;
  bottom: 25px;
}

/* line 1118, ../sass/_global.scss */
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 20px;
  opacity: .25;
  color: #f3f3f3;
}

/* line 1125, ../sass/_global.scss */
.about {
  background: url('../../img/icon bg gestware left.png') no-repeat left bottom/cover;
}

@media only screen and (max-width: 40em) {
  /* line 1129, ../sass/_global.scss */
  .imagepc {
    background: no-repeat center center / contain;
    height: 460px;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: portrait) {
  /* line 1129, ../sass/_global.scss */
  .imagepc {
    background: no-repeat center center / contain;
    height: 460px;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: landscape) {
  /* line 1129, ../sass/_global.scss */
  .imagepc {
    background: no-repeat center center / contain;
    height: 460px;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 1129, ../sass/_global.scss */
  .imagepc {
    background: no-repeat left center/contain;
    height: 50vh;
    margin-left: -23px;
  }
}

/* line 1148, ../sass/_global.scss */
.textsidehome {
  font-family: "Lato Light", sans serif;
  padding-top: 60px;
  font-size: 18px;
  color: #5e5e5e;
}
@media only screen and (max-width: 40em) {
  /* line 1148, ../sass/_global.scss */
  .textsidehome {
    padding-top: 50px;
  }
}

@media only screen and (max-width: 40em) {
  /* line 1157, ../sass/_global.scss */
  .abouttext {
    margin-top: 20px;
    padding-right: 10%;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: portrait) {
  /* line 1157, ../sass/_global.scss */
  .abouttext {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: landscape) {
  /* line 1157, ../sass/_global.scss */
  .abouttext {
    padding-right: 5%;
    padding-left: 5%;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 1157, ../sass/_global.scss */
  .abouttext {
    padding-right: 10%;
  }
}

/* line 1176, ../sass/_global.scss */
.newsletter {
  background: url('../../img/shutterstock_313892942.png') no-repeat center center/cover;
}
@media only screen and (max-width: 40em) {
  /* line 1176, ../sass/_global.scss */
  .newsletter {
    background: url('../../img/shutterstock_313892942.png') no-repeat 60% 50%/cover;
  }
}

.subsnwesletter {
  float: right;
  margin-top: -65px;
  border-width: 0;
}

@media only screen and (max-width: 40em) {
  /* line 1183, ../sass/_global.scss */
  .subsnwesletter {
    margin-top: 40px;
    float:none;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: portrait) {
  /* line 1183, ../sass/_global.scss */
  .subsnwesletter {
    margin-top: 40px;
    float:none;
  }
}

@media only screen and (max-width: 40em) {
  /* line 1191, ../sass/_global.scss */
  .btnpartner {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: portrait) {
  /* line 1191, ../sass/_global.scss */
  .btnpartner {
    margin-top: 0px;
  }
}

/* line 1199, ../sass/_global.scss */
.newsletterspace {
  padding-top: 150px;
  padding-bottom: 150px;
}
@media only screen and (max-width: 40em) {
  /* line 1199, ../sass/_global.scss */
  .newsletterspace {
    height: 60vh;
    padding-top: 10vh;
  }
}

/* line 1207, ../sass/_global.scss */
.subsnews {
  font-family: "Lato Bold", sans serif;
  font-weight: bold;
  font-size: 18px;
  color: white;
  text-transform: uppercase;
  text-align: center;
  line-height: 150%;
}

/* line 1216, ../sass/_global.scss */
.newsmailspace {
  padding-top: 20px;
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: portrait) {
  /* line 1216, ../sass/_global.scss */
  .newsmailspace {
    padding-top: 40px;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 1216, ../sass/_global.scss */
  .newsmailspace {
    padding-top: 20px;
  }
}

/* line 1225, ../sass/_global.scss */
.subsnewsinput {
  font-family: "Raleway Bold", sans serif;
  font-weight: bold;
  font-size: 13px;
  color: white;
  text-transform: uppercase;
}

/* line 1232, ../sass/_global.scss */
.newsline {
  background: white;
  height: 1px;
  margin-top: 10px;
}

/* line 1237, ../sass/_global.scss */
.sectionnews {
  background: url('../../img/icon bg gestware center.png') no-repeat center center/cover;
}

/* line 1241, ../sass/_global.scss */
.newsrow {
  margin-top: 60px;
  margin-bottom: 60px;
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: portrait) {
  /* line 1246, ../sass/_global.scss */
  .newsbox:nth-child(3) {
    display: none;
  }
}

/* line 1252, ../sass/_global.scss */
.newsboxcontentcontroler {
  height: 260px;
  border: 3px solid #f3f3f3;
  background: white;
  position: relative;
  padding: 30px;
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: landscape) {
  /* line 1252, ../sass/_global.scss */
  .newsboxcontentcontroler {
    padding: 20px;
  }
}

/* line 1262, ../sass/_global.scss */
.newsboxcontenttag {
  font-family: "Lato Bold", sans serif;
  font-weight: bold;
  font-size: 15px;
  color: #266888;
  text-transform: uppercase;
}

/* line 1269, ../sass/_global.scss */
.newsboxcontenttitle {
  padding-top: 15px;
  font-family: "Lato Bold", sans serif;
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  text-transform: uppercase;
}

/* line 1277, ../sass/_global.scss */
.newsboxcontenttxt {
  font-family: "Lato Light", sans serif;
  font-weight: lighter;
  font-size: 18px;
  color: #333333;
}
@media only screen and (max-width: 40em) {
  /* line 1277, ../sass/_global.scss */
  .newsboxcontenttxt {
    padding-bottom: 40px;
  }
}

/* line 1288, ../sass/_global.scss */
.newsboxcontenttxt img {
  display: none;
}

/* line 1292, ../sass/_global.scss */
.newsboxcontentreadmore {
  text-align: right;
  right: 30px;
  bottom: 30px;
  position: absolute;
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: landscape) {
  /* line 1292, ../sass/_global.scss */
  .newsboxcontentreadmore {
    right: 20px;
    bottom: 20px;
  }
}

/* line 1304, ../sass/_global.scss */
.newsboxcontentreadmore a {
  color: #35a8e0;
  font-family: "Raleway Black", sans serif;
  font-size: 14px;
  text-transform: uppercase;
}

/* line 1310, ../sass/_global.scss */
.newsboxcontentreadmore a:hover {
  color: #2e91c1;
}

/* line 1314, ../sass/_global.scss */
.assistancesection {
  background-color: #f3f3f3;
  position: relative;
}

.slider-mobile-hp  .slick-prev {
  background: url("../../img/produtos_go_left_gestware.png") no-repeat left center/cover;
  height: 10px;
  width: 24px;
  left: 0;
}

.slider-mobile-hp  .slick-next {
  background: url("../../img/produtos_go_right1_gestware.png") no-repeat right center/cover;
  height: 10px;
  width: 25px;
  right: 0;
}

.slider-mobile-hp  .slick-next:before {
  content: '';
}

.slider-mobile-hp  .slick-prev:before {
  content: '';
}

.slider-mobile-hp .slick-cloned {
}
.mobile-hp-produtcs .products-container{
  background: white;
  margin-bottom: 20px;
  margin-top: 20px;
}

.mobile-hp-produtcs .products-container .product-banner {
  height: 170px;
}

.mobile-hp-produtcs .products-container .icon-name .icon {
  width: 70px;
  height: 70px;
  display: inline-block;
}
.mobile-hp-produtcs .products-container .icon-name {
  text-align: center;
  padding: 20px;
}


/* line 1318, ../sass/_global.scss */
.gorightarrow {
  background: url('../../img/go right arrow.png') no-repeat right center;
  height: 9px;
  padding-top: 12px;
  display: none;
}

/* line 1326, ../sass/_global.scss */
.contentbtnhome {
  margin-left: 25px;
  margin-right: 25px;
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: portrait) {
  /* line 1326, ../sass/_global.scss */
  .contentbtnhome {
    margin-left: 10px;
    margin-right: 5px;
  }
}

/* line 1334, ../sass/_global.scss */
.producthomecontainer {
  margin-top: 80px;
  position: relative;

}
@media only screen and (max-width: 40em) {
  /* line 1334, ../sass/_global.scss */
  .producthomecontainer {
    display: none;
  }
}


@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: portrait) {
  .producthomecontainer {
    display: none;
  }
  .mobile-hp-produtcs .products-container .product-banner {
    height: 300px;
  }
  .slider-mobile-hp  .slick-prev {
    top:70%;
  }
  .slider-mobile-hp  .slick-next {
    top:70%;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: landscape)  {
  .mobile-hp-produtcs {
    display:none;
  }
}

@media only screen and (min-width: 64.063em) {
  .mobile-hp-produtcs {
    display:none;
  }
}

/* line 1341, ../sass/_global.scss */
.productsreadmore {
  position: absolute;
  left: 50%;
  bottom: 14%;
  transform: translateX(-50%);
  text-align: center;
}
@media only screen and (max-width: 40em) {
  /* line 1341, ../sass/_global.scss */
  .productsreadmore {
    position: initial;
    left: 0%;
    transform: translateX(0%);
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: portrait) {
  /* line 1341, ../sass/_global.scss */
  .productsreadmore {
    position: initial;
    left: 0%;
    transform: translateX(0%);
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: landscape) {
  /* line 1341, ../sass/_global.scss */
  .productsreadmore {
    bottom: 14%;
  }
}

/* line 1361, ../sass/_global.scss */
.imgproducts {
  height: 510px;
  background-size: auto 100%;
}
@media only screen and (max-width: 40em) {
  /* line 1361, ../sass/_global.scss */
  .imgproducts {
    height: 250px;
    background: no-repeat 65% 50% / cover;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: portrait) {
  /* line 1361, ../sass/_global.scss */
  .imgproducts {
    background: no-repeat 70% 50% / cover;
    height: 40vh;
    margin-bottom: 15vh;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: landscape) {
  /* line 1361, ../sass/_global.scss */
  .imgproducts {
    background: no-repeat 50% 50% / cover;
    height: 510px;
    background-size: auto 100%;
  }
}

/* line 1381, ../sass/_global.scss */
.producthomecontainerbar {
  background-color: white;
  margin-top: 96px;
  padding-bottom: 109px;
  position: absolute;
  width: 650px;
  text-align: center;
  display: inline-block;
}
@media only screen and (max-width: 40em) {
  /* line 1381, ../sass/_global.scss */
  .producthomecontainerbar {
    width: 100%;
    margin-top: 0;
    padding: 20px;
    position: initial;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: portrait) {
  /* line 1381, ../sass/_global.scss */
  .producthomecontainerbar {
    width: 90%;
    padding-bottom: 30px;
    margin-top: 40vh;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: landscape) {
  /* line 1381, ../sass/_global.scss */
  .producthomecontainerbar {
    width: 650px;
  }
}

/* line 1408, ../sass/_global.scss */
.productcalign {
  padding-right: 25px;
  padding-left: 25px;
  padding-top: 38px;
  display: inline-block;
  opacity: .3;
}
/* line 1414, ../sass/_global.scss */
.productcalign.active {
  opacity: 1;
}
@media only screen and (max-width: 40em) {
  /* line 1408, ../sass/_global.scss */
  .productcalign {
    padding-right: 2%;
    padding-left: 2%;
    padding-top: 10%;
    padding-bottom: 5%;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: portrait) {
  /* line 1408, ../sass/_global.scss */
  .productcalign {
    padding-right: 3%;
    padding-left: 3%;
    padding-top: 5%;
    padding-bottom: 2%;
  }
}

/* line 1431, ../sass/_global.scss */
.productcalign:hover {
  cursor: pointer;
  opacity: 1;
}

/* line 1435, ../sass/_global.scss */
.productalignitems {
  text-align: center;
  display: inline-block;
}
@media only screen and (max-width: 40em) {
  /* line 1435, ../sass/_global.scss */
  .productalignitems {
    padding-right: 0%;
    padding-left: 0%;
    width: 100%;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: portrait) {
  /* line 1435, ../sass/_global.scss */
  .productalignitems {
    padding-right: 3%;
    padding-left: 3%;
    width: 100%;
  }
}

/* line 1449, ../sass/_global.scss */
.comercialonico {
  height: 40px;
  margin: auto;
  min-width: 60px;
}
@media only screen and (max-width: 40em) {
  /* line 1449, ../sass/_global.scss */
  .comercialonico {
    width: 45px;
    height: 35px;
    min-width: 45px;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: portrait) {
  /* line 1449, ../sass/_global.scss */
  .comercialonico {
    min-width: 43px;
  }
}

/* line 1462, ../sass/_global.scss */
.comercialtext {
  font-family: "Raleway ExtraBold", sans serif;
  font-size: 12px;
  text-transform: uppercase;
  padding-top: 21px;
  text-align: center;
}

/* line 1472, ../sass/_global.scss */
.producttext {
  text-align: center;
  padding-top: 70px;
  padding-right: 30px;
  padding-left: 30px;
}
.productalignitems .slick-slide.slick-current.slick-active.slick-center {
  opacity: 1;
}
@media only screen and (max-width: 40em) {
  /* line 1472, ../sass/_global.scss */
  .producttext {
    padding-top: 20px;
    padding-right: 0;
    padding-left: 0;
  }
  .producthomecontainerbar p {
    padding: 20px;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: portrait) {
  /* line 1472, ../sass/_global.scss */
  .producttext {
    padding-top: 15px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

/* line 1488, ../sass/_global.scss */
.productcat {
  font-family: "Raleway ExtraBold", sans serif;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  padding-top: 70px;
  display: none;
}
@media only screen and (max-width: 40em) {
  /* line 1488, ../sass/_global.scss */
  .productcat {
    padding-top: 5px;
    display: block;
  }
}

/* line 1501, ../sass/_global.scss */
.btnshomeproduts {
  margin-top: 60px;
}
@media only screen and (max-width: 40em) {
  /* line 1501, ../sass/_global.scss */
  .btnshomeproduts {
    margin-top: 0;
  }
}

/* line 1507, ../sass/_global.scss */
.btnshomeabout {
  margin-top: 60px;
  float: right;
}
@media only screen and (max-width: 40em) {
  /* line 1507, ../sass/_global.scss */
  .btnshomeabout {
    float: none;
  }
}

/* line 1515, ../sass/_global.scss */
.img_assis {
  background: url('../../img/icon_assis.png') no-repeat center center/cover;
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: landscape) {
  /* line 1515, ../sass/_global.scss */
  .img_assis {
    vertical-align: top;
    height: 45px;
    width: 45px;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: portrait) {
  /* line 1515, ../sass/_global.scss */
  .img_assis {
    vertical-align: top;
    height: 45px;
    width: 45px;
  }
}
@media only screen and (max-width: 40em) {
  /* line 1515, ../sass/_global.scss */
  .img_assis {
    height: 40px;
    width: 40px;
    vertical-align: top;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 1515, ../sass/_global.scss */
  .img_assis {
    height: 45px;
    width: 45px;
    vertical-align: top;
  }
}

/* line 1538, ../sass/_global.scss */
.img_aprese {
  background: url('../../img/icon_aprese.png') no-repeat center center/cover;
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: landscape) {
  /* line 1538, ../sass/_global.scss */
  .img_aprese {
    height: 45px;
    width: 44px;
    vertical-align: top;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: portrait) {
  /* line 1538, ../sass/_global.scss */
  .img_aprese {
    height: 45px;
    width: 44px;
    vertical-align: top;
  }
}
@media only screen and (max-width: 40em) {
  /* line 1538, ../sass/_global.scss */
  .img_aprese {
    vertical-align: top;
    height: 40px;
    width: 39px;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 1538, ../sass/_global.scss */
  .img_aprese {
    height: 45px;
    width: 44px;
    vertical-align: top;
  }
}

/* line 1561, ../sass/_global.scss */
.sub_title {
  font-family: "Lato Bold", sans serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
  color: #333333;
  text-align: center;
}

/* line 1569, ../sass/_global.scss */
.assistcontainer {
  background-color: white;
  margin-top: 60px;
  padding: 30px;
  text-align: center;
}

/* line 1575, ../sass/_global.scss */
.textmargin40 {
  margin-top: 40px;
}

/* line 1578, ../sass/_global.scss */
.newsletter form {
  margin-top: 0;
}
@media only screen and (max-width: 40em) {
  /* line 1578, ../sass/_global.scss */
  .newsletter form {
    margin-top: 30px;
    text-align: center;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: portrait) {
  /* line 1578, ../sass/_global.scss */
  .newsletter form {
    margin-top: 50px;
    text-align: center;
  }
}

/* line 1587, ../sass/_global.scss */
.newsletter form .row {
  margin-top: 0;
}

/* line 1590, ../sass/_global.scss */
.newsletter form label {
  font-family: "Raleway Bold", sans serif;
  font-size: 13px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  text-align: left;
}

/* line 1598, ../sass/_global.scss */
.newsletter form input[type="email"] {
  background-color: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #ffffff;
  box-shadow: none;
  width: 340px;
  color: #fff;
  margin-top: -13px;
  padding-bottom: 0px;
}
.newsletter form span.wpcf7-not-valid-tip {
    font-family: "Raleway Bold", sans serif;
    font-size: 13px;
    font-weight: bold;
    color: #ffae00;
    text-transform: uppercase;
    text-align: left;
    text-shadow: 1px 1px 4px #00000060;
}
.newsletter form .wpcf7-response-output.wpcf7-acceptance-missing {
    font-family: "Raleway Bold", sans serif;
    font-size: 13px!important;
    font-weight: bold;
    margin: 0!important;
    color: #ffae00!important;
    text-transform: uppercase;
    text-align: left;
    text-shadow: 1px 1px 4px #00000060;
}
/* line 1608, ../sass/_global.scss */
.newsletter form input[type="email"]:focus {
  background-color: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #ffffff;
  box-shadow: none;
  font-family: "Lato Light", sans serif;
  padding-left: 0;
  color: white;
}
@media only screen and (max-width: 40em) {
  /* line 1598, ../sass/_global.scss */
  .newsletter form input[type="email"] {
    width: 100%;
  }
}

/* line 1624, ../sass/_global.scss */
.mc-field-group {
  display: inline-block;
}
@media only screen and (max-width: 40em) {
  /* line 1624, ../sass/_global.scss */
  .mc-field-group {
    display: inline-block;
  }
  .newsletter form input[type="email"] {
    width: 100%;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: portrait) {
  /* line 1624, ../sass/_global.scss */
  .mc-field-group {
    display: inline-block;
  }
  .newsletter form input[type="email"] {
    width: 100%;
  }
}

/* line 1633, ../sass/_global.scss */
#mce-responses {
  display: inline-block;
  margin-left: 40px;
}
@media only screen and (max-width: 40em) {
  /* line 1633, ../sass/_global.scss */
  #mce-responses {
    display: block;
    margin-left: 0px;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: portrait) {
  /* line 1633, ../sass/_global.scss */
  #mce-responses {
    display: block;
    margin-left: 0px;
  }
}

/* line 1645, ../sass/_global.scss */
#mc_embed_signup_scroll {
  display: inline-flex;
}
@media only screen and (max-width: 40em) {
  /* line 1645, ../sass/_global.scss */
  #mc_embed_signup_scroll {
    display: block;
    text-align: center;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: portrait) {
  /* line 1645, ../sass/_global.scss */
  #mc_embed_signup_scroll {
    display: block;
    text-align: center;
  }
}

/* line 1656, ../sass/_global.scss */
.partnertext {
  margin-top: 30px;
  margin-bottom: 30px;
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: portrait) {
  /* line 1660, ../sass/_global.scss */
  .aligntextslider {
    text-align: center;
  }
}
@media only screen and (max-width: 40em) {
  /* line 1660, ../sass/_global.scss */
  .aligntextslider {
    text-align: center;
  }
}

@-webkit-keyframes scroll {
  from {
    top: 20px;
  }
  to {
    top: 30px;
  }
}
@-moz-keyframes scroll {
  from {
    top: 20px;
  }
  to {
    top: 30px;
  }
}
@-o-keyframes scroll {
  from {
    top: 20px;
  }
  to {
    top: 30px;
  }
}
@keyframes scroll {
  from {
    top: 20px;
  }
  to {
    top: 30px;
  }
}
@-webkit-keyframes scrollUp {
  from {
    top: 30px;
  }
  to {
    top: 20px;
  }
}
@-moz-keyframes scrollUp {
  from {
    top: 30px;
  }
  to {
    top: 20px;
  }
}
@-o-keyframes scrollUp {
  from {
    top: 30px;
  }
  to {
    top: 20px;
  }
}
@keyframes scrollUp {
  from {
    top: 30px;
  }
  to {
    top: 20px;
  }
}
/* line 11, ../sass/pages/_homepage.scss */
.home .anim-up {
  transform: translate(0, -100%);
}
/* line 14, ../sass/pages/_homepage.scss */
.home .anim-down {
  transform: translate(0, 0);
}
/* line 18, ../sass/pages/_homepage.scss */
.home #intro {
  z-index: 11;
  background: url(../../img/bg-header.jpg) no-repeat center center/cover;
  overflow-x: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  background-color: #000;
  -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  -moz-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}
/* line 39, ../sass/pages/_homepage.scss */
.home #intro canvas {
  opacity: 1;
}
/* line 42, ../sass/pages/_homepage.scss */
.home #intro .logo-container {
  min-width: 616px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* line 48, ../sass/pages/_homepage.scss */
.home #intro .logo-container h1 {
  text-indent: -9999px;
  position: absolute;
}
/* line 52, ../sass/pages/_homepage.scss */
.home #intro .logo-container .logo {
  opacity: 0;
  margin: 0 auto;
  width: auto;
  height: 160px;
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
/* line 63, ../sass/pages/_homepage.scss */
.home #intro .logo-container .intro-cta h2 {
  text-align: center;
  color: #fff;
  font-size: 57px;
  margin-top: 60px;
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: portrait) {
  /* line 63, ../sass/pages/_homepage.scss */
  .home #intro .logo-container .intro-cta h2 {
    font-size: 20px;
    margin-top: 0px;
  }
}
@media only screen and (max-width: 40em) {
  /* line 63, ../sass/pages/_homepage.scss */
  .home #intro .logo-container .intro-cta h2 {
    font-size: 20px;
    margin-top: 0px;
  }
}
/* line 76, ../sass/pages/_homepage.scss */
.home #intro .logo-container .intro-cta h2 span {
  position: relative;
  display: inline-block;
  opacity: 0;
}
/* line 80, ../sass/pages/_homepage.scss */
.home #intro .logo-container .intro-cta h2 span.first-span {
  color: #f9ce14;
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: portrait) {
  /* line 42, ../sass/pages/_homepage.scss */
  .home #intro .logo-container {
    min-width: inherit;
  }
}
@media only screen and (max-width: 40em) {
  /* line 42, ../sass/pages/_homepage.scss */
  .home #intro .logo-container {
    min-width: inherit;
  }
}
/* line 93, ../sass/pages/_homepage.scss */
.home #intro .scroll-down {
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
  cursor: pointer;
}
/* line 100, ../sass/pages/_homepage.scss */
.home #intro .scroll-down span {
  font-family: 'Muli', sans-serif;
  font-weight: 300;
  display: block;
  color: #6d6d6d;
}
/* line 106, ../sass/pages/_homepage.scss */
.home #intro .scroll-down img {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  margin-top: 20px;
  -webkit-animation: scroll 1s infinite linear;
  -moz-animation: scroll 1s infinite linear;
  -o-animation: scroll 1s infinite linear;
  animation: scroll 1s infinite linear;
}
/* line 115, ../sass/pages/_homepage.scss */
.home #sobre {
  height: 100vh;
}
@media only screen and (max-height: 800px) {
  /* line 123, ../sass/pages/_homepage.scss */
  .home #sobre .section-title {
    padding-top: 20px;
  }
}
/* line 128, ../sass/pages/_homepage.scss */
.home #sobre .sobre-content {
  position: relative;
  height: 100%;
  opacity: 0;
  transform: translateY(100px);
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
@media only screen and (max-width: 40em) {
  /* line 128, ../sass/pages/_homepage.scss */
  .home #sobre .sobre-content {
    opacity: 1;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: portrait) {
  /* line 128, ../sass/pages/_homepage.scss */
  .home #sobre .sobre-content {
    opacity: 1;
  }
}
/* line 143, ../sass/pages/_homepage.scss */
.home #sobre .sobre-content.sobreAnim {
  opacity: 1;
  transform: translateY(0px);
}
/* line 148, ../sass/pages/_homepage.scss */
.home #sobre .vertical-align {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  width: 100%;
  margin-top: auto;
}
@media only screen and (max-width: 40em) {
  /* line 148, ../sass/pages/_homepage.scss */
  .home #sobre .vertical-align {
    margin-top: auto;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: portrait) {
  /* line 148, ../sass/pages/_homepage.scss */
  .home #sobre .vertical-align {
    margin-top: auto;
  }
}
/* line 165, ../sass/pages/_homepage.scss */
.home #solucoes {
  height: 100vh;
  background-color: #f2f2f2;
  padding: 0;
  position: relative;
  min-height: 900px;
}
@media only screen and (max-width: 40em) {
  /* line 165, ../sass/pages/_homepage.scss */
  .home #solucoes {
    min-height: inherit;
    height: auto;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: portrait) {
  /* line 165, ../sass/pages/_homepage.scss */
  .home #solucoes {
    min-height: inherit;
    height: auto;
  }
}
/* line 179, ../sass/pages/_homepage.scss */
.home #solucoes .solucoes-slider {
  margin-top: 60px;
  position: absolute;
  min-height: 900px;
  height: 100vh;
  width: 100%;
  top: 0;
  margin: 0;
}
@media only screen and (max-width: 40em) {
  /* line 179, ../sass/pages/_homepage.scss */
  .home #solucoes .solucoes-slider {
    position: relative;
    min-height: inherit;
    height: auto;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: portrait) {
  /* line 179, ../sass/pages/_homepage.scss */
  .home #solucoes .solucoes-slider {
    position: relative;
    min-height: inherit;
    height: auto;
  }
}
/* line 197, ../sass/pages/_homepage.scss */
.home #solucoes .solucoes-slider .slide-solucoes {
  outline: none;
  min-height: 900px;
  height: 100vh;
}
@media only screen and (max-width: 40em) {
  /* line 197, ../sass/pages/_homepage.scss */
  .home #solucoes .solucoes-slider .slide-solucoes {
    height: auto;
    min-height: inherit;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: portrait) {
  /* line 197, ../sass/pages/_homepage.scss */
  .home #solucoes .solucoes-slider .slide-solucoes {
    height: auto;
    min-height: inherit;
  }
}
/* line 209, ../sass/pages/_homepage.scss */
.home #solucoes .solucoes-slider .slide-solucoes .slide-content {
  position: relative;
  height: 100%;
}
/* line 212, ../sass/pages/_homepage.scss */
.home #solucoes .solucoes-slider .slide-solucoes .slide-content .slide-text {
  position: absolute;
  bottom: auto;
  top: 450px;
  padding-bottom: 120px;
}
@media only screen and (max-width: 40em) {
  /* line 212, ../sass/pages/_homepage.scss */
  .home #solucoes .solucoes-slider .slide-solucoes .slide-content .slide-text {
    position: relative;
    top: 35px;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: portrait) {
  /* line 212, ../sass/pages/_homepage.scss */
  .home #solucoes .solucoes-slider .slide-solucoes .slide-content .slide-text {
    position: relative;
    top: 35px;
  }
}
/* line 226, ../sass/pages/_homepage.scss */
.home #solucoes .solucoes-slider .slide-solucoes .slide-content .slide-text a:hover:after {
  content: url("../../img/arrowRight-btn_hover.png");
}
/* line 230, ../sass/pages/_homepage.scss */
.home #solucoes .solucoes-slider .slide-solucoes .slide-content .slide-text a:after {
  content: url("../../img/arrowRight-btn.png");
  height: inherit;
}
/* line 234, ../sass/pages/_homepage.scss */
.home #solucoes .solucoes-slider .slide-solucoes .slide-content .slide-text p {
  line-height: 38px;
  padding-right: 10px;
}
@media only screen and (max-width: 40em) {
  /* line 234, ../sass/pages/_homepage.scss */
  .home #solucoes .solucoes-slider .slide-solucoes .slide-content .slide-text p {
    line-height: 29px;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: portrait) {
  /* line 234, ../sass/pages/_homepage.scss */
  .home #solucoes .solucoes-slider .slide-solucoes .slide-content .slide-text p {
    line-height: 29px;
  }
}
/* line 245, ../sass/pages/_homepage.scss */
.home #solucoes .solucoes-slider .slide-solucoes .slide-content .columns {
  position: relative;
}
/* line 248, ../sass/pages/_homepage.scss */
.home #solucoes .solucoes-slider .slide-solucoes .slide-content .slide-title {
  font-family: 'mulibolditalic';
  font-size: 23px;
  padding-bottom: 20px;
}
/* line 254, ../sass/pages/_homepage.scss */
.home #solucoes .solucoes-slider .slide-solucoes .slider-bg {
  width: 50%;
  height: 100vh;
  min-height: 100%;
  position: absolute;
  right: 0;
  display: inline-block;
}
@media only screen and (max-width: 40em) {
  /* line 254, ../sass/pages/_homepage.scss */
  .home #solucoes .solucoes-slider .slide-solucoes .slider-bg {
    display: none;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: portrait) {
  /* line 254, ../sass/pages/_homepage.scss */
  .home #solucoes .solucoes-slider .slide-solucoes .slider-bg {
    display: none;
  }
}
/* line 270, ../sass/pages/_homepage.scss */
.home #solucoes h3 {
  padding-top: 120px;
  z-index: 1;
}
@media only screen and (max-width: 40em) {
  /* line 270, ../sass/pages/_homepage.scss */
  .home #solucoes h3 {
    padding-top: 60px;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: portrait) {
  /* line 270, ../sass/pages/_homepage.scss */
  .home #solucoes h3 {
    padding-top: 60px;
  }
}
@media only screen and (max-height: 800px) {
  /* line 270, ../sass/pages/_homepage.scss */
  .home #solucoes h3 {
    padding-top: 10px;
  }
}
/* line 283, ../sass/pages/_homepage.scss */
.home #solucoes .slick-dots {
  position: relative;
  bottom: auto;
  top: 80px;
  font-family: 'muliextralight';
  font-size: 15px;
  z-index: 1;
}
@media only screen and (max-width: 40em) {
  /* line 283, ../sass/pages/_homepage.scss */
  .home #solucoes .slick-dots {
    position: relative;
    top: 10px;
    padding: 20px;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: portrait) {
  /* line 283, ../sass/pages/_homepage.scss */
  .home #solucoes .slick-dots {
    position: relative;
    top: 10px;
    padding: 20px;
  }
}
/* line 301, ../sass/pages/_homepage.scss */
.home #solucoes .slick-dots li {
  margin: 0;
  width: auto;
  height: auto;
}
@media only screen and (max-width: 40em) {
  /* line 301, ../sass/pages/_homepage.scss */
  .home #solucoes .slick-dots li {
    padding: 0 10px;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: portrait) {
  /* line 301, ../sass/pages/_homepage.scss */
  .home #solucoes .slick-dots li {
    padding: 0 10px;
  }
}
/* line 311, ../sass/pages/_homepage.scss */
.home #solucoes .slick-dots li:focus {
  outline: none;
}
/* line 314, ../sass/pages/_homepage.scss */
.home #solucoes .slick-dots li a {
  background: url(../../img/outline_bg.png) no-repeat center center;
  margin-top: 10px;
  position: relative;
  width: 124px;
  height: 100px;
  display: block;
  background-size: 127px auto;
}
@media only screen and (max-width: 40em) {
  /* line 314, ../sass/pages/_homepage.scss */
  .home #solucoes .slick-dots li a {
    background: none !important;
    width: auto;
    height: auto;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: portrait) {
  /* line 314, ../sass/pages/_homepage.scss */
  .home #solucoes .slick-dots li a {
    background: none !important;
    width: auto;
    height: auto;
  }
}
/* line 332, ../sass/pages/_homepage.scss */
.home #solucoes .slick-dots li a.first-dot {
  width: 105px;
  background: url(../../img/outline_bg_first.png) no-repeat center center;
}
@media only screen and (max-width: 40em) {
  /* line 332, ../sass/pages/_homepage.scss */
  .home #solucoes .slick-dots li a.first-dot {
    background: none !important;
    width: auto;
    height: auto;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: portrait) {
  /* line 332, ../sass/pages/_homepage.scss */
  .home #solucoes .slick-dots li a.first-dot {
    background: none !important;
    width: auto;
    height: auto;
  }
}
/* line 345, ../sass/pages/_homepage.scss */
.home #solucoes .slick-dots li a.first-dot span.thumb-bg {
  position: absolute;
  left: 25px;
}
/* line 350, ../sass/pages/_homepage.scss */
.home #solucoes .slick-dots li a.last-dot {
  width: 109px;
  background: url(../../img/outline_bg_last.png) no-repeat center center;
}
@media only screen and (max-width: 40em) {
  /* line 350, ../sass/pages/_homepage.scss */
  .home #solucoes .slick-dots li a.last-dot {
    background: none !important;
    width: auto;
    height: auto;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: portrait) {
  /* line 350, ../sass/pages/_homepage.scss */
  .home #solucoes .slick-dots li a.last-dot {
    background: none !important;
    width: auto;
    height: auto;
  }
}
/* line 363, ../sass/pages/_homepage.scss */
.home #solucoes .slick-dots li a.last-dot span.thumb-bg {
  position: absolute;
  left: 45px;
}
/* line 368, ../sass/pages/_homepage.scss */
.home #solucoes .slick-dots li a span.thumb-bg {
  position: absolute;
  left: 42px;
  top: 27px;
  width: 42px;
  height: 42px;
  display: block;
}
@media only screen and (max-width: 40em) {
  /* line 368, ../sass/pages/_homepage.scss */
  .home #solucoes .slick-dots li a span.thumb-bg {
    position: relative;
    left: 0;
    width: 32px;
    margin: 10px;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: portrait) {
  /* line 368, ../sass/pages/_homepage.scss */
  .home #solucoes .slick-dots li a span.thumb-bg {
    position: relative;
    left: 0;
    width: 32px;
    margin: 10px;
  }
}
/* line 391, ../sass/pages/_homepage.scss */
.home #solucoes .slick-dots .slick-active .first-dot {
  background: url(../../img/outline_bg_first_active.png) no-repeat center center !important;
}
@media only screen and (max-width: 40em) {
  /* line 394, ../sass/pages/_homepage.scss */
  .home #solucoes .slick-dots .slick-active span {
    font-family: 'mulibold';
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: portrait) {
  /* line 394, ../sass/pages/_homepage.scss */
  .home #solucoes .slick-dots .slick-active span {
    font-family: 'mulibold';
  }
}
/* line 402, ../sass/pages/_homepage.scss */
.home #solucoes .slick-dots .slick-active a {
  background: url(../../img/outline_bg_active.png) no-repeat center center !important;
}
@media only screen and (max-width: 40em) {
  /* line 402, ../sass/pages/_homepage.scss */
  .home #solucoes .slick-dots .slick-active a {
    background: none !important;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: portrait) {
  /* line 402, ../sass/pages/_homepage.scss */
  .home #solucoes .slick-dots .slick-active a {
    background: none !important;
  }
}
/* line 411, ../sass/pages/_homepage.scss */
.home #solucoes .slick-dots .slick-active .last-dot {
  background: url(../../img/outline_bg_last_active.png) no-repeat center center !important;
}
/* line 417, ../sass/pages/_homepage.scss */
.home #solucoesCta {
  height: auto;
  min-height: 500px;
  position: relative;
}
@media only screen and (max-width: 40em) {
  /* line 417, ../sass/pages/_homepage.scss */
  .home #solucoesCta {
    min-height: inherit;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: portrait) {
  /* line 417, ../sass/pages/_homepage.scss */
  .home #solucoesCta {
    min-height: inherit;
  }
}
@media only screen and (max-height: 800px) {
  /* line 417, ../sass/pages/_homepage.scss */
  .home #solucoesCta {
    min-height: inherit;
    padding: 30px 0;
  }
}
/* line 431, ../sass/pages/_homepage.scss */
.home #solucoesCta .cta-solucoes-container {
  position: relative;
  width: 100%;
  height: 100%;
}
/* line 435, ../sass/pages/_homepage.scss */
.home #solucoesCta .cta-solucoes-container p {
  position: relative;
  color: #fff;
  font-size: 50px;
  line-height: 60px;
}
@media only screen and (max-width: 40em) {
  /* line 435, ../sass/pages/_homepage.scss */
  .home #solucoesCta .cta-solucoes-container p {
    font-size: 20px;
    line-height: 1.1;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: portrait) {
  /* line 435, ../sass/pages/_homepage.scss */
  .home #solucoesCta .cta-solucoes-container p {
    font-size: 20px;
    line-height: 1.1;
  }
}
/* line 448, ../sass/pages/_homepage.scss */
.home #solucoesCta .cta-solucoes-container p:after {
  font-family: 'muliextralight';
  font-size: 52px;
  color: #f9ce14;
  -webkit-animation: blink 1s infinite;
  -moz-animation: blink 1s infinite;
  -o-animation: blink 1s infinite;
  animation: blink 1s infinite;
}
@media only screen and (max-width: 40em) {
  /* line 448, ../sass/pages/_homepage.scss */
  .home #solucoesCta .cta-solucoes-container p:after {
    font-size: 20px;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: portrait) {
  /* line 448, ../sass/pages/_homepage.scss */
  .home #solucoesCta .cta-solucoes-container p:after {
    font-size: 20px;
  }
}
/* line 461, ../sass/pages/_homepage.scss */
.home #solucoesCta .cta-solucoes-container p span {
  opacity: 0;
  font-size: 50px;
}
@media only screen and (max-width: 40em) {
  /* line 461, ../sass/pages/_homepage.scss */
  .home #solucoesCta .cta-solucoes-container p span {
    font-size: 20px;
    line-height: 1.1;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: portrait) {
  /* line 461, ../sass/pages/_homepage.scss */
  .home #solucoesCta .cta-solucoes-container p span {
    font-size: 20px;
    line-height: 1.1;
  }
}
/* line 477, ../sass/pages/_homepage.scss */
.home #servicos {
  height: auto;
}
@media only screen and (max-width: 40em) {
  /* line 477, ../sass/pages/_homepage.scss */
  .home #servicos {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: portrait) {
  /* line 477, ../sass/pages/_homepage.scss */
  .home #servicos {
    padding-bottom: 0;
  }
}
/* line 485, ../sass/pages/_homepage.scss */
.home #servicos .section-servicos-content {
  margin-top: 80px;
}
/* line 487, ../sass/pages/_homepage.scss */
.home #servicos .section-servicos-content .row {
  overflow: hidden;
}
@media only screen and (max-width: 40em) {
  /* line 489, ../sass/pages/_homepage.scss */
  .home #servicos .section-servicos-content .row.slick-slider {
    margin-bottom: 0;
  }
}
/* line 493, ../sass/pages/_homepage.scss */
.home #servicos .section-servicos-content .row.slick-slider .slick-dots {
  bottom: 0px;
}
@media only screen and (max-width: 40em) {
  /* line 493, ../sass/pages/_homepage.scss */
  .home #servicos .section-servicos-content .row.slick-slider .slick-dots {
    bottom: auto;
    top: 25px;
    width: 20px;
    left: 10px;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: portrait) {
  /* line 493, ../sass/pages/_homepage.scss */
  .home #servicos .section-servicos-content .row.slick-slider .slick-dots {
    bottom: auto;
    top: 0;
    width: 20px;
    right: 10px;
  }
}
@media only screen and (max-width: 40em) {
  /* line 507, ../sass/pages/_homepage.scss */
  .home #servicos .section-servicos-content .row.slick-slider .slick-dots li {
    display: block;
    width: 30px;
    height: 30px;
    margin: auto 5px auto auto;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: portrait) {
  /* line 507, ../sass/pages/_homepage.scss */
  .home #servicos .section-servicos-content .row.slick-slider .slick-dots li {
    display: block;
    margin: auto 5px auto auto;
  }
}
/* line 520, ../sass/pages/_homepage.scss */
.home #servicos .section-servicos-content .row.slick-slider .slick-dots li button:focus {
  color: inherit;
}
/* line 523, ../sass/pages/_homepage.scss */
.home #servicos .section-servicos-content .row.slick-slider .slick-dots li button:before {
  font-size: 50px;
  width: 30px;
  height: 30px;
  opacity: 0.9;
  color: #fff;
}
/* line 532, ../sass/pages/_homepage.scss */
.home #servicos .section-servicos-content .row.slick-slider .slick-dots li.slick-active button:before {
  color: #f9ce14;
  opacity: 1;
}
/* line 541, ../sass/pages/_homepage.scss */
.home #servicos .section-servicos-content .column {
  position: relative;
  z-index: 1;
  padding-left: 0;
  padding-right: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
}
/* line 550, ../sass/pages/_homepage.scss */
.home #servicos .section-servicos-content .column .single-service {
  height: 330px;
  position: relative;
  text-align: center;
}
@media only screen and (max-height: 800px) {
  /* line 550, ../sass/pages/_homepage.scss */
  .home #servicos .section-servicos-content .column .single-service {
    height: 300px;
  }
}
/* line 563, ../sass/pages/_homepage.scss */
.home #servicos .section-servicos-content .column .single-service .single-service-bg {
  cursor: pointer;
  position: absolute;
  height: 100%;
  width: 100%;
  background-size: 100% 100%;
}
/* line 569, ../sass/pages/_homepage.scss */
.home #servicos .section-servicos-content .column .single-service .single-service-bg .overlay {
  transition: all .3s ease-in-out;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
}
/* line 579, ../sass/pages/_homepage.scss */
.home #servicos .section-servicos-content .column .single-service .single-service-bg:hover .overlay {
  opacity: 1;
}
/* line 583, ../sass/pages/_homepage.scss */
.home #servicos .section-servicos-content .column .single-service .service-title h3 {
  cursor: pointer;
  border: 1px solid #ebebeb;
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  width: 100%;
  font-family: 'mulibolditalic';
  font-size: 22px;
  color: #000;
  background: #fff;
  height: 60px;
  padding-top: 15px;
}
/* line 597, ../sass/pages/_homepage.scss */
.home #servicos .section-servicos-content .column .single-service .servico-content {
  visibility: hidden;
  opacity: 0;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: -1;
  transform: translateX(0%);
  -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
}
/* line 611, ../sass/pages/_homepage.scss */
.home #servicos .section-servicos-content .column .single-service .servico-content.show-servico-large {
  width: 100%;
  height: 100%;
  opacity: 1;
  visibility: visible;
  transform: translateX(100%);
}
/* line 617, ../sass/pages/_homepage.scss */
.home #servicos .section-servicos-content .column .single-service .servico-content.show-servico-large .right-col {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #f2f2f2;
}
/* line 623, ../sass/pages/_homepage.scss */
.home #servicos .section-servicos-content .column .single-service .servico-content.show-servico-large .right-col.open {
  transform: translateX(100%);
}
/* line 626, ../sass/pages/_homepage.scss */
.home #servicos .section-servicos-content .column .single-service .servico-content.show-servico-large .right-col.open-left {
  transform: translateX(-100%);
}
/* line 631, ../sass/pages/_homepage.scss */
.home #servicos .section-servicos-content .column .single-service .servico-content.show-servico-left-large {
  width: 100%;
  height: 100%;
  opacity: 1;
  visibility: visible;
  transform: translateX(-100%);
}
/* line 637, ../sass/pages/_homepage.scss */
.home #servicos .section-servicos-content .column .single-service .servico-content.show-servico-left-large .right-col {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #f2f2f2;
}
/* line 643, ../sass/pages/_homepage.scss */
.home #servicos .section-servicos-content .column .single-service .servico-content.show-servico-left-large .right-col.open {
  transform: translateX(100%);
}
/* line 646, ../sass/pages/_homepage.scss */
.home #servicos .section-servicos-content .column .single-service .servico-content.show-servico-left-large .right-col.open-left {
  transform: translateX(-100%);
}
/* line 651, ../sass/pages/_homepage.scss */
.home #servicos .section-servicos-content .column .single-service .servico-content.show-servico-small {
  opacity: 1;
  width: 100%;
  height: 100%;
  z-index: 1;
}
/* line 656, ../sass/pages/_homepage.scss */
.home #servicos .section-servicos-content .column .single-service .servico-content.show-servico-small .right-col {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #f2f2f2;
}
@media only screen and (max-width: 40em) {
  /* line 656, ../sass/pages/_homepage.scss */
  .home #servicos .section-servicos-content .column .single-service .servico-content.show-servico-small .right-col {
    background-color: rgba(242, 242, 242, 0.8);
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: portrait) {
  /* line 656, ../sass/pages/_homepage.scss */
  .home #servicos .section-servicos-content .column .single-service .servico-content.show-servico-small .right-col {
    background-color: rgba(242, 242, 242, 0.8);
  }
}
/* line 670, ../sass/pages/_homepage.scss */
.home #servicos .section-servicos-content .column .single-service .servico-content .close {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  background: #000 url(../../img/close.png) no-repeat center center;
  cursor: pointer;
}
/* line 681, ../sass/pages/_homepage.scss */
.home #servicos .section-servicos-content .column .single-service .vertical-align {
  width: 100%;
  position: absolute;
  top: 50%;
  margin-top: inherit;
}
/* line 686, ../sass/pages/_homepage.scss */
.home #servicos .section-servicos-content .column .single-service .vertical-align p {
  padding: 40px;
}
@media only screen and (max-height: 800px) {
  /* line 686, ../sass/pages/_homepage.scss */
  .home #servicos .section-servicos-content .column .single-service .vertical-align p {
    padding: 10px;
  }
}
/* line 694, ../sass/pages/_homepage.scss */
.home #servicos .section-servicos-content .column.first-servico {
  background-color: #f9ce14;
  font-family: 'muliextralight';
  font-size: 28px;
  height: 330px;
}
@media only screen and (max-height: 800px) {
  /* line 694, ../sass/pages/_homepage.scss */
  .home #servicos .section-servicos-content .column.first-servico {
    height: 300px;
  }
}
/* line 702, ../sass/pages/_homepage.scss */
.home #servicos .section-servicos-content .column.first-servico p {
  padding: 65px 60px;
}
@media only screen and (max-height: 800px) {
  /* line 702, ../sass/pages/_homepage.scss */
  .home #servicos .section-servicos-content .column.first-servico p {
    padding: 20px 30px;
  }
}
/* line 710, ../sass/pages/_homepage.scss */
.home #servicos .section-servicos-content .column:nth-child(4n+4) .servico-content {
  position: absolute !important;
  right: 0;
  left: auto;
}
/* line 714, ../sass/pages/_homepage.scss */
.home #servicos .section-servicos-content .column:nth-child(4n+4) .servico-content .left-col {
  float: right !important;
}
/* line 717, ../sass/pages/_homepage.scss */
.home #servicos .section-servicos-content .column:nth-child(4n+4) .servico-content .right-col {
  float: left;
}
/* line 725, ../sass/pages/_homepage.scss */
.home #servicos .section-servicos-content .column.open {
  transform: translateX(100%);
}
/* line 729, ../sass/pages/_homepage.scss */
.home #servicos .section-servicos-content .column.open-left {
  transform: translateX(-100%);
}
/* line 737, ../sass/pages/_homepage.scss */
.home #ultimasNoticias {
  text-align: center;
  background-color: #f2f2f2;
}
/* line 740, ../sass/pages/_homepage.scss */
.home #ultimasNoticias .section-title {
  text-align: left;
}
/* line 745, ../sass/pages/_homepage.scss */
.home #ultimasNoticias a.border:hover:after {
  content: url("../../img/arrowRight-btn_hover.png");
}
/* line 749, ../sass/pages/_homepage.scss */
.home #ultimasNoticias a.border:after {
  content: url("../../img/arrowRight-btn.png");
  height: inherit;
  vertical-align: middle;
}
/* line 755, ../sass/pages/_homepage.scss */
.home #ultimasNoticias .section-noticias-content {
  margin-top: 80px;
}
/* line 758, ../sass/pages/_homepage.scss */
.home #ultimasNoticias .section-noticias-content .column .single-noticia {
  background: #fff;
  height: 100%;
  position: relative;
  text-align: center;
}
/* line 763, ../sass/pages/_homepage.scss */
.home #ultimasNoticias .section-noticias-content .column .single-noticia .single-noticia-bg {
  cursor: pointer;
  position: relative;
  height: 300px;
  width: 100%;
  background-size: 100% 100%;
}
/* line 769, ../sass/pages/_homepage.scss */
.home #ultimasNoticias .section-noticias-content .column .single-noticia .single-noticia-bg .news-hover {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(249, 206, 20, 0.85);
}
/* line 781, ../sass/pages/_homepage.scss */
.home #ultimasNoticias .section-noticias-content .column .single-noticia .single-noticia-bg .news-hover .news-seemore {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  background: #000 url(../../img/plus.png) no-repeat center center;
}
/* line 792, ../sass/pages/_homepage.scss */
.home #ultimasNoticias .section-noticias-content .column .single-noticia .news-content {
  padding: 25px 20px;
  text-align: left;
}
/* line 795, ../sass/pages/_homepage.scss */
.home #ultimasNoticias .section-noticias-content .column .single-noticia .news-content .news-title h3 {
  cursor: pointer;
  position: relative;
  bottom: 0;
  margin: 0 auto;
  width: 100%;
  font-family: 'mulibolditalic';
  font-size: 23px;
  color: #000;
  height: 80px;
}
/* line 807, ../sass/pages/_homepage.scss */
.home #ultimasNoticias .section-noticias-content .column .single-noticia .news-content .news-desc p {
  color: #000;
}
/* line 812, ../sass/pages/_homepage.scss */
.home #ultimasNoticias .section-noticias-content .column .single-noticia:hover .news-hover {
  opacity: 1;
}
/* line 820, ../sass/pages/_homepage.scss */
.home #contactos {
  min-height: inherit;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
}
@media only screen and (max-width: 40em) {
  /* line 820, ../sass/pages/_homepage.scss */
  .home #contactos {
    padding: 70px 0;
    background-color: #f2f2f2;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: portrait) {
  /* line 820, ../sass/pages/_homepage.scss */
  .home #contactos {
    padding: 70px 0;
    background-color: #f2f2f2;
  }
}
/* line 833, ../sass/pages/_homepage.scss */
.home #contactos .section-title {
  position: relative;
  padding-top: 125px;
  padding-bottom: 125px;
}
@media only screen and (max-width: 40em) {
  /* line 833, ../sass/pages/_homepage.scss */
  .home #contactos .section-title {
    padding: 0 0;
    background: transparent !important;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: portrait) {
  /* line 833, ../sass/pages/_homepage.scss */
  .home #contactos .section-title {
    padding: 0 0;
    background: transparent !important;
  }
}
/* line 845, ../sass/pages/_homepage.scss */
.home #contactos .section-title .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
@media only screen and (max-width: 40em) {
  /* line 845, ../sass/pages/_homepage.scss */
  .home #contactos .section-title .overlay {
    background: transparent !important;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: portrait) {
  /* line 845, ../sass/pages/_homepage.scss */
  .home #contactos .section-title .overlay {
    background: transparent !important;
  }
}
/* line 859, ../sass/pages/_homepage.scss */
.home #contactos .section-title h3 {
  color: #fff;
}
@media only screen and (max-width: 40em) {
  /* line 859, ../sass/pages/_homepage.scss */
  .home #contactos .section-title h3 {
    color: #000;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: portrait) {
  /* line 859, ../sass/pages/_homepage.scss */
  .home #contactos .section-title h3 {
    color: #000;
  }
}
/* line 869, ../sass/pages/_homepage.scss */
.home #contactos .section-content {
  margin-top: 0;
}
/* line 871, ../sass/pages/_homepage.scss */
.home #contactos .section-content .left-col-contactos {
  padding: 120px 0;
  background-color: #f2f2f2;
  width: 50%;
  text-align: right;
  float: left;
  display: inline-block;
}
/* line 878, ../sass/pages/_homepage.scss */
.home #contactos .section-content .left-col-contactos h3 {
  font-family: 'mulibold';
  font-size: 23px;
  color: #000;
  text-align: right;
  margin-bottom: 20px;
}
@media only screen and (max-width: 40em) {
  /* line 871, ../sass/pages/_homepage.scss */
  .home #contactos .section-content .left-col-contactos {
    width: 100%;
    text-align: center;
    height: auto !important;
  }
}
/* line 891, ../sass/pages/_homepage.scss */
.home #contactos .section-content .left-col-contactos .contact-cols-container .left-col {
  display: inline-block;
  max-width: 100px;
  width: 50px;
}
/* line 896, ../sass/pages/_homepage.scss */
.home #contactos .section-content .left-col-contactos .contact-cols-container .right-col {
  display: inline-block;
  width: 200px;
  margin-left: 30px;
}
/* line 903, ../sass/pages/_homepage.scss */
.home #contactos .section-content .right-col-contactos {
  padding: 120px 0;
  display: inline-block;
  background-color: #fff;
  width: 50%;
}
/* line 908, ../sass/pages/_homepage.scss */
.home #contactos .section-content .right-col-contactos h3 {
  font-family: 'mulibold';
  font-size: 23px;
  color: #000;
  text-align: left;
  margin-bottom: 20px;
}
@media only screen and (max-width: 40em) {
  /* line 903, ../sass/pages/_homepage.scss */
  .home #contactos .section-content .right-col-contactos {
    width: 100%;
  }
}
/* line 919, ../sass/pages/_homepage.scss */
.home #contactos .section-content .right-col-contactos div.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  margin: 0;
  padding: 0;
  border: 0;
}
/* line 929, ../sass/pages/_homepage.scss */
.home #contactos .section-content .right-col-contactos div.wpcf7 .form-label {
  text-align: left;
  margin-bottom: 40px;
  font-family: 'mulilight';
}
/* line 934, ../sass/pages/_homepage.scss */
.home #contactos .section-content .right-col-contactos div.wpcf7 input {
  box-shadow: none;
  font-family: 'mulisemibold';
  font-size: 16px;
  margin-bottom: 10px;
}
/* line 939, ../sass/pages/_homepage.scss */
.home #contactos .section-content .right-col-contactos div.wpcf7 input:focus {
  border: 1px solid #f9ce14;
}
/* line 942, ../sass/pages/_homepage.scss */
.home #contactos .section-content .right-col-contactos div.wpcf7 input[type=submit] {
  margin-top: 50px;
  float: left;
  line-height: 1;
  background: url("../../img/arrowRight-btn.png") no-repeat 85% 55%;
  box-shadow: none;
  position: relative;
  border: 1px solid #f9ce14;
  height: 60px;
  width: 180px;
  font-size: 20px;
  font-family: 'mulibold';
  display: inline-block;
  color: #000;
  text-decoration: none;
  background-color: #fff;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
/* line 962, ../sass/pages/_homepage.scss */
.home #contactos .section-content .right-col-contactos div.wpcf7 input[type=submit]:focus {
  outline: none;
}
/* line 965, ../sass/pages/_homepage.scss */
.home #contactos .section-content .right-col-contactos div.wpcf7 input[type=submit]:hover {
  border: 1px solid #000;
  color: #f9ce14;
  background: #000 url("../../img/arrowRight-btn_hover.png") no-repeat 85% 55%;
}
/* line 972, ../sass/pages/_homepage.scss */
.home #contactos .section-content .right-col-contactos div.wpcf7 textarea {
  font-family: 'mulisemibold';
  font-size: 16px;
  box-shadow: none;
}
/* line 976, ../sass/pages/_homepage.scss */
.home #contactos .section-content .right-col-contactos div.wpcf7 textarea:focus {
  border: 1px solid #f9ce14;
}
/* line 980, ../sass/pages/_homepage.scss */
.home #contactos .section-content .right-col-contactos div.wpcf7 .wpcf7-not-valid-tip {
  font-family: 'mulisemibold';
  font-size: 16px;
  display: block;
  margin: -9px 0 10px 0;
}
/* line 986, ../sass/pages/_homepage.scss */
.home #contactos .section-content .right-col-contactos div.wpcf7 .wpcf7-validation-errors {
  font-family: 'mulisemibold';
  font-size: 16px;
  display: block;
  margin-top: 10px;
}
/* line 992, ../sass/pages/_homepage.scss */
.home #contactos .section-content .right-col-contactos div.wpcf7 p:last-child {
  text-align: left;
}
/* line 994, ../sass/pages/_homepage.scss */
.home #contactos .section-content .right-col-contactos div.wpcf7 p:last-child img.ajax-loader {
  margin-top: 50px;
  margin-left: 20px;
}
/* line 1001, ../sass/pages/_homepage.scss */
.home #contactos .section-content .right-col-contactos .wpcf7-form.invalid .wpcf7-not-valid {
  border: 1px solid red;
}

/* line 1, ../sass/pages/_empresa.scss */
.banner_empresa {
  background: no-repeat center top / cover;
}
@media only screen and (max-width: 40em) {
  /* line 1, ../sass/pages/_empresa.scss */
  .banner_empresa {
    background: no-repeat left center / cover;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: landscape) {
  /* line 1, ../sass/pages/_empresa.scss */
  .banner_empresa {
    background: no-repeat center top / cover;
  }
}

/* line 11, ../sass/pages/_empresa.scss */
.banner_map {
  padding-top: 150px;
}
@media only screen and (max-width: 40em) {
  /* line 11, ../sass/pages/_empresa.scss */
  .banner_map {
    background-size: 50% 90%;
    padding-top: 5vh;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: portrait) {
  /* line 11, ../sass/pages/_empresa.scss */
  .banner_map {
    height: 60vh;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 11, ../sass/pages/_empresa.scss */
  .banner_map {
    height: 700px;
  }
}

/* line 26, ../sass/pages/_empresa.scss */
.space2 {
  background: url('../../img/icon bg gestware.png') no-repeat right bottom;
}

@media only screen and (max-width: 40em) {
  /* line 29, ../sass/pages/_empresa.scss */
  .conheca {
    padding: 40px !important;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: portrait) {
  /* line 29, ../sass/pages/_empresa.scss */
  .conheca {
    padding: 20px !important;
  }
}

/* line 38, ../sass/pages/_empresa.scss */
.width100 {
  max-width: 100%;
}

/* line 42, ../sass/pages/_empresa.scss */
.presence {
  background-color: #f3f3f3;
}

/* line 46, ../sass/pages/_empresa.scss */
.text_palops {
  background-color: white;
}
@media only screen and (max-width: 40em) {
  /* line 46, ../sass/pages/_empresa.scss */
  .text_palops {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
}

/* line 54, ../sass/pages/_empresa.scss */
.imagem_right {
  height: 500px;
}
@media only screen and (max-width: 40em) {
  /* line 54, ../sass/pages/_empresa.scss */
  .imagem_right {
    height: 250px;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: landscape) {
  /* line 54, ../sass/pages/_empresa.scss */
  .imagem_right {
    background: no-repeat 50% 50% / cover;
    height: 550px;
  }
}

/* line 65, ../sass/pages/_empresa.scss */
.imagem_left {
  height: 500px;
}
@media only screen and (max-width: 40em) {
  /* line 65, ../sass/pages/_empresa.scss */
  .imagem_left {
    height: 250px;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: landscape) {
  /* line 65, ../sass/pages/_empresa.scss */
  .imagem_left {
    background: no-repeat 50% 50% / cover;
    height: 550px;
  }
}

/* line 75, ../sass/pages/_empresa.scss */
.parceiro {
  background: #f3f3f3;
}

/* line 78, ../sass/pages/_empresa.scss */
.textfull {
  font-family: "Lato Light", sans serif;
  font-size: 18px;
  color: #5e5e5e;
}

/* line 83, ../sass/pages/_empresa.scss */
.textside {
  font-family: "Lato Light", sans serif;
  padding-left: 10%;
  padding-right: 10%;
  font-size: 18px;
  color: #5e5e5e;
}
@media only screen and (max-width: 40em) {
  /* line 83, ../sass/pages/_empresa.scss */
  .textside {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: portrait) {
  /* line 83, ../sass/pages/_empresa.scss */
  .textside {
    margin-top: 40px;
  }
}

/* line 97, ../sass/pages/_empresa.scss */
.margin65 {
  padding-top: 65px;
}
@media only screen and (max-width: 40em) {
  /* line 97, ../sass/pages/_empresa.scss */
  .margin65 {
    padding-top: 0;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: portrait) {
  /* line 97, ../sass/pages/_empresa.scss */
  .margin65 {
    padding-top: 0;
  }
}

/* line 106, ../sass/pages/_empresa.scss */
.margin40 {
  margin-top: 40px;
}

@media only screen and (max-width: 40em) {
  /* line 109, ../sass/pages/_empresa.scss */
  .marginbottom {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: portrait) {
  /* line 109, ../sass/pages/_empresa.scss */
  .marginbottom {
    margin-bottom: 40px;
  }
}

/* line 117, ../sass/pages/_empresa.scss */
.textmargin40palop {
  margin-top: 40px;
}
@media only screen and (max-width: 40em) {
  /* line 117, ../sass/pages/_empresa.scss */
  .textmargin40palop {
    margin-top: 12vh;
    margin-bottom: 10vh;
  }
}

@media only screen and (max-width: 40em) {
  /* line 125, ../sass/pages/_empresa.scss */
  .textmargin40palop h3 {
    font-size: 14px;
  }
}

/* line 132, ../sass/pages/_empresa.scss */
.textmargin40 {
  margin-top: 40px;
}

/* line 135, ../sass/pages/_empresa.scss */
.textmargin60 {
  margin-top: 60px;
}
@media only screen and (max-width: 40em) {
  /* line 135, ../sass/pages/_empresa.scss */
  .textmargin60 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: portrait) {
  /* line 135, ../sass/pages/_empresa.scss */
  .textmargin60 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: landscape) {
  /* line 135, ../sass/pages/_empresa.scss */
  .textmargin60 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* line 150, ../sass/pages/_empresa.scss */
.textmargin90 {
  margin-top: 90px;
}
@media only screen and (max-width: 40em) {
  /* line 150, ../sass/pages/_empresa.scss */
  .textmargin90 {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 40em) {
  /* line 156, ../sass/pages/_empresa.scss */
  .textmargin90 div {
    margin-top: 20px;
  }
}

/* line 161, ../sass/pages/_empresa.scss */
.textsub {
  font-family: "Lato Bold", sans serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
  color: #333333;
}

/* line 170, ../sass/pages/_empresa.scss */
.itemtext {
  font-family: "Lato Light", sans serif;
  font-size: 16px;
  text-align: left;
  list-style: none;
  padding-top: 10px;
  margin-left: 0;
}

/* line 180, ../sass/pages/_empresa.scss */
.itemtext ul {
  list-style: none;
  margin: 0;
}

/* line 184, ../sass/pages/_empresa.scss */
.itemtext li {
  list-style: none;
  padding-right: 0px;
  color: #5e5e5e;
  font-size: 16px;
}

/* line 191, ../sass/pages/_empresa.scss */
.itemtext li:before {
  font-family: "Sabado Regular", sans serif;
  content: ">";
  padding-right: 16px;
}

/* line 1, ../sass/pages/_contactos.scss */
.banner_contactos {
  background: no-repeat center top / cover;
}
@media only screen and (max-width: 40em) {
  /* line 1, ../sass/pages/_contactos.scss */
  .banner_contactos {
    background: no-repeat 65% top / cover;
  }
}

/* line 8, ../sass/pages/_contactos.scss */
.contactsection {
  background-color: white;
}

/* line 12, ../sass/pages/_contactos.scss */
.contactdetails {
  margin-left: 20%;
  padding-bottom: 51px;
}
@media only screen and (max-width: 40em) {
  /* line 12, ../sass/pages/_contactos.scss */
  .contactdetails {
    margin-left: 5%;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: portrait) {
  /* line 12, ../sass/pages/_contactos.scss */
  .contactdetails {
    margin-left: 5%;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: landscape) {
  /* line 12, ../sass/pages/_contactos.scss */
  .contactdetails {
    margin-left: 0;
  }
}

/* line 25, ../sass/pages/_contactos.scss */
.textnormalcontact {
  font-family: "Lato Light", sans serif;
  font-size: 18px;
  color: #5e5e5e;
}

/* line 30, ../sass/pages/_contactos.scss */
.textnormalcontact p {
  margin-top: 10px;
}

/* line 33, ../sass/pages/_contactos.scss */
.adressiconcontainer {
  display: inline-block;
}

/* line 36, ../sass/pages/_contactos.scss */
.detailsadressicon {
  background: url('../../img/icon_morada.png') no-repeat right center/contain;
  height: 30px;
  width: 30px;
  vertical-align: middle;
}

/* line 42, ../sass/pages/_contactos.scss */
.detailstlf {
  background: url('../../img/icon_tlf.png') no-repeat right center/contain;
  height: 30px;
  width: 30px;
  vertical-align: middle;
}

/* line 48, ../sass/pages/_contactos.scss */
.detailsmail {
  background: url('../../img/icon_mail_contact.png') no-repeat right center/contain;
  height: 30px;
  width: 30px;
  vertical-align: middle;
}

/* line 54, ../sass/pages/_contactos.scss */
.detailsskype {
  background: url('../../img/icon_skype.png') no-repeat right center/contain;
  height: 30px;
  width: 30px;
  vertical-align: middle;
}

/* line 62, ../sass/pages/_contactos.scss */
.textdetailsmaps {
  padding-left: 50px;
}

/* line 65, ../sass/pages/_contactos.scss */
.contactplace {
  padding-top: 100px;
}
@media only screen and (max-width: 40em) {
  /* line 65, ../sass/pages/_contactos.scss */
  .contactplace {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: portrait) {
  /* line 65, ../sass/pages/_contactos.scss */
  .contactplace {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: landscape) {
  /* line 65, ../sass/pages/_contactos.scss */
  .contactplace {
    padding-top: 60px;
  }
}

/* line 77, ../sass/pages/_contactos.scss */
#mapa {
  height: 655px;
  margin-top: 60px;
}
@media only screen and (max-width: 40em) {
  /* line 77, ../sass/pages/_contactos.scss */
  #mapa {
    height: 70vh;
  }
}

/* line 87, ../sass/pages/_contactos.scss */
.acf-map {
  height: 655px;
  margin-top: 60px;
}
@media only screen and (max-width: 40em) {
  /* line 87, ../sass/pages/_contactos.scss */
  .acf-map {
    height: 70vh;
  }
}

/* fixes potential theme css conflict */
/* line 97, ../sass/pages/_contactos.scss */
.acf-map img {
  max-width: inherit !important;
}

/* line 102, ../sass/pages/_contactos.scss */
.padaligncenter {
  margin-top: 30px;
  margin-bottom: 30px;
}

/* line 107, ../sass/pages/_contactos.scss */
.titlecontactalign {
  padding: 20px;
}

/* line 1, ../sass/pages/_produtos.scss */
.banner_produtos {
  background: no-repeat center top / cover;
}
@media only screen and (max-width: 40em) {
  /* line 1, ../sass/pages/_produtos.scss */
  .banner_produtos {
    background: no-repeat 75% 10% / cover;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: landscape) {
  /* line 1, ../sass/pages/_produtos.scss */
  .banner_produtos {
    background: no-repeat 75% 10% / cover;
  }
}

/* line 12, ../sass/pages/_produtos.scss */
.banner_tax_produto {
  background: no-repeat 50% 20% / cover;
}
@media only screen and (max-width: 40em) {
  /* line 12, ../sass/pages/_produtos.scss */
  .banner_tax_produto {
    background: no-repeat 75% 10% / cover;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: landscape) {
  /* line 12, ../sass/pages/_produtos.scss */
  .banner_tax_produto {
    background: no-repeat 75% 10% / cover;
  }
}

/* line 21, ../sass/pages/_produtos.scss */
.whitespace {
  margin-top:-100px;
  padding-bottom:220px;
}

/* line 29, ../sass/pages/_produtos.scss */
.producttypebar {
  padding-top: 25px;
  background-color: white;
  text-align: center;
  display: inline-block;
  height: 200px;
  width: 100%;
  margin-top: 50px;
}
@media only screen and (max-width: 40em) {
  /* line 29, ../sass/pages/_produtos.scss */
  .producttypebar {
    height: 100px;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 29, ../sass/pages/_produtos.scss */
  .producttypebar {
    padding-top: 0;
  }
}

.gridproductsobjects {
  margin-top: -150px;
}
/* line 47, ../sass/pages/_produtos.scss */
.productpagecontainerbar {
  background-color: white ;
  text-align: center;
}
@media only screen and (max-width: 40em) {
  /* line 47, ../sass/pages/_produtos.scss */
  .productpagecontainerbar {
    padding-top: 20px;
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: portrait) {
  /* line 47, ../sass/pages/_produtos.scss */
  .productpagecontainerbar {
    width: 96%;
  }
}

/* line 67, ../sass/pages/_produtos.scss */
.productpagealignitems {
  text-align: center;
  display: inline-block;
}
@media only screen and (max-width: 40em) {
  /* line 67, ../sass/pages/_produtos.scss */
  .productpagealignitems {
    padding-right: 0;
    padding-left: 0;
    display: inline-block;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: portrait) {
  /* line 67, ../sass/pages/_produtos.scss */
  .productpagealignitems {
    padding-right: 0;
    padding-left: 0;
    display: inline-block;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: landscape) {
  /* line 67, ../sass/pages/_produtos.scss */
  .productpagealignitems {
    padding-right: 0;
    padding-left: 0;
    display: inline-block;
  }
}

/* line 87, ../sass/pages/_produtos.scss */
.productpagealign {
  padding-right: 50px;
  padding-left: 50px;
  padding-top: 30px;
  display: inline-block;
  opacity: .5;
}
/* line 93, ../sass/pages/_produtos.scss */
.productpagealign.active {
  opacity: 1;
}
@media only screen and (max-width: 40em) {
  /* line 87, ../sass/pages/_produtos.scss */
  .productpagealign {
    padding-right: 10%;
    padding-left: 10%;
    padding-top: 30%;
    padding-bottom: 5%;
    display: inline-block;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: portrait) {
  /* line 87, ../sass/pages/_produtos.scss */
  .productpagealign {
    padding-right: 15%;
    padding-left: 15%;
    padding-top: 20%;
    padding-bottom: 2%;
    display: inline-block;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: landscape) {
  /* line 87, ../sass/pages/_produtos.scss */
  .productpagealign {
    padding-top: 35px;
    padding-right: 20%;
    padding-left: 20%;
    display: inline-block;
  }
}

/* line 119, ../sass/pages/_produtos.scss */
.productpagealign:hover {
  opacity: 1;
}

/* line 123, ../sass/pages/_produtos.scss */
.productspagealign {
  padding-right: 35px;
  padding-left: 35px;
  padding-top: 30px;
  display: inline-block;
}
@media only screen and (max-width: 40em) {
  /* line 123, ../sass/pages/_produtos.scss */
  .productspagealign {
    padding-right: 10%;
    padding-left: 10%;
    padding-top: 30%;
    padding-bottom: 5%;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: portrait) {
  /* line 123, ../sass/pages/_produtos.scss */
  .productspagealign {
    padding-right: 15%;
    padding-left: 15%;
    padding-top: 20%;
    padding-bottom: 2%;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: landscape) {
  /* line 123, ../sass/pages/_produtos.scss */
  .productspagealign {
    padding-top: 35px;
    padding-right: 20%;
    padding-left: 20%;
  }
}

/* line 147, ../sass/pages/_produtos.scss */
.productspagealign:hover {
  opacity: .3;
}

/* line 151, ../sass/pages/_produtos.scss */
.productcomercialico {
  height: 40px;
  width: 55px;
  margin: auto;
}
@media only screen and (max-width: 40em) {
  /* line 151, ../sass/pages/_produtos.scss */
  .productcomercialico {
    width: 45px;
    height: 35px;
  }
}

/* line 161, ../sass/pages/_produtos.scss */
.productspaeico {
  height: 60px;
  width: 75px;
  margin: auto;
}
@media only screen and (max-width: 40em) {
  /* line 161, ../sass/pages/_produtos.scss */
  .productspaeico {
    width: 45px;
    height: 35px;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: portrait) {
  /* line 161, ../sass/pages/_produtos.scss */
  .productspaeico {
    width: 45px;
    height: 35px;
  }
}

/* line 175, ../sass/pages/_produtos.scss */
.productpageitem {
  font-family: "Raleway ExtraBold", sans serif;
  font-size: 12px;
  text-transform: uppercase;
  padding-top: 21px;
  text-align: center;
  color: #333333;
}
@media only screen and (max-width: 40em) {
  /* line 175, ../sass/pages/_produtos.scss */
  .productpageitem {
    display: none;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: landscape) {
  /* line 175, ../sass/pages/_produtos.scss */
  .productpageitem {
    padding-top: 25px;
  }
}

/* line 189, ../sass/pages/_produtos.scss */
.productspaeitem {
  font-family: "Raleway ExtraBold", sans serif;
  font-size: 12px;
  text-transform: uppercase;
  padding-top: 21px;
  text-align: center;
  color: #333333;
}
@media only screen and (max-width: 40em) {
  /* line 189, ../sass/pages/_produtos.scss */
  .productspaeitem {
    display: none;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: landscape) {
  /* line 189, ../sass/pages/_produtos.scss */
  .productspaeitem {
    padding-top: 25px;
  }
}

/* line 204, ../sass/pages/_produtos.scss */
.productpagecat {
  font-family: "Lato Black", sans serif;
  font-size: 26px;
  text-transform: uppercase;
  text-align: center;
  padding-top: 70px;
  display: block;
}
@media only screen and (max-width: 40em) {
  /* line 204, ../sass/pages/_produtos.scss */
  .productpagecat {
    padding-top: 30px;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: portrait) {
  /* line 204, ../sass/pages/_produtos.scss */
  .productpagecat {
    padding-top: 40px;
  }
}

/* line 218, ../sass/pages/_produtos.scss */
.productpagetext {
  text-align: center;
  padding-top: 52px;
  padding-right: 30px;
  padding-left: 30px;
}
@media only screen and (max-width: 40em) {
  /* line 218, ../sass/pages/_produtos.scss */
  .productpagetext {
    padding-top: 20px;
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: portrait) {
  /* line 218, ../sass/pages/_produtos.scss */
  .productpagetext {
    padding-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

/* line 234, ../sass/pages/_produtos.scss */
.productpagetext p {
  margin-top: 0;
}

/* line 238, ../sass/pages/_produtos.scss */
.productobjectsplace {
}
@media only screen and (max-width: 40em) {
  /* line 238, ../sass/pages/_produtos.scss */
  .productobjectsplace {
    position: initial;
  }
}


/* line 248, ../sass/pages/_produtos.scss */
.productobject {
  background-color: white;
  height: auto;
  width: 388px;
  margin-bottom: 12px;
  text-align: center;
  box-sizing: border-box;
}
@media only screen and (max-width: 40em) {
  /* line 248, ../sass/pages/_produtos.scss */
  .productobject {
    width: 96%;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: portrait) {
  /* line 248, ../sass/pages/_produtos.scss */
  .productobject {
    margin-right: 0px;
    margin-left: 0px;
  }
}

/* line 263, ../sass/pages/_produtos.scss */
.morebutton {
  background-color: #35a8e0;
  color: white;
  font-family: "Lato Bold";
  text-align: center;
  font-size: 36px;
  height: 58px;
  width: 58px;
  position: absolute;
  bottom: -30px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* line 278, ../sass/pages/_produtos.scss */
.morebutton:hover {
  background-color: #2e91c1;
}

/* line 282, ../sass/pages/_produtos.scss */
.productobjectpackimg1 {
  height: 215px;
  position: relative;
}

/* line 286, ../sass/pages/_produtos.scss */
.productobjectpacktext {
  padding: 40px;
  min-height: 420px;
}

.page-template-page-produtos .productobjectpacktext {
  min-height: 300px;
}

@media only screen and (max-width: 40em) {
  /* line 286, ../sass/pages/_produtos.scss */
  .productobjectpacktext {
    padding: 30px;
  }
  .page-template-page-produtos .productobjectpacktext {
    height: auto;
    min-height: 0;
  }
}

/* line 293, ../sass/pages/_produtos.scss */
.productobjectpacktext .title {
  font-family: "Raleway ExtraBold", sans serif;
  font-size: 20px;
  text-align: center;
  color: #333333;
  text-transform: uppercase;
  margin-top: 10px;
}

/* line 301, ../sass/pages/_produtos.scss */
.productobjectpacktext .text {
  font-family: "Lato Light", sans serif;
  font-size: 18px;
  color: #333333;
  margin-top: 10px;
  text-align: left;
}

/* line 308, ../sass/pages/_produtos.scss */
.productobjectpacktext .text strong {
  font-family: "Lato Bold", sans serif;
  color: #333333;
}

/* line 313, ../sass/pages/_produtos.scss */
.productobjectpacktext .text ul {
  margin: 0;
  font-family: "Lato Light", sans serif;
  font-size: 15px;
  text-align: left;
  list-style: none;
  margin-left: 0;
}

/* line 321, ../sass/pages/_produtos.scss */
.productobjectpacktext .text p {
  margin-top: 0;
}

/* line 324, ../sass/pages/_produtos.scss */
.productobjectpacktext .text ul li {
  padding-right: 0px;
  color: #8a8a8a;
  font-size: 17px;
  line-height: 1.5;
  padding-bottom: 9px;
}

/* line 332, ../sass/pages/_produtos.scss */
.productobjectpacktext .text ul li:before {
  font-family: "Sabado Regular", sans serif;
  content: ">";
  padding-right: 16px;
}

/* line 337, ../sass/pages/_produtos.scss */
.greyspace {
  background-color: #f3f3f3;
}

/* line 340, ../sass/pages/_produtos.scss */
.greyspaceprocutcs {
  background-color: #f3f3f3;
  padding: 80px;
}

/* line 344, ../sass/pages/_produtos.scss */
.nextproduct {
  background-color: white;
  padding-bottom: 60px;
  padding-top: 60px;
}

/* line 349, ../sass/pages/_produtos.scss */
.nexttext {
  text-align: center;
  font-family: "Lato Light", sans serif;
  font-size: 18px;
  color: #333333;
}

/* line 355, ../sass/pages/_produtos.scss */
.nextpageproduct {
  margin-top: 30px;
  text-align: center;
}

/* line 361, ../sass/pages/_produtos.scss */
.nextpageproduct:hover {
  cursor: pointer;
  opacity: .3;
}

/* line 366, ../sass/pages/_produtos.scss */
.nextpageproduct .arrow {
  background: url('../../img/produtos_go_right_gestware.jpg') no-repeat right center/cover;
  height: 10px;
  width: 22px;
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 2px;
}

/* line 374, ../sass/pages/_produtos.scss */
.nextpageproduct .text {
  font-family: "Lato Bold", sans serif;
  font-size: 18px;
  color: #333333;
  text-transform: uppercase;
  display: inline-block;
}

/* line 1, ../sass/pages/_produtos_single.scss */
.bannerblur {
  overflow: hidden;
}

/* line 5, ../sass/pages/_produtos_single.scss */
.bannerproductsdetails {
  background: no-repeat 50% 20% / cover;
  transform: scale(1.1, 1.1);
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}
@media only screen and (max-width: 40em) {
  /* line 5, ../sass/pages/_produtos_single.scss */
  .bannerproductsdetails {
    background: no-repeat center 50% 20% / cover;
    padding-top: 40vh;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: portrait) {
  /* line 5, ../sass/pages/_produtos_single.scss */
  .bannerproductsdetails {
    padding-top: 40%;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: landscape) {
  /* line 5, ../sass/pages/_produtos_single.scss */
  .bannerproductsdetails {
    background: no-repeat center top / cover;
    padding-top: 50vh;
  }
}

/* line 46, ../sass/pages/_produtos_single.scss */
.whiteproductsinglespace {
  background: white;
}

/* line 49, ../sass/pages/_produtos_single.scss */
.bodysingleproducts {
  font-family: "Lato Light", sans serif;
  font-size: 18px;
  color: #5e5e5e;
  text-align: center;
}

/* line 55, ../sass/pages/_produtos_single.scss */
.bodysingleproducts img {
  padding: 40px;
  width: 100%;
  margin-top: 25px;
}
@media only screen and (max-width: 40em) {
  /* line 55, ../sass/pages/_produtos_single.scss */
  .bodysingleproducts img {
    width: 100%;
    padding: 0;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: portrait) {
  /* line 55, ../sass/pages/_produtos_single.scss */
  .bodysingleproducts img {
    padding: 5px;
  }
}

/* line 67, ../sass/pages/_produtos_single.scss */
.menuproductspecs div div {
  width: 150px;
  margin: auto;
  text-align: center;
}

/* line 72, ../sass/pages/_produtos_single.scss */
.bodysingleproducts p {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 76, ../sass/pages/_produtos_single.scss */
.menuproductspecs ul {
  margin-top: 30px;
  text-align: center;
  margin-bottom: 30px;
  margin-left: 0;
}
@media only screen and (max-width: 40em) {
  /* line 76, ../sass/pages/_produtos_single.scss */
  .menuproductspecs ul {
    margin-top: 40px;
    text-align: center;
  }
}

/* line 86, ../sass/pages/_produtos_single.scss */
.menuproductspecs ul li {
  vertical-align: top;
  display: inline-block;
  padding-left: 30px;
  padding-right: 30px;
  font-family: "Raleway ExtraBold", sans serif;
  font-size: 12px;
  text-transform: uppercase;
  color: #cccccc;
  position: relative;
  cursor: pointer;
}
/* line 97, ../sass/pages/_produtos_single.scss */
.menuproductspecs ul li.active {
  color: #333333;
}
@media only screen and (max-width: 40em) {
  /* line 86, ../sass/pages/_produtos_single.scss */
  .menuproductspecs ul li {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    width: 200px;
    display: inline-block;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: landscape) {
  /* line 86, ../sass/pages/_produtos_single.scss */
  .menuproductspecs ul li {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* line 115, ../sass/pages/_produtos_single.scss */
.menuproductspecs .slick-prev {
  background: url("../../img/produtos_go_left_gestware.png?1466182631") no-repeat left center/cover;
  height: 10px;
  width: 24px;
  left: 0;
}

/* line 122, ../sass/pages/_produtos_single.scss */
.menuproductspecs .slick-next {
  background: url("../../img/produtos_go_right1_gestware.png?1466184259") no-repeat right center/cover;
  height: 10px;
  width: 25px;
  right: 0;
}

/* line 129, ../sass/pages/_produtos_single.scss */
.menuproductspecs .slick-next:before {
  content: '';
}

/* line 132, ../sass/pages/_produtos_single.scss */
.menuproductspecs .slick-prev:before {
  content: '';
}

/* line 135, ../sass/pages/_produtos_single.scss */
.menuproductspecs ul li:hover {
  color: #333333;
}

/* line 139, ../sass/pages/_produtos_single.scss */
.menuproductspecs ul li.slick-current .slick-active .slick-center {
  color: #333333;
}

.slideproducts  li.slick-slide.slick-current.slick-active.slick-center{
  color: #333333;
}

/* line 143, ../sass/pages/_produtos_single.scss */
.singlemargintitle {
  margin-bottom: 50px;
}
@media only screen and (max-width: 40em) {
  /* line 143, ../sass/pages/_produtos_single.scss */
  .singlemargintitle {
    margin-bottom: 20px;
  }
}

/* line 149, ../sass/pages/_produtos_single.scss */
.greydetailspace {
  background-color: #f3f3f3;
}

/* line 153, ../sass/pages/_produtos_single.scss */
.productspecsinfo {
  background-color: white;
  padding: 60px;
}
@media only screen and (max-width: 40em) {
  /* line 153, ../sass/pages/_produtos_single.scss */
  .productspecsinfo {
    padding: 30px;
  }
}

/* line 160, ../sass/pages/_produtos_single.scss */
.productspecsinfotext {
  font-family: "Lato Light", sans serif;
  font-size: 16px;
  color: #5e5e5e;
  list-style: none;
  padding-top: 10px;
  margin-left: 0;
  line-height: 200%;
}

/* line 169, ../sass/pages/_produtos_single.scss */
.productspecsinfotext p {
  margin-top: 0;
  font-size: 16px;
}

/* line 172, ../sass/pages/_produtos_single.scss */
.productspecsinfotext strong {
  font-family: "Lato Bold", sans serif;
  font-weight: Bold;
  color: #333333;
}

/* line 178, ../sass/pages/_produtos_single.scss */
.productspecsinfotext ul {
  list-style: none;
  margin: 0;
}

/* line 182, ../sass/pages/_produtos_single.scss */
.productspecsinfotext img {
  width: 60%;
  margin: auto;
  display: block;
  padding: 10px;
}

/* line 188, ../sass/pages/_produtos_single.scss */
.productspecsinfotext li {
  padding-right: 0px;
  line-height: 200%;
  padding-bottom: 10px;
}

/* line 196, ../sass/pages/_produtos_single.scss */
.productspecsinfotext li:before {
  font-family: "Sabado Regular", sans serif;
  content: ">";
  padding-right: 16px;
}

/* line 202, ../sass/pages/_produtos_single.scss */
.centerbtn {
  text-align: center;
}

/* line 205, ../sass/pages/_produtos_single.scss */
.arrowgoright {
  background: url('../../img/produtos_go_right1_gestware.png') no-repeat right center/cover;
  height: 10px;
  width: 25px;
  display: inline-block;
  margin-bottom: 2px;
  margin-top: 47px;
}
@media only screen and (max-width: 40em) {
  /* line 205, ../sass/pages/_produtos_single.scss */
  .arrowgoright {
    margin-top: 7px;
    float: right;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: portrait) {
  /* line 205, ../sass/pages/_produtos_single.scss */
  .arrowgoright {
    margin-top: 30px;
  }
}

/* line 220, ../sass/pages/_produtos_single.scss */
.arrowgoleftpor {
  background: url('../../img/produtos_go_left_gestware.png') no-repeat left center/cover;
  height: 10px;
  width: 24px;
  display: inline-block;
  margin-bottom: 2px;
  margin-top: 47px;
}
@media only screen and (max-width: 40em) {
  /* line 220, ../sass/pages/_produtos_single.scss */
  .arrowgoleftpor {
    margin-top: 7px;
    float: left;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: portrait) {
  /* line 220, ../sass/pages/_produtos_single.scss */
  .arrowgoleftpor {
    margin-top: 30px;
  }
}

/* line 235, ../sass/pages/_produtos_single.scss */
.gootherproduct {
  font-family: "Lato Bold", sans serif;
  font-size: 18px;
  color: #cccccc;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 40px;
  display: inline-block;
  padding-right: 20px;
  padding-left: 20px;
}
@media only screen and (max-width: 40em) {
  /* line 235, ../sass/pages/_produtos_single.scss */
  .gootherproduct {
    display: none;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: portrait) {
  /* line 235, ../sass/pages/_produtos_single.scss */
  .gootherproduct {
    display: none;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: landscape)  {
    .gootherproduct {
    	display: none;
	}

	.nextproduct .rightbar {
    display: none;
  }

  .arrowgoleftpor {
    margin-top: 7px;
  }

  .nextproduct .leftbar {
    display: none;
  }

  .arrowgoright {
    margin-top: 7px;
  }

  .nextproduct .thisproduct {
  	font-size: 16px;
  	margin-top: 0;
  }
}


/* line 253, ../sass/pages/_produtos_single.scss */
.gootherproduct:hover {
  color: #333333;
}

/* line 256, ../sass/pages/_produtos_single.scss */
.thisproduct {
  font-family: "Lato Bold", sans serif;
  font-size: 18px;
  color: #333333;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  margin-top: 40px;
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: portrait) {
  /* line 256, ../sass/pages/_produtos_single.scss */
  .thisproduct {
    margin-top: 20px;
    display: block;
  }
}
@media only screen and (max-width: 40em) {
  /* line 256, ../sass/pages/_produtos_single.scss */
  .thisproduct {
    margin-top: 0;
    display: block;
  }
}

/* line 275, ../sass/pages/_produtos_single.scss */
.rightbar {
  height: 100px;
  width: 2px;
  background-color: #f3f3f3;
  float: right;
  display: inline-block;
}
@media only screen and (max-width: 40em) {
  /* line 275, ../sass/pages/_produtos_single.scss */
  .rightbar {
    display: none;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: portrait) {
  /* line 275, ../sass/pages/_produtos_single.scss */
  .rightbar {
    display: none;
  }
}

/* line 288, ../sass/pages/_produtos_single.scss */
.leftbar {
  height: 100px;
  width: 2px;
  background-color: #f3f3f3;
  float: left;
  display: inline-block;
}
@media only screen and (max-width: 40em) {
  /* line 288, ../sass/pages/_produtos_single.scss */
  .leftbar {
    display: none;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: portrait) {
  /* line 288, ../sass/pages/_produtos_single.scss */
  .leftbar {
    display: none;
  }
}

@media only screen and (max-width: 40em) {
  /* line 301, ../sass/pages/_produtos_single.scss */
  .nextproduct .centerbtn {
    width: 66%;
  }
}

/* line 306, ../sass/pages/_produtos_single.scss */
.alignarrows {
  text-align: center;
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: landscape) {
  /* line 306, ../sass/pages/_produtos_single.scss */
  .alignarrows {
    text-align: center;
  }
}
@media only screen and (max-width: 40em) {
  /* line 306, ../sass/pages/_produtos_single.scss */
  .alignarrows {
    text-align: start;
  }
}

/* line 315, ../sass/pages/_produtos_single.scss */
.alignarrows :hover {
  cursor: pointer;
  color: #333333;
}

/* line 320, ../sass/pages/_produtos_single.scss */
.centersingle {
  text-align: center;
}

/* line 324, ../sass/pages/_produtos_single.scss */
.centersingle div {
  margin: 10px;
}

/* line 1, ../sass/pages/_noticias.scss */
.banner_noticias {
  background: no-repeat center top / cover;
}
@media only screen and (max-width: 40em) {
  /* line 1, ../sass/pages/_noticias.scss */
  .banner_noticias {
    background: no-repeat center top / cover;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: landscape) {
  /* line 1, ../sass/pages/_noticias.scss */
  .banner_noticias {
    background: no-repeat center top / cover;
  }
}

/* line 11, ../sass/pages/_noticias.scss */
.newspagecontainer {
  position: relative;
}

/* line 14, ../sass/pages/_noticias.scss */
.newspagecontainerbar {
  font-family: "Raleway ExtraBold", sans serif;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  color: #cccccc;
  width: 70%;
  background-color: white;
  position: absolute;
  text-align: center;
  display: inline-block;
  height: 110px;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 40em) {
  /* line 14, ../sass/pages/_noticias.scss */
  .newspagecontainerbar {
    position: initial;
    width: 100%;
    margin-bottom: 30px;
    transform: translateX(0%);
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: portrait) {
  /* line 14, ../sass/pages/_noticias.scss */
  .newspagecontainerbar {
    width: 70%;
    margin-left: 0px;
  }
}

/* line 50, ../sass/pages/_noticias.scss */
.newspagecontainerbar ul {
  text-align: center;
  margin-left: 0px;
}
@media only screen and (max-width: 40em) {
  /* line 50, ../sass/pages/_noticias.scss */
  .newspagecontainerbar ul {
    padding-right: 0;
    padding-left: 0;
    display: inline-block;
    width: 200px;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: portrait) {
  /* line 50, ../sass/pages/_noticias.scss */
  .newspagecontainerbar ul {
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: landscape) {
  /* line 50, ../sass/pages/_noticias.scss */
  .newspagecontainerbar ul {
    padding-right: 0;
    padding-left: 0;
    width: 100%;
  }
}

/* line 76, ../sass/pages/_noticias.scss */
.newspagecontainerbar .slick-prev {
  background: url("../../img/produtos_go_left_gestware.png?1466182631") no-repeat left center/cover;
  height: 10px;
  width: 24px;
  margin-top: 10px;
}

/* line 83, ../sass/pages/_noticias.scss */
.newspagecontainerbar .slick-next {
  background: url("../../img/produtos_go_right1_gestware.png?1466184259") no-repeat right center/cover;
  height: 10px;
  width: 25px;
  margin-top: 10px;
}

/* line 89, ../sass/pages/_noticias.scss */
.newspagecontainerbar .slick-next:before {
  content: '';
}

/* line 92, ../sass/pages/_noticias.scss */
.newspagecontainerbar .slick-prev:before {
  content: '';
}

/* line 96, ../sass/pages/_noticias.scss */
.newspagecontainerbar ul li {
  margin-right: 5px;
  margin-left: 5px;
  margin-top: 40px;
  padding-bottom: 10px;
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 10px;
  display: inline-block;
}
/* line 105, ../sass/pages/_noticias.scss */
.newspagecontainerbar ul li.active {
  color: #333333;
  border-color: #333333;
  border-width: 2px;
  border-style: solid;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 18px;
  padding-left: 18px;
}
@media only screen and (max-width: 40em) {
  /* line 96, ../sass/pages/_noticias.scss */
  .newspagecontainerbar ul li {
    padding-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 10px;
    margin-top: 25px;
    width: 200px;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: portrait) {
  /* line 96, ../sass/pages/_noticias.scss */
  .newspagecontainerbar ul li {
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 10px;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: landscape) {
  /* line 96, ../sass/pages/_noticias.scss */
  .newspagecontainerbar ul li {
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 10px;
  }
}

/* line 138, ../sass/pages/_noticias.scss */
.newspagecontainerbar a.active {
  color: #333333;
}

/* line 143, ../sass/pages/_noticias.scss */
.newspagecontainerbar ul li:hover a {
  color: #333333;
}

/* line 147, ../sass/pages/_noticias.scss */
.newspagecontainerbar ul li:hover {
  border-color: #333333;
  border-width: 2px;
  border-style: solid;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 18px;
  padding-left: 18px;
  color: #333333;
  cursor: pointer;
}
@media only screen and (max-width: 40em) {
  /* line 147, ../sass/pages/_noticias.scss */
  .newspagecontainerbar ul li:hover {
    padding-right: 18px;
    padding-left: 18px;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: portrait) {
  /* line 147, ../sass/pages/_noticias.scss */
  .newspagecontainerbar ul li:hover {
    padding-right: 8px;
    padding-left: 8px;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: landscape) {
  /* line 147, ../sass/pages/_noticias.scss */
  .newspagecontainerbar ul li:hover {
    padding-left: 8px;
    padding-right: 8px;
  }
}

/* line 171, ../sass/pages/_noticias.scss */
.newspagecontainerbar ul li a {
  cursor: pointer;
  color: #cccccc;
}

/* line 176, ../sass/pages/_noticias.scss */
.newspagecontainerbar ul li.active a {
  color: #333333;
}

/* line 181, ../sass/pages/_noticias.scss */
.whitespacenews {
  height: 250px;
  background-color: white;
  position: relative;
}
@media only screen and (max-width: 40em) {
  /* line 181, ../sass/pages/_noticias.scss */
  .whitespacenews {
    height: auto;
    padding-bottom: 5px;
  }
}

/* line 190, ../sass/pages/_noticias.scss */
.greyspacenews {
  background-color: #f3f3f3;
}


/* line 196, ../sass/pages/_noticias.scss */
.newsstyle {
  background-color: white;
  padding-left: 5px;
  padding-right: 5px;
  height: auto;
  width: 800px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 40em) {
  /* line 196, ../sass/pages/_noticias.scss */
  .newsstyle {
    width: auto;
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: portrait) {
  /* line 196, ../sass/pages/_noticias.scss */
  .newsstyle {
    width: auto;
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: landscape) {
  /* line 196, ../sass/pages/_noticias.scss */
  .newsstyle {
    width: auto;
  }
}

/* line 215, ../sass/pages/_noticias.scss */
.containernews {
  position: relative;
  top: -140px;
}
@media only screen and (max-width: 40em) {
  /* line 215, ../sass/pages/_noticias.scss */
  .containernews {
    position: initial;
  }
}

/* line 223, ../sass/pages/_noticias.scss */
.containernews ul {
  list-style: none;
  margin-left: 0;
}

/* line 228, ../sass/pages/_noticias.scss */
.containernewsbox {
  position: relative;
}

/* line 231, ../sass/pages/_noticias.scss */
.image1 {
  height: 250px;
  padding: 0;
  position: relative;
  top: -20px;
}

/* line 237, ../sass/pages/_noticias.scss */
.image2 {
  background: url('../../img/gestware_news_image2.jpg') no-repeat center center/cover;
  height: 250px;
  padding: 0;
  position: relative;
  top: -20px;
}

/* line 244, ../sass/pages/_noticias.scss */
.image3 {
  background: url('../../img/gestware_news_image3.jpg') no-repeat center center/cover;
  height: 250px;
  padding: 0;
  position: relative;
  top: -20px;
}

/* line 251, ../sass/pages/_noticias.scss */
.image4 {
  background: url('../../img/gestware_news_image4.jpg') no-repeat center center/cover;
  height: 250px;
  padding: 0;
  position: relative;
  top: -20px;
}

/* line 258, ../sass/pages/_noticias.scss */
.image5 {
  background: url('../../img/gestware_news_image5.jpg') no-repeat center center/cover;
  height: 250px;
  padding: 0;
  position: relative;
  top: -20px;
}

/* line 265, ../sass/pages/_noticias.scss */
.newsboxtag {
  font-family: "Lato Black", sans serif;
  font-size: 15px;
  color: #266888;
  text-transform: uppercase;
  margin-bottom: 15px;
}

/* line 274, ../sass/pages/_noticias.scss */
.contenttext .title {
  font-family: "Lato Bold", sans serif;
  font-size: 18px;
  color: #333333;
  text-transform: uppercase;
  margin-top: 40px;
}
@media only screen and (max-width: 40em) {
  /* line 274, ../sass/pages/_noticias.scss */
  .contenttext .title {
    margin-top: 20px;
  }
}

/* line 284, ../sass/pages/_noticias.scss */
.contenttext .text {
  font-family: "Lato Light", sans serif;
  font-size: 18px;
  color: #5e5e5e;
  margin-top: 30px;
  margin-bottom: 30px;
}

/* line 291, ../sass/pages/_noticias.scss */
.newsreadmore {
  background-color: #35a8e0;
  color: white;
  font-family: "Lato Bold";
  text-align: center;
  font-size: 36px;
  height: 58px;
  width: 58px;
  position: absolute;
  bottom: -24px;
  right: 0;
}

.newsreadmore a {
  color:white;
}


@media only screen and (max-width: 40em) {
  /* line 291, ../sass/pages/_noticias.scss */
  .newsreadmore {
    right: 5px;
  }
}

/* line 307, ../sass/pages/_noticias.scss */
.newsreadmore:hover {
  background-color: #2e91c1;
  cursor: pointer;
}

/* line 312, ../sass/pages/_noticias.scss */
.arrowup {
  background: url('../../img/noticias_up_gestware.png');
  height: 23px;
  width: 10px;
  display: inline-block;
  margin-left: 10px;
}

/* line 320, ../sass/pages/_noticias.scss */
.nextpagenews {
  margin-top: 30px;
  text-align: center;
}

/* line 325, ../sass/pages/_noticias.scss */
.nextpagenews:hover {
  cursor: pointer;
  opacity: .3;
}

/* line 330, ../sass/pages/_noticias.scss */
.nextpagenews .arrow {
  background: url('../../img/produtos_go_right_gestware.jpg') no-repeat right center/cover;
  height: 10px;
  width: 22px;
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 2px;
}

/* line 338, ../sass/pages/_noticias.scss */
.nextpagenews .text {
  font-family: "Lato Bold", sans serif;
  font-size: 18px;
  color: #333333;
  text-transform: uppercase;
  display: inline-block;
}

/* line 1, ../sass/pages/_noticias_single.scss */
.bannernewsdetails {
  background: no-repeat center center / cover;
  transform: scale(1.1, 1.1);
  -webkit-transform: blur(5px);
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}
@media only screen and (max-width: 40em) {
  /* line 1, ../sass/pages/_noticias_single.scss */
  .bannernewsdetails {
    background: no-repeat center 50% 20% / cover;
    padding-top: 40vh;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: portrait) {
  /* line 1, ../sass/pages/_noticias_single.scss */
  .bannernewsdetails {
    padding-top: 40%;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: landscape) {
  /* line 1, ../sass/pages/_noticias_single.scss */
  .bannernewsdetails {
    background: no-repeat center top / cover;
    padding-top: 50vh;
  }
}

/* line 30, ../sass/pages/_noticias_single.scss */
.backpageproduct {
  position: absolute;
  bottom: 30px;
}

/* line 34, ../sass/pages/_noticias_single.scss */
.backpageproduct:hover {
  opacity: .3;
}

/* line 38, ../sass/pages/_noticias_single.scss */
.backpageproduct .arrow {
  background: url('../../img/produtos_go_left_white_gestware.png') no-repeat left center/cover;
  height: 10px;
  width: 24px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 2px;
}

/* line 46, ../sass/pages/_noticias_single.scss */
.backpageproduct .text {
  font-family: "Lato Bold", sans serif;
  font-size: 18px;
  color: white;
  text-transform: uppercase;
  display: inline-block;
}

/* line 54, ../sass/pages/_noticias_single.scss */
.newspagetitle {
  font-family: "Lato Black", sans serif;
  font-size: 26px;
  text-transform: uppercase;
  text-align: center;
  padding-top: 70px;
}
@media only screen and (max-width: 40em) {
  /* line 54, ../sass/pages/_noticias_single.scss */
  .newspagetitle {
    padding-top: 30px;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: portrait) {
  /* line 54, ../sass/pages/_noticias_single.scss */
  .newspagetitle {
    padding-top: 40px;
  }
}

/* line 67, ../sass/pages/_noticias_single.scss */
.newstagdetails {
  font-family: "Lato Black", sans serif;
  text-align: center;
  font-size: 15px;
  color: #266888;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
}

/* line 76, ../sass/pages/_noticias_single.scss */
.whitedetailspace {
  background: white;
  height: 355px;
}

/* line 81, ../sass/pages/_noticias_single.scss */
.greypostnwesspace {
  background-color: #f3f3f3;
  margin-bottom: -200px;
}

/* line 85, ../sass/pages/_noticias_single.scss */
.newspostcontainer {
  position: relative;
  top: -355px;
}

/* line 89, ../sass/pages/_noticias_single.scss */
.whiteback {
  background: white;
  padding-bottom: 10px;
}

/* line 93, ../sass/pages/_noticias_single.scss */
.newspostcontainercontent {
  font-family: "Lato Light", sans serif;
  font-size: 18px;
  color: #333333;
}

/* line 98, ../sass/pages/_noticias_single.scss */
.greypostnwesspace p img {
  margin-bottom: 20px;
  width: 100%;
}

/* line 116, ../sass/pages/_noticias_single.scss */
.greypostnwesspace p ul {
  list-style: none;
  margin: 0;
}

/* line 120, ../sass/pages/_noticias_single.scss */
.greypostnwesspace p ul li {
  padding-right: 0px;
  line-height: 200%;
  padding-bottom: 10px;
}

/* line 128, ../sass/pages/_noticias_single.scss */
.greypostnwesspace p ul li:before {
  font-family: "Sabado Regular", sans serif;
  content: ">";
  padding-right: 16px;
}

/* line 133, ../sass/pages/_noticias_single.scss */
.newspostshare {
  margin-top: 50px;
  margin-bottom: 50px;
}

/* line 138, ../sass/pages/_noticias_single.scss */
.greypostnwesspace  table thead td {
  text-align: center;
  font-family: "Lato Bold", sans serif;
  font-size: 13px;
  color: #333333;
  text-transform: uppercase;
  font-weight: bold;
}

/* line 146, ../sass/pages/_noticias_single.scss */
.greypostnwesspace  table tbody td {
  text-align: center;
  font-family: "Lato Light", sans serif;
  font-size: 18px;
  color: #333333;
}
@media only screen and (max-width: 40em) {
  /* line 146, ../sass/pages/_noticias_single.scss */
  .greypostnwesspace  table tbody td {
    font-size: 13px;
  }
}

/* line 155, ../sass/pages/_noticias_single.scss */
.greypostnwesspace  table td {
  border-collapse: initial;
  border: 1px solid #cccccc;
  height: auto;
  background: white;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 40em) {
  /* line 155, ../sass/pages/_noticias_single.scss */
  .greypostnwesspace  table td {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: portrait) {
  /* line 155, ../sass/pages/_noticias_single.scss */
  .greypostnwesspace  table td {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

/* line 172, ../sass/pages/_noticias_single.scss */
.greypostnwesspace  table {
  border: 1px solid #cccccc;
  margin-top: 30px;
}

/* line 176, ../sass/pages/_noticias_single.scss */
.arrowgoleft {
  background: url('../../img/produtos_go_left_gestware.png') no-repeat left center/cover;
  height: 10px;
  width: 24px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 2px;
}

/* line 1, ../sass/pages/_orcamento.scss */
.bannerbudget {
  background: no-repeat 50% 20% / cover;
  transform: scale(1.1, 1.1);
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: blur(10px);
}
@media only screen and (max-width: 40em) {
  /* line 1, ../sass/pages/_orcamento.scss */
  .bannerbudget {
    background: no-repeat center 50% 20% / cover;
    padding-top: 40vh;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: portrait) {
  /* line 1, ../sass/pages/_orcamento.scss */
  .bannerbudget {
    padding-top: 40%;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: landscape) {
  /* line 1, ../sass/pages/_orcamento.scss */
  .bannerbudget {
    background: no-repeat center top / cover;
    padding-top: 50vh;
  }
}

/* line 24, ../sass/pages/_orcamento.scss */
.whitebudget {
  background-color: #ffffff;
}

/* line 28, ../sass/pages/_orcamento.scss */
.whitebudget p {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 33, ../sass/pages/_orcamento.scss */
.titlecontrolercenter {
  text-align: center;
}

/* line 36, ../sass/pages/_orcamento.scss */
form {
  margin-top: 50px;
}

/* line 39, ../sass/pages/_orcamento.scss */
form .row {
  margin-top: 20px;
}
/* line 41, ../sass/pages/_orcamento.scss */
form .row textarea {
  height: 100px;
}

/* line 45, ../sass/pages/_orcamento.scss */
form label {
  font-family: "Raleway Bold", sans serif;
  font-size: 13px;
  font-weight: bold;
  color: #333333;
  text-transform: uppercase;
}

/* line 52, ../sass/pages/_orcamento.scss */
form input[type="text"] {
  background-color: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #333333;
  box-shadow: none;
  font-family: "Lato Light", sans serif;
  padding-left: 0;
}
/* line 61, ../sass/pages/_orcamento.scss */
form input[type="text"]:focus {
  background-color: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #35a8e0;
  box-shadow: none;
  font-family: "Lato Light", sans serif;
  padding-left: 0;
}

/* line 72, ../sass/pages/_orcamento.scss */
form input[type="email"] {
  background-color: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #333333;
  box-shadow: none;
  font-family: "Lato Light", sans serif;
  padding-left: 0;
}
/* line 81, ../sass/pages/_orcamento.scss */
form input[type="email"]:focus {
  background-color: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #35a8e0;
  box-shadow: none;
  font-family: "Lato Light", sans serif;
  padding-left: 0;
}

/* line 92, ../sass/pages/_orcamento.scss */
form input[type="tel"] {
  background-color: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #333333;
  box-shadow: none;
  font-family: "Lato Light", sans serif;
  padding-left: 0;
}
/* line 101, ../sass/pages/_orcamento.scss */
form input[type="tel"]:focus {
  background-color: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #35a8e0;
  box-shadow: none;
  font-family: "Lato Light", sans serif;
  padding-left: 0;
}

/* line 112, ../sass/pages/_orcamento.scss */
form textarea {
  background-color: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #333333;
  box-shadow: none;
  height: 100px;
  font-family: "Lato Light", sans serif;
  padding-left: 0;
  resize: none;
}
/* line 123, ../sass/pages/_orcamento.scss */
form textarea:focus {
  background-color: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #35a8e0;
  box-shadow: none;
  font-family: "Lato Light", sans serif;
  padding-left: 0;
  resize: none;
}

/* line 135, ../sass/pages/_orcamento.scss */
.goright {
  text-align: right;
  margin-top: 30px;
}
/* line 138, ../sass/pages/_orcamento.scss */
.goright .btnsend {
  background-color: #35a8e0;
}
@media only screen and (max-width: 40em) {
  /* line 135, ../sass/pages/_orcamento.scss */
  .goright {
    text-align: center;
  }
}

/* line 1, ../sass/pages/_pesquisa.scss */
.bannersearch {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../../img/gestware_home_slider_1.jpg') no-repeat 50% 20%/cover;
  transform: scale(1.1, 1.1);
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}
@media only screen and (max-width: 40em) {
  /* line 1, ../sass/pages/_pesquisa.scss */
  .bannersearch {
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../../img/gestware_home_slider_1.jpg') no-repeat center 50% 20%/cover;
    padding-top: 40vh;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: portrait) {
  /* line 1, ../sass/pages/_pesquisa.scss */
  .bannersearch {
    padding-top: 40%;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: landscape) {
  /* line 1, ../sass/pages/_pesquisa.scss */
  .bannersearch {
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../../img/gestware_home_slider_1.jpg') no-repeat center top/cover;
    padding-top: 50vh;
  }
}

/* line 24, ../sass/pages/_pesquisa.scss */
.colortitle {
  color: #333333;
}

/* line 27, ../sass/pages/_pesquisa.scss */
.textforsearch {
  font-family: "Lato Light", sans serif;
  font-size: 18px;
  color: #333333;
}

/* line 32, ../sass/pages/_pesquisa.scss */
.textforsearch .title {
  font-family: "Lato Bold", sans serif;
  font-size: 18px;
  color: #333333;
  text-transform: uppercase;
  margin-top: 40px;
}
@media only screen and (max-width: 40em) {
  /* line 32, ../sass/pages/_pesquisa.scss */
  .textforsearch .title {
    margin-top: 20px;
  }
}

/* line 42, ../sass/pages/_pesquisa.scss */
.textforsearch .title:hover {
  color: #35a8e0;
}

/* line 66, ../sass/pages/_pesquisa.scss */
.imgproductdetails {
  background: url('../../img/product_gestware_1.jpg') no-repeat center center/cover;
  height: 395px;
  margin-top: 30px;
}
@media only screen and (max-width: 40em) {
  /* line 66, ../sass/pages/_pesquisa.scss */
  .imgproductdetails {
    height: 200px;
  }
}

/* line 75, ../sass/pages/_pesquisa.scss */
.whitebacksearch {
  background: white;
  padding-bottom: 70px;
}

/* line 79, ../sass/pages/_pesquisa.scss */
.menuproductspecs ul li:active {
  color: #333333;
}

/* line 82, ../sass/pages/_pesquisa.scss */
.greysearchspace {
  background-color: #f3f3f3;
  padding-top: 0px !important;
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -o-filter: blur(0px);
  -ms-filter: blur(10px);
  filter: blur(0px);
}

/* line 93, ../sass/pages/_pesquisa.scss */
.resultpostcontainer {
  position: relative;
  /* top: -355px; */
}

/* line 98, ../sass/pages/_pesquisa.scss */
.productspecsinfo {
  background-color: white;
  padding: 60px;
}
@media only screen and (max-width: 40em) {
  /* line 98, ../sass/pages/_pesquisa.scss */
  .productspecsinfo {
    padding: 30px;
  }
}

/* line 105, ../sass/pages/_pesquisa.scss */
.productspecsinfotext {
  font-family: "Lato Light", sans serif;
  font-size: 16px;
  color: #5e5e5e;
  list-style: none;
  padding-top: 10px;
  margin-left: 0;
  line-height: 200%;
}

/* line 115, ../sass/pages/_pesquisa.scss */
.productspecsinfotext strong {
  font-family: "Lato Bold", sans serif;
  font-weight: Bold;
  color: #333333;
}

/* line 121, ../sass/pages/_pesquisa.scss */
.productspecsinfotext ul {
  list-style: none;
  margin: 0;
}

/* line 125, ../sass/pages/_pesquisa.scss */
.productspecsinfotext li {
  padding-right: 0px;
  line-height: 200%;
  padding-bottom: 10px;
}

/* line 133, ../sass/pages/_pesquisa.scss */
.productspecsinfotext li:before {
  font-family: "Sabado Regular", sans serif;
  content: ">";
  padding-right: 16px;
}

/* line 140, ../sass/pages/_pesquisa.scss */
.singlecontentsearch {
  padding-top: 10px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 40em) {
  /* line 140, ../sass/pages/_pesquisa.scss */
  .singlecontentsearch {
    padding: 20px;
  }
}

/* line 148, ../sass/pages/_pesquisa.scss */
.singlecontentsearch img {
  display: none;
}

/* line 152, ../sass/pages/_pesquisa.scss */
.search-results p {
  margin-top: 0px;
}
@media only screen and (max-width: 40em) {
  /* line 152, ../sass/pages/_pesquisa.scss */
  .search-results p {
    padding: 20px;
  }
}

/* line 159, ../sass/pages/_pesquisa.scss */
.whitesearchspace {
  background: white;
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -o-filter: blur(0px);
  -ms-filter: blur(10px);
  filter: blur(0px);
}

/*# sourceMappingURL=styles.css.map */
