.navbar-home {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  height: 20%;
  max-width: 100vw;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: transparent;
}

.header {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  height: 100vh;
  max-height: auto;
  min-height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.nav-menu.port {
  position: static;
  left: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 0px;
}

.navlink-menu-home {
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #f5f5f5;
  font-size: 14px;
  font-weight: 600;
}

.navlink-menu-home:hover {
  color: #dedede;
}

.navlink-menu-home.w--current {
  color: #f5f5f5;
}

.navlink-menu-home.w--current:hover {
  color: #dedede;
}

.navlink-menu-home.port {
  font-family: Cerabasic, sans-serif;
  color: #111;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
}

.navlink-menu-home.port:hover {
  color: #969696;
}

.navlink-menu-home.port.w--current {
  font-family: Cerabasic, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.navlink-menu-home.port._01 {
  padding-left: 0px;
  font-family: Cerabasic, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.navlink-menu-home.port._01:hover {
  color: #969696;
}

.lang-button {
  background-color: transparent;
  color: #fff;
  font-size: 12px;
}

.lang-button.pt {
  padding-right: 0px;
  padding-left: 0px;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #dedede;
  font-weight: 600;
}

.lang-button.pt:hover {
  color: #fff;
}

.lang-button.pt.port {
  -webkit-transition-property: all;
  transition-property: all;
  color: rgba(17, 17, 17, 0.5);
  font-weight: 400;
}

.lang-button.pt.port:hover {
  opacity: 0.4;
}

.lang-button.pt.square-cont {
  font-weight: 600;
}

.lang-button.pt.square-cont.w--current {
  width: 25px;
  height: 25px;
  background-image: url('../images/pt_01.png');
  background-position: 50% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  font-family: Cerabasic, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.lang-button.eng {
  padding-right: 0px;
  padding-left: 4px;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #dedede;
  font-weight: 400;
}

.lang-button.eng:hover {
  color: #fff;
}

.lang-button.eng.port {
  -webkit-transition-property: all;
  transition-property: all;
  color: #111;
  font-weight: 700;
}

.lang-button.eng.port:hover {
  opacity: 0.4;
}

.lang-button.eng.square-cont {
  font-family: Cerabasic, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.lang-button.eng.square-cont.w--current {
  font-weight: 600;
}

.language {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.language.port {
  position: static;
  width: 55%;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.brand {
  position: static;
  width: 33%;
}

.brand.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-div-block {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 125px;
  padding: 15px 10%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-div-block.square-cont {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 2;
  width: 100%;
  height: 125px;
  margin-right: 0px;
  margin-left: 0%;
  padding: 12px 10%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.mycustomslider {
  width: 100vw;
  height: 100vh;
}

.content-block-header {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100vw;
  height: 100vh;
  max-height: auto;
  min-height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 50px 10% 0px;
  float: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.slide-nav {
  display: none;
}

.slider-header-home {
  background-image: url('../images/Carpintaria_portões_j.-albino.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider-header-home._02 {
  background-image: linear-gradient(310deg, transparent 20%, rgba(17, 17, 17, 0.79)), url('../images/tod-seitz-549095-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slider-header-home._03 {
  background-image: url('../images/Casa-do-Holandes_18.jpg');
}

.slider-header-home._04 {
  background-image: linear-gradient(67deg, rgba(0, 0, 0, 0.56) 10%, transparent 60%, rgba(17, 17, 17, 0.73) 95%), url('../images/IMG_2956.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slider-header-home._05 {
  background-image: linear-gradient(67deg, rgba(17, 17, 17, 0.75) 20%, transparent 64%, rgba(17, 17, 17, 0.79)), url('../images/IMG_2996.jpg');
  background-position: 0px 0px, 50% 92%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.social-header-home {
  position: relative;
  top: 0px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  max-width: auto;
  min-width: auto;
  margin-top: 0px;
  margin-left: 0px;
  padding-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.home-header-txt {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70vh;
  max-height: auto;
  min-height: auto;
  margin-top: 0px;
  margin-bottom: 25px;
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.home-header-section-txt {
  margin-top: 0px;
  margin-right: 25px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.home-hedaer-txt-head {
  margin-top: 25px;
  margin-bottom: 0px;
  font-family: Playfairdisplay, sans-serif;
  color: #fff;
  font-size: 8vw;
  line-height: 12vh;
  font-weight: 400;
}

.text-span {
  font-size: 6vw;
  font-weight: 400;
}

.div-mark-02 {
  width: 50px;
  height: 4px;
  margin-top: 5%;
  background-color: #cd8a58;
}

.contacts-block {
  position: static;
  top: 17px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.header-contacts-block {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
  text-transform: none;
}

.header-contacts-block.copy {
  font-family: Roboto, sans-serif;
  color: #303030;
  font-size: 14px;
  font-weight: 600;
}

.header-contacts-block.copy.port {
  color: #f5f5f5;
}

.contacts-header-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.contacts-header-block.copy-and {
  position: static;
  right: 161px;
}

.div-block-2 {
  position: relative;
  top: -5px;
  width: 5px;
  height: 5px;
  margin-left: 7px;
  border-radius: 0px;
  background-color: #f96610;
}

.button {
  width: 175px;
  margin-top: 0px;
  padding: 0px;
  background-color: transparent;
  -webkit-transition: color 500ms cubic-bezier(.68, -.55, .265, 1.55);
  transition: color 500ms cubic-bezier(.68, -.55, .265, 1.55);
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-weight: 400;
}

.button:hover {
  color: #dedede;
}

.button._02 {
  width: 175px;
}

.button._02.square-cont {
  width: auto;
  color: #f5f5f5;
  font-size: 0.8vw;
  line-height: 1.5vw;
  font-weight: 400;
}

.button._02.square-cont._04 {
  font-family: 'Open Sans', sans-serif;
  color: #111;
  font-weight: 400;
}

.button._02.square-cont._04:hover {
  color: #afafaf;
}

.button.square-cont {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 23px;
  font-weight: 300;
}

.button.square-cont._04 {
  font-family: 'Open Sans', sans-serif;
  color: #111;
  font-weight: 400;
}

.contacts-colum {
  margin-right: 25px;
}

.contacts-colum.footer {
  margin-right: 0px;
  margin-left: 35px;
}

.contacts-colum._02 {
  margin-left: 0px;
}

.hierarquia-contactos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.bloc-info-slider-home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100%;
  margin-bottom: 0px;
  padding-right: 7%;
  padding-bottom: 50px;
  padding-left: 5%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: transparent;
  background-image: linear-gradient(84deg, transparent 50%, rgba(17, 17, 17, 0.57));
}

.bloc-info-slider-home._02 {
  padding-right: 5%;
  padding-bottom: 50px;
  padding-left: 5%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-image: none;
}

.bloc-content-info-slider {
  position: static;
  right: 0px;
  bottom: 0px;
  width: auto;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}

.load-slider-home {
  width: 100px;
  height: 4px;
  margin-top: 25px;
  background-color: #cd8a58;
}

.info-slider-numbers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-actual-home {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-weight: 600;
}

.slider-actual-home._02 {
  font-weight: 300;
}

.separador-numeracao-home-slider {
  width: 20px;
  height: 1px;
  margin-right: 10px;
  margin-left: 10px;
  background-color: #dedede;
}

.seccao-servicos {
  position: static;
  display: block;
  overflow: hidden;
  width: 100vw;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 125px 10% 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: url('../images/numbers-01_02.png');
  background-position: -334px 34%;
  background-size: 1050px;
  background-repeat: no-repeat;
}

.body {
  display: block;
  overflow: hidden;
  max-width: 100vw;
  min-width: 100vw;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

._2row-home-header {
  display: block;
  width: 600px;
  margin: 25px auto 0px;
  font-family: Playfairdisplay, sans-serif;
  color: #111;
  line-height: 50px;
  font-weight: 400;
  text-align: center;
}

._2row-home-header.row04 {
  width: 55vw;
  margin-top: 75px;
}

._2row-home-header.row04._03 {
  width: 600px;
  text-align: left;
}

._2row-home-header.row04._03._01 {
  margin-left: 0px;
}

.div-mark-03 {
  display: block;
  width: 60px;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
  border: 5px solid #dedede;
  border-radius: 50px;
  background-color: transparent;
  -webkit-transition: all 500ms cubic-bezier(.23, 1, .32, 1);
  transition: all 500ms cubic-bezier(.23, 1, .32, 1);
}

.div-mark-03:hover {
  border-color: #dedede;
}

.txt-section-home {
  margin-top: 15px;
  font-family: Roboto, sans-serif;
  color: #111;
  font-weight: 400;
  text-align: left;
}

.txt-section-home._3row {
  color: #fff;
}

.txt-section-home._02 {
  color: #111;
}

.txt-section-home.menu {
  color: #f5f5f5;
}

.footer-01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: auto;
  padding: 75px 10% 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
}

.footer-div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-div-block.copyrights {
  margin-top: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.logo-footer {
  width: 168px;
  height: 65px;
  padding-bottom: 0px;
  background-image: url('../images/01_logo_j_abino_branco.png');
  background-position: 50% 50%;
  background-size: 168px;
  background-repeat: no-repeat;
}

.footer-div-contacts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-div-contacts.and {
  padding-right: 19px;
}

.copyrights-jalbino {
  font-family: Roboto, sans-serif;
  color: #303030;
  font-weight: 600;
}

.copyrights-jalbino.port {
  color: #f5f5f5;
}

.txt-sub-header-02 {
  width: 700px;
  font-family: Montserrat, sans-serif;
  color: #dedede;
  font-size: 19px;
  line-height: 26px;
  font-weight: 400;
}

.txt-sub-header-02.ip {
  width: 650px;
  font-family: Roboto, sans-serif;
  font-size: 19px;
  line-height: 26px;
  font-weight: 300;
}

.text-span-15 {
  color: #f0812e;
  font-weight: 800;
}

.info-e-setas-header-home-01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-left {
  width: 15px;
  height: 15px;
  background-image: url('../images/seta-branca_01.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  font-size: auto;
  line-height: auto;
}

.slider-left._01 {
  opacity: 0.4;
  cursor: pointer;
}

.slider-right {
  width: 15px;
  height: 15px;
  margin-left: 10px;
  background-image: url('../images/seta-branca_01.png');
  background-position: 0px 0px;
  background-size: 15px;
  opacity: 1;
  font-size: auto;
  line-height: auto;
  cursor: pointer;
}

.slider-right._03 {
  opacity: 1;
}

.slider-right._02 {
  opacity: 0.4;
}

.link-and {
  text-decoration: none;
}

.header-portfolio {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 70vh;
  max-height: 900px;
  padding-right: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-lang-e-pesq-port {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-3 {
  width: 40%;
  padding-left: 30px;
}

.botao-home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Roboto, sans-serif;
  color: #f5f5f5;
  font-weight: 400;
  letter-spacing: 1px;
}

.botao-home:hover {
  font-weight: 400;
}

.over-effect-button-01 {
  width: 0px;
  height: 4px;
  margin-left: 20px;
  background-color: #cd8a58;
}

.over-effect-button-01.port {
  margin-left: 0px;
}

.over-effect-social {
  display: none;
  margin-right: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-menu-effect-01 {
  display: block;
  width: 0px;
  height: 6px;
  margin-right: auto;
  margin-left: auto;
  background-color: #f96610;
}

.over-effect-button-08 {
  width: 25px;
  height: 4px;
  margin-left: 20px;
  background-color: #cd8a58;
}

.over-effect-button-09 {
  width: 25px;
  height: 4px;
  margin-left: 20px;
  background-color: #cd8a58;
}

.navlink-menu-home-07 {
  padding: 10px;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  font-family: Cerabasic, sans-serif;
  color: #f5f5f5;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.navlink-menu-home-07:hover {
  color: #f96610;
}

.navlink-menu-home-07.w--current {
  color: #f5f5f5;
}

.navlink-menu-home-07.w--current:hover {
  color: #f96610;
}

.navlink-menu-home-07.square-cont {
  margin-left: 0px;
  padding-right: 10px;
  font-family: Cerabasic, sans-serif;
  font-weight: 700;
  cursor: pointer;
}

.navlink-menu-home-07.square-cont.w--current {
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px;
  border-bottom: 4px none #cd8a58;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  font-family: Cerabasic, sans-serif;
  color: #f5f5f5;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.navlink-menu-home-07.square-cont.w--current:hover {
  color: #f96610;
  font-weight: 700;
  text-decoration: none;
}

.navlink-menu-home-07.square-cont.black {
  color: #111;
}

.navlink-menu-home-07.square-cont.black:hover {
  color: #f96610;
}

.navlink-menu-home-07.black {
  color: #111;
}

.navlink-menu-home-07.black:hover {
  color: #f96610;
}

.navlink-menu-home-07.black.w--current {
  color: #111;
}

.navlink-menu-home-07.black.w--current:hover {
  color: #f96610;
}

.social-button-07 {
  margin-right: 50px;
  padding: 0px;
  background-color: transparent;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.social-button-07.square-cont {
  margin-right: 0px;
  font-family: Roboto, sans-serif;
  text-decoration: none;
}

.div-social-ef-01 {
  position: absolute;
  left: -6px;
  top: -5px;
  display: block;
  width: 0px;
  height: 20px;
  margin-top: 5px;
  margin-right: 0px;
  background-color: #f96610;
}

.bloc-info-slider-home-02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100%;
  margin-bottom: 0px;
  padding-right: 5%;
  padding-bottom: 50px;
  padding-left: 5%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.load-slider-home-02 {
  width: 100px;
  height: 4px;
  margin-top: 25px;
  background-color: #cd8a58;
}

.load-slider-home-04 {
  width: 100px;
  height: 4px;
  margin-top: 25px;
  background-color: #cd8a58;
}

.load-slider-home-05 {
  width: 100px;
  height: 4px;
  margin-top: 25px;
  background-color: #cd8a58;
}

.navbar-div-block-02 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-div-block-02.square-cont {
  background-color: transparent;
}

.navbar-div-block-02.square-cont.minim {
  top: 0px;
  padding: 20px 75px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 17, 17, 0.95)), to(rgba(17, 17, 17, 0.95)));
  background-image: linear-gradient(180deg, rgba(17, 17, 17, 0.95), rgba(17, 17, 17, 0.95));
  box-shadow: 0 9px 17px -3px rgba(44, 44, 44, 0.64);
}

.navlink-menu-home-115 {
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #f5f5f5;
  font-size: 14px;
  font-weight: 600;
}

.navlink-menu-home-115:hover {
  color: #dedede;
}

.navlink-menu-home-115.w--current {
  color: #f5f5f5;
}

.navlink-menu-home-115.w--current:hover {
  color: #dedede;
}

.navlink-menu-home-116 {
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #f5f5f5;
  font-size: 14px;
  font-weight: 600;
}

.navlink-menu-home-116:hover {
  color: #dedede;
}

.navlink-menu-home-116.w--current {
  color: #f5f5f5;
}

.navlink-menu-home-116.w--current:hover {
  color: #dedede;
}

.navlink-menu-home-117 {
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #f5f5f5;
  font-size: 14px;
  font-weight: 600;
}

.navlink-menu-home-117:hover {
  color: #dedede;
}

.navlink-menu-home-117.w--current {
  color: #f5f5f5;
}

.navlink-menu-home-117.w--current:hover {
  color: #dedede;
}

.over-effect-button-559 {
  width: 0px;
  height: 4px;
  margin-left: 20px;
  background-color: #cd8a58;
}

.over-effect-button-560 {
  width: 0px;
  height: 4px;
  margin-left: 20px;
  background-color: #cd8a58;
}

.over-effect-button-561 {
  width: 0px;
  height: 4px;
  margin-left: 20px;
  background-color: #cd8a58;
}

.social-div-mobile-menu {
  margin-right: 25px;
}

.copyrights-jalbino-mobile {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 400;
}

.navlink-menu-home-551 {
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #f5f5f5;
  font-size: 14px;
  font-weight: 600;
}

.navlink-menu-home-551:hover {
  color: #dedede;
}

.navlink-menu-home-551.w--current {
  color: #f5f5f5;
}

.navlink-menu-home-551.w--current:hover {
  color: #dedede;
}

.navlink-menu-home-552 {
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #f5f5f5;
  font-size: 14px;
  font-weight: 600;
}

.navlink-menu-home-552:hover {
  color: #dedede;
}

.navlink-menu-home-552.w--current {
  position: relative;
  color: #f5f5f5;
}

.navlink-menu-home-552.w--current:hover {
  color: #dedede;
}

.navlink-menu-home-553 {
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #f5f5f5;
  font-size: 14px;
  font-weight: 600;
}

.navlink-menu-home-553:hover {
  color: #dedede;
}

.navlink-menu-home-553.w--current {
  color: #f5f5f5;
}

.navlink-menu-home-553.w--current:hover {
  color: #dedede;
}

.over-effect-button-12 {
  width: 0px;
  height: 4px;
  margin-left: 20px;
  background-color: #cd8a58;
}

.navbar-div-block-en {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-div-block-en.square-cont {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: transparent;
}

.navbar-div-block-02-en {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-div-block-02-en.square-cont {
  background-color: transparent;
}

.navbar-div-block-02-en.square-cont.minim {
  top: -115px;
  padding: 20px 75px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 17, 17, 0.95)), to(rgba(17, 17, 17, 0.95)));
  background-image: linear-gradient(180deg, rgba(17, 17, 17, 0.95), rgba(17, 17, 17, 0.95));
  box-shadow: 0 9px 17px -3px rgba(44, 44, 44, 0.64);
}

.navbar-div-block-port7 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-div-block-port7.port {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.navbar-div-block-port8 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-div-block-port8.square-cont {
  background-color: transparent;
}

.navbar-div-block-port8.square-cont.minim-02 {
  top: -115px;
  padding: 20px 75px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 17, 17, 0.95)), to(rgba(17, 17, 17, 0.95)));
  background-image: linear-gradient(180deg, rgba(17, 17, 17, 0.95), rgba(17, 17, 17, 0.95));
  box-shadow: 0 9px 17px -3px rgba(44, 44, 44, 0.64);
}

.navbar-div-port-dev-03 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-div-port-dev-03.port {
  padding-right: 0px;
  padding-left: 0px;
}

.navbar-div-port-dev-04 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-div-port-dev-04.square-cont {
  background-color: transparent;
}

.navbar-div-port-dev-04.square-cont.minim-02 {
  top: -115px;
  padding: 20px 75px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 17, 17, 0.95)), to(rgba(17, 17, 17, 0.95)));
  background-image: linear-gradient(180deg, rgba(17, 17, 17, 0.95), rgba(17, 17, 17, 0.95));
  box-shadow: 0 9px 17px -3px rgba(44, 44, 44, 0.64);
}

.navbar-div-port-mob-06 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-div-port-mob-06.square-cont {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: transparent;
}

.navbar-div-port-mob-07 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-div-port-mob-07.square-cont {
  background-color: transparent;
}

.navbar-div-port-mob-07.square-cont.minim {
  top: -115px;
  padding: 20px 75px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 17, 17, 0.95)), to(rgba(17, 17, 17, 0.95)));
  background-image: linear-gradient(180deg, rgba(17, 17, 17, 0.95), rgba(17, 17, 17, 0.95));
  box-shadow: 0 9px 17px -3px rgba(44, 44, 44, 0.64);
}

._404-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/404_02.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-intro-effect {
  position: absolute;
  display: block;
  width: 200px;
  height: 20px;
  background-color: #f96610;
}

.page-all-load-ef-01 {
  position: absolute;
  z-index: 1101;
  width: 100vw;
  height: 10000px;
  background-color: #111;
}

.page-all-load-ef-02 {
  position: absolute;
  z-index: 1103;
  width: 100vw;
  height: 10000px;
  background-color: #f96610;
}

.page-all-load-ef-03 {
  position: absolute;
  z-index: 1104;
  width: 100vw;
  height: 10000px;
  background-color: #111;
}

.div-effect-load-01 {
  display: none;
}

.div-menu-effect-02 {
  display: block;
  width: 0px;
  height: 6px;
  margin-right: auto;
  margin-left: auto;
  background-color: #f96610;
}

.div-menu-effect-03 {
  display: block;
  width: 0px;
  height: 6px;
  margin-right: auto;
  margin-left: auto;
  background-color: #f96610;
}

.div-social-ef-02 {
  position: absolute;
  left: 106px;
  top: -5px;
  display: block;
  width: 0px;
  height: 20px;
  margin-top: 5px;
  background-color: #f96610;
}

.modal-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  height: 100%;
  padding-top: 90px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(17, 17, 17, 0.5);
  text-align: center;
}

.popup-contact-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 15px solid #f96610;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 17, 17, 0.8)), to(rgba(17, 17, 17, 0.8))), url('../images/IMG_2956.jpg');
  background-image: linear-gradient(180deg, rgba(17, 17, 17, 0.8), rgba(17, 17, 17, 0.8)), url('../images/IMG_2956.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.line-form {
  width: 25px;
  height: 4px;
  background-color: #cd8a58;
}

.txt-form-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form-headers {
  font-family: 'Open Sans', sans-serif;
  color: #f5f5f5;
  font-weight: 600;
}

.form-div-header-bloc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.form-div-butoes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  margin-bottom: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.google-maps-botao {
  padding-left: 50px;
  border-radius: 5px;
  background-color: #f5f5f5;
  background-image: url('../images/google-maps_01.png');
  background-position: 10px 47%;
  background-size: 25px 25px;
  background-repeat: no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #111;
  font-weight: 700;
}

.google-maps-botao:hover {
  background-color: #dedede;
}

.waze-maps-botao {
  margin-left: 25px;
  padding-left: 50px;
  border-radius: 5px;
  background-color: #f5f5f5;
  background-image: url('../images/waze_01.png');
  background-position: 10px 47%;
  background-size: 25px;
  background-repeat: no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #111;
  font-weight: 700;
}

.waze-maps-botao:hover {
  background-color: #dedede;
}

.telefone01-form {
  width: 175px;
  margin-top: 0px;
  padding: 0px;
  background-color: transparent;
  -webkit-transition: color 500ms cubic-bezier(.68, -.55, .265, 1.55);
  transition: color 500ms cubic-bezier(.68, -.55, .265, 1.55);
  font-family: 'Open Sans', sans-serif;
  color: #f5f5f5;
  font-weight: 400;
  text-align: left;
}

.telefone01-form:hover {
  color: #dedede;
}

.telefone02-form {
  width: 175px;
  margin-top: 5px;
  padding: 0px;
  background-color: transparent;
  -webkit-transition: color 500ms cubic-bezier(.68, -.55, .265, 1.55);
  transition: color 500ms cubic-bezier(.68, -.55, .265, 1.55);
  font-family: 'Open Sans', sans-serif;
  color: #f5f5f5;
  font-weight: 400;
  text-align: left;
}

.telefone02-form:hover {
  color: #dedede;
}

.contactos-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  height: 100px;
  margin-top: 15px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tel-fixo {
  padding-left: 50px;
  border-radius: 5px;
  background-color: #f5f5f5;
  background-image: url('../images/icons8-phone-90.png');
  background-position: 10px 47%;
  background-size: 20px;
  background-repeat: no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #111;
}

.tel-fixo:hover {
  background-color: #dedede;
}

.tel-movel {
  margin-left: 25px;
  padding-left: 50px;
  border-radius: 5px;
  background-color: #f5f5f5;
  background-image: url('../images/icons8-cell-phone-52.png');
  background-position: 10px 47%;
  background-size: 18px;
  background-repeat: no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #111;
}

.tel-movel:hover {
  background-color: #dedede;
}

.tel-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.close-butoon {
  width: 40px;
  height: 40px;
  background-image: url('../images/close01.png');
  background-position: 50% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  text-align: left;
}

.close-butoon:hover {
  opacity: 0.5;
}

.div-botao-fechar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.text-block-form {
  display: block;
  width: auto;
  margin: 25px 0px 50px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #f5f5f5;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  text-align: left;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-produtos {
  display: block;
  width: auto;
  max-width: 1400px;
  min-width: 900px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 5%;
  padding-left: 5%;
}

.separador-footer {
  height: 1px;
  margin-top: 50px;
  margin-bottom: 0px;
  padding-right: 75px;
  padding-bottom: 0px;
  padding-left: 75px;
  background-color: #dedede;
}

.header-contacts-block-footer {
  font-family: Cerabasic, sans-serif;
  color: #111;
  font-size: 16px;
  line-height: 21px;
  font-weight: 700;
  text-transform: none;
}

.button-footer {
  width: 175px;
  margin-top: 0px;
  padding: 0px;
  background-color: transparent;
  -webkit-transition: color 500ms cubic-bezier(.68, -.55, .265, 1.55);
  transition: color 500ms cubic-bezier(.68, -.55, .265, 1.55);
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-weight: 400;
}

.button-footer:hover {
  color: #dedede;
}

.button-footer.square-cont {
  font-family: 'Open Sans', sans-serif;
  color: #111;
  font-size: 16px;
  line-height: 23px;
  font-weight: 400;
}

.button-footer.square-cont:hover {
  color: #afafaf;
}

.menu-footer {
  position: relative;
  left: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.navlink-footer {
  background-color: transparent;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  font-family: Cerabasic, sans-serif;
  color: #111;
  font-size: 15px;
  font-weight: 700;
}

.navlink-footer:hover {
  color: #f96610;
}

.navlink-footer.w--current {
  font-family: Cerabasic, sans-serif;
  color: #111;
  font-size: 15px;
  font-weight: 700;
}

.navlink-footer.w--current:hover {
  color: #f96610;
}

.navlink-footer.w--current:active {
  color: #818080;
}

.navlink-footer.meio.branco {
  color: #f5f5f5;
}

.navlink-footer.meio.branco:hover {
  color: #969696;
}

.navlink-footer.branco {
  color: #f5f5f5;
}

.navlink-footer.branco:hover {
  color: #969696;
}

.section-servios {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin: 0px 10% 100px 0%;
  padding-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lang-dorpdown {
  padding-right: 0px;
  padding-left: 0px;
  font-family: Cerabasic, sans-serif;
  color: #f5f5f5;
}

.dropdown-lang-01 {
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: #f5f5f5;
}

.dropdown-lang-01:hover {
  color: #fff;
}

.dropdown-lang-01.unselect {
  padding-top: 0px;
  padding-bottom: 10px;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: hsla(0, 0%, 96.1%, 0.37);
  text-align: right;
}

.dropdown-lang-01.unselect:hover {
  color: #fff;
}

.dropdown-list-2 {
  background-color: transparent;
  text-align: right;
}

.dropdown-list-2.w--open {
  right: -20px;
  bottom: -40px;
}

.lang-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/seta-cinza_04.png');
  background-position: 100% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  font-weight: 700;
}

.lang-icon:hover {
  opacity: 0.4;
}

.icon-3 {
  display: none;
}

.line-04 {
  width: 32px;
  height: 2px;
  margin-bottom: 5px;
  background-color: #f5f5f5;
}

.line-05 {
  width: 25px;
  height: 2px;
  margin-bottom: 5px;
  background-color: #f5f5f5;
}

.line-06 {
  width: 25px;
  height: 2px;
  background-color: #f5f5f5;
}

.hamb-menu {
  position: fixed;
  top: -80px;
  right: 0px;
  z-index: 1500;
  overflow: hidden;
  width: 60px;
  height: 60px;
  padding: 20px 14px 14px 18px;
  background-color: #111;
  box-shadow: -6px 4px 17px -3px rgba(0, 0, 0, 0.43);
  cursor: pointer;
}

.full-menu {
  position: fixed;
  z-index: 1001;
  display: none;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  padding-top: 200px;
  padding-left: 112px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 17, 17, 0.95)), to(rgba(17, 17, 17, 0.95)));
  background-image: linear-gradient(180deg, rgba(17, 17, 17, 0.95), rgba(17, 17, 17, 0.95));
}

.links-full-menu {
  margin-bottom: 25px;
  font-family: Cerabasic, sans-serif;
  color: #f5f5f5;
  font-size: 32px;
  line-height: 23px;
  text-decoration: none;
}

.text-block-5 {
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  color: hsla(0, 0%, 96.1%, 0.7);
  font-size: 50px;
  line-height: 50px;
}

.text-block-5:hover {
  color: #f5f5f5;
}

.language-02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lang-dorpdown-02 {
  padding: 0px;
  font-family: Cerabasic, sans-serif;
  color: #f5f5f5;
}

.lang-icon-02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/lang01.png');
  background-position: 50% 50%;
  background-size: 50px;
  background-repeat: no-repeat;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.lang-icon-02:hover {
  opacity: 0.7;
}

.dropdown-list-3 {
  background-color: transparent;
}

.dropdown-lang-02 {
  padding-left: 0px;
  background-color: transparent;
  font-family: Cerabasic, sans-serif;
  color: #f5f5f5;
  font-size: 16px;
}

.dropdown-lang-02:hover {
  color: #fff;
}

.dropdown-lang-03 {
  background-color: transparent;
  font-family: Cerabasic, sans-serif;
  color: #f5f5f5;
}

.dropdown-lang-03:hover {
  color: #fff;
}

.dropdown-lang-03.unselect {
  padding-top: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: hsla(0, 0%, 96.1%, 0.37);
  font-size: 16px;
}

.dropdown-lang-03.unselect:hover {
  color: #fff;
}

.dropdown-lang-03.unselect {
  padding-top: 0px;
  padding-bottom: 10px;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: hsla(0, 0%, 96.1%, 0.37);
}

.dropdown-lang-03.unselect:hover {
  color: #fff;
}

.contacts-block-full-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 175px;
  margin-right: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.full-menu-links-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.full-menu-head-div {
  height: 50%;
}

.full-menu-sub-head-div {
  height: 50%;
}

.contacts-colum-full-menu {
  margin-right: 25px;
}

.hamb-menu-devices {
  position: fixed;
  top: -80px;
  right: 0px;
  z-index: 1500;
  overflow: hidden;
  width: 60px;
  height: 60px;
  padding: 20px 14px 14px 18px;
  background-color: #111;
  cursor: pointer;
}

.contacts-colum-contact-popup {
  margin-right: 25px;
}

.full-menu-v02 {
  position: fixed;
  z-index: 1001;
  display: none;
  width: 100vw;
  height: 100vh;
  padding-top: 0px;
  padding-left: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#22222a), to(#22222a));
  background-image: linear-gradient(180deg, #22222a, #22222a);
  opacity: 1;
}

.full-menu-v02-div-01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  padding-top: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.heading-menu-full-v02 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Cerabasic, sans-serif;
  color: #f5f5f5;
  font-size: 115px;
  line-height: 120px;
}

.dot-08 {
  width: 40px;
  height: 10px;
  margin-top: 25px;
  margin-bottom: 50px;
  background-color: #f96610;
}

.link-block-fullv02 {
  margin-bottom: 10px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Cerabasic, sans-serif;
  color: hsla(0, 0%, 96.1%, 0.7);
  font-size: 75px;
  line-height: 90px;
  text-decoration: none;
}

.link-block-fullv02:hover {
  color: #f5f5f5;
}

.box-links-fullv02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.full-menu-v02-div-02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section-menu-v02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 50%;
  margin-top: 100px;
  margin-left: 0px;
  padding-top: 66px;
  padding-bottom: 66px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.map {
  width: 100%;
  height: 100%;
}

.phone-menu-v02 {
  margin-top: 15px;
  padding: 10px;
  border: 5px solid #f96610;
  -webkit-transition: color 350ms cubic-bezier(.95, .05, .795, .035);
  transition: color 350ms cubic-bezier(.95, .05, .795, .035);
  font-family: 'Open Sans', sans-serif;
  color: #f5f5f5;
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
  text-decoration: none;
}

.phone-menu-v02:hover {
  color: #f96610;
}

.link-google-maps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 8%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5f5f5;
  -webkit-transition: background-color 350ms cubic-bezier(.39, .575, .565, 1);
  transition: background-color 350ms cubic-bezier(.39, .575, .565, 1);
  font-family: Cerabasic, sans-serif;
  color: #22222a;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
}

.link-google-maps:hover {
  background-color: #f96610;
}

.text-block-6 {
  text-decoration: none;
}

.link-block-2 {
  text-decoration: none;
}

.servios-row02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1500px;
  min-width: 850px;
  margin-top: 50px;
  padding-bottom: 125px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.bloc-servicos-row02 {
  width: 30%;
  height: auto;
  margin-right: 35px;
  opacity: 0.6;
  color: #414141;
}

.bloc-servicos-row02._02 {
  -webkit-transition: opacity 500ms cubic-bezier(.165, .84, .44, 1);
  transition: opacity 500ms cubic-bezier(.165, .84, .44, 1);
}

.bloc-servicos-row02._02:hover {
  opacity: 1;
}

.bloc-servicos-row02._01 {
  width: 34%;
  margin-right: 5%;
  opacity: 1;
  -webkit-transition: opacity 500ms cubic-bezier(.165, .84, .44, 1);
  transition: opacity 500ms cubic-bezier(.165, .84, .44, 1);
}

.bloc-servicos-row02._01:hover {
  opacity: 1;
}

.bloc-servicos-row02._01._02 {
  margin-right: 0%;
}

.seccao-produtos-v03 {
  position: static;
  bottom: 112px;
  display: block;
  overflow: hidden;
  height: auto;
  margin-top: -112px;
  margin-bottom: 0px;
  padding-right: 0%;
  padding-left: 0%;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(31%, #000), to(transparent)), url('../images/modulo_01.jpg');
  background-image: linear-gradient(0deg, #000 31%, transparent), url('../images/modulo_01.jpg');
  background-position: 0px 0px, 50% 50%;
}

.button-2 {
  margin-left: 0px;
  padding-right: 25px;
  padding-left: 25px;
  border-radius: 4px;
  background-color: #5748c5;
  -webkit-transition: all 300ms cubic-bezier(.55, .055, .675, .19);
  transition: all 300ms cubic-bezier(.55, .055, .675, .19);
  font-weight: 500;
}

.button-2:hover {
  border: 1px none #fff;
  background-color: #4e41b4;
}

.button-2.hvr-float-cta {
  margin-top: 0%;
  border: 2px solid #f96610;
  border-radius: 0px;
  background-color: #f96610;
  box-shadow: -4px 4px 18px -1px rgba(0, 0, 0, 0.61);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Roboto, sans-serif;
  color: #f5f5f5;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0px;
}

.button-2.hvr-float-cta:hover {
  background-color: transparent;
}

.button-2.hvr-float-02-cta {
  margin-top: 0%;
  margin-left: 25px;
  border: 2px solid #f96610;
  border-radius: 0px;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Roboto, sans-serif;
  color: #f5f5f5;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0px;
}

.button-2.hvr-float-02-cta:hover {
  background-color: #f96610;
}

.big-article-title-wrapper {
  width: 100%;
  height: auto;
  padding: 15px 30px 20px 25px;
  background-color: #fff;
  color: #dedede;
}

.div-bar {
  width: 10px;
  height: 5px;
  margin-top: 22px;
  margin-bottom: 22px;
  padding-bottom: 0px;
  background-color: #f96610;
}

.div-bar.produtos {
  margin-bottom: 0px;
  background-color: #f96610;
}

.heading {
  width: 100%;
  max-width: 300px;
  font-family: Cerabasic, sans-serif;
  color: #111;
  font-size: 28px;
  line-height: 30px;
  font-weight: 600;
  letter-spacing: -1px;
}

.heading:hover {
  color: #111;
}

.heading.spec0 {
  max-width: 325px;
}

.heading.produtos {
  width: 250px;
  font-size: 34px;
  line-height: 40px;
  font-weight: 900;
  letter-spacing: -1px;
}

.intro-txt {
  position: relative;
  top: -67px;
  margin-top: 15px;
  font-family: Cerabasic, sans-serif;
  color: #111;
  font-size: 35px;
  line-height: 45px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.paragrafo-intro {
  position: relative;
  top: -61px;
  display: block;
  width: 500px;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Open Sans', sans-serif;
  color: #818080;
  line-height: 26px;
  font-weight: 400;
  text-align: center;
}

.paragrafo-01 {
  margin-top: 25px;
  padding-right: 50px;
  font-family: 'Open Sans', sans-serif;
  color: #818080;
  line-height: 23px;
  font-weight: 300;
}

.produtos-extensos {
  position: static;
  top: -45px;
  display: block;
  width: 300px;
  margin: 25px 0px 0px;
  padding-left: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #414141;
  line-height: 25px;
  font-weight: 300;
  text-align: left;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 0px;
  column-gap: 0px;
  -webkit-column-rule: 0px none #000;
  column-rule: 0px none #000;
}

.produtos-extensos._02 {
  width: 300px;
  height: 150px;
  max-width: 250px;
  min-width: 200px;
  color: #818080;
}

.produtos-extensos._03 {
  width: 300px;
  height: 125px;
  max-width: 250px;
  min-width: 200px;
  color: #818080;
}

.call-to-action-secceion {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -65px;
  padding-top: 175px;
  padding-bottom: 175px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/01.png');
  background-position: 50% 106%;
  background-size: 750px;
  background-repeat: repeat-x;
}

.cta {
  width: 750px;
  margin-top: 0%;
  margin-bottom: 0px;
  font-family: Playfairdisplay, sans-serif;
  color: #f5f5f5;
  font-size: 45px;
  line-height: 52px;
  text-align: center;
}

.text-span-32 {
  color: #f96610;
}

.cta-block-txt {
  display: block;
  width: 450px;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #dedede;
  line-height: 23px;
  text-align: center;
}

.block-cta {
  width: auto;
}

.box-botoes-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-5 {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.image-5:hover {
  box-shadow: -1px 5px 17px -5px #000;
  -webkit-filter: none;
  filter: none;
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.div-block-19 {
  position: static;
  display: block;
  overflow: hidden;
}

.slider-left-005 {
  width: 30px;
  height: 30px;
  background-image: url('../images/seta-branca_03.png');
  background-position: 50% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  cursor: pointer;
}

.slider-right-005 {
  width: 30px;
  height: 30px;
  background-image: url('../images/seta-branca_03.png');
  background-position: 50% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  cursor: pointer;
}

.proposal-03 {
  padding-left: 0%;
}

.div-txt-content-prop-03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1300px;
  margin: 50px 0% 50px 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-prop-03 {
  width: auto;
  max-width: 450px;
  min-width: 100px;
  margin-top: 0%;
  margin-bottom: 0px;
  padding-left: 0px;
  font-family: Cerabasic, sans-serif;
  color: #111;
  font-size: 38px;
  line-height: 42px;
  font-weight: 800;
  text-align: left;
  letter-spacing: -1px;
}

.heading-v04 {
  width: auto;
  max-width: 70vw;
  min-width: auto;
  margin-top: 1vh;
  margin-bottom: 25px;
  font-family: Cerabasic, sans-serif;
  color: #f5f5f5;
  font-size: 4.5vw;
  line-height: 54px;
  font-weight: 700;
  letter-spacing: -2px;
}

.button-6 {
  margin-left: 0px;
  padding-right: 25px;
  padding-left: 25px;
  border-radius: 4px;
  background-color: #5748c5;
  -webkit-transition: all 300ms cubic-bezier(.55, .055, .675, .19);
  transition: all 300ms cubic-bezier(.55, .055, .675, .19);
  font-weight: 500;
}

.button-6:hover {
  border: 1px none #fff;
  background-color: #4e41b4;
}

.button-6.hvr-float {
  margin-top: 0px;
  margin-left: 0px;
  border: 2px solid #f96610;
  border-radius: 0px;
  background-color: #f96610;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  font-family: Roboto, sans-serif;
  color: #f5f5f5;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0px;
}

.button-6.hvr-float:hover {
  border-color: #f96610;
  background-color: transparent;
  color: #f5f5f5;
}

.section-arrows-slider-header {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  height: 50px;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.setas-header-slider {
  position: relative;
  top: auto;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  clear: none;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.link-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  max-height: 600px;
  max-width: auto;
  margin-bottom: -9px;
  margin-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  font-family: Cerabasic, sans-serif;
  color: #f5f5f5;
  text-decoration: none;
}

.text-block-7 {
  font-family: Roboto, sans-serif;
  font-size: 0.8vw;
  line-height: 1vh;
}

.line-07 {
  width: 0px;
  height: 2px;
  margin-left: 25px;
  background-color: #f96610;
}

.div-block-27 {
  width: 95%;
  height: auto;
  margin-top: 450px;
  padding: 50px 25px 0px 0px;
  background-color: #fff;
}

.div-block-28 {
  position: relative;
  top: -50px;
  width: 100%;
  height: 1px;
  background-color: #dedede;
}

.button-5 {
  margin-left: 0px;
  padding-right: 25px;
  padding-left: 25px;
  border-radius: 4px;
  background-color: #5748c5;
  -webkit-transition: all 300ms cubic-bezier(.55, .055, .675, .19);
  transition: all 300ms cubic-bezier(.55, .055, .675, .19);
  font-weight: 500;
}

.button-5:hover {
  border: 1px none #fff;
  background-color: #4e41b4;
}

.button-5.hvr-float-02-cta {
  margin-top: 0px;
  margin-left: 25px;
  border: 2px solid #f96610;
  border-radius: 0px;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Roboto, sans-serif;
  color: #f5f5f5;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0px;
}

.button-5.hvr-float-02-cta:hover {
  border-color: #f96610;
  background-color: #f96610;
  color: #f5f5f5;
}

.tabs-produtos {
  height: 550px;
  margin-top: 50px;
  padding-top: 50px;
  padding-right: 25px;
  padding-left: 50px;
}

.div-block-32 {
  width: 100%;
  height: 6px;
  background-color: #111;
}

.servicos-descritos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 350px;
  margin-top: 50px;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-image: url('../images/produtos_02.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.box-head {
  padding-left: 50px;
  border-left: 10px solid #f96610;
  text-align: center;
}

.div-block-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mycustomsliderv03 {
  z-index: 0;
  width: 100vw;
  height: 100vh;
  max-height: auto;
  min-height: auto;
}

.seccai-portfolio-v04 {
  position: static;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
}

.div-block-59 {
  position: absolute;
  z-index: 0;
  display: none;
  width: 50%;
  height: 100%;
  border-top: 6px none #f0812e;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#f5f5f5));
  background-image: linear-gradient(180deg, #f5f5f5, #f5f5f5);
}

.div-block-60 {
  position: relative;
  z-index: 1;
  display: block;
  width: 100vw;
  height: 100%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 100px 10% 150px;
  background-color: #fff;
}

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

.lightbox-portfolio-v04 {
  position: relative;
  display: block;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.image-9 {
  display: inline-block;
  border: 10px none #fff;
  -webkit-transition: all 800ms ease;
  transition: all 800ms ease;
}

.image-9:hover {
  -webkit-filter: none;
  filter: none;
}

.botoes-portfolio-v04 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  margin-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-span-37 {
  margin-right: 8px;
  color: #f96610;
  font-size: 20px;
  line-height: 0px;
  font-weight: 700;
}

.photo-full-size {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 70vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 4px solid #f96610;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(17, 17, 17, 0.07)), color-stop(83%, rgba(4, 4, 4, 0.53)), to(rgba(0, 0, 0, 0.95))), url('../images/IMG_2949.jpg');
  background-image: linear-gradient(0deg, rgba(17, 17, 17, 0.07), rgba(4, 4, 4, 0.53) 83%, rgba(0, 0, 0, 0.95)), url('../images/IMG_2949.jpg');
  background-position: 0px 0px, 50% 50%;
}

.cta-v02 {
  width: 800px;
  margin-top: 0%;
  margin-bottom: 0px;
  font-family: Cerabasic, sans-serif;
  color: #f5f5f5;
  font-size: 42px;
  line-height: 55px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -1px;
  text-indent: 1px;
}

.servico-0102 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 34%;
  height: 425px;
  margin-right: 25px;
  padding-right: 0%;
  padding-bottom: 0px;
  padding-left: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.servico-0102._03 {
  width: 25%;
}

.servico-0102._02 {
  width: 30%;
  margin-right: 0px;
}

.produtos-extensos-0102 {
  position: static;
  top: -45px;
  display: block;
  width: 350px;
  max-width: 300px;
  min-width: 250px;
  margin: 25px 0px 0px;
  padding-left: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #818080;
  line-height: 25px;
  font-weight: 300;
  text-align: left;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-rule: 0px none #000;
  column-rule: 0px none #000;
}

.row-portfolio-02 {
  margin-top: 25px;
}

.image-10 {
  margin-bottom: 25px;
}

.big-article-title-wrapper-intro {
  width: 100%;
  height: auto;
  padding: 10px 20px 15px;
  background-color: transparent;
  color: #dedede;
}

.hidden {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.hidden.mbm-multiply {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f96610;
}

.div-mark-11 {
  display: block;
  width: 60px;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
  border: 3px solid #f96610;
  border-radius: 50px;
  background-color: #f96610;
  -webkit-transition: all 500ms cubic-bezier(.23, 1, .32, 1);
  transition: all 500ms cubic-bezier(.23, 1, .32, 1);
}

.div-mark-11:hover {
  border-color: #f96610;
}

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

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

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

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

.plus-sign-v02 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  width: 100%;
  height: 100%;
  background-image: url('../images/pluas_03.png');
  background-position: 50% 50%;
  background-size: 100px;
  background-repeat: no-repeat;
}

.block-hidden {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  opacity: 1;
}

.hidden-02 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.hidden-02.mbm-multiply {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f96610;
}

.plus-sign-v02-02 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  width: 100%;
  height: 100%;
  background-image: url('../images/pluas_03.png');
  background-position: 50% 50%;
  background-size: 100px;
  background-repeat: no-repeat;
}

.lightbox-portfolio-v04-02 {
  position: relative;
  overflow: hidden;
}

.lightbox-portfolio-v04-03 {
  position: relative;
  overflow: hidden;
}

.hidden-03 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.hidden-03.mbm-multiply {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f96610;
}

.plus-sign-v02-03 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  width: 100%;
  height: 100%;
  background-image: url('../images/pluas_03.png');
  background-position: 50% 50%;
  background-size: 100px;
  background-repeat: no-repeat;
}

.lightbox-portfolio-v04-04 {
  position: relative;
  overflow: hidden;
}

.hidden-04 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.hidden-04.mbm-multiply {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f96610;
}

.plus-sign-v02-04 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  width: 100%;
  height: 100%;
  background-image: url('../images/pluas_03.png');
  background-position: 50% 50%;
  background-size: 100px;
  background-repeat: no-repeat;
}

.lightbox-portfolio-v04-05 {
  position: relative;
  overflow: hidden;
}

.hidden-05 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.hidden-05.mbm-multiply {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f96610;
}

.plus-sign-v02-05 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  background-image: url('../images/pluas_03.png');
  background-position: 50% 50%;
  background-size: 100px;
  background-repeat: no-repeat;
}

.lightbox-portfolio-v04-06 {
  position: relative;
  overflow: hidden;
}

.hidden-06 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.hidden-06.mbm-multiply {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f96610;
}

.plus-sign-v02-06 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  width: 100%;
  height: 100%;
  background-image: url('../images/pluas_03.png');
  background-position: 50% 50%;
  background-size: 100px;
  background-repeat: no-repeat;
}

.botao-home-02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-family: Cerabasic, sans-serif;
  color: #111;
  font-weight: 700;
  letter-spacing: 1px;
}

.botao-home-02:hover {
  font-weight: 400;
}

.botao-home-03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Cerabasic, sans-serif;
  color: #f5f5f5;
  font-weight: 700;
  letter-spacing: 1px;
}

.botao-home-03:hover {
  font-weight: 400;
}

.line-cta {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100vw;
  height: 40px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-71 {
  position: relative;
  bottom: 20px;
  display: block;
  width: 10px;
  height: 40px;
  margin-right: auto;
  margin-left: auto;
  background-color: #f96610;
}

.slider-header-portfolio {
  overflow: hidden;
  width: 100vw;
  height: 100%;
}

.right-arrow-16 {
  display: none;
}

.left-arrow-16 {
  display: none;
}

.slide-nav-15 {
  display: none;
}

.slide-62 {
  overflow: hidden;
  background-image: linear-gradient(142deg, rgba(0, 0, 0, 0.55), rgba(17, 17, 17, 0.13)), url('../images/Modulos-comerciais_habitacionais_09.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-block-74 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-bottom: 0%;
  padding-right: 5%;
  padding-bottom: 0%;
  padding-left: 0%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.txt-slider-portfolio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  height: 25%;
  padding: 0px 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  color: #dedede;
}

.setas-header-slider-portfolio {
  position: static;
  top: 557px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  clear: none;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.slider-left-010 {
  width: 30px;
  height: 30px;
  background-image: url('../images/seta-branca_03.png');
  background-position: 50% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  cursor: pointer;
}

.slider-right-010 {
  width: 30px;
  height: 30px;
  background-image: url('../images/seta-branca_03.png');
  background-position: 50% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  cursor: pointer;
}

.slide-63 {
  overflow: hidden;
  background-image: linear-gradient(124deg, rgba(0, 0, 0, 0.41), rgba(17, 17, 17, 0.21)), url('../images/Casa-do-Holandes_20.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide-64 {
  overflow: hidden;
  background-image: linear-gradient(124deg, rgba(0, 0, 0, 0.41), rgba(17, 17, 17, 0.21)), url('../images/ponte-0_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide-65 {
  overflow: hidden;
  background-image: linear-gradient(124deg, rgba(0, 0, 0, 0.41), rgba(17, 17, 17, 0.21)), url('../images/destaques-website_junho_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide-66 {
  overflow: hidden;
  background-image: linear-gradient(124deg, rgba(0, 0, 0, 0.41), rgba(17, 17, 17, 0.21)), url('../images/cozinha-21.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide-67 {
  overflow: hidden;
  background-image: linear-gradient(124deg, rgba(0, 0, 0, 0.41), rgba(17, 17, 17, 0.21)), url('../images/Pergolas-em-madeira_pergola_carpintaria_06.jpg');
  background-position: 0px 0px, 50% 71%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.intro-portfolio-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 65vh;
  max-height: 500px;
  padding: 175px 5% 0px 10%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.portfolio {
  overflow: hidden;
  height: auto;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 100px;
  background-color: #f5f5f5;
}

.tabs-menu-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-bottom: 125px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.tab-portfolio-v05 {
  width: 125px;
  margin-right: -2px;
  margin-left: -2px;
  padding: 11px 1px 11px 0px;
  border: 2px solid #111;
  background-color: transparent;
  font-family: Cerabasic, sans-serif;
  color: #111;
  font-size: 16px;
  line-height: 21px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0px;
}

.tab-portfolio-v05:hover {
  background-color: #111;
  color: #f5f5f5;
}

.tab-portfolio-v05.w--current {
  border-style: solid;
  border-width: 2px 0px 2px 2px;
  border-color: #111;
  background-color: #111;
  -webkit-transition: color 500ms cubic-bezier(.95, .05, .795, .035);
  transition: color 500ms cubic-bezier(.95, .05, .795, .035);
  font-family: Cerabasic, sans-serif;
  color: #f5f5f5;
  font-size: 16px;
  line-height: 21px;
  font-weight: 700;
  letter-spacing: 0px;
  text-transform: none;
}

.tab-portfolio-v05.w--current:hover {
  color: #f96610;
}

.tab-portfolio-v05.centro {
  border-right-style: none;
  border-left-style: none;
}

.tab-portfolio-v05.centro.w--current {
  border-right-style: solid;
  border-left-style: solid;
}

.tabs-4 {
  overflow: hidden;
  padding-right: 50px;
  padding-left: 50px;
}

.lightphoto-port {
  position: relative;
  overflow: hidden;
}

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

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

.txt-portfolio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-4 {
  font-family: Cerabasic, sans-serif;
}

.info-section {
  font-family: Cerabasic, sans-serif;
  color: #afafaf;
  font-size: 16px;
  line-height: 21px;
}

.colunas-port-02 {
  margin-top: 50px;
}

.image-11 {
  border-bottom: 1px none #000;
}

.hideen-port {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(249, 102, 16, 0.75);
}

.hideen-port.mbm-multiply {
  background-color: #f96610;
}

.plus-port {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  background-image: url('../images/pluas_03.png');
  background-position: 50% 50%;
  background-size: 100px;
  background-repeat: no-repeat;
}

.column-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-76 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 0%;
  margin-left: 0%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-77 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55vw;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.desc-slider {
  margin-left: 0px;
  font-family: Cerabasic, sans-serif;
  color: #111;
}

.info-slider {
  max-width: 250px;
  font-family: Cerabasic, sans-serif;
  color: #afafaf;
  font-size: 16px;
  line-height: 21px;
}

.div-block-78 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.hideen-port-02 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(249, 102, 16, 0.75);
}

.hideen-port-02.mbm-multiply {
  background-color: #f96610;
}

.plus-port-02 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  background-image: url('../images/pluas_03.png');
  background-position: 50% 50%;
  background-size: 100px;
  background-repeat: no-repeat;
}

.hideen-port-03 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(249, 102, 16, 0.75);
}

.hideen-port-03.mbm-multiply {
  background-color: #f96610;
}

.plus-port-03 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  background-image: url('../images/pluas_03.png');
  background-position: 50% 50%;
  background-size: 100px;
  background-repeat: no-repeat;
}

.hideen-port-04 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(249, 102, 16, 0.75);
}

.hideen-port-04.mbm-multiply {
  background-color: #f96610;
}

.plus-port-04 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  background-image: url('../images/pluas_03.png');
  background-position: 50% 50%;
  background-size: 100px;
  background-repeat: no-repeat;
}

.hideen-port-06 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(249, 102, 16, 0.75);
}

.hideen-port-06.mbm-multiply {
  background-color: #f96610;
}

.plus-port-06 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  background-image: url('../images/pluas_03.png');
  background-position: 50% 50%;
  background-size: 100px;
  background-repeat: no-repeat;
}

.hideen-port-07 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(249, 102, 16, 0.75);
}

.hideen-port-07.mbm-multiply {
  background-color: #f96610;
}

.plus-port-07 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  background-image: url('../images/pluas_03.png');
  background-position: 50% 50%;
  background-size: 100px;
  background-repeat: no-repeat;
}

.hideen-port-09 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(249, 102, 16, 0.75);
}

.hideen-port-09.mbm-multiply {
  background-color: #f96610;
}

.plus-port-09 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  background-image: url('../images/pluas_03.png');
  background-position: 50% 50%;
  background-size: 100px;
  background-repeat: no-repeat;
}

.hideen-port-10 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(249, 102, 16, 0.75);
}

.hideen-port-10.mbm-multiply {
  background-color: #f96610;
}

.plus-port-10 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  background-image: url('../images/pluas_03.png');
  background-position: 50% 50%;
  background-size: 100px;
  background-repeat: no-repeat;
}

.hideen-port-11 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(249, 102, 16, 0.75);
}

