.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  background-color: #011014;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #eff0e2;
  font-size: 1vw;
  line-height: 1.2;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Jazmin, sans-serif;
  color: #f3e0b4;
  font-size: 3.6em;
  line-height: 1;
  font-weight: 400;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Jazmin, sans-serif;
  color: #f3e0b4;
  font-size: 2.2em;
  line-height: 1;
  font-weight: 400;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Jazmin, sans-serif;
  color: #f3e0b4;
  font-size: 2em;
  line-height: 1;
  font-weight: 400;
}

p {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 1em;
  line-height: 1.6;
}

.p.is--main-button_text {
  font-family: Jazmin, sans-serif;
  font-size: 1em;
  letter-spacing: 0.05em;
}

.p.is--main-button_text:hover {
  color: #eff0e2;
}

.p.is--secundary-button-text {
  font-family: Jazmin, sans-serif;
  color: #eff0e2;
  letter-spacing: 0.1em;
}

.p.is--2bm {
  margin-bottom: 2em;
}

.p.is--2bm.is--adress {
  width: 20em;
}

.p.is--centered {
  width: 65%;
  text-align: justify;
}

.p.is--footer-title {
  margin-bottom: 1em;
  font-family: Jazmin, sans-serif;
  color: #f3e0b4;
  font-size: 1.2em;
}

.p.is--footer-title.is--morada {
  margin-bottom: 0.5em;
}

.p.is--mail {
  margin-bottom: 0.9em;
}

.p.is--project-link {
  display: block;
  font-family: Jazmin, sans-serif;
  color: #f3e0b4;
  font-size: 1.8em;
  text-decoration: none;
}

.p.is--project-link.is--02bm {
  margin-bottom: 0.2em;
}

.p.is--next-project-link {
  margin-bottom: 0.8em;
  color: #eff0e2;
}

.p.is--contact_title {
  color: #f3e0b4;
  font-size: 1.2em;
}

.p.is--contact_text {
  width: 20em;
  font-size: 1.2em;
}

.p.is--responsavel {
  margin-bottom: 1.5em;
}

.p.is--project-description {
  width: 70%;
}

.h1 {
  line-height: 1.2;
}

.h1.is---3bm {
  margin-bottom: 0.5em;
}

.h1.is--2tm {
  margin-top: 2em;
}

.section {
  padding: 5em 6vw;
}

.section.is--main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 85vh;
  -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: #011014;
}

.section.is--main.is--home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/home_image.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/home_image.jpg');
  background-position: 0px 0px, 50% 75%;
  background-size: auto, 130em;
}

.section.is--main.is--projects {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url('../images/projecto-home_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/projecto-home_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.section.is--main.is--video {
  padding: 0em;
}

.section.is--projectos-home {
  display: block;
  padding-top: 5em;
  padding-bottom: 2em;
}

.section.is--footer {
  padding-top: 3em;
  padding-bottom: 3em;
}

.section.is--projects {
  padding-bottom: 0em;
}

.section.is--next-project {
  padding: 0vw;
}

.section.is--projects-images {
  padding-top: 0em;
}

.section.is--contactos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60vh;
  -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: linear-gradient(8deg, #011014 29%, #1b2831);
}

.section.is--servicos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  padding-top: 0em;
  padding-bottom: 0em;
  -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;
}

.section.is--sobre {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid-45 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  -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;
}

.grid-45.is--main-content-home {
  margin-top: 5em;
}

.main_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 0em;
  margin-right: 2em;
  padding: 1.5em 1.8em;
  -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: #dbd3c2;
  -webkit-transition: color 300ms ease, background-color 300ms ease;
  transition: color 300ms ease, background-color 300ms ease;
  font-family: Montserrat, sans-serif;
  color: #011014;
  font-size: 1em;
  font-weight: 500;
  text-decoration: none;
}

.main_button:hover {
  background-color: #1b2831;
  color: #dbd3c2;
}

.main_button.is--secundary {
  margin-right: 0em;
  border-style: solid;
  border-width: 0.1em;
  border-color: #eff0e2;
  background-color: transparent;
  -webkit-transition: background-color 300ms ease, color 300ms ease, background-color 300ms ease;
  transition: background-color 300ms ease, color 300ms ease, background-color 300ms ease;
  color: #011014;
}

