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

body {
  color: #151515;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1vw;
  line-height: 1.2;
}

h1 {
  color: #141414;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 3.5em;
  font-weight: 700;
  line-height: 1em;
}

h2 {
  color: #141414;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 2.4em;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  color: #141414;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  color: #141414;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: neue-haas-grotesk-text;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.4em;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

p {
  color: #141414;
  margin-bottom: 0;
  font-family: Comfortaa, sans-serif;
  font-size: 1.3em;
  font-weight: 500;
  line-height: 1.6em;
}

a {
  color: #141414;
  cursor: pointer;
  font-family: neue-haas-grotesk-text;
  font-size: 1em;
  line-height: 1.4em;
  text-decoration: none;
  transition: all .35s;
}

a:hover {
  color: #141414;
}

.container {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container.is--fazemos {
  align-items: flex-start;
  margin-bottom: 10em;
}

.container.is--footer {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex-direction: column;
  align-items: stretch;
}

.container.is--footer.is--legal {
  max-width: 1600px;
}

.container.is--sobre {
  margin-top: 0;
}

.container.is--vertical {
  width: 70em;
  max-width: 1600px;
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex-direction: column;
}

.cta {
  color: #fff;
  text-decoration: none;
}

.button-talk {
  width: 13vw;
  height: 13vw;
  background-color: #7300ff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -5vw;
  left: auto;
  right: -5vw;
}

.section-test {
  width: 100vw;
  height: 200vh;
  background-color: #141414;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-hero {
  width: 100vw;
  height: 200vh;
  background-color: #141414;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.wrapper-image {
  width: 25%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.wrapper-image.left {
  transform-origin: 0%;
}

.wrapper-image.right {
  transform-origin: 100%;
}

.section {
  z-index: 1;
  padding: 5em 8vw;
  position: relative;
}

.section.is--blue {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section.is--yello {
  height: 100vh;
  padding-top: 8em;
  display: flex;
}

.section.is--red.is--servicos {
  flex-direction: column;
  display: flex;
}

.section.is--hero {
  z-index: 3;
  height: 90vh;
  background-image: linear-gradient(rgba(21, 21, 21, .27), rgba(21, 21, 21, .27)), url('../images/imagem-hero.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.section.is--enc {
  height: 90vh;
  justify-content: space-around;
  align-items: center;
  margin-top: 2em;
  display: flex;
}

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

.section.is-legal {
  justify-content: center;
  display: flex;
}

.wrappper-color-layer {
  z-index: 0;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bg-color {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bg-color.is--yello {
  background-color: #f8c031;
}

.bg-color.is--blue {
  background-color: #003363;
}

.bg-color.is--red {
  background-color: #ca003d;
}

.h1 {
  margin-bottom: 1em;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  line-height: 1.2;
}

.h1.is--hero {
  color: #f0f0f0;
  letter-spacing: .03em;
  text-transform: uppercase;
  margin-bottom: 1em;
  line-height: 1.2;
}

.h1.is--legal {
  margin-bottom: 0;
}

.h3.is--hero {
  color: #f0f0f0;
  margin-bottom: .3em;
  font-family: Comfortaa, sans-serif;
  font-size: 1.5em;
}

.h3.is--services {
  color: #f0f0f0;
  margin-bottom: 1em;
  font-weight: 600;
}

.h3.is--list_title {
  color: #f8c031;
  font-size: 2em;
  font-weight: 500;
}

.h3.is--list_title.is-design {
  margin-right: 3.2rem;
}

.h3.is--list_title.is--orcamentos {
  margin-left: 3.2rem;
}

.main-button {
  color: #151515;
  text-transform: uppercase;
  background-color: #f8c031;
  border-radius: 8em;
  padding: .9em 1.8em;
  font-family: Montserrat, sans-serif;
  font-size: 1em;
  transition: background-color .3s;
}

.main-button:hover {
  color: #f0f0f0;
  background-color: #003363;
}

.main-button.is--404 {
  color: #f0f0f0;
  text-transform: none;
  background-color: #003363;
  font-size: 1rem;
  font-weight: 600;
}

.main-button.is--404:hover {
  color: #003363;
  text-transform: none;
  background-color: #f8c031;
}

.main-button_text {
  font-size: .9em;
  font-weight: 600;
}

.grid {
  width: 50%;
  flex-direction: column;
  justify-content: flex-start;
  align-self: auto;
  display: flex;
}

.grid.is--servicos {
  width: auto;
}

.grid.is--contacts {
  width: 55%;
  justify-content: space-around;
  align-items: flex-start;
}

.grid.is--social {
  width: auto;
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-end;
}

.grid.is--local-img {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  flex-direction: column;
  display: flex;
}

.sobre_image {
  height: 25em;
  object-fit: cover;
  border-radius: .6em;
}

.p {
  color: #151515;
  font-family: Comfortaa, sans-serif;
  font-size: 1.2em;
  font-weight: 600;
}

.p.is--services {
  color: #f0f0f0;
}

.p.is--contacte-nos {
  color: #ca003d;
  margin-bottom: .5em;
  font-size: 1.5em;
  font-weight: 700;
}

.p.is--adress {
  color: #003363;
  margin-bottom: 2em;
  font-size: 1.05em;
  font-weight: 700;
}

.p.is--map {
  margin-bottom: 1.5em;
  font-size: 1.5em;
}

.p.is--apointment {
  font-size: 1.3em;
}

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

.p.is--email {
  margin-bottom: .5em;
}

.p.is {
  font-size: 1em;
}

.p.is--legal {
  margin-bottom: 2.5em;
  font-family: Montserrat, sans-serif;
}

.p.is--topics {
  margin-bottom: 1em;
}

.p.is--white--bold {
  color: #f0f0f0;
  font-weight: 600;
}

.p.is--404 {
  margin-bottom: 1rem;
  font-size: 1.1rem;
}

.fazemos-title-wrap {
  z-index: 1;
  width: 100vw;
  align-items: center;
  margin-top: 1.6em;
  margin-bottom: 5em;
  margin-left: -8vw;
  display: flex;
  overflow: visible;
}

.services-line {
  width: 6em;
  height: .2em;
  min-width: 6em;
  background-color: #f0f0f0;
  margin-left: 2.5em;
  margin-right: 2.5em;
  padding-right: 0;
}

.services-icon_wrap {
  width: 4.5em;
  margin-bottom: 2em;
  font-size: 1em;
}

.services_icon {
  width: 10em;
  font-size: 1em;
}

.h2 {
  margin-bottom: 1em;
}

.h2.is--portfolio {
  color: #f0f0f0;
  letter-spacing: .035em;
  text-transform: uppercase;
  margin-bottom: 2em;
}

.h2.is--white {
  color: #f0f0f0;
}

.h2.is--white.is--no-margin {
  text-align: center;
  margin-bottom: 0;
}

.servicos-list {
  color: #f0f0f0;
  margin-bottom: .6em;
  font-family: Comfortaa, sans-serif;
  font-size: 1.6em;
  font-weight: 500;
  line-height: 1.2;
}

.servicos-list.is--right {
  text-align: right;
}

.decor_wrap.is--rigth {
  z-index: 0;
  align-self: flex-end;
  align-items: center;
  margin-bottom: 2em;
  display: flex;
  position: relative;
  right: -8vw;
}

.decor_wrap.is--left {
  align-self: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  top: 1em;
  left: -8vw;
}

.h3-2 {
  font-family: Comfortaa, sans-serif;
}

.h3-2.is--servicos {
  min-width: 5px;
  color: #f8c031;
  text-align: right;
  margin-right: 2.3em;
  font-size: 2.2em;
}

.h3-2.is--servicos.is--orcamentos {
  margin-bottom: 0;
  margin-left: 2.3em;
  margin-right: 0;
}

.image {
  border-radius: .6em;
}

.image.is--sobre {
  height: 30em;
  object-fit: cover;
}

.image.is--decor-icon {
  border-radius: 0;
}

.grid_imagens_projectos {
  grid-column-gap: 4.5em;
  grid-row-gap: 5em;
  grid-template-rows: auto auto auto auto auto;
  align-items: start;
  margin-bottom: 0;
}

.portfolio-image_wrap {
  height: 38em;
}

.portfolio-image_wrap.is--left {
  align-items: flex-end;
  display: flex;
}

.portfolio-image_wrap.is--convite-2 {
  background-image: url('../images/convite_2.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: .6em;
}

.portfolio-image {
  height: 35em;
  object-fit: cover;
  border-radius: .6em;
}

.navbar {
  z-index: 1;
  background-color: #fafafa;
  justify-content: space-between;
  padding: 1em 4vw;
  display: flex;
  position: relative;
  box-shadow: 0 0 20px -3px rgba(0, 0, 0, .3);
}

.nav-link {
  color: #003363;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  padding: 1em .7em 1em .75em;
  font-family: Montserrat, sans-serif;
  font-size: .875rem;
  font-weight: 700;
  transition: color .3s;
}

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

.nav-link.is--en {
  color: #ca003d;
}

.nav-link.is--en:hover {
  color: #f8c031;
}

.nav-link.is--pt {
  color: #007e24;
}

.nav-link.is--pt:hover {
  color: #f8c031;
}

.pt-en_wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.pt-en_wrapper.is--mobile {
  display: none;
}

.iagem-logo {
  width: 16em;
  font-size: 1.1em;
  display: inline-block;
  position: static;
}

.nav-links_wrap {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-link_wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tra-o-separador {
  width: .15em;
  height: 2em;
  color: #151515;
  background-color: #003363;
  margin-left: .5em;
  margin-right: .5em;
  display: flex;
}

.desde {
  color: #003363;
  text-align: center;
  letter-spacing: .1em;
  text-transform: lowercase;
  margin-top: -.3rem;
  margin-left: 1.25rem;
  font-family: Comfortaa, sans-serif;
  font-size: .85rem;
  font-weight: 700;
  line-height: 1.2;
}

.smothscroll {
  overflow: hidden;
}

.encadernacao_block {
  width: 100%;
  height: 35em;
  background-image: linear-gradient(68deg, rgba(21, 21, 21, .15) 30%, rgba(21, 21, 21, .26) 65%, rgba(21, 21, 21, .15)), url('../images/encadernacao.jpg');
  background-position: 0 0, 50% 60%;
  background-size: auto, cover;
  border-radius: .6em;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 7px 7px 16px 3px rgba(21, 21, 21, .2);
}

.encaderna-o_text_cont {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 9rem;
  display: flex;
}

.p-2 {
  font-family: Comfortaa, sans-serif;
  font-size: 1.3em;
}

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

.logo {
  width: 13rem;
}

.logo.is--rodape {
  width: 22em;
}

.local {
  width: 100%;
  height: 18em;
  object-fit: cover;
  border-radius: .6em;
}

.social-link {
  width: 2.25em;
  margin-right: .8em;
}

.social-link.is--last {
  width: 2rem;
  margin-right: 0;
}

.is--contacts-link {
  color: #003363;
  font-family: Comfortaa, sans-serif;
  font-size: 1.2em;
  font-weight: 700;
  text-decoration: underline;
}

.is--contacts-link:hover {
  color: #f8c031;
}

.is--contacts-link.is--maps {
  color: #ca003d;
  font-family: Comfortaa, sans-serif;
  font-size: 1em;
}

.is--contacts-link.is--maps:hover {
  color: #f8c031;
}

.social-media-icon {
  padding-bottom: 2em;
}

.social-media-icon.pinterest {
  padding-bottom: 0;
  font-size: .5vw;
  transition: transform .3s;
  transform: translate(0);
}

.social-media-icon.pinterest:hover {
  transform: translate(0, -1em);
}

.social-media-icon.facebook {
  width: auto;
  padding-bottom: 0;
  font-size: 1em;
  transition: transform .3s;
  transform: translate(0);
}

.social-media-icon.facebook:hover {
  transform: translate(0, -1em);
}

.sub-menu_dot {
  width: 1em;
  height: 1em;
  background-color: #f0f0f0;
  border-radius: 50em;
  font-size: 1rem;
  transition: background-color .3s;
}

.sub-menu_dot:hover {
  background-color: #f8c031;
}

.sub-menu_dot.is--portfolio {
  background-color: #003363;
}

.sub-menu_dot.is--encadernacao {
  color: #d8d4d3;
  background-color: #d8d4d3;
}

.sub-menu_dot.is--encadernacao:hover {
  background-color: #d8d4d3;
}

.sub-menu_dot.is--sobre {
  background-color: #f8c031;
}

.sub-menu_dot.is--home:hover, .sub-menu_dot.is--contacts:hover {
  background-color: #f0f0f0;
}

.sub-menu_dot.is--servicos {
  background-color: #ca003d;
}

.sub-menu_wrapper {
  z-index: 5;
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  object-fit: fill;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-self: flex-end;
  align-items: stretch;
  display: flex;
  position: fixed;
  top: 17em;
  right: 1.5vw;
}

.servicos {
  width: 100%;
  position: relative;
  top: -5em;
}

.o-que-fazemos_title {
  color: #f0f0f0;
  white-space: nowrap;
  font-size: 4em;
  font-weight: 500;
  line-height: 1;
}

.p--apointment {
  color: #003363;
  margin-top: 1rem;
  font-family: Comfortaa, sans-serif;
  font-size: 1.2em;
  font-weight: 600;
}

.p--apointment.is--services {
  color: #f0f0f0;
}

.p--apointment.is--contacte-nos {
  color: #ca003d;
  margin-bottom: .5em;
  font-size: 1.5em;
  font-weight: 700;
}

.p--apointment.is--adress {
  color: #003363;
  margin-bottom: 2em;
  font-size: 1.25em;
  font-weight: 700;
}

.p--apointment.is--map {
  margin-bottom: 1.5em;
  font-size: 1.5em;
}

.p--apointment.is--apointment {
  font-size: 1.3em;
}

.p--apointment.is--phone, .p--apointment.is--email {
  margin-bottom: .5em;
}

.p--contacte-nos {
  color: #ca003d;
  margin-bottom: .5em;
  font-family: Comfortaa, sans-serif;
  font-size: 1.5em;
  font-weight: 600;
}

.p--contacte-nos.is--services {
  color: #f0f0f0;
}

.p--contacte-nos.is--contacte-nos {
  color: #ca003d;
  margin-bottom: .5em;
  font-size: 1.5em;
  font-weight: 700;
}

.p--contacte-nos.is--adress {
  color: #003363;
  margin-bottom: 2em;
  font-size: 1.25em;
  font-weight: 700;
}

.p--contacte-nos.is--map {
  margin-bottom: 1.5em;
  font-size: 1.5em;
}

.p--contacte-nos.is--apointment {
  font-size: 1.3em;
}

.p--contacte-nos.is--phone, .p--contacte-nos.is--email {
  margin-bottom: .5em;
}

.p--adress {
  color: #003363;
  margin-bottom: 2em;
  font-family: Comfortaa, sans-serif;
  font-size: 1.1em;
  font-weight: 500;
}

.p--adress.is--services {
  color: #f0f0f0;
}

.p--adress.is--contacte-nos {
  color: #ca003d;
  margin-bottom: .5em;
  font-size: 1.5em;
  font-weight: 700;
}

.p--adress.is--adress {
  color: #003363;
  margin-bottom: 2em;
  font-size: 1.25em;
  font-weight: 700;
}

.p--adress.is--map {
  margin-bottom: 1.5em;
  font-size: 1.5em;
}

.p--adress.is--apointment {
  font-size: 1.3em;
}

.p--adress.is--phone, .p--adress.is--email {
  margin-bottom: .5em;
}

.p--email {
  color: #151515;
  margin-bottom: .6rem;
  font-family: Comfortaa, sans-serif;
  font-size: 1.1em;
  font-weight: 500;
}

.p--email.is--services {
  color: #f0f0f0;
}

.p--email.is--contacte-nos {
  color: #ca003d;
  margin-bottom: .5em;
  font-size: 1.5em;
  font-weight: 700;
}

.p--email.is--adress {
  color: #003363;
  margin-bottom: 2em;
  font-size: 1.25em;
  font-weight: 700;
}

.p--email.is--map {
  margin-bottom: 1.5em;
  font-size: 1.5em;
}

.p--email.is--apointment {
  font-size: 1.3em;
}

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

.p--email.is--email {
  margin-bottom: .5em;
}

.p--phone {
  color: #151515;
  margin-bottom: 2rem;
  font-family: Comfortaa, sans-serif;
  font-size: 1.1em;
  font-weight: 500;
}

.p--phone.is--services {
  color: #f0f0f0;
}

.p--phone.is--contacte-nos {
  color: #ca003d;
  margin-bottom: .5em;
  font-size: 1.5em;
  font-weight: 700;
}

.p--phone.is--adress {
  color: #003363;
  margin-bottom: 2em;
  font-size: 1.25em;
  font-weight: 700;
}

.p--phone.is--map {
  margin-bottom: 1.5em;
  font-size: 1.5em;
}

.p--phone.is--apointment {
  font-size: 1.3em;
}

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

.p--phone.is--email {
  margin-bottom: .5em;
}

.p--services {
  color: #f0f0f0;
  font-family: Comfortaa, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
}

.p--services.is--services {
  color: #f0f0f0;
}

.p--services.is--contacte-nos {
  color: #ca003d;
  margin-bottom: .5em;
  font-size: 1.5em;
  font-weight: 700;
}

.p--services.is--adress {
  color: #003363;
  margin-bottom: 2em;
  font-size: 1.25em;
  font-weight: 700;
}

.p--services.is--map {
  margin-bottom: 1.5em;
  font-size: 1.5em;
}

.p--services.is--apointment {
  font-size: 1.3em;
}

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

.p--services.is--email {
  margin-bottom: .5em;
}

.is--contacts-link_map {
  color: #ca003d;
  font-family: Comfortaa, sans-serif;
  font-size: 1em;
  font-weight: 700;
  text-decoration: underline;
}

.is--contacts-link_map:hover {
  color: #f8c031;
}

.is--contacts-link_map.is--maps {
  color: #ca003d;
  font-family: Comfortaa, sans-serif;
  font-size: 1em;
}

.is--contacts-link_map.is--maps:hover {
  color: #f8c031;
}

.p--map {
  color: #151515;
  margin-bottom: 1em;
  font-family: Comfortaa, sans-serif;
  font-size: 1.25em;
  font-weight: 500;
}

.p--map.is--services {
  color: #f0f0f0;
}

.p--map.is--contacte-nos {
  color: #ca003d;
  margin-bottom: .5em;
  font-size: 1.5em;
  font-weight: 700;
}

.p--map.is--adress {
  color: #003363;
  margin-bottom: 2em;
  font-size: 1.25em;
  font-weight: 700;
}

.p--map.is--map {
  margin-bottom: 1.5em;
  font-size: 1.5em;
}

.p--map.is--apointment {
  font-size: 1.3em;
}

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

.p--map.is--email {
  margin-bottom: .5em;
}

.up-footer_wrap {
  width: 100%;
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  display: flex;
}

.footer-line {
  height: 1px;
  background-color: #999;
  margin-top: 3rem;
  margin-bottom: 2rem;
}

.down-footer_wrap {
  justify-content: space-between;
  display: flex;
}

.p--legal {
  color: #151515;
  flex: 0 auto;
  margin-bottom: 2.5em;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.p--legal:hover {
  text-decoration: none;
}

.p--legal.is--services {
  color: #f0f0f0;
}

.p--legal.is--contacte-nos {
  color: #ca003d;
  margin-bottom: .5em;
  font-size: 1.5em;
  font-weight: 700;
}

.p--legal.is--adress {
  color: #003363;
  margin-bottom: 2em;
  font-size: 1.25em;
  font-weight: 700;
}

.p--legal.is--map {
  margin-bottom: 1.5em;
  font-size: 1.5em;
}

.p--legal.is--apointment {
  font-size: 1.3em;
}

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

.p--legal.is--email {
  margin-bottom: .5em;
}

.p--legal.is {
  font-size: 1em;
}

.p--legal.is--direitos {
  letter-spacing: .01rem;
  margin-bottom: 0;
  font-size: .85rem;
}

.p--legal.is--direitos:hover {
  text-decoration: none;
}

.p--legal.is--link {
  cursor: pointer;
  margin-bottom: 0;
  transition: all .3s;
}

.p--legal.is--link:hover {
  text-decoration: underline;
}

.p--legal.is--text {
  font-family: Montserrat, sans-serif;
  font-size: .95rem;
  font-weight: 500;
}

.p--legal.is--text.is--topics {
  margin-bottom: 1em;
}

.p--legal.is--text.is--last {
  margin-bottom: 0;
}

.p--legal.is--list {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: .9rem;
  font-weight: 500;
  line-height: 1.4;
}

.hero_sub-title {
  color: #f0f0f0;
  margin-bottom: .5em;
  font-family: Comfortaa, sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
}

.grid-100 {
  width: 100%;
}

.sub-title {
  margin-bottom: .6em;
  font-size: 1.4rem;
  font-weight: 500;
}

.list {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  flex-direction: column;
  margin-bottom: 2em;
  padding-left: 2em;
  font-size: 1rem;
  display: flex;
}

.footer-legal-links_wrapper {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  display: flex;
}

.is--link {
  color: #151515;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  text-decoration: underline;
}

.is--link:hover {
  color: #727272;
}

.footer-legal_wrapper {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  display: flex;
}

.p--contact-us {
  color: #ca003d;
  margin-bottom: .5em;
  font-family: Comfortaa, sans-serif;
  font-size: 1.5em;
  font-weight: 500;
}

.legal--link {
  color: #151515;
  border-bottom: 1px solid #151515;
  font-family: Comfortaa, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  transition: all .3s;
}

.legal--link:hover {
  opacity: .75;
}

.footer-title {
  color: #ca003d;
  margin-bottom: 1rem;
  font-family: Comfortaa, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
}

.footer-link {
  color: #003363;
  font-family: Comfortaa, sans-serif;
  font-size: 1.25em;
  font-weight: 600;
  text-decoration: underline;
}

.footer-link:hover {
  color: #f8c031;
}

.footer-link.is--map {
  color: #ca003d;
}

.footer-link.is--map:hover {
  color: #f8c031;
}

.footer-links_wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 1rem;
  display: flex;
}

.hero_anchor {
  height: 0;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 320px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.not-fond_icon {
  width: 7rem;
  margin-bottom: 2rem;
}

@media screen and (max-width: 991px) {
  body {
    cursor: default;
  }

  h2 {
    font-size: 30px;
  }

  a {
    cursor: default;
  }

  .container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .container.is--servicos {
    flex-direction: row;
  }

  .container.is--sobre {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column-reverse;
  }

  .container.is--vertical {
    width: auto;
  }

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

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

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

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

  .h1 {
    font-size: 40px;
  }

  .h3.is--hero {
    font-size: 18px;
  }

  .h3.is--services {
    margin-bottom: 15px;
    font-size: 22px;
  }

  .h3.is--list_title {
    font-size: 20px;
  }

  .h3.is--list_title.is-design {
    margin-right: 1.8rem;
  }

  .h3.is--list_title.is--orcamentos {
    margin-left: 1.8rem;
  }

  .main-button {
    padding: 18px 32px;
  }

  .main-button_text {
    font-size: 12px;
    line-height: 1;
  }

  .grid {
    width: 100%;
  }

  .grid.is--contacts {
    width: auto;
  }

  .grid.is--local-img {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .grid.is--services {
    width: 90%;
  }

  .sobre_image {
    height: 320px;
    object-fit: cover;
  }

  .p {
    font-size: 16px;
  }

  .p.is--contacte-nos {
    font-size: 18px;
  }

  .p.is--adress {
    margin-bottom: 18px;
    font-size: 16px;
  }

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

  .p.is--phone, .p.is--email {
    margin-bottom: 12px;
  }

  .fazemos-title-wrap {
    width: 100vw;
    margin-bottom: 40px;
    padding-bottom: 0;
    overflow: visible;
  }

  .services-line {
    width: 55px;
    height: 2.5px;
    min-width: 55px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .services-icon_wrap {
    width: 55px;
    margin-bottom: 25px;
  }

  .services_icon {
    width: 60px;
  }

  .h2 {
    font-size: 24px;
  }

  .servicos-list {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .servicos-list.is--right {
    font-size: 18px;
  }

  .decor_wrap.is--rigth {
    margin-bottom: 20px;
    right: -8vw;
  }

  .decor_wrap.is--left {
    top: 20px;
    left: -8vw;
  }

  .h3-2.is--servicos {
    margin-right: 4vw;
    font-size: 22px;
  }

  .h3-2.is--servicos.is--orcamentos {
    margin-left: 4vw;
  }

  .image {
    width: 30px;
  }

  .image.is--sobre {
    width: auto;
    height: 320px;
    object-fit: cover;
    border-radius: 6px;
  }

  .grid_imagens_projectos {
    width: 100%;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    margin-top: 0;
    margin-bottom: 0;
  }

  .portfolio-image_wrap {
    width: 100%;
    height: auto;
  }

  .portfolio-image_wrap.is--convite-2 {
    height: 320px;
    background-position: 50% 65%;
    border-radius: 6px;
  }

  .portfolio-image {
    width: 100%;
    height: 320px;
    border-radius: 6px;
  }

  .navbar {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .nav-link {
    text-align: center;
    border-bottom: 2px #d8d4d3;
    margin-top: 0;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    font-size: 14px;
    font-weight: 700;
    display: block;
  }

  .nav-link.is--en, .nav-link.is--pt, .nav-link.is--pt.w--current {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .pt-en_wrapper.is--mobile {
    display: flex;
  }

  .iagem-logo {
    z-index: 1;
    width: 220px;
    max-width: none;
    font-size: 1.2em;
  }

  .nav-links_wrap {
    display: none;
  }

  .tra-o-separador {
    width: 5em;
    height: .12em;
    display: none;
  }

  .desde {
    letter-spacing: .05em;
    margin-top: -5px;
    margin-left: 30px;
    font-size: 12px;
  }

  .encadernacao_block {
    height: 350px;
    min-height: 0;
    border-radius: 6px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .encaderna-o_text_cont {
    margin-top: 185px;
  }

  .p-2 {
    font-size: 16px;
  }

  .logo {
    width: 220px;
  }

  .logo.is--rodape {
    width: 250px;
    margin-bottom: 30px;
  }

  .local {
    width: 100%;
    height: 300px;
    border-radius: 6px;
  }

  .social-link {
    width: 35px;
  }

  .is--contacts-link, .is--contacts-link.is--maps {
    font-size: 16px;
  }

  .footer-links_wrap {
    margin-bottom: 20px;
  }

  .social-media-icon {
    width: 3.3em;
  }

  .social-media-icon.pinterest {
    width: 45px;
  }

  .sub-menu_dot {
    width: 50px;
    height: 6px;
    margin-bottom: 1em;
  }

  .sub-menu_wrapper {
    display: none;
  }

  .servicos {
    top: -50px;
  }

  .o-que-fazemos_title {
    font-size: 40px;
  }

  .p--apointment {
    font-size: 16px;
  }

  .p--apointment.is--contacte-nos {
    font-size: 18px;
  }

  .p--apointment.is--adress {
    margin-bottom: 18px;
    font-size: 16px;
  }

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

  .p--apointment.is--phone, .p--apointment.is--email {
    margin-bottom: 12px;
  }

  .p--contacte-nos {
    font-size: 16px;
  }

  .p--contacte-nos.is--contacte-nos {
    font-size: 18px;
  }

  .p--contacte-nos.is--adress {
    margin-bottom: 18px;
    font-size: 16px;
  }

  .p--contacte-nos.is--apointment {
    font-size: 14px;
  }

  .p--contacte-nos.is--phone, .p--contacte-nos.is--email {
    margin-bottom: 12px;
  }

  .p--adress {
    font-size: 16px;
  }

  .p--adress.is--contacte-nos {
    font-size: 18px;
  }

  .p--adress.is--adress {
    margin-bottom: 18px;
    font-size: 16px;
  }

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

  .p--adress.is--phone, .p--adress.is--email {
    margin-bottom: 12px;
  }

  .p--email {
    font-size: 16px;
  }

  .p--email.is--contacte-nos {
    font-size: 18px;
  }

  .p--email.is--adress {
    margin-bottom: 18px;
    font-size: 16px;
  }

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

  .p--email.is--phone, .p--email.is--email {
    margin-bottom: 12px;
  }

  .p--phone {
    font-size: 16px;
  }

  .p--phone.is--contacte-nos {
    font-size: 18px;
  }

  .p--phone.is--adress {
    margin-bottom: 18px;
    font-size: 16px;
  }

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

  .p--phone.is--phone, .p--phone.is--email {
    margin-bottom: 12px;
  }

  .p--services {
    font-size: 16px;
  }

  .p--services.is--contacte-nos {
    font-size: 18px;
  }

  .p--services.is--adress {
    margin-bottom: 18px;
    font-size: 16px;
  }

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

  .p--services.is--phone, .p--services.is--email {
    margin-bottom: 12px;
  }

  .is--contacts-link_map, .is--contacts-link_map.is--maps, .p--map {
    font-size: 16px;
  }

  .p--map.is--contacte-nos {
    font-size: 18px;
  }

  .p--map.is--adress {
    margin-bottom: 18px;
    font-size: 16px;
  }

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

  .p--map.is--phone, .p--map.is--email {
    margin-bottom: 12px;
  }

  .up-footer_wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .p--legal {
    font-size: 15px;
  }

  .p--legal.is--contacte-nos {
    font-size: 18px;
  }

  .p--legal.is--adress {
    margin-bottom: 18px;
    font-size: 16px;
  }

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

  .p--legal.is--phone, .p--legal.is--email {
    margin-bottom: 12px;
  }

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

  .hero_sub-title {
    font-size: 18px;
  }

  .sub-title {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .list {
    margin-bottom: 20px;
    padding-left: 20px;
    font-size: 14px;
  }

  .footer-legal-links_wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .footer-legal_wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .p--contact-us {
    font-size: 18px;
  }

  .footer-title {
    font-size: 20px;
  }

  .footer-link {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .container.is--servicos {
    grid-column-gap: .7em;
    grid-row-gap: .7em;
    flex-direction: column;
    align-items: flex-start;
  }

  .section.is--red.is--servicos {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .h1.is--hero {
    font-size: 36px;
  }

  .sobre_image {
    height: 260px;
  }

  .fazemos-title-wrap {
    margin-left: -10vw;
    overflow: visible;
  }

  .services-line {
    height: 3px;
    line-height: 1.4;
  }

  .services-icon_wrap {
    width: auto;
    min-width: auto;
    align-self: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 2em;
    display: block;
  }

  .services_icon {
    width: 50px;
    min-width: auto;
    padding-bottom: 1.5em;
    padding-right: 0;
    font-size: 16px;
    display: inline-block;
  }

  .h2 {
    font-size: 22px;
  }

  .servicos-list {
    margin-bottom: 6px;
  }

  .servicos-list.is--right {
    text-align: left;
  }

  .decor_wrap.is--rigth {
    right: -10vw;
  }

  .decor_wrap.is--left {
    left: -10vw;
  }

  .h3-2.is--servicos {
    margin-right: 30px;
  }

  .h3-2.is--servicos.is--orcamentos {
    margin-left: 30px;
  }

  .image.is--sobre {
    height: 260px;
  }

  .grid_imagens_projectos {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    grid-template-columns: 1fr;
    margin-top: 0;
    margin-bottom: 0;
  }

  .portfolio-image_wrap {
    height: auto;
  }

  .portfolio-image {
    height: 230px;
  }

  .iagem-logo {
    width: 200px;
    font-size: 14px;
  }

  .desde {
    letter-spacing: .1em;
    margin-top: -.6em;
  }

  .encadernacao_block {
    height: 260px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .encaderna-o_text_cont {
    margin-top: 120px;
  }

  .local {
    height: 280px;
  }

  .social-media-icon {
    width: 4em;
    padding-bottom: 1.5em;
  }

  .social-media-icon.pinterest {
    width: 40px;
  }

  .down-footer_wrap {
    flex-direction: column;
  }

  .footer-legal-links_wrapper, .footer-legal_wrapper {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 35px;
    line-height: 38px;
  }

  h3 {
    font-size: 25px;
    line-height: 31px;
  }

  h4 {
    font-size: 21px;
    line-height: 26px;
  }

  h5 {
    font-size: 16px;
    line-height: 22px;
  }

  p {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 25px;
  }

  a {
    font-size: 15px;
  }

  .h1.is--hero {
    font-size: 32px;
  }

  .main-button {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .sobre_image {
    height: 160px;
  }

  .fazemos-title-wrap {
    overflow: visible;
  }

  .services-line {
    height: 3px;
    min-width: 55px;
  }

  .services_icon {
    width: 3em;
  }

  .servicos-list.is--right {
    font-size: 18px;
  }

  .h3-2.is--servicos {
    margin-right: 10px;
  }

  .h3-2.is--servicos.is--orcamentos {
    min-width: auto;
    margin-left: 10px;
    font-size: 20px;
  }

  .image.is--sobre {
    height: 160px;
  }

  .grid_imagens_projectos {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 0;
  }

  .portfolio-image_wrap.is--convite-2, .portfolio-image {
    height: 160px;
  }

  .iagem-logo {
    width: 170px;
    font-size: 1em;
  }

  .desde {
    font-size: 9px;
  }

  .encadernacao_block {
    height: 180px;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .encaderna-o_text_cont {
    margin-top: 90px;
  }

  .logo {
    width: 200px;
  }

  .logo.w--current {
    font-size: 1em;
  }

  .logo.is--rodape {
    width: 300px;
  }

  .local {
    height: 180px;
  }

  .social-link {
    width: 30px;
  }

  .social-media-icon {
    width: 3.3em;
  }

  .social-media-icon.pinterest, .social-media-icon.facebook {
    font-size: .3vw;
  }
}

@media screen and (max-width: 991px) {
  #w-node-cc176b51-8a29-1e5a-a6e6-7af25cd4af47-02223942 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