.hideen-port-11.mbm-multiply {
  background-color: #f96610;
}

.plus-port-11 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  background-image: url('../images/pluas_03.png');
  background-position: 50% 50%;
  background-size: 100px;
  background-repeat: no-repeat;
}

.hideen-port-12 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(249, 102, 16, 0.75);
}

.hideen-port-12.mbm-multiply {
  background-color: #f96610;
}

.plus-port-12 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  background-image: url('../images/pluas_03.png');
  background-position: 50% 50%;
  background-size: 100px;
  background-repeat: no-repeat;
}

.hideen-port-13 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(249, 102, 16, 0.75);
}

.hideen-port-13.mbm-multiply {
  background-color: #f96610;
}

.plus-port-13 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  background-image: url('../images/pluas_03.png');
  background-position: 50% 50%;
  background-size: 100px;
  background-repeat: no-repeat;
}

.lightphoto-port-13 {
  position: relative;
  overflow: hidden;
}

.lightphoto-port-12 {
  position: relative;
  overflow: hidden;
}

.lightphoto-port-11 {
  position: relative;
  overflow: hidden;
}

.lightphoto-port-10 {
  position: relative;
  overflow: hidden;
}

.lightphoto-port-09 {
  position: relative;
  overflow: hidden;
}

.lightphoto-port-07 {
  position: relative;
  overflow: hidden;
}