.main_button.is--secundary:hover {
  border-color: #dbd3c2;
  background-color: transparent;
  color: #011014;
}

.main_button.is--center {
  margin-right: 0em;
}

.home-buttons_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.container {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.is--centered {
  -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;
}

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

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

.container.is--projects_card {
  margin-bottom: 4em;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container.is--projects_card.is--last {
  margin-bottom: 3em;
}

.container.is--contactos {
  -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;
}

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

.container.is--4tm {
  margin-top: 4em;
}

.line {
  width: 5em;
  height: 0.1em;
  margin-bottom: 2em;
  background-color: #f3e0b4;
}

.line.is--tb_padding {
  margin-top: 1em;
  margin-bottom: 3em;
}

.line.is--relative {
  position: relative;
  left: 46%;
  top: 0.9em;
  width: 10em;
  height: 0.08em;
}

.grid-48 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  -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;
}

.grid-48.is--etel {
  height: 28em;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0.15))), url('../images/Etel2x-100.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), url('../images/Etel2x-100.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.grid-48.is--servicos {
  height: 28em;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0.15))), url('../images/Serviços.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), url('../images/Serviços.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.title-line_cotact_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 38%;
  -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;
}

.title-line_cotact_wrapper.is--centered {
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.title-line_cotact_wrapper.is--centered.is--proj-home {
  margin-bottom: 0em;
}

.title-line_cotact_wrapper.is--2bm.is--2tm {
  margin-top: 2em;
}

.home-projects_cards {
  height: 24em;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.home-projects_cards.is--1 {
  width: 66%;
  background-image: url('../images/projecto-home_1.jpg');
  opacity: 1;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.home-projects_cards.is--1:hover {
  opacity: 0.6;
}

.home-projects_cards.is--2 {
  width: 32%;
  background-image: url('../images/projecto-home_2.jpg');
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.home-projects_cards.is--2:hover {
  opacity: 0.6;
}

.home-projects_cards.is--3 {
  width: 32%;
  background-image: url('../images/projecto-home_3.jpg');
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.home-projects_cards.is--3:hover {
  opacity: 0.6;
}

.home-projects_cards.is--4 {
  width: 66%;
  background-image: url('../images/projecto-home_4.jpg');
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.home-projects_cards.is--4:hover {
  opacity: 0.6;
}

.home-projects_wraper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 2em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nav_bar {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: auto;
  display: block;
  padding: 0.3em 6vw;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #011014;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link {
  padding: 1.6em;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  font-family: Jazmin, sans-serif;
  color: #f3e0b4;
  font-weight: 500;
  letter-spacing: 0.15em;
}

.nav-link:hover {
  color: #c9c4be;
}

.nav-link.w--current {
  color: #c9c4be;
}

.h2.is--05bm.is--1tm {
  margin-top: 1em;
}

.image {
  width: 8em;
}

.brand {
  width: 8em;
  margin-top: 1.2em;
}

.is--2bm {
  margin-bottom: 2em;
}

.is--05bm {
  margin-bottom: 0.5em;
}

.is--3tm {
  margin-top: 3em;
}

.grid-31 {
  width: 31%;
}

.servicos-icon_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 4em;
  height: 4em;
  margin-bottom: 1.5em;
  padding: 0.8em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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: #1b2831;
}

.servicos_title {
  margin-bottom: 1em;
  font-size: 1.2em;
  font-weight: 500;
}

.servicos_icon {
  width: 4.5em;
}

.footer-line {
  position: relative;
  top: -3em;
  width: 100%;
  height: 0.1em;
  background-color: #dbd3c2;
}

.grid.is--footer.is--redes {
  display: block;
}

.logo_footer {
  width: 8em;
}

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

.redes_icon {
  width: 2.8em;
}

.redes_icon.is--last {
  margin-right: 0em;
}

.redes-link {
  margin-right: 0.8em;
  opacity: 1;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.redes-link:hover {
  opacity: 0.6;
}

.main-text_projects_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  margin-top: 8em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.projects-image_wrapper {
  width: 100%;
  height: 32em;
  margin-bottom: 2em;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.projects-image_wrapper.is--wc-madeira-1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/Projeto-Casa-de-Banho-com-Madeira-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/Projeto-Casa-de-Banho-com-Madeira-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.projects-image_wrapper.is--wc-madeira-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/Projeto-Casa-de-Banho-com-Madeira-2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/Projeto-Casa-de-Banho-com-Madeira-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.projects-image_wrapper.is--wc-madeira-3 {
  margin-bottom: 0em;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/Projeto-Casa-de-Banho-com-Madeira-3.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/Projeto-Casa-de-Banho-com-Madeira-3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.projects-image_wrapper.is--wc-rustico-1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/Projeto-Casa-de-Banho-Rústica-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/Projeto-Casa-de-Banho-Rústica-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.projects-image_wrapper.is--wc-rustico-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/Projeto-Casa-de-Banho-Rústica-2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/Projeto-Casa-de-Banho-Rústica-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.projects-image_wrapper.is--wc-rustico-3 {
  margin-bottom: 0em;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/Projeto-Casa-de-Banho-Rústica-3.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/Projeto-Casa-de-Banho-Rústica-3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.projects-image_wrapper.is--cozinha-teto-vidro-1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/Projeto-Cozinha-com-Teto-de-Vidro-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/Projeto-Cozinha-com-Teto-de-Vidro-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.projects-image_wrapper.is--quarto-adolescente-1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/Projeto-Quarto-de-Adolescente-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/Projeto-Quarto-de-Adolescente-1.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.projects-image_wrapper.is--quarto-adolescente-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/Projeto-Quarto-de-Adolescente-2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/Projeto-Quarto-de-Adolescente-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.projects-image_wrapper.is--quarto-adolescente-3 {
  margin-bottom: 0em;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/Projeto-Quarto-de-Adolescente-3.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/Projeto-Quarto-de-Adolescente-3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.projects-image_wrapper.is--quarto-adolescente-1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/Projeto-Quarto-de-Bebé-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/Projeto-Quarto-de-Bebé-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.projects-image_wrapper.is--quarto-bebe-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/Projeto-Quarto-de-Bebé-2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/Projeto-Quarto-de-Bebé-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.projects-image_wrapper.is--quarto-bebe-3 {
  margin-bottom: 0em;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/Projeto-Quarto-de-Bebé-3.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/Projeto-Quarto-de-Bebé-3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.projects-image_wrapper.is--quarto-montanha-1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/Projeto-Quarto-na-Montanha-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/Projeto-Quarto-na-Montanha-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.projects-image_wrapper.is--quarto-montanha-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/Projeto-Quarto-na-Montanha-2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/Projeto-Quarto-na-Montanha-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.projects-image_wrapper.is--quarto-montanha-3 {
  margin-bottom: 0em;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/Projeto-Quarto-na-Montanha-3.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/Projeto-Quarto-na-Montanha-3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.projects-image_wrapper.is--cozinha-teto-vidro-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/Projeto-Cozinha-com-Teto-de-Vidro-2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/Projeto-Cozinha-com-Teto-de-Vidro-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.projects-image_wrapper.is--cozinha-teto-vidro-3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/Projeto-Cozinha-com-Teto-de-Vidro-3.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/Projeto-Cozinha-com-Teto-de-Vidro-3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.projects-image_wrapper.is--quarto-bebe-1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/Projeto-Quarto-de-Bebé-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/Projeto-Quarto-de-Bebé-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.projects-image_wrapper.is--quarto-adolescente--1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/Projeto-Quarto-de-Adolescente-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/Projeto-Quarto-de-Adolescente-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.is--5tm {
  margin-top: 5em;
}

.project-card {
  width: 48%;
}

.proj-card-image_wrapper {
  width: 100%;
  height: 24em;
  margin-bottom: 1em;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.proj-card-image_wrapper.is--wc-madeira {
  background-image: url('../images/Projeto-Casa-de-Banho-com-Madeira-1.jpg');
  background-position: 50% 100%;
  background-size: cover;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.proj-card-image_wrapper.is--wc-madeira:hover {
  opacity: 0.6;
}

.proj-card-image_wrapper.is--wc-rustico {
  background-image: url('../images/Projeto-Casa-de-Banho-Rústica-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.proj-card-image_wrapper.is--wc-rustico:hover {
  opacity: 0.6;
}

.proj-card-image_wrapper.is--cozinha-parede-vidro {
  background-image: url('../images/Projeto-Cozinha-com-Teto-de-Vidro-1.jpg');
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.proj-card-image_wrapper.is--cozinha-parede-vidro:hover {
  opacity: 0.6;
}

.proj-card-image_wrapper.is--quarto-adolescente {
  background-image: url('../images/Projeto-Quarto-de-Adolescente-1.jpg');
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.proj-card-image_wrapper.is--quarto-adolescente:hover {
  opacity: 0.6;
}

.proj-card-image_wrapper.is--quarto-bebe {
  background-image: url('../images/Projeto-Quarto-de-Bebé-1.jpg');
  background-position: 30% 50%;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.proj-card-image_wrapper.is--quarto-bebe:hover {
  opacity: 0.6;
}

.proj-card-image_wrapper.is--quarto-montanha {
  background-image: url('../images/Projeto-Quarto-na-Montanha-2.jpg');
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.proj-card-image_wrapper.is--quarto-montanha:hover {
  opacity: 0.6;
}

.is--1bm {
  margin-bottom: 1em;
}

.next-project_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 35em;
  margin-bottom: 5em;
  -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('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.next-project_wrap.is--wc-rustico {
  -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(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/Projeto-Casa-de-Banho-Rústica-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/Projeto-Casa-de-Banho-Rústica-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  text-decoration: none;
}

.next-project_wrap.is--cozinha-teto-vidro {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/Projeto-Cozinha-com-Teto-de-Vidro-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/Projeto-Cozinha-com-Teto-de-Vidro-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.next-project_wrap.is--quarto-adolescente {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/Projeto-Quarto-de-Adolescente-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/Projeto-Quarto-de-Adolescente-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.next-project_wrap.is--quarto-montanha {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/Projeto-Quarto-na-Montanha-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/Projeto-Quarto-na-Montanha-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.next-project_wrap.is--wc-madeira {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/Projeto-Casa-de-Banho-com-Madeira-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/Projeto-Casa-de-Banho-com-Madeira-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.next-project_wrap.is--quarto-bebe {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/Projeto-Quarto-de-Bebé-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/Projeto-Quarto-de-Bebé-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.footer-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 44%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.grid-101 {
  -ms-grid-columns: 1fr 1fr 1.25fr 1fr;
  grid-template-columns: 1fr 1fr 1.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.menu-line {
  width: 0.05em;
  height: 2em;
  margin-right: 0.3em;
  background-color: #eff0e2;
  color: #c9c4be;
}

.pt-en_button {
  padding: 0.9em 1em;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #c9c4be;
  font-size: 0.9em;
  font-weight: 500;
  text-transform: uppercase;
}

.contact-link {
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #eff0e2;
  text-decoration: none;
}

.contact-link:hover {
  color: #c9c4be;
  text-decoration: underline;
}

.footer-links {
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #eff0e2;
  text-decoration: none;
}

.footer-links:hover {
  color: #b2b4a3;
}

.maps_wrapper {
  width: 50%;
  height: 24em;
}

.html-embed {
  width: 100%;
  height: 100%;
}

.html-embebed {
  width: 100%;
  height: 100%;
}

.arrow_wrapper {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.arrow {
  width: 2em;
}

.title_spam {
  font-family: 'Great Vibes', cursive;
  font-size: 1.2em;
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  .p {
    font-size: 12px;
  }

  .p.is--main-button_text {
    font-size: 12px;
  }

  .p.is--centered {
    width: 100%;
  }

  .p.is--footer-title {
    margin-bottom: 8px;
    font-size: 14px;
  }

  .p.is--project-link {
    font-size: 18px;
  }

  .p.is--project-link.is--02bm {
    margin-bottom: 8px;
  }

  .p.is--contact_title {
    font-size: 12px;
  }

  .p.is--contact_text {
    font-size: 14px;
  }

  .h1 {
    font-size: 30px;
  }

  .h1.is---3bm {
    margin-bottom: 16px;
  }

  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.is--main {
    height: 60vh;
    margin-top: 0px;
  }

  .section.is--main.is--home {
    height: 90vh;
  }

  .section.is--projectos-home {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .section.is--footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.is--contactos {
    margin-top: 0px;
  }

  .grid-45 {
    width: 46%;
  }

  .grid-45.is--main-content-home {
    width: 60%;
    margin-top: 50px;
  }

  .main_button {
    padding: 18px 20px;
    font-size: 12px;
  }

  .main_button.is--secundary {
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .main_button.is--center {
    height: 0em;
    font-size: 12px;
  }

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

  .container.is--centered {
    margin-top: 0px;
  }

  .container.is--vertical.is--5tm {
    margin-top: 50px;
  }

  .container.is--projects_card.is--last {
    margin-bottom: 30px;
  }

  .line {
    width: 45px;
    margin-bottom: 20px;
  }

  .line.is--tb_padding {
    margin-top: 0em;
    margin-bottom: 25px;
  }

  .grid-48 {
    width: 48%;
    height: auto;
  }

  .grid-48.is--etel {
    height: 36em;
  }

  .grid-48.is--servicos {
    height: 36em;
  }

  .title-line_cotact_wrapper {
    width: 40%;
  }

  .home-projects_cards.is--1 {
    height: 28em;
  }

  .home-projects_cards.is--2 {
    height: 28em;
  }

  .home-projects_wraper {
    margin-bottom: 20px;
  }

  .nav_bar {
    padding-top: 0em;
    padding-bottom: 0em;
  }

  .nav-menu {
    padding: 30px 6vw;
    background-color: #1b2831;
  }

  .nav-link {
    padding: 15px 16px;
    font-size: 14px;
    text-align: right;
  }

  .h2 {
    font-size: 20px;
  }

  .h2.is--05bm {
    margin-bottom: 16px;
  }

  .image {
    width: 100px;
  }

  .brand {
    width: 100px;
    margin-top: 18px;
  }

  .servicos-icon_wrap {
    width: 55px;
    height: 55px;
    margin-bottom: 16px;
    padding: 8px;
  }

  .servicos_title {
    font-size: 14px;
  }

  .servicos_icon {
    width: 50px;
  }

  .menu-button {
    padding-right: 10px;
    background-color: transparent;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .icon {
    color: #f3e0b4;
  }

  .footer-line {
    top: -40px;
  }

  .grid.is--footer {
    margin-bottom: 18px;
  }

  .logo_footer {
    width: 90px;
  }

  .redes_icon {
    width: 32px;
    margin-right: 12px;
  }

  .main-text_projects_wrapper {
    margin-top: 6em;
  }

  .projects-image_wrapper {
    height: 36em;
    margin-bottom: 20px;
  }

  .proj-card-image_wrapper {
    margin-bottom: 10px;
  }

  .proj-card-image_wrapper.is--wc-madeira {
    margin-bottom: 10px;
  }

  .next-project_wrap {
    margin-bottom: 40px;
  }

  .next-project_wrap.is--wc-rustico {
    margin-bottom: 40px;
  }

  .grid-101 {
    -ms-grid-columns: 1.25fr 1fr;
    grid-template-columns: 1.25fr 1fr;
  }

  .menu-line {
    display: none;
  }

  .pt-en_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 10px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .pt-en_button {
    font-size: 10px;
  }

  .arrow {
    width: 24px;
  }
}

@media screen and (max-width: 767px) {
  .p.is--centered {
    width: 100%;
  }

  .p.is--next-project-link {
    margin-bottom: 0.5em;
  }

  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section.is--main.is--home {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/home_image.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/home_image.jpg');
    background-size: auto, 158em;
  }

  .section.is--main.is--video {
    height: 55vh;
  }

  .section.is--projectos-home {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section.is--servicos {
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .grid-45 {
    width: 100%;
  }

  .grid-45.is--main-content-home {
    width: 100%;
  }

  .container {
    -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;
  }

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

  .container.is--vertical.is--5tm {
    margin-top: 60px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .container.is--mob-invert {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .grid-48 {
    width: 100%;
  }

  .grid-48.is--etel {
    height: 48em;
    margin-bottom: 26px;
  }

  .grid-48.is--servicos {
    height: 48em;
    margin-bottom: 26px;
  }

  .title-line_cotact_wrapper {
    width: 80%;
    margin-bottom: 20px;
  }

  .title-line_cotact_wrapper.is--centered {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .title-line_cotact_wrapper.is--centered.is--3tm {
    margin-bottom: 0em;
  }

  .home-projects_cards.is--1 {
    width: 100%;
    height: 36em;
    margin-bottom: 20px;
  }

  .home-projects_cards.is--2 {
    width: 100%;
    height: 36em;
  }

  .home-projects_cards.is--3 {
    width: 100%;
    height: 36em;
    margin-bottom: 20px;
  }

  .home-projects_cards.is--4 {
    width: 100%;
    height: 36em;
    margin-bottom: 20px;
  }

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

  .h2.is--1bm {
    margin-bottom: 0.8em;
  }

  .image {
    display: inline-block;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .brand.w--current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    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;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .grid-31 {
    width: 80%;
    margin-bottom: 35px;
  }

  .grid-31.is--last {
    margin-bottom: 0px;
  }

  .servicos-icon_wrap {
    width: 50px;
    height: 50px;
  }

  .grid.is--footer {
    margin-bottom: 0px;
  }

  .main-text_projects_wrapper {
    width: 80%;
    margin-top: 3em;
  }

  .project-card {
    width: 100%;
    margin-bottom: 30px;
  }

  .project-card.is--last {
    margin-bottom: 0px;
  }

  .proj-card-image_wrapper {
    height: 42em;
  }

  .grid-101 {
    -ms-grid-columns: 0.75fr;
    grid-template-columns: 0.75fr;
  }

  .maps_wrapper {
    width: 100%;
    height: 45em;
  }
}

@media screen and (max-width: 479px) {
  .p.is--centered {
    width: 100%;
  }

  .p.is--footer-title {
    margin-bottom: 5px;
  }

  .h1.is---3bm {
    font-size: 26px;
  }

  .section {
    padding: 30px 8vw;
  }

  .section.is--main {
    height: 90vh;
  }

  .section.is--main.is--home {
    height: 90vh;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(1, 16, 20, 0.6)), to(rgba(1, 16, 20, 0.6))), url('../images/home_image.jpg');
    background-image: linear-gradient(180deg, rgba(1, 16, 20, 0.6), rgba(1, 16, 20, 0.6)), url('../images/home_image.jpg');
    background-size: auto, cover;
  }

  .section.is--main.is--video {
    height: 31vh;
  }

  .section.is--projects-images {
    padding-bottom: 40px;
  }

  .section.is--sobre {
    height: auto;
  }

  .main_button {
    margin-right: 1.5em;
    padding: 16px;
  }

  .main_button.is--secundary {
    padding-top: 15px;
    padding-bottom: 15px;
  }

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

  .container.is--mob-invert {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .grid-48 {
    width: 100%;
  }

  .grid-48.is--servicos {
    margin-bottom: 26px;
  }

  .title-line_cotact_wrapper {
    width: 100%;
  }

  .title-line_cotact_wrapper.is--centered {
    width: 100%;
    margin-bottom: 10px;
  }

  .home-projects_cards.is--1 {
    height: 46em;
  }

  .home-projects_cards.is--2 {
    height: 46em;
  }

  .home-projects_cards.is--3 {
    height: 46em;
  }

  .home-projects_cards.is--4 {
    height: 46em;
  }

  .grid-31 {
    width: 100%;
  }

  .servicos-icon_wrap {
    width: 50px;
    height: 50px;
  }

  .main-text_projects_wrapper {
    width: 100%;
  }

  .projects-image_wrapper {
    height: 48em;
  }

  .next-project_wrap {
    height: 70em;
    margin-bottom: 30px;
  }

  .next-project_wrap.is--wc-rustico {
    margin-bottom: 30px;
  }

  .contacts_wrapper {
    margin-bottom: 16px;
  }

  .contacts_wrapper.is--last {
    margin-bottom: 0px;
  }

  .maps_wrapper {
    height: 60em;
  }
}

@font-face {
  font-family: 'Jazmin';
  src: url('../fonts/Jazmin-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}