.lightphoto-port-06 {
  position: relative;
  overflow: hidden;
}

.lightphoto-port-04 {
  position: relative;
  overflow: hidden;
}

.lightphoto-port-03 {
  position: relative;
  overflow: hidden;
}

.lightphoto-port-02 {
  position: relative;
  overflow: hidden;
}

.paragrafo-20 {
  width: auto;
  max-width: 475px;
  min-width: auto;
  margin: 25px 25px 75px 0px;
  padding-right: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #818080;
  font-size: 14px;
  line-height: 23px;
  font-weight: 400;
}

.seccao-3d-v8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 550px;
  max-height: 650px;
  min-height: 450px;
  margin-top: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-107 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  padding: 25px 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #111;
}

.div-block-108 {
  width: 50%;
  height: 100%;
}

.mycustomslider03 {
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.right-arrow-18 {
  display: none;
}

.slide-nav-17 {
  display: none;
}

.left-arrow-18 {
  display: none;
}

.slide-71 {
  background-image: url('../images/Dunas-Apartment_02.effectsResult.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-72 {
  background-image: url('../images/Dunas-Apartment_01.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-73 {
  background-image: url('../images/J.-Albino-Furniture_02.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.bloco-texto-3d {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.bloco-texto-3d.vportas {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: visible;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-v09 {
  font-family: Cerabasic, sans-serif;
  color: #f5f5f5;
  font-size: 65px;
  line-height: 75px;
  font-weight: 700;
  letter-spacing: -1px;
}

.heading-v09.vportas {
  margin-top: 0px;
  margin-bottom: 0px;
}

.paragrafo-21 {
  width: auto;
  max-width: 450px;
  min-width: auto;
  margin: 25px 25px 75px 0px;
  padding-right: 0px;
  font-family: Cerabasic, sans-serif;
  color: #dedede;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

.paragrafo-21.vportas {
  margin-top: 10px;
  margin-bottom: 0px;
  text-align: center;
}

.setas-slider-3d-v09 {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  clear: none;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.slider-left-007 {
  width: 30px;
  height: 30px;
  background-image: url('../images/seta-branca_02.png');
  background-position: 50% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  cursor: pointer;
}

.slider-right-007 {
  width: 30px;
  height: 30px;
  background-image: url('../images/seta-branca_02.png');
  background-position: 50% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  cursor: pointer;
}

.heading-v10 {
  font-family: Cerabasic, sans-serif;
  color: #111;
  font-size: 75px;
  line-height: 85px;
  font-weight: 700;
  letter-spacing: -1px;
}

.paragrafo-22 {
  position: relative;
  z-index: 1;
  width: auto;
  max-width: 550px;
  min-width: auto;
  margin: 0px 25px 0px 0px;
  padding-right: 0px;
  padding-left: 40px;
  font-family: Cerabasic, sans-serif;
  color: #111;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

.section-home-v02 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin: 0px 0% 100px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-servicos {
  display: block;
  width: auto;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  padding: 0px 0%;
}

.section-portfolio-v10 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: auto;
  margin: 0px 0% 50px;
  padding-top: 150px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.footer-02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: auto;
  padding: 75px 10% 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #111;
}

.navlink-footer-port {
  background-color: transparent;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  font-family: Cerabasic, sans-serif;
  color: #f5f5f5;
  font-size: 15px;
  font-weight: 700;
}

.navlink-footer-port:hover {
  color: #969696;
}

.navlink-footer-port.w--current {
  font-family: Cerabasic, sans-serif;
  color: #111;
  font-size: 15px;
  font-weight: 700;
}

.navlink-footer-port.w--current:hover {
  color: #818080;
}

.navlink-footer-port.w--current:active {
  color: #818080;
}

.separador-footer-port {
  height: 2px;
  margin-top: 50px;
  margin-bottom: 0px;
  padding-right: 75px;
  padding-bottom: 0px;
  padding-left: 75px;
  background-color: #1f1f1f;
}

.navlink-footer-01 {
  background-color: transparent;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  font-family: Cerabasic, sans-serif;
  color: #111;
  font-size: 15px;
  font-weight: 700;
}

.navlink-footer-01:hover {
  color: #f96610;
}

.navlink-footer-01.w--current {
  font-family: Cerabasic, sans-serif;
  color: #111;
  font-size: 15px;
  font-weight: 700;
}

.navlink-footer-01.w--current:hover {
  color: #818080;
}

.navlink-footer-01.w--current:active {
  color: #818080;
}

.citacao-home {
  position: relative;
  z-index: 1;
  display: block;
  width: 800px;
  max-width: 800px;
  min-width: 400px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.paragrafo-23 {
  position: relative;
  top: -45px;
  width: auto;
  max-width: 450px;
  min-width: auto;
  margin: 25px 0px 10px;
  padding-right: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #818080;
  font-size: 14px;
  line-height: 23px;
  font-weight: 400;
  text-align: center;
}

.lightbox-link-16 {
  position: relative;
  overflow: hidden;
}

.hideen-port-16 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(249, 102, 16, 0.75);
}

.hideen-port-16.mbm-multiply {
  background-color: #f96610;
}

.plus-port-16 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  background-image: url('../images/pluas_03.png');
  background-position: 50% 50%;
  background-size: 100px;
  background-repeat: no-repeat;
}

.lightbox-link-17 {
  position: relative;
  overflow: hidden;
}

.hideen-port-17 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(249, 102, 16, 0.75);
}

.hideen-port-17.mbm-multiply {
  background-color: #f96610;
}

.plus-port-17 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  background-image: url('../images/pluas_03.png');
  background-position: 50% 50%;
  background-size: 100px;
  background-repeat: no-repeat;
}

.lightbox-link-18 {
  position: relative;
  overflow: hidden;
}

.hideen-port-18 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(249, 102, 16, 0.75);
}

.hideen-port-18.mbm-multiply {
  background-color: #f96610;
}

.plus-port-18 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  background-image: url('../images/pluas_03.png');
  background-position: 50% 50%;
  background-size: 100px;
  background-repeat: no-repeat;
}

.lightbox-link-20 {
  position: relative;
  overflow: hidden;
}

.hideen-port-20 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(249, 102, 16, 0.75);
}

.hideen-port-20.mbm-multiply {
  background-color: #f96610;
}

.plus-port-20 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  background-image: url('../images/pluas_03.png');
  background-position: 50% 50%;
  background-size: 100px;
  background-repeat: no-repeat;
}

.lightbox-link-21 {
  position: relative;
  overflow: hidden;
}

.hideen-port-21 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(249, 102, 16, 0.75);
}

.hideen-port-21.mbm-multiply {
  background-color: #f96610;
}

.plus-port-21 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  background-image: url('../images/pluas_03.png');
  background-position: 50% 50%;
  background-size: 100px;
  background-repeat: no-repeat;
}

.lightbox-link-22 {
  position: relative;
  overflow: hidden;
}

.hideen-port-22 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(249, 102, 16, 0.75);
}

.hideen-port-22.mbm-multiply {
  background-color: #f96610;
}

.plus-port-22 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  background-image: url('../images/pluas_03.png');
  background-position: 50% 50%;
  background-size: 100px;
  background-repeat: no-repeat;
}

.lightbox-link-23 {
  position: relative;
  overflow: hidden;
}

.hideen-port-23 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(249, 102, 16, 0.75);
}

.hideen-port-23.mbm-multiply {
  background-color: #f96610;
}

.plus-port-23 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  background-image: url('../images/pluas_03.png');
  background-position: 50% 50%;
  background-size: 100px;
  background-repeat: no-repeat;
}

.lightbox-link-24 {
  position: relative;
  overflow: hidden;
}

.hideen-port-24 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(249, 102, 16, 0.75);
}

.hideen-port-24.mbm-multiply {
  background-color: #f96610;
}

.plus-port-24 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  background-image: url('../images/pluas_03.png');
  background-position: 50% 50%;
  background-size: 100px;
  background-repeat: no-repeat;
}

.lightbox-link-25 {
  position: relative;
  overflow: hidden;
}

.hideen-port-25 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(249, 102, 16, 0.75);
}

.hideen-port-25.mbm-multiply {
  background-color: #f96610;
}

.plus-port-25 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  background-image: url('../images/pluas_03.png');
  background-position: 50% 50%;
  background-size: 100px;
  background-repeat: no-repeat;
}

.lightbox-link-27 {
  position: relative;
  overflow: hidden;
}

.hideen-port-27 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(249, 102, 16, 0.75);
}

.hideen-port-27.mbm-multiply {
  background-color: #f96610;
}

.plus-port-27 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  background-image: url('../images/pluas_03.png');
  background-position: 50% 50%;
  background-size: 100px;
  background-repeat: no-repeat;
}

.and-selection {
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}

.and-selection:hover {
  color: #f96610;
}

.pt-button {
  padding: 0px;
  background-color: transparent;
  opacity: 0.5;
  font-family: Cerabasic, sans-serif;
  color: #f5f5f5;
  font-weight: 700;
  letter-spacing: 1px;
}

.pt-button.w--current {
  opacity: 1;
}

.pt-button.black {
  opacity: 0.5;
  color: #111;
}

.divisao-lingua {
  width: 2px;
  height: 13px;
  margin-right: 7px;
  margin-left: 7px;
  background-color: #afafaf;
  line-height: 0px;
}

.divisao-lingua.black {
  background-color: #414141;
}

.en-button {
  padding: 0px;
  background-color: transparent;
  opacity: 0.5;
  -webkit-transition: opacity 350ms cubic-bezier(.39, .575, .565, 1);
  transition: opacity 350ms cubic-bezier(.39, .575, .565, 1);
  font-family: Cerabasic, sans-serif;
  color: #f5f5f5;
  font-weight: 700;
  letter-spacing: 1px;
}

.en-button:hover {
  opacity: 1;
}

.en-button.w--current {
  opacity: 1;
}

.en-button.black {
  opacity: 1;
  color: #111;
}

.boddy-home-w-navbar-fixa {
  overflow: hidden;
}

.navbar-div-block-fixa {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 0px;
  padding: 0px 10%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #111;
  opacity: 1;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  line-height: 0px;
}

.wrapper-navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 75px;
  max-width: auto;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
}

.lingua-mobile {
  width: 100vw;
}

.botao-subir-topo {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 50px;
  height: 50px;
  margin-right: 12px;
  margin-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 500px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#111), to(#111));
  background-image: linear-gradient(180deg, #111, #111);
}

.image-13 {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.paragrafo-25 {
  position: relative;
  z-index: 1;
  width: auto;
  max-width: 550px;
  min-width: auto;
  margin: 0px 25px 0px 0px;
  padding-right: 0px;
  padding-left: 25px;
  font-family: Cerabasic, sans-serif;
  color: #111;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

.choose-txt-portfolio {
  position: relative;
  top: 0px;
  z-index: 2;
  margin-top: 0px;
  font-family: Cerabasic, sans-serif;
  color: #111;
  font-size: 35px;
  line-height: 45px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.div-block-117 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  margin-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-118 {
  position: absolute;
  width: 400px;
  height: 5px;
  background-color: #f96610;
}

.tabs-menu-mobile {
  display: none;
  margin-right: auto;
  margin-bottom: 125px;
  margin-left: auto;
  text-align: center;
}

.button-portfolio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  padding: 13px 25px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #000;
  border-radius: 0px;
  background-color: #111;
  -webkit-transition: all 300ms cubic-bezier(.55, .055, .675, .19);
  transition: all 300ms cubic-bezier(.55, .055, .675, .19);
  font-family: Cerabasic, sans-serif;
  color: #f5f5f5;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: -1px;
}

.button-portfolio:hover {
  border: 2px solid #111;
  background-color: transparent;
  color: #111;
}

.section {
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  border: 10px none #f96610;
  background-color: #111;
}

.colunas-contactos {
  height: 100vh;
}

.map-3 {
  height: 70vh;
}

.column-27 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-contactos {
  margin-top: 0px;
  font-family: Cerabasic, sans-serif;
  color: #f5f5f5;
  font-size: 50px;
  line-height: 20px;
  font-weight: 900;
  letter-spacing: -1px;
  text-transform: uppercase;
}

.paragrafo-26 {
  position: static;
  top: -45px;
  width: auto;
  max-width: auto;
  min-width: auto;
  margin: 0px;
  padding-right: 0px;
  font-family: Cerabasic, sans-serif;
  color: #818080;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  text-align: left;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.column-28 {
  padding-right: 0px;
  padding-left: 0px;
}

.div-block-119 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: auto;
  padding-top: 22px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.linha-contactos {
  width: 100px;
  height: 4px;
  margin-top: 25px;
  margin-bottom: 50px;
  background-color: #f96610;
}

.telefone-fixo {
  padding: 0px;
  background-color: transparent;
  -webkit-transition: color 300ms cubic-bezier(.23, 1, .32, 1);
  transition: color 300ms cubic-bezier(.23, 1, .32, 1);
  font-family: 'Open Sans', sans-serif;
  color: #f5f5f5;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

.telefone-fixo:hover {
  color: #f96610;
}

.fixo {
  margin-bottom: 25px;
}

.movel {
  margin-bottom: 25px;
}

.morada {
  margin-bottom: 25px;
  padding: 0px;
  background-color: transparent;
  -webkit-transition: color 350ms cubic-bezier(.23, 1, .32, 1);
  transition: color 350ms cubic-bezier(.23, 1, .32, 1);
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  text-transform: none;
}

.morada:hover {
  color: #f96610;
}

.social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  text-transform: none;
}

.rede-social {
  margin-bottom: 0px;
  padding: 0px;
  background-color: transparent;
  -webkit-transition: color 350ms cubic-bezier(.23, 1, .32, 1);
  transition: color 350ms cubic-bezier(.23, 1, .32, 1);
  font-family: Cerabasic, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  text-decoration: none;
  text-transform: none;
}

.rede-social:hover {
  color: #f96610;
}

.back-to-home {
  position: static;
  top: 0px;
  right: 0px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-right: 25px;
  margin-bottom: 25px;
  padding-right: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 500px;
  background-color: #f96610;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.body-2 {
  overflow: hidden;
}

.div-close-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.div-block-120 {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 30px;
  height: 4px;
  background-color: #111;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.div-block-121 {
  position: relative;
  left: 1px;
  top: -4px;
  right: 0px;
  bottom: 0px;
  width: 30px;
  height: 4px;
  background-color: #111;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.text-span-48 {
  font-family: Lato, sans-serif;
  font-size: 4.5vw;
  font-weight: 900;
  letter-spacing: -1px;
}

.full-blend.mbm-multiply {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100vw;
  height: 100vh;
  background-color: #f96610;
}

.div-block-122 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.txt-block-404 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin: 0px 0%;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._404-heading {
  position: relative;
  top: -241px;
  bottom: auto;
  margin-top: 15px;
  font-family: Cerabasic, sans-serif;
  color: #f5f5f5;
  font-size: 350px;
  line-height: 1vh;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.paragrafo-404 {
  position: relative;
  top: -45px;
  width: auto;
  max-width: 450px;
  min-width: auto;
  margin: 50px 0px 10px;
  padding-right: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #dedede;
  font-size: 14px;
  line-height: 23px;
  font-weight: 400;
  text-align: center;
}

.div-mark-12 {
  display: block;
  width: 350px;
  height: 350px;
  margin-right: auto;
  margin-left: auto;
  border-style: solid;
  border-width: 3px;
  border-color: rgba(249, 102, 16, 0.08);
  border-radius: 500px;
  background-color: rgba(249, 102, 16, 0.85);
  -webkit-transition: all 500ms cubic-bezier(.23, 1, .32, 1);
  transition: all 500ms cubic-bezier(.23, 1, .32, 1);
}

.div-mark-12:hover {
  border-color: #f96610;
}

.lightbox-link-26 {
  position: relative;
  overflow: hidden;
}

.hideen-port-26 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(249, 102, 16, 0.75);
}

.hideen-port-26.mbm-multiply {
  background-color: #f96610;
}

.plus-port-26 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  background-image: url('../images/pluas_03.png');
  background-position: 50% 50%;
  background-size: 100px;
  background-repeat: no-repeat;
}

.html-embed {
  overflow: hidden;
}

.slide-74 {
  background-image: url('../images/Vray_Exp_01.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-75 {
  background-image: url('../images/Lote-119_Cozinha_09.effectsResult.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-76 {
  background-image: url('../images/Vray_Exp_02.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-77 {
  background-image: url('../images/Lote-119_Cozinha_07.effectsResult.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.lightbox-link-28 {
  position: relative;
  overflow: hidden;
}

.lightbox-link-29 {
  position: relative;
  overflow: hidden;
}

.lightbox-link-30 {
  position: relative;
  overflow: hidden;
}

.hideen-port-28 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(249, 102, 16, 0.75);
}

.hideen-port-28.mbm-multiply {
  background-color: #f96610;
}

.plus-port-28 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  background-image: url('../images/pluas_03.png');
  background-position: 50% 50%;
  background-size: 100px;
  background-repeat: no-repeat;
}

.plus-port-29 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  background-image: url('../images/pluas_03.png');
  background-position: 50% 50%;
  background-size: 100px;
  background-repeat: no-repeat;
}

.hideen-port-29 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(249, 102, 16, 0.75);
}

.hideen-port-29.mbm-multiply {
  background-color: #f96610;
}

.hideen-port-30 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(249, 102, 16, 0.75);
}

.hideen-port-30.mbm-multiply {
  background-color: #f96610;
}

.plus-port-30 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  background-image: url('../images/pluas_03.png');
  background-position: 50% 50%;
  background-size: 100px;
  background-repeat: no-repeat;
}

.div-block-123 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-124 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-height: auto;
  margin-top: 12vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.paragrafo-27 {
  position: static;
  top: -45px;
  width: auto;
  max-width: 45vw;
  min-width: auto;
  margin: 1vh 0px 10px;
  padding-right: 0px;
  font-family: Cerabasic, sans-serif;
  color: #f5f5f5;
  font-size: 1.2vw;
  line-height: 1.5em;
  font-weight: 400;
  text-align: left;
}

.text-span-49 {
  font-weight: 500;
}

.div-contactospopup {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2000;
  width: 100vw;
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 17, 17, 0.93)), to(rgba(17, 17, 17, 0.93)));
  background-image: linear-gradient(180deg, rgba(17, 17, 17, 0.93), rgba(17, 17, 17, 0.93));
}

.div-contactospopup.mbm-multiply {
  position: static;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 17, 17, 0.95)), to(rgba(17, 17, 17, 0.95)));
  background-image: linear-gradient(180deg, rgba(17, 17, 17, 0.95), rgba(17, 17, 17, 0.95));
}

.container-contactos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  height: 400px;
  padding: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 10px solid #f96610;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(17, 17, 17, 0.95)), to(rgba(17, 17, 17, 0.79))), url('../images/IMG_2949.jpg');
  background-image: linear-gradient(0deg, rgba(17, 17, 17, 0.95), rgba(17, 17, 17, 0.79)), url('../images/IMG_2949.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.contactos-pop-up {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2000;
  display: none;
}

.bg-popup-contactos {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-pop-up {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.close-bt-popup {
  width: 30px;
  height: 30px;
  background-color: transparent;
}

.div-block-126 {
  width: 30px;
  height: 2px;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.close-x-popup {
  width: 30px;
  height: 30px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Cerabasic, sans-serif;
  color: #f5f5f5;
  font-size: 25px;
  line-height: 30px;
  text-align: right;
}

.txt-contactos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.conteudo-c {
  font-family: Lato, sans-serif;
  color: #818080;
  font-size: 16px;
  line-height: 21px;
  text-decoration: none;
}

.intro-contactos {
  font-family: Cerabasic, sans-serif;
  color: #f5f5f5;
  font-size: 16px;
  line-height: 21px;
}

.containerinfo-contactos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 175px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.link-block-4 {
  text-decoration: none;
}

.link-block-5 {
  text-decoration: none;
}

.email {
  margin-bottom: 0px;
  padding: 0px;
  background-color: transparent;
  -webkit-transition: color 350ms cubic-bezier(.23, 1, .32, 1);
  transition: color 350ms cubic-bezier(.23, 1, .32, 1);
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  text-transform: none;
}

.email:hover {
  color: #f96610;
}

.mapav02 {
  overflow: hidden;
  height: 70vh;
  margin-bottom: 60px;
  padding-bottom: 0px;
}

.div-contactos-v19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-right: 5%;
  padding-bottom: 140px;
  padding-left: 10%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.botao-contactos-v02 {
  padding: 0px 0px 2px;
  background-color: transparent;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #303030;
  font-size: 22px;
  line-height: 24px;
  font-weight: 600;
}

.botao-contactos-v02:hover {
  color: #f96610;
}

.contactosv02blockdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.body-3 {
  overflow: auto;
  max-width: none;
  min-width: auto;
  margin-right: auto;
  margin-left: auto;
}

.seco-portas-corta-fogo {
  height: auto;
  margin-bottom: 150px;
  padding: 0px 10%;
}

.bg-portas-corta-fogo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin: 0px;
  padding: 150px 50px 150px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/ANEPC_04.png'), linear-gradient(82deg, rgba(0, 0, 0, 0.68) 30%, hsla(0, 0%, 6%, 0.61)), url('../images/IMG_7196.jpg');
  background-position: 95% 95%, 0px 0px, 0px 0px;
  background-size: 75px, auto, cover;
  background-repeat: no-repeat, repeat, repeat;
  background-attachment: scroll, scroll, fixed;
}

.div-logo-anepc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 0px;
  padding-right: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 0.61;
}

.image-14 {
  margin-top: 0px;
}

.div-logo-porta {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.slide-78 {
  background-image: url('../images/J.-Albino-Furniture_04.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-79 {
  background-image: url('../images/J.-Albino-Furniture_03.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-80 {
  background-image: url('../images/J.-Albino-Furniture_01.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-81 {
  background-image: url('../images/J.-Albino-Furniture_05.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

html.w-mod-js *[data-ix="modal-interaction"] {
  display: none;
  opacity: 0;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

@media (max-width: 991px) {
  .header {
    height: auto;
    min-height: auto;
  }
  .nav-menu {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    display: block;
    width: 100vw;
    height: 100vh;
    padding-top: 145px;
    padding-right: 50px;
    padding-left: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 17, 17, 0.74)), to(rgba(17, 17, 17, 0.74))), url('../images/IMG_2949.jpg');
    background-image: linear-gradient(180deg, rgba(17, 17, 17, 0.74), rgba(17, 17, 17, 0.74)), url('../images/IMG_2949.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    text-align: left;
  }
  .navbar-div-block {
    left: 0px;
    top: 0px;
    right: 0px;
    padding-right: 65px;
    padding-left: 10%;
  }
  .navbar-div-block.square-cont {
    z-index: 10;
    padding-right: 10%;
    padding-left: 10%;
  }
  .content-block-header {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 700px;
    max-height: 100vh;
    min-height: 600px;
    padding-top: 0px;
    padding-left: 10%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .social-header-home {
    margin-right: 15px;
    margin-left: -50px;
    padding-right: 0px;
  }
  .home-header-txt {
    position: static;
    height: auto;
    max-height: 100vh;
    min-height: 600px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: auto;
    padding-bottom: auto;
    padding-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .home-hedaer-txt-head {
    font-size: 90px;
    line-height: 110px;
  }
  .text-span {
    color: #fff;
  }
  .contacts-block {
    margin-top: 2vh;
    margin-bottom: 5%;
  }
  .contacts-block._02 {
    width: 375px;
    margin-top: 50px;
  }
  .button._02.square-cont {
    font-size: 2vh;
    line-height: 2vw;
  }
  .contacts-colum.footer {
    margin-left: 20px;
  }
  .contacts-colum._02 {
    margin-left: 0px;
  }
  .bloc-info-slider-home {
    padding-right: 30px;
    padding-left: 30px;
  }
  .bloc-content-info-slider {
    bottom: 53px;
    margin-top: 0px;
    margin-right: 0px;
  }
  .seccao-servicos {
    padding: 0px 5% 50px;
  }
  ._2row-home-header {
    width: 100%;
    padding-right: 70px;
    padding-left: 70px;
    font-size: 36px;
    line-height: 41px;
  }
  ._2row-home-header.row04 {
    width: 75vw;
  }
  ._2row-home-header.row04._03._01.ip {
    padding-left: 0px;
  }
  .txt-section-home._02 {
    text-align: center;
  }
  .footer-01 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .copyrights-jalbino {
    width: 35vw;
    font-size: 12px;
  }
  .line-01 {
    position: absolute;
    left: 0px;
    top: 18px;
    right: 0px;
    bottom: 18px;
    z-index: 100;
    display: block;
    width: 35px;
    height: 2px;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
  }
  .line-01:hover {
    background-color: #f5f5f5;
  }
  .line-02 {
    position: absolute;
    left: 0px;
    top: 28px;
    right: 0px;
    z-index: 100;
    display: block;
    width: 35px;
    height: 2px;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
    color: #fff;
  }
  .line-02:hover {
    background-color: #f5f5f5;
  }
  .line-03 {
    position: absolute;
    left: 0px;
    top: 38px;
    right: 0px;
    z-index: 100;
    display: block;
    width: 35px;
    height: 2px;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
  }
  .line-03:hover {
    background-color: #f5f5f5;
  }
  .menu-button {
    top: -7px;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 43px;
    height: 43px;
    padding: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: transparent;
    text-align: center;
  }
  .menu-button.w--open {
    z-index: 10;
    background-color: transparent;
  }
  .txt-sub-header-02 {
    font-size: 18px;
    line-height: 24px;
  }
  .div-block-3 {
    padding-left: 0px;
  }
  .botao-home {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    font-family: Cerabasic, sans-serif;
    font-weight: 700;
  }
  .botao-home._01 {
    text-align: left;
  }
  .div-menu-effect-01 {
    margin-left: 0px;
  }
  .over-effect-button-08 {
    margin-left: 0px;
  }
  .over-effect-button-09 {
    margin-left: 0px;
  }
  .navlink-menu-home-07 {
    position: static;
    display: block;
    width: auto;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    padding: 0px;
    font-size: 60px;
    line-height: 70px;
    text-align: center;
    letter-spacing: -1px;
  }
  .navlink-menu-home-07:hover {
    color: #f96610;
  }
  .navlink-menu-home-07.square-cont {
    padding-right: 0px;
  }
  .navlink-menu-home-07.square-cont.w--current {
    position: static;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-transition-duration: 350ms;
    transition-duration: 350ms;
    font-size: 60px;
    line-height: 70px;
    text-align: center;
    letter-spacing: -1px;
  }
  .navlink-menu-home-07.square-cont.w--current:hover {
    color: #f96610;
  }
  .navlink-menu-home-07.square-cont.black {
    color: #f5f5f5;
  }
  .navlink-menu-home-07.black {
    color: #f5f5f5;
  }
  .navlink-menu-home-07.black.w--current {
    color: #f5f5f5;
  }
  .social-button-07 {
    font-size: 12px;
    font-weight: 600;
  }
  .bloc-info-slider-home-02 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .navbar-div-block-02 {
    left: 0px;
    top: 0px;
    right: 0px;
    padding-right: 65px;
    padding-left: 65px;
  }
  .navbar-div-block-02.square-cont.minim {
    top: -115px;
    z-index: 10;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 17, 17, 0.95)), to(rgba(17, 17, 17, 0.95)));
    background-image: linear-gradient(180deg, rgba(17, 17, 17, 0.95), rgba(17, 17, 17, 0.95));
    box-shadow: none;
  }
  .menu-button-01 {
    position: relative;
    top: -7px;
    z-index: 10;
    display: block;
    overflow: hidden;
    width: 43px;
    height: 43px;
    padding: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: transparent;
    text-align: center;
  }
  .menu-button-01.w--open {
    z-index: 100;
    background-color: transparent;
  }
  .menu-button-2 {
    position: relative;
    display: none;
  }
  .social-div-mobile-menu {
    width: 200px;
  }
  .info-div {
    margin-top: 200px;
  }
  .copyrights-jalbino-mobile {
    width: 100%;
    margin-top: 50px;
    font-size: 12px;
  }
  .navlink-menu-home-551 {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 55px;
    line-height: 50px;
  }
  .navlink-menu-home-551.w--current {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 55px;
    line-height: 50px;
  }
  .navlink-menu-home-552 {
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 55px;
    line-height: 50px;
  }
  .navlink-menu-home-553 {
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 55px;
    line-height: 50px;
  }
  .navlink-menu-home-553.square-cont.w--current {
    width: 45%;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 55px;
    line-height: 50px;
    text-align: left;
  }
  .over-effect-button-12 {
    margin-left: 0px;
  }
  .lang-dropdown01 {
    position: absolute;
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
  }
  .text-block-3 {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-weight: 600;
  }
  .icon-drop-lang {
    color: #fff;
  }
  .dropdown-link {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
  }
  .drop-lang-botao {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0px;
    background-color: transparent;
  }
  .drop-lang-botao:hover {
    background-color: #111;
  }
  .drop-lang-botao:focus {
    background-color: #111;
  }
  .drop-lang-botao.w--open {
    width: 100%;
  }
  .dropdown-link-2.selecct {
    font-family: 'Open Sans', sans-serif;
    color: #cd8a58;
    font-weight: 600;
  }
  .dropdown-list {
    position: fixed;
    margin-bottom: 0px;
  }
  .navbar-div-block-en {
    left: 0px;
    top: 0px;
    right: 0px;
    padding-right: 65px;
    padding-left: 65px;
  }
  .navbar-div-block-en.square-cont {
    z-index: 10;
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-div-block-02-en {
    left: 0px;
    top: 0px;
    right: 0px;
    padding-right: 65px;
    padding-left: 65px;
  }
  .navbar-div-block-02-en.square-cont.minim {
    top: -115px;
    z-index: 10;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 17, 17, 0.95)), to(rgba(17, 17, 17, 0.95)));
    background-image: linear-gradient(180deg, rgba(17, 17, 17, 0.95), rgba(17, 17, 17, 0.95));
    box-shadow: none;
  }
  .navbar-div-block-port7 {
    left: 0px;
    top: 0px;
    right: 0px;
    padding-right: 65px;
    padding-left: 65px;
  }
  .navbar-div-block-port7.port {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-div-block-port8 {
    left: 0px;
    top: 0px;
    right: 0px;
    padding-right: 65px;
    padding-left: 65px;
  }
  .navbar-div-block-port8.square-cont.minim-02 {
    top: -115px;
    padding-right: 30px;
    padding-left: 30px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 17, 17, 0.95)), to(rgba(17, 17, 17, 0.95)));
    background-image: linear-gradient(180deg, rgba(17, 17, 17, 0.95), rgba(17, 17, 17, 0.95));
    box-shadow: none;
  }
  .navbar-div-port-dev-03 {
    left: 0px;
    top: 0px;
    right: 0px;
    padding-right: 65px;
    padding-left: 65px;
  }
  .navbar-div-port-dev-03.port {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-div-port-dev-04 {
    left: 0px;
    top: 0px;
    right: 0px;
    padding-right: 65px;
    padding-left: 65px;
  }
  .navbar-div-port-dev-04.square-cont.minim-02 {
    top: -115px;
    padding-right: 30px;
    padding-left: 30px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 17, 17, 0.95)), to(rgba(17, 17, 17, 0.95)));
    background-image: linear-gradient(180deg, rgba(17, 17, 17, 0.95), rgba(17, 17, 17, 0.95));
    box-shadow: none;
  }
  .navbar-div-port-mob-06 {
    left: 0px;
    top: 0px;
    right: 0px;
    padding-right: 65px;
    padding-left: 65px;
  }
  .navbar-div-port-mob-06.square-cont {
    z-index: 10;
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-div-port-mob-07 {
    left: 0px;
    top: 0px;
    right: 0px;
    padding-right: 65px;
    padding-left: 65px;
  }
  .navbar-div-port-mob-07.square-cont.minim {
    top: -115px;
    z-index: 10;
    padding-right: 30px;
    padding-left: 30px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 17, 17, 0.95)), to(rgba(17, 17, 17, 0.95)));
    background-image: linear-gradient(180deg, rgba(17, 17, 17, 0.95), rgba(17, 17, 17, 0.95));
    box-shadow: none;
  }
  .div-effect-load-01 {
    display: block;
    height: 100%;
  }
  .div-menu-effect-02 {
    margin-left: 0px;
  }
  .div-menu-effect-03 {
    margin-left: 0px;
  }
  .modal-wrapper {
    display: none;
  }
  .txt-form-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .form-div-butoes {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .telefone01-form {
    width: auto;
  }
  .telefone02-form {
    width: auto;
  }
  .contactos-form {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .text-block-form {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .div-block-5 {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-produtos {
    padding-top: 50px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .section-servios {
    margin-right: 0px;
    margin-left: 0px;
  }
  .hamb-menu {
    display: none;
  }
  .full-menu {
    padding-left: 31px;
  }
  .contacts-block-full-menu {
    margin-top: 153px;
  }
  .hamb-menu-devices {
    top: 0px;
    z-index: 4;
    display: block;
    margin-top: 20px;
    margin-right: 20px;
    background-color: transparent;
    color: transparent;
  }
  .contacts-colum-contact-popup {
    margin-right: 0px;
  }
  .full-menu-v02 {
    padding-left: 31px;
  }
  .heading-menu-full-v02 {
    font-size: 95px;
    line-height: 95px;
  }
  .link-block-fullv02 {
    font-size: 50px;
    line-height: 65px;
  }
  .phone-menu-v02 {
    font-size: 40px;
    line-height: 40px;
  }
  .servios-row02 {
    width: 100vw;
    max-width: auto;
    min-width: auto;
    margin-bottom: 0px;
    padding-right: 25px;
    padding-bottom: 0px;
    padding-left: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bloc-servicos-row02._01 {
    width: 100%;
    margin-right: 0%;
  }
  .seccao-produtos-v03 {
    bottom: 0px;
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 0%;
  }
  .big-article-title-wrapper {
    display: block;
    height: 150px;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }
  .big-article-title-wrapper.esp {
    margin-top: 75px;
  }
  .div-bar {
    display: block;
    width: 20px;
    height: 5px;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
  }
  .div-bar.produtos {
    margin-right: 0px;
    margin-left: 0px;
  }
  .heading {
    display: block;
    max-width: auto;
    margin-right: auto;
    margin-left: auto;
    font-size: 24px;
    line-height: 26px;
    text-align: center;
  }
  .heading.produtos {
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
    font-size: 28px;
    line-height: 32px;
    text-align: left;
  }
  .paragrafo-01 {
    display: block;
    width: auto;
    margin-right: 50px;
    margin-left: 50px;
    padding-right: 0px;
    text-align: center;
  }
  .produtos-extensos {
    width: 200px;
  }
  .produtos-extensos._02 {
    max-width: 220px;
  }
  .produtos-extensos._03 {
    max-width: 220px;
  }
  .block-cta {
    padding-left: 0px;
  }
  .div-txt-content-prop-03 {
    width: auto;
    max-width: auto;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .heading-prop-03 {
    display: block;
    width: auto;
    max-width: auto;
    min-width: auto;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    font-size: 34px;
    line-height: 36px;
    text-align: center;
  }
  .heading-v04 {
    width: 600px;
    max-width: 600px;
    font-size: 4.5vh;
  }
  .link-block-3 {
    font-size: 1.7vw;
    line-height: 1.7vh;
  }
  .text-block-7 {
    font-size: 2vh;
    line-height: 2vh;
  }
  .div-block-27 {
    width: 100%;
    height: auto;
    margin-top: 250px;
    padding-right: 0px;
    padding-bottom: 50px;
  }
  .tabs-produtos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: auto;
    margin: 0px auto;
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .servicos-descritos {
    width: 100vw;
    height: auto;
    margin-top: 50px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: 1600px;
  }
  .box-head {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    border-left-style: none;
  }
  .div-block-header {
    margin-top: 10px;
  }
  .mycustomsliderv03 {
    height: 700px;
    max-height: 100vh;
    min-height: 600px;
  }
  .div-block-59 {
    width: 65%;
  }
  .div-block-60 {
    padding-right: 0%;
    padding-left: 0%;
  }
  .coluna {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .photo-full-size {
    height: 70vh;
  }
  .cta-v02 {
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
    font-size: 40px;
    line-height: 55px;
  }
  .servico-0102 {
    width: 30%;
    margin-right: 0px;
  }
  .servico-0102._03 {
    width: 25%;
    margin-right: 0px;
    margin-left: 0px;
  }
  .servico-0102._02 {
    width: 25%;
    margin-right: 0px;
    margin-left: 0px;
  }
  .produtos-extensos-0102 {
    width: 250px;
  }
  .big-article-title-wrapper-intro {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }
  .botao-home-02 {
    width: auto;
    margin-bottom: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    color: #f5f5f5;
    text-align: center;
    cursor: pointer;
  }
  .botao-home-03 {
    width: auto;
    margin-bottom: 0px;
    margin-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
  }
  .line-cta {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 40px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-71 {
    position: relative;
    bottom: 20px;
    width: 4px;
    height: 40px;
    background-color: #f96610;
  }
  .div-block-74 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .txt-slider-portfolio {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    margin-right: auto;
    margin-left: 0px;
    text-align: left;
  }
  .div-block-76 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .div-block-77 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-top: 15px;
  }
  .paragrafo-20 {
    width: auto;
    max-width: auto;
    min-width: auto;
    margin: 25px 0px 50px;
    padding-right: 0px;
    line-height: 24px;
    text-align: center;
  }
  .seccao-3d-v8 {
    overflow: hidden;
    height: auto;
    max-height: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .div-block-107 {
    width: 100vw;
    height: 500px;
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .div-block-108 {
    width: 100vw;
    height: 500px;
  }
  .mycustomslider03 {
    display: inline-block;
  }
  .paragrafo-21 {
    width: auto;
    max-width: auto;
    min-width: auto;
    margin: 10px 0px 50px;
    padding-right: 0px;
    text-align: center;
  }
  .paragrafo-22 {
    position: static;
    display: block;
    width: auto;
    max-width: auto;
    min-width: auto;
    margin: 25px auto 50px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .section-home-v02 {
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  .div-servicos {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 50px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .section-portfolio-v10 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .footer-02 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .citacao-home {
    margin-bottom: 0px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .paragrafo-23 {
    top: -15px;
    width: auto;
    max-width: auto;
    min-width: auto;
    margin: 0px 0px 25px;
    padding-right: 0px;
    text-align: center;
  }
  .pt-button.device {
    opacity: 0.5;
    font-size: 30px;
    line-height: 30px;
  }
  .pt-button.device.w--current {
    opacity: 1;
  }
  .divisao-lingua.device {
    height: 25px;
    margin-right: 20px;
    margin-left: 20px;
  }
  .en-button.device {
    font-size: 30px;
    line-height: 30px;
  }
  .en-button.device.w--current {
    opacity: 1;
  }
  .navbar-div-block-fixa {
    left: 0px;
    top: 0px;
    right: 0px;
    padding-right: 65px;
    padding-left: 65px;
  }
  .menu-button-3 {
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 100;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    height: 60px;
    margin-top: 25px;
    margin-right: 25px;
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
  }
  .menu-button-3.w--open {
    z-index: 10;
    background-color: transparent;
  }
  .line-menu-01 {
    width: 30px;
    height: 4px;
    margin-bottom: 5px;
    background-color: #f96610;
    -webkit-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
  }
  .line-menu-02 {
    width: 30px;
    height: 4px;
    margin-bottom: 5px;
    background-color: #f96610;
    -webkit-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
  }
  .line-menu-03 {
    width: 20px;
    height: 4px;
    margin-bottom: 5px;
    background-color: #f96610;
    -webkit-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
  }
  .div-block-114 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 30px;
    height: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .lingua-mobile {
    position: static;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    margin-top: 50%;
    padding: 0px 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .lingua-devices {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .botao-subir-topo {
    border-radius: 500px;
  }
  .paragrafo-25 {
    position: static;
    display: block;
    width: auto;
    max-width: auto;
    min-width: auto;
    margin: 0px auto 50px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: left;
  }
  .line-menu-04 {
    width: 30px;
    height: 4px;
    margin-bottom: 5px;
    background-color: #f96610;
    -webkit-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
  }
  .line-menu-05 {
    width: 30px;
    height: 4px;
    margin-bottom: 5px;
    background-color: #f96610;
    -webkit-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
  }
  .line-menu-06 {
    width: 20px;
    height: 4px;
    margin-bottom: 5px;
    background-color: #f96610;
    -webkit-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
  }
  .section {
    height: auto;
  }
  .colunas-contactos {
    height: auto;
  }
  .column-27 {
    position: static;
    height: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: none;
  }
  .heading-contactos {
    margin-top: 0px;
    font-size: 40px;
    line-height: 50px;
  }
  .paragrafo-26 {
    top: -15px;
    width: auto;
    max-width: auto;
    min-width: auto;
    margin: 0px;
    padding-right: 0px;
    text-align: left;
  }
  .column-28 {
    height: 100%;
  }
  .div-block-119 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .linha-contactos {
    margin-bottom: 50px;
  }
  .telefone-fixo {
    font-size: 20px;
    line-height: 20px;
  }
  .fixo {
    margin-bottom: 15px;
  }
  .movel {
    margin-bottom: 25px;
  }
  .morada {
    font-size: 18px;
  }
  .back-to-home {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 25px;
  }
  .text-span-48 {
    font-size: 4.5vh;
  }
  .txt-block-404 {
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  .paragrafo-404 {
    top: -15px;
    width: auto;
    max-width: auto;
    min-width: auto;
    margin: 0px 0px 25px;
    padding-right: 0px;
    text-align: center;
  }
  .div-block-123 {
    font-size: 17vw;
    line-height: 17vh;
  }
  .div-block-124 {
    top: 0px;
    bottom: 84px;
    min-height: auto;
    margin-top: 125px;
    padding-bottom: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .paragrafo-27 {
    top: -15px;
    width: auto;
    max-width: 90%;
    min-width: 70%;
    margin: 0px 0px 25px;
    padding-right: 0px;
    font-size: 2vh;
    line-height: 1.5em;
    text-align: left;
  }
  .mask {
    height: 100%;
  }
}

@media (max-width: 767px) {
  .header {
    max-height: auto;
  }
  .nav-menu {
    overflow: auto;
  }
  .brand {
    width: 125px;
  }
  .navbar-div-block {
    padding-right: 20px;
    padding-left: 20px;
  }
  .navbar-div-block.square-cont {
    padding-right: 15px;
    padding-left: 15px;
  }
  .mycustomslider {
    height: 750px;
  }
  .content-block-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 0px 30px 0px 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .slider-header-home._04 {
    padding-left: 10px;
  }
  .home-header-txt {
    position: static;
    bottom: 142px;
    margin-left: 0%;
    padding-right: 20px;
    padding-left: 0px;
  }
  .home-hedaer-txt-head {
    font-size: 75px;
    line-height: 85px;
  }
  .contacts-block {
    margin-top: 75px;
  }
  .header-contacts-block.copy {
    font-family: Cerabasic, sans-serif;
    color: #111;
    font-weight: 700;
  }
  .contacts-header-block.copy-and {
    position: static;
    margin-bottom: 0px;
  }
  .button._02.square-cont {
    font-size: 3vw;
    line-height: 3vw;
  }
  .contacts-colum._02 {
    margin-left: 0px;
  }
  .bloc-info-slider-home {
    padding-left: 15px;
  }
  .bloc-content-info-slider {
    left: 0px;
    right: auto;
    bottom: -38px;
    margin-top: 25px;
    padding-top: 0px;
    padding-left: 0px;
  }
  .seccao-servicos {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 50px;
    padding-bottom: 0px;
  }
  ._2row-home-header {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 30px;
    line-height: 34px;
  }
  ._2row-home-header.row04 {
    width: 90%;
    font-size: 26px;
    line-height: 30px;
  }
  ._2row-home-header.row04._03._01.ip {
    width: 100%;
  }
  .footer-01 {
    padding-top: 50px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .footer-div-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .footer-div-block.copyrights {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .footer-div-block.copyrights.devices {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .logo-footer {
    margin-bottom: 25px;
  }
  .footer-div-contacts {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .copyrights-jalbino {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0px;
    font-family: Cerabasic, sans-serif;
    color: #111;
    font-size: 14px;
    font-weight: 400;
  }
  .txt-sub-header-02 {
    font-size: 16px;
    line-height: 22px;
  }
  .txt-sub-header-02.ip {
    width: auto;
    line-height: 23px;
  }
  .info-e-setas-header-home-01 {
    margin-top: 50px;
    margin-bottom: 25px;
  }
  .header-portfolio {
    height: 400px;
  }
  .div-block-3 {
    padding-left: 15px;
  }
  .botao-home {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navlink-menu-home-07.black {
    color: #f5f5f5;
  }
  .navlink-menu-home-07.black.w--current {
    color: #f5f5f5;
  }
  .bloc-info-slider-home-02 {
    padding-left: 15px;
  }
  .navbar-div-block-02 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-div-block-02.square-cont.minim {
    padding-right: 15px;
    padding-left: 15px;
  }
  .copyrights-jalbino-mobile {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 0px;
    font-size: 14px;
  }
  .lang-dropdown01 {
    width: 60%;
    margin-right: 0px;
    margin-left: 0px;
  }
  .drop-lang-botao.w--open {
    width: 100%;
  }
  .dropdown-list.w--open {
    width: 60%;
  }
  .navbar-div-block-en {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-div-block-en.square-cont {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-div-block-02-en {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-div-block-02-en.square-cont.minim {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-div-block-port7 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-div-block-port8 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-div-block-port8.square-cont.minim-02 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-div-port-dev-03 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-div-port-dev-04 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-div-port-dev-04.square-cont.minim-02 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-div-port-mob-06 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-div-port-mob-06.square-cont {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-div-port-mob-07 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-div-port-mob-07.square-cont.minim {
    padding-right: 15px;
    padding-left: 15px;
  }
  .div-effect-load-01 {
    display: block;
  }
  .popup-contact-wrapper {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: auto;
    height: auto;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .line-form {
    margin-top: 25px;
  }
  .txt-form-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .form-div-header-bloc {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-div-butoes {
    margin-top: 25px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .contactos-form {
    margin-top: 25px;
  }
  .tel-mobile {
    margin-top: 25px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .text-block-form {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 14px;
    line-height: 20px;
  }
  .div-block-produtos {
    padding-top: 0px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .separador-footer {
    margin-top: 0px;
    background-color: #dedede;
  }
  .button-footer.square-cont {
    font-size: 14px;
  }
  .menu-footer {
    position: relative;
    left: 18px;
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .navlink-footer {
    padding-right: 0px;
    padding-left: 0px;
  }
  .navlink-footer.w--current {
    padding-right: 25px;
  }
  .navlink-footer.meio {
    padding-right: 15px;
    padding-left: 15px;
  }
  .contacts-block-full-menu {
    margin-top: 75px;
  }
  .full-menu-sub-head-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 50px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .full-menu-v02 {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .full-menu-v02-div-01 {
    width: 100%;
    height: 70%;
    padding: 50px 15px 25px;
  }
  .heading-menu-full-v02 {
    font-size: 75px;
    line-height: 75px;
  }
  .link-block-fullv02 {
    font-size: 50px;
    line-height: 60px;
  }
  .full-menu-v02-div-02 {
    width: 100%;
    height: 35%;
  }
  .section-menu-v02 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .map {
    height: 100%;
  }
  .phone-menu-v02 {
    font-size: 30px;
    line-height: 30px;
  }
  .link-google-maps {
    height: 25%;
  }
  .bloc-servicos-row02._01 {
    width: 100%;
  }
  .seccao-produtos-v03 {
    position: static;
    height: auto;
    margin-bottom: 0px;
  }
  .big-article-title-wrapper {
    height: auto;
    margin-bottom: 50px;
    margin-left: 0px;
    padding-right: 15px;
    padding-bottom: 30px;
    padding-left: 15px;
  }
  .div-bar.produtos {
    display: block;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .heading.produtos {
    display: block;
    width: auto;
    max-width: auto;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }
  .paragrafo-intro {
    display: block;
    width: 400px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
  }
  .paragrafo-01 {
    display: block;
    width: 400px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
  }
  .produtos-extensos {
    display: block;
    width: 300px;
    margin-right: auto;
    margin-left: auto;
    -webkit-column-count: 2;
    column-count: 2;
  }
  .produtos-extensos._02 {
    position: static;
    left: 17px;
    top: 0px;
    display: block;
    width: 175%;
    height: 150px;
    max-width: 300px;
    min-width: auto;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    -webkit-column-count: 2;
    column-count: 2;
  }
  .produtos-extensos._03 {
    position: static;
    left: 21px;
    top: 0px;
    display: block;
    width: 175%;
    height: 125px;
    max-width: 300px;
    min-width: 200px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    -webkit-column-count: 2;
    column-count: 2;
  }
  .call-to-action-secceion {
    padding-top: 75px;
  }
  .cta {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    font-size: 37px;
    line-height: 44px;
    text-align: center;
  }
  .cta-block-txt {
    width: 70%;
    padding-right: 0px;
    text-align: center;
  }
  .block-cta {
    padding-right: 15px;
    padding-left: 15px;
  }
  .box-botoes-cta {
    text-align: center;
  }
  .box-botoes-cta.c {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .div-txt-content-prop-03 {
    width: 100%;
    margin-right: 0px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .heading-prop-03 {
    position: static;
    display: block;
    overflow: visible;
    width: 400px;
    max-width: 400px;
    min-width: 200px;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .heading-v04 {
    width: auto;
    max-width: auto;
    min-width: auto;
    font-size: 7vw;
    line-height: 6vh;
  }
  .section-arrows-slider-header {
    width: 97%;
  }
  .tabs-produtos {
    padding-right: 0px;
    padding-left: 0px;
  }
  .servicos-descritos {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .box-head {
    margin-right: 0px;
    margin-left: 0px;
  }
  .mycustomsliderv03 {
    height: 750px;
    max-height: auto;
  }
  .div-block-59 {
    height: 100%;
  }
  .coluna {
    height: 500px;
  }
  .photo-full-size {
    height: auto;
    padding-top: 50px;
    padding-bottom: 75px;
  }
  .cta-v02 {
    display: block;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    font-size: 35px;
    line-height: 45px;
    text-align: center;
  }
  .servico-0102 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding: 20px 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    text-align: center;
  }
  .servico-0102._03 {
    width: 100%;
    margin-left: 0px;
    padding-bottom: 50px;
  }
  .servico-0102._02 {
    width: 100vw;
  }
  .produtos-extensos-0102 {
    position: static;
    left: 16px;
    top: 0px;
    display: block;
    width: 100vw;
    height: 175px;
    max-width: 300px;
    min-width: auto;
    margin-right: 0px;
    margin-left: 0px;
    text-align: center;
    -webkit-column-count: 3;
    column-count: 3;
  }
  .row-portfolio-02 {
    display: block;
    max-width: 600px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
  }
  .big-article-title-wrapper-intro {
    margin-right: 0px;
    margin-left: 0px;
  }
  .column-4 {
    height: 500px;
  }
  .column-5 {
    height: 500px;
  }
  .column-6 {
    height: 500px;
  }
  .column-7 {
    height: 500px;
  }
  .botao-home-02 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .botao-home-03 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-74 {
    padding-right: 0%;
  }
  .txt-slider-portfolio {
    width: 85%;
    height: 30%;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 20px;
  }
  .intro-portfolio-section {
    height: auto;
    padding-right: 25px;
    padding-left: 25px;
  }
  .txt-portfolio {
    margin-bottom: 25px;
  }
  .paragrafo-20 {
    width: 100%;
    margin-top: 5px;
    margin-left: 0px;
    padding-right: 0px;
    text-align: center;
  }
  .div-block-108 {
    height: auto;
  }
  .mycustomslider03 {
    height: 350px;
  }
  .heading-v09 {
    width: 100%;
    font-size: 55px;
    line-height: 65px;
    text-align: center;
  }
  .heading-v09.vportas {
    font-size: 40px;
  }
  .paragrafo-21 {
    width: 100%;
    margin-top: 5px;
    margin-left: 0px;
    padding-right: 0px;
    text-align: center;
  }
  .paragrafo-21.vportas {
    padding-bottom: 50px;
  }
  .paragrafo-22 {
    width: 100%;
    margin-top: 15px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    text-align: center;
  }
  .div-servicos {
    padding-top: 0px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .footer-02 {
    padding-top: 50px;
    padding-right: 30px;
    padding-left: 15px;
  }
  .navlink-footer-port {
    padding-right: 0px;
    padding-left: 0px;
  }
  .separador-footer-port {
    margin-top: 75px;
  }
  .navlink-footer-01 {
    padding-left: 0px;
  }
  .citacao-home {
    width: auto;
  }
  .paragrafo-23 {
    width: 100%;
    margin-top: 5px;
    margin-left: 0px;
    padding-right: 0px;
    text-align: center;
  }
  .navbar-div-block-fixa {
    padding-right: 15px;
    padding-left: 15px;
  }
  .row-4 {
    display: block;
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
  }
  .paragrafo-25 {
    width: 100%;
    margin-top: 15px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    text-align: left;
  }
  .choose-txt-portfolio {
    font-size: 30px;
    line-height: 40px;
  }
  .colunas-contactos {
    height: auto;
  }
  .map-3 {
    height: 400px;
  }
  .column-27 {
    height: auto;
    padding-right: 0px;
    padding-bottom: 40px;
  }
  .paragrafo-26 {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-right: 0px;
    text-align: left;
  }
  .div-block-119 {
    height: auto;
  }
  .telefone-fixo {
    font-size: 40px;
    line-height: 50px;
  }
  .back-to-home {
    width: 50px;
    height: 50px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .body-2 {
    overflow: visible;
  }
  .div-block-120 {
    width: 30px;
  }
  .div-block-121 {
    width: 30px;
  }
  .text-span-48 {
    font-size: 7vw;
    line-height: 5vh;
  }
  ._404-heading {
    top: -180px;
    font-size: 200px;
  }
  .paragrafo-404 {
    width: 100%;
    margin-top: 5px;
    margin-left: 0px;
    padding-right: 0px;
    text-align: center;
  }
  .div-mark-12 {
    width: 250px;
    height: 250px;
  }
  .paragrafo-27 {
    width: auto;
    max-width: 90%;
    min-width: 80%;
    margin-top: 5px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    font-size: 3vw;
    text-align: left;
  }
  .txt-contactos {
    margin-bottom: 25px;
  }
  .bg-portas-corta-fogo {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (max-width: 479px) {
  .navbar-home {
    z-index: 50;
    overflow: visible;
    height: auto;
  }
  .header {
    height: 100vh;
  }
  .nav-menu {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 50;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 5px none #f96610;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 17, 17, 0.75)), to(rgba(17, 17, 17, 0.75))), url('../images/IMG_2949.jpg');
    background-image: linear-gradient(180deg, rgba(17, 17, 17, 0.75), rgba(17, 17, 17, 0.75)), url('../images/IMG_2949.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, auto 750px;
    background-repeat: repeat, repeat;
  }
  .brand {
    width: 100px;
    padding-left: 0px;
  }
  .brand.w--current {
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  .navbar-div-block {
    z-index: 200;
    overflow: hidden;
    height: 75px;
    padding-left: 20px;
  }
  .navbar-div-block.square-cont {
    padding-left: 15px;
  }
  .mycustomslider {
    height: 100vh;
  }
  .content-block-header {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 111px;
    display: block;
    height: 100vh;
    max-height: auto;
    min-height: auto;
    margin-top: 0px;
    padding-right: 10px;
    padding-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .slider-header-home._04 {
    padding-right: 10px;
    background-position: 0px 0px, 65% 50%;
  }
  .home-header-txt {
    position: static;
    bottom: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    max-height: 100vh;
    min-height: 600px;
    margin-left: 0%;
    padding-top: 25vh;
    padding-right: 0px;
    padding-bottom: 10vh;
  }
  .home-header-section-txt {
    font-size: 14px;
  }
  .home-hedaer-txt-head {
    width: 100%;
    font-size: 50px;
    line-height: 60px;
  }
  .div-mark-02 {
    margin-top: 25px;
  }
  .contacts-block {
    margin-top: 10%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .contacts-block._02 {
    width: 100%;
    margin-top: 25px;
    margin-bottom: 50px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .header-contacts-block.copy {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
    font-size: 14px;
    line-height: 21px;
    text-align: left;
  }
  .header-contacts-block.copy.port {
    text-align: center;
  }
  .contacts-header-block {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
  }
  .contacts-header-block.copy-and {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .contacts-header-block.mobile {
    margin-top: 25px;
  }
  .button {
    width: 100%;
    line-height: 21px;
    text-align: left;
  }
  .button._02 {
    width: 100%;
  }
  .button._02.square-cont {
    width: 100%;
    max-width: 100vw;
    font-size: 14px;
    line-height: 15px;
  }
  .button.square-cont {
    max-width: 200px;
  }
  .contacts-colum {
    margin-right: 0px;
    text-align: center;
  }
  .contacts-colum.footer {
    margin-left: 0px;
    text-align: left;
  }
  .contacts-colum._03 {
    margin-bottom: 25px;
  }
  .contacts-colum._02 {
    margin-top: 25px;
    margin-left: 0px;
  }
  .bloc-info-slider-home {
    padding-right: 10px;
    padding-bottom: 75px;
    padding-left: 10px;
  }
  .bloc-info-slider-home._02 {
    padding-right: 10px;
    padding-bottom: 75px;
    padding-left: 10px;
  }
  .bloc-content-info-slider {
    padding-left: 0px;
  }
  .body {
    overflow: hidden;
  }
  ._2row-home-header {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 25px;
    line-height: 29px;
  }
  ._2row-home-header.row04 {
    width: 100%;
    margin-top: 25px;
    padding-right: 0px;
    padding-left: 0px;
  }
  ._2row-home-header.row04._03 {
    width: auto;
  }
  .footer-01 {
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-div-block {
    width: auto;
    padding-right: 0px;
    padding-left: 0px;
  }
  .footer-div-block.copyrights {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .footer-div-block.copyrights.devices {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .footer-logo {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .logo-footer {
    display: block;
    width: 125px;
    height: 80px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-position: 0% 37%;
    background-size: contain;
    text-align: center;
  }
  .footer-div-contacts {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }
  .footer-div-contacts.and {
    padding-right: 0px;
  }
  .copyrights-jalbino {
    display: block;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
  }
  .copyrights-jalbino.port {
    margin-bottom: 15px;
    text-align: center;
  }
  .txt-sub-header-02 {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
  }
  .txt-sub-header-02.ip {
    width: 95%;
  }
  .div-block-3 {
    padding-left: 20px;
  }
  .botao-home {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 40px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 35px;
    line-height: 40px;
    text-align: left;
  }
  .botao-home._02 {
    margin-bottom: 0px;
  }
  .botao-home._03 {
    margin-bottom: 10px;
  }
  .navlink-menu-home-07 {
    position: static;
    margin-bottom: 0px;
    font-size: 35px;
    line-height: 35px;
    text-align: center;
  }
  .navlink-menu-home-07.square-cont {
    padding-right: 0px;
    font-size: 35px;
    text-decoration: none;
  }
  .navlink-menu-home-07.square-cont.w--current {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 0px;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 35px;
    line-height: 15px;
    text-align: center;
    text-decoration: none;
  }
  .navlink-menu-home-07.square-cont.black {
    line-height: 35px;
  }
  .navlink-menu-home-07.black.w--current {
    line-height: 35px;
  }
  .bloc-info-slider-home-02 {
    padding-right: 10px;
    padding-bottom: 75px;
    padding-left: 10px;
  }
  .menu-button-01 {
    top: -16px;
  }
  .social-div-mobile-menu {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    text-align: left;
  }
  .info-div {
    width: 100%;
    margin-top: 175px;
  }
  .copyrights-jalbino-mobile {
    display: block;
    width: 100%;
    margin-top: 25px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 12px;
    line-height: 21px;
    text-align: left;
  }
  .navlink-menu-home-552 {
    margin-bottom: 0px;
    font-size: 35px;
    line-height: 20px;
    text-align: left;
  }
  .navlink-menu-home-552.w--current {
    text-align: left;
  }
  .navlink-menu-home-553 {
    margin-bottom: 0px;
    font-size: 45px;
    line-height: 20px;
    text-align: center;
  }
  .navlink-menu-home-553.square-cont {
    font-size: 35px;
    text-align: left;
  }
  .navlink-menu-home-553.square-cont.w--current {
    position: relative;
    width: 100%;
    margin-bottom: 0px;
    font-size: 45px;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
  }
  .lang-dropdown01 {
    padding-right: 15px;
    padding-left: 15px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
  }
  .text-block-3 {
    margin-left: 0px;
    color: #fff;
    font-weight: 600;
  }
  .icon-drop-lang {
    color: #fff;
  }
  .dropdown-link {
    margin-bottom: 200px;
    padding-right: 0px;
    padding-left: 0px;
    background-color: #dedede;
    color: #111;
    font-weight: 600;
  }
  .drop-lang-botao {
    width: 100%;
  }
  .drop-lang-botao:focus {
    background-color: #111;
  }
  .drop-lang-botao.w--open:active {
    background-color: #cd8a58;
  }
  .dropdown-link-2 {
    color: #111;
    font-weight: 600;
  }
  .dropdown-link-2.selecct {
    padding-right: 0px;
    padding-left: 0px;
    color: #cd8a58;
  }
  .dropdown-list {
    padding-left: 15px;
  }
  .dropdown-list.w--open {
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 15px;
  }
  .navbar-div-block-en.square-cont {
    padding-left: 15px;
  }
  .navbar-div-port-mob-06.square-cont {
    padding-left: 15px;
  }
  .div-effect-load-01 {
    display: block;
  }
  .popup-contact-wrapper {
    height: auto;
    padding: 40px 15px 50px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .line-form {
    margin-top: 50px;
  }
  .txt-form-wrapper {
    margin-top: 25px;
  }
  .form-div-header-bloc {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
  }
  .form-div-butoes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .waze-maps-botao {
    margin-top: 25px;
    margin-left: 0px;
  }
  .telefone01-form {
    width: 100%;
    line-height: 21px;
    text-align: left;
  }
  .telefone02-form {
    width: 100%;
    line-height: 21px;
    text-align: left;
  }
  .tel-movel {
    margin-top: 25px;
    margin-left: 0px;
  }
  .tel-mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .text-block-form {
    margin-top: 25px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 14px;
    line-height: 21px;
    text-align: left;
  }
  .div-block-5 {
    width: auto;
  }
  .div-block-produtos {
    padding-right: 0px;
    padding-left: 0px;
  }
  .separador-footer {
    width: 95vw;
    padding-right: 0px;
    padding-left: 0px;
  }
  .button-footer {
    width: 100%;
    line-height: 21px;
    text-align: left;
  }
  .menu-footer {
    position: relative;
    left: 3px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .navlink-footer {
    padding-right: 0px;
    padding-left: 0px;
  }
  .navlink-footer.w--current {
    padding-right: 0px;
  }
  .section-servios {
    margin-top: 50px;
  }
  .full-menu {
    padding-left: 15px;
  }
  .links-full-menu {
    margin-bottom: 15px;
  }
  .text-block-5 {
    font-size: 35px;
    line-height: 35px;
  }
  .contacts-block-full-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contacts-colum-full-menu {
    margin-top: 25px;
    margin-right: 0px;
    text-align: center;
  }
  .contacts-colum-contact-popup {
    margin-right: 0px;
    text-align: center;
  }
  .full-menu-v02 {
    padding-left: 0px;
  }
  .full-menu-v02-div-01 {
    padding-top: 75px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .heading-menu-full-v02 {
    font-size: 55px;
    line-height: 55px;
  }
  .link-block-fullv02 {
    font-size: 45px;
    line-height: 55px;
  }
  .servios-row02 {
    width: auto;
    padding-right: 0px;
    padding-left: 0px;
  }
  .seccao-produtos-v03 {
    margin-bottom: 0px;
  }
  .button-2.hvr-float-02-cta {
    margin-top: 25px;
    margin-left: 0px;
  }
  .big-article-title-wrapper {
    margin-bottom: 25px;
    padding: 0px 10px 30px;
  }
  .div-bar.produtos {
    display: block;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .div-bar.produtos._00 {
    margin-top: 0px;
  }
  .heading {
    margin-right: 0px;
    margin-left: 0px;
    font-size: 22px;
    line-height: 26px;
  }
  .heading.produtos {
    width: auto;
    max-width: 150px;
    margin-right: 0px;
    margin-left: 0px;
    font-size: 22px;
    line-height: 26px;
    text-align: left;
  }
  .intro-txt {
    font-size: 30px;
    line-height: 40px;
  }
  .paragrafo-intro {
    position: relative;
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .paragrafo-01 {
    width: auto;
  }
  .produtos-extensos {
    -webkit-column-count: 2;
    column-count: 2;
  }
  .produtos-extensos._02 {
    position: static;
    width: 100%;
    height: 150px;
    max-width: 300px;
    margin-right: 0px;
    margin-left: 0px;
    text-align: center;
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 10px;
    column-gap: 10px;
  }
  .produtos-extensos._03 {
    position: static;
    width: 100%;
    height: 125px;
    max-width: 300px;
    min-width: auto;
    margin-right: 0px;
    margin-left: 0px;
    text-align: center;
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 10px;
    column-gap: 10px;
  }
  .call-to-action-secceion {
    padding-bottom: 75px;
  }
  .cta {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 26px;
    line-height: 32px;
  }
  .cta-block-txt {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
  }
  .block-cta {
    padding-right: 10px;
    padding-left: 10px;
  }
  .box-botoes-cta.c {
    margin-top: 10%;
  }
  .slider-left-005 {
    width: 15px;
    height: 20px;
  }
  .slider-right-005 {
    width: 15px;
    height: 20px;
    margin-left: 0px;
  }
  .div-txt-content-prop-03 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .heading-prop-03 {
    display: block;
    width: 100%;
    max-width: auto;
    min-width: auto;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    font-size: 22px;
    line-height: 26px;
  }
  .heading-v04 {
    width: 100%;
    margin-top: 0vh;
    margin-bottom: 0px;
    font-size: 12vw;
    line-height: 16vw;
    text-align: left;
  }
  .section-arrows-slider-header {
    position: static;
    width: 95%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-color: #fff;
  }
  .setas-header-slider {
    width: 50px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .div-block-27 {
    width: auto;
    margin-top: 200px;
    padding-top: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .button-5.hvr-float-02-cta {
    margin-top: 0px;
    margin-left: 10px;
  }
  .servicos-descritos {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .box-head {
    width: 100%;
    margin-right: 0px;
  }
  .div-block-header {
    margin-top: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .mycustomsliderv03 {
    height: 100vh;
    min-height: 0px;
  }
  .div-block-60 {
    padding-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .coluna {
    height: auto;
  }
  .photo-full-size {
    padding-top: 45px;
    padding-bottom: 65px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(17, 17, 17, 0.34)), color-stop(75%, rgba(4, 4, 4, 0.53)), to(rgba(0, 0, 0, 0.95))), url('../images/IMG_2949.jpg');
    background-image: linear-gradient(0deg, rgba(17, 17, 17, 0.34), rgba(4, 4, 4, 0.53) 75%, rgba(0, 0, 0, 0.95)), url('../images/IMG_2949.jpg');
    background-position: 0px 0px, 50% 50%;
  }
  .cta-v02 {
    width: auto;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 25px;
    line-height: 30px;
  }
  .servico-0102 {
    height: auto;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
  }
  .produtos-extensos-0102 {
    position: static;
    width: 100%;
    height: 225px;
    max-width: 300px;
    min-width: auto;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    text-align: center;
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 10px;
    column-gap: 10px;
  }
  .column-4 {
    height: auto;
  }
  .column-5 {
    height: auto;
  }
  .column-6 {
    height: auto;
  }
  .column-7 {
    height: auto;
  }
  .botao-home-02 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 40px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 35px;
    line-height: 40px;
    text-align: left;
  }
  .botao-home-03 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 40px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 35px;
    line-height: 40px;
    text-align: left;
  }
  .text-span-44 {
    color: #f96610;
    font-size: 30px;
    line-height: 0px;
  }
  .line-cta {
    z-index: 5;
    overflow: visible;
  }
  .div-block-71 {
    z-index: 10;
  }
  .txt-slider-portfolio {
    width: 100%;
    height: 40%;
    padding-top: 10px;
  }
  .setas-header-slider-portfolio {
    width: 50px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .slider-left-010 {
    width: 15px;
    height: 20px;
  }
  .slider-right-010 {
    width: 15px;
    height: 20px;
    margin-left: 0px;
  }
  .slide-64 {
    background-position: 0px 0px, 50% 50%;
  }
  .intro-portfolio-section {
    height: auto;
    padding-bottom: 50px;
  }
  .portfolio {
    padding-right: 15px;
    padding-left: 15px;
  }
  .tabs-menu-6 {
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .tab-portfolio-v05 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 60px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: none;
    background-color: #fff;
    text-align: left;
  }
  .tab-portfolio-v05:hover {
    background-color: #fff;
    color: #686868;
  }
  .tab-portfolio-v05.w--current {
    border-style: none;
    background-color: #f96610;
    color: #111;
  }
  .tab-portfolio-v05.w--current:hover {
    color: #111;
  }
  .tabs-4 {
    display: block;
    overflow: visible;
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-8 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-9 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-16 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-17 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-18 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-19 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .div-block-77 {
    width: 100%;
  }
  .info-slider {
    max-width: 178px;
  }
  .paragrafo-20 {
    width: auto;
    max-width: auto;
    margin-right: 10px;
    margin-left: 0px;
    padding-right: 0px;
  }
  .div-block-108 {
    height: auto;
  }
  .mycustomslider03 {
    height: 300px;
  }
  .bloco-texto-3d.vportas {
    padding: 10px;
  }
  .heading-v09 {
    font-size: 32px;
    line-height: 38px;
  }
  .heading-v09.vportas {
    font-size: 32px;
  }
  .paragrafo-21 {
    width: auto;
    max-width: auto;
    margin-right: 10px;
    margin-left: 0px;
    padding-right: 0px;
    font-size: 16px;
    line-height: 26px;
  }
  .setas-slider-3d-v09 {
    width: 50px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .slider-left-007 {
    width: 15px;
    height: 20px;
  }
  .slider-right-007 {
    width: 15px;
    height: 20px;
    margin-left: 0px;
  }
  .heading-v10 {
    font-size: 45px;
    line-height: 55px;
  }
  .paragrafo-22 {
    width: 100%;
    max-width: auto;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-right: 0px;
  }
  .section-home-v02 {
    margin-top: 50px;
  }
  .div-servicos {
    width: 100vw;
    padding-right: 10px;
    padding-left: 10px;
  }
  .section-portfolio-v10 {
    margin-top: 0px;
    margin-right: -15px;
    margin-left: -15px;
  }
  .footer-02 {
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navlink-footer-port {
    margin-left: 0px;
  }
  .separador-footer-port {
    width: 95vw;
    padding-right: 0px;
    padding-left: 0px;
  }
  .navlink-footer-01 {
    padding-left: 15px;
  }
  .navlink-footer-01._03 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .citacao-home {
    max-width: auto;
    min-width: auto;
    margin-right: 0px;
    margin-left: 0px;
  }
  .paragrafo-23 {
    width: auto;
    max-width: auto;
    margin-right: 10px;
    margin-left: 0px;
    padding-right: 0px;
  }
  .pt-button.device {
    font-size: 20px;
    line-height: 20px;
  }
  .pt-button.device.w--current {
    opacity: 1;
  }
  .en-button.device {
    font-size: 20px;
  }
  .navbar-div-block-fixa {
    z-index: 100;
    height: 100vh;
  }
  .wrapper-navbar {
    height: 100vh;
  }
  .menu-button-3 {
    z-index: 200;
    margin-top: 0px;
    margin-right: 0px;
  }
  .div-block-114 {
    position: relative;
    z-index: 200;
  }
  .lingua-mobile {
    position: static;
    width: 100vw;
    height: auto;
    padding-bottom: 50px;
    border-top: 1px none #000;
  }
  .lingua-devices {
    border-top: 1px none #000;
  }
  .botao-subir-topo {
    overflow: hidden;
  }
  .botao-subir-topo.w--current {
    position: absolute;
    z-index: 10;
    overflow: hidden;
  }
  .paragrafo-25 {
    width: 100%;
    max-width: auto;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-right: 0px;
  }
  .choose-txt-portfolio {
    font-size: 20px;
    line-height: 30px;
  }
  .div-block-118 {
    width: 80%;
  }
  .tab-dropdown {
    position: relative;
    z-index: 5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 60px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-left: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('../images/seta-cinza_05.png'), -webkit-gradient(linear, left top, left bottom, from(#111), to(#111));
    background-image: url('../images/seta-cinza_05.png'), linear-gradient(180deg, #111, #111);
    background-position: 89% 50%, 0px 0px;
    background-size: 15px, auto;
    background-repeat: no-repeat, repeat;
    font-family: Cerabasic, sans-serif;
    color: #f5f5f5;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
  }
  .text-block-11 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 17px;
    line-height: 20px;
  }
  .tabs-menu-mobile {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: auto;
    z-index: 5;
    display: none;
    overflow: hidden;
    width: auto;
    margin: -60px 0px 0px;
    padding-top: 60px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: transparent;
    box-shadow: 0 28px 28px 0 rgba(0, 0, 0, 0.28);
    opacity: 1;
    cursor: pointer;
  }
  .div-container-tabs-menu {
    position: relative;
    z-index: 5;
    display: block;
    height: 60px;
    padding-right: 0px;
    padding-left: 0px;
    cursor: pointer;
  }
  .tabs-content {
    margin-top: 50px;
  }
  .section {
    width: 100%;
  }
  .map-3 {
    height: 400px;
  }
  .column-27 {
    height: auto;
    padding-right: 0px;
    padding-bottom: 40px;
  }
  .heading-contactos {
    font-size: 30px;
    line-height: 40px;
  }
  .paragrafo-26 {
    width: auto;
    max-width: auto;
    margin-right: 10px;
    margin-left: 0px;
    padding-right: 0px;
  }
  .column-28 {
    overflow: hidden;
  }
  .linha-contactos {
    margin-top: 10px;
    margin-bottom: 25px;
  }
  .telefone-fixo {
    font-size: 30px;
    line-height: 40px;
  }
  .fixo {
    margin-bottom: 10px;
  }
  .morada {
    font-size: 15px;
    line-height: 20px;
  }
  .rede-social {
    font-size: 15px;
    line-height: 20px;
  }
  .div-close-button {
    margin-bottom: 50px;
    padding-top: 25px;
  }
  .text-span-48 {
    font-size: 12vw;
    line-height: 12vw;
    letter-spacing: -1px;
  }
  .txt-block-404 {
    margin-top: 50px;
  }
  ._404-heading {
    top: -89px;
    font-size: 100px;
    line-height: 25px;
  }
  .paragrafo-404 {
    width: auto;
    max-width: auto;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .div-mark-12 {
    width: 100px;
    height: 100px;
  }
  .div-block-123 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .div-block-124 {
    height: auto;
    margin-top: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .paragrafo-27 {
    width: auto;
    max-width: auto;
    min-width: 100%;
    margin: 2.5vh 10px 5vh 0px;
    padding-right: 0px;
    font-size: 5vw;
    line-height: 6vw;
  }
  .container-contactos {
    width: 90vw;
    height: auto;
    margin-right: 0px;
    margin-left: 0px;
  }
  .contactos-pop-up {
    display: none;
  }
  .containerinfo-contactos {
    height: auto;
    margin-top: 75px;
  }
  .email {
    font-size: 15px;
    line-height: 20px;
  }
  .seco-portas-corta-fogo {
    padding: 0%;
  }
  .bg-portas-corta-fogo {
    padding: 0px;
    background-position: 95% 95%, 0px 0px, 50% 50%;
  }
}

@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Bold.ttf') format('truetype'), url('../fonts/OpenSans-ExtraBold.ttf') format('truetype'), url('../fonts/OpenSans-CondBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-BoldItalic.ttf') format('truetype'), url('../fonts/OpenSans-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-CondLight.ttf') format('truetype'), url('../fonts/OpenSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-LightItalic.ttf') format('truetype'), url('../fonts/OpenSans-CondLightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-SemiboldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Playfairdisplay';
  src: url('../fonts/PlayfairDisplay-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'Playfairdisplay';
  src: url('../fonts/PlayfairDisplay-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Playfairdisplay';
  src: url('../fonts/PlayfairDisplay-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Playfairdisplay';
  src: url('../fonts/PlayfairDisplay-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Playfairdisplay';
  src: url('../fonts/PlayfairDisplay-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Playfairdisplay';
  src: url('../fonts/PlayfairDisplay-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Robotocondensed';
  src: url('../fonts/RobotoCondensed-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Robotocondensed';
  src: url('../fonts/RobotoCondensed-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Robotocondensed';
  src: url('../fonts/RobotoCondensed-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Robotocondensed';
  src: url('../fonts/RobotoCondensed-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Robotocondensed';
  src: url('../fonts/RobotoCondensed-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Robotocondensed';
  src: url('../fonts/RobotoCondensed-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Texta';
  src: url('../fonts/Texta-Black.otf') format('opentype'), url('../fonts/Texta-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Texta';
  src: url('../fonts/Texta-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Texta book';
  src: url('../fonts/Texta-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Texta';
  src: url('../fonts/Texta-Black-Italic.otf') format('opentype'), url('../fonts/Texta-Heavy-Italic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'Texta book';
  src: url('../fonts/Texta-Book-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Texta';
  src: url('../fonts/Texta-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Texta';
  src: url('../fonts/Texta-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Texta';
  src: url('../fonts/Texta-Light-Italic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Texta';
  src: url('../fonts/Texta-Bold-Italic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Texta';
  src: url('../fonts/Texta-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Texta';
  src: url('../fonts/Texta-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Texta';
  src: url('../fonts/Texta-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Texta';
  src: url('../fonts/Texta-Thin-Italic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: 'Texta';
  src: url('../fonts/Texta-Medium-Italic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Cerabasic';
  src: url('../fonts/CeraBasic-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'Cerabasic';
  src: url('../fonts/CeraBasic-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Cerabasic';
  src: url('../fonts/CeraBasic-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Cerabasic';
  src: url('../fonts/CeraBasic-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Cerabasic';
  src: url('../fonts/CeraBasic-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Cerabasic';
  src: url('../fonts/CeraBasic-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
}