.w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url('../images/youtube-placeholder.svg');
  background-size: cover;
  background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 1.2em;
  letter-spacing: 1px;
}

a {
  text-decoration: underline;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-top: 80px;
  padding-bottom: 80px;
  -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;
}

.section.section-txt-cover {
  min-height: 50vh;
  padding-bottom: 0px;
  -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;
  text-align: center;
}

.section.section-txt-cover.hide {
  display: none;
}

.section.footer {
  position: relative;
  overflow: hidden;
  min-height: 20vh;
  padding-top: 140px;
  padding-bottom: 61px;
  border-top-right-radius: 200px;
}

.section.section--projetos-grid {
  padding-bottom: 0px;
}

.section.section--projetos-destaque {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section.section--projetos-destaque.hide {
  display: none;
}

.section.section--cover {
  padding-top: 5vh;
  padding-bottom: 0px;
}

.section.section--single-body {
  min-height: 10vh;
  padding-top: 0px;
  padding-bottom: 0px;
}

.section.section--outros-projetos {
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.section.contato-section {
  min-height: 30vh;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  min-height: 20px;
  -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;
}

.container.container--projetos {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.container.container--projetos.projetos-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.container.footer-container {
  position: relative;
  z-index: 2;
  -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;
}

.container.container--single-body {
  display: block;
  max-width: 1050px;
  padding: 10px 31px 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #fff;
  -webkit-transform: translate(0px, -10vh);
  -ms-transform: translate(0px, -10vh);
  transform: translate(0px, -10vh);
}

.container.container--single-heading {
  padding: 5% 3%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-color: #fff;
  -webkit-transform: translate(0px, -15vh);
  -ms-transform: translate(0px, -15vh);
  transform: translate(0px, -15vh);
}

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

.container.contato-container {
  padding-left: 12%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.projeto-block {
  position: relative;
  width: 40%;
  height: 80vh;
  margin-top: 15vh;
  margin-bottom: 15vh;
  -webkit-perspective: 686px;
  perspective: 686px;
  color: #000;
  text-decoration: none;
}

.projeto-block.pbg {
  background-image: url('../images/cacciari-models-2.PNG');
  background-size: cover;
}

.projeto-block.pbg2 {
  background-image: url('../images/baiacool.PNG');
  background-size: cover;
}

.projeto {
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  -webkit-transition: -webkit-transform 600ms ease;
  transition: -webkit-transform 600ms ease;
  transition: transform 600ms ease;
  transition: transform 600ms ease, -webkit-transform 600ms ease;
}

.projeto.pbg {
  background-image: url('../images/cacciari-models-2.PNG');
  background-size: cover;
}

.projeto.pbg2 {
  background-image: url('../images/baiacool.PNG');
  background-size: cover;
}

.projeto.hover-left {
  border-top-right-radius: 50%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.projeto.hover-left:hover {
  -webkit-transform: rotateX(0deg) rotateY(-10deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(-10deg) rotateZ(0deg);
}

.projeto.hover-right {
  border-bottom-left-radius: 50%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.projeto.hover-right:hover {
  -webkit-transform: rotateX(0deg) rotateY(10deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(10deg) rotateZ(0deg);
}

.projetobg {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 3000ms cubic-bezier(.25, .46, .45, .94);
  transition: -webkit-transform 3000ms cubic-bezier(.25, .46, .45, .94);
  transition: transform 3000ms cubic-bezier(.25, .46, .45, .94);
  transition: transform 3000ms cubic-bezier(.25, .46, .45, .94), -webkit-transform 3000ms cubic-bezier(.25, .46, .45, .94);
}

.projetobg:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.projetobg.pbg {
  background-image: url('../images/cacciari-models-2.PNG');
  background-size: cover;
}

.projetobg.pbg2 {
  background-image: url('../images/baiacool.PNG');
  background-size: cover;
}

.projetobg.pbg3 {
  background-image: url('../images/vegan-cuts.PNG');
  background-size: cover;
}

.projetobg.pbg4 {
  background-image: url('../images/bibliomundi.PNG');
  background-size: cover;
}

.projeto-text-block {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 10%;
  z-index: 2;
  display: inline-block;
  padding: 10px 12px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-transform: translate(-5vh, 0px);
  -ms-transform: translate(-5vh, 0px);
  transform: translate(-5vh, 0px);
}

.projeto-text-block.right {
  left: auto;
  right: 0%;
  -webkit-transform: translate(5vh, 0px);
  -ms-transform: translate(5vh, 0px);
  transform: translate(5vh, 0px);
  text-align: right;
}

.projeto-nome {
  margin-top: 0px;
  margin-bottom: 2px;
  color: #5e5e5e;
  font-size: 22px;
  line-height: 1.2em;
  font-weight: 400;
  letter-spacing: 1px;
}

.projeto-headline {
  font-size: 13px;
  line-height: 1.2em;
  font-weight: 300;
  letter-spacing: 1px;
}

.projeto-headline.right {
  margin-right: 2vh;
  margin-left: 0vh;
}

.body {
  font-family: Assistant, sans-serif;
}

.big-text {
  margin-top: 142px;
  margin-bottom: 0px;
  color: #000;
  font-size: 20vw;
  line-height: 0.9em;
  font-weight: 200;
  letter-spacing: 3px;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 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;
}

.nav-container {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 40px;
  -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;
}

.nav-link {
  color: #2b2b2b;
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 300;
  letter-spacing: 2px;
  text-decoration: none;
}

.nav-menu-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -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;
  cursor: pointer;
}

.nav-dash {
  width: 40px;
  height: 4px;
  margin-top: 2px;
  margin-bottom: 2px;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, .61);
}

.menu {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  height: 100vh;
  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: 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;
  background-color: #5e5e5e;
}

.menu.hide {
  display: none;
  background-color: #2b2b2b;
  opacity: 1;
  -webkit-transform: translate(100%, 0px);
  -ms-transform: translate(100%, 0px);
  transform: translate(100%, 0px);
}

.menu-link {
  padding-top: 14px;
  padding-bottom: 14px;
  color: #fff;
  font-size: 44px;
  line-height: 1em;
  font-weight: 600;
  text-decoration: none;
}

.projeto--mason {
  position: relative;
  overflow: hidden;
  width: 33.33%;
  height: 60vh;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  text-decoration: none;
}

.projeto--mason.red {
  background-color: #520000;
}

.projeto--mason.middle.row2 {
  -webkit-transform: translate(0px, 10vh);
  -ms-transform: translate(0px, 10vh);
  transform: translate(0px, 10vh);
}

.projeto--mason.m1 {
  background-image: url('../images/cacciari-models-2.PNG');
  background-size: cover;
}

.projeto--mason.m2 {
  background-image: url('../images/baiacool.PNG');
  background-size: cover;
}

.projeto--mason.m3 {
  background-image: url('../images/vegan-cuts.PNG');
  background-size: cover;
}

.projeto--mason.m4 {
  background-image: url('../images/bibliomundi.PNG');
  background-position: 50% 50%;
  background-size: cover;
}

.projeto--mason.m5 {
  background-image: url('../images/mmiranda.PNG');
  background-size: cover;
}

.projeto--mason.m6 {
  background-image: url('../images/crocodilo.PNG');
  background-size: cover;
}

.projeto--mason.c1 {
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.projeto--mason.c2 {
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.footer-link {
  max-width: 20px;
  margin-right: 15px;
}

.footer-link.face {
  padding-right: 16px;
  padding-left: 16px;
}

.footer__copywrite {
  color: #b6b6c8;
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 300;
  letter-spacing: 2px;
}

.footerbg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: none;
  background-color: #2b2b2b;
}

.projeto-mason__overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 0%;
  padding-right: 4vh;
  padding-left: 4vh;
  -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;
  background-color: #2b2b2b;
}

.projeto-mason__overlay.hide {
  height: 0%;
}

.projeto-mason__txt {
  margin-bottom: 13px;
  font-size: 18px;
  line-height: 1.3em;
  font-weight: 300;
}

.projeto-mason__title {
  margin-top: 0px;
  font-size: 40px;
  line-height: 1em;
}

.projeto-mason__btn {
  padding: 9px 19px;
  border: 1px solid #fff;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.projeto-mason__btn.c1 {
  border-top-left-radius: 18px;
  border-bottom-right-radius: 18px;
}

.cover-txt {
  margin-top: 0px;
  margin-bottom: 5%;
  font-size: 20vw;
  line-height: 0.8em;
  font-weight: 200;
  text-align: center;
}

.cover-sobre {
  max-width: 700px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  font-size: 25px;
  line-height: 1.5em;
  text-align: left;
}

.cover-text-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding: 100px 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: 2px solid #000;
}

.home-slider {
  width: 90%;
  height: 85vh;
  background-color: transparent;
}

.cover-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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-top-right-radius: 0px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  text-decoration: none;
}

.cover-img.slide1 {
  background-image: url('../images/capa-bookado.jpg');
  background-size: cover;
}

.cover-img.slide2 {
  background-image: url('../images/home.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.hide {
  display: none;
}

.home-cover-title {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 5px 26px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #fff;
  color: #000;
  font-size: 42px;
  line-height: 1.2em;
  font-weight: 200;
}

.home-mask {
  background-color: transparent;
}

.single-cover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 85vh;
  -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;
  background-image: url('../images/capa-bookado.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.single-paragrafo {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.6em;
}

.single-h2 {
  margin-bottom: 15px;
  line-height: 1.2em;
}

.single-h3 {
  margin-top: 40px;
  margin-bottom: 10px;
  line-height: 1.2em;
}

.single-img {
  width: 100%;
  margin-bottom: 15px;
}

.single-video {
  margin-bottom: 15px;
}

.single-galeria {
  width: 120%;
  height: 400px;
  margin: 30px auto 20px;
  -webkit-transform: translate(-8%, 0px);
  -ms-transform: translate(-8%, 0px);
  transform: translate(-8%, 0px);
}

.img-placeholder {
  width: 100%;
  height: 100%;
  background-image: url('../images/cacciari-models-2.PNG');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.img-placeholder._2 {
  background-image: url('../images/mmiranda.PNG');
  background-size: cover;
}

.single__block-single-infos {
  max-width: 400px;
  margin-right: 2%;
  margin-left: 2%;
}

.block-servicos__title {
  margin-top: 0px;
  margin-bottom: 5px;
  padding-left: 10px;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.block-servicos__item {
  margin-bottom: 5px;
  padding-right: 12px;
  font-size: 13px;
  line-height: 1.5em;
  font-weight: 300;
}

.single-infos-paragrafo {
  padding-left: 10px;
  font-size: 13px;
  line-height: 1.5em;
  font-weight: 300;
}

.block--outro-projeto {
  width: 45%;
  height: 85vh;
  text-decoration: none;
}

.block--outro-projeto.esq {
  border-top-right-radius: 500px;
  border-bottom-right-radius: 500px;
  background-image: url('../images/home.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.block--outro-projeto.dir {
  border-top-left-radius: 500px;
  border-bottom-left-radius: 500px;
  background-image: url('../images/crocodilo.PNG');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.outro-projeto__overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 30px;
  padding-left: 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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, .97);
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  text-decoration: none;
}

.outro-projeto__overlay:hover {
  opacity: 1;
}

.outro-projeto__overlay.dir {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.outro-projeto__overlay.esq {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.outro-projeto-overlay__title {
  color: #000;
  font-size: 34px;
  line-height: 1.3em;
  font-weight: 100;
  letter-spacing: 2px;
}

.outro-projeto-overlay__saiba {
  padding-right: 5px;
  padding-left: 5px;
  color: rgba(0, 0, 0, .56);
  font-weight: 700;
}

.sobre-image {
  width: 180px;
  height: 300px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  background-image: url('../images/IMG_2661.JPG');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sobre-texto {
  width: 40%;
  padding: 13px 18px;
  border-radius: 20px;
  background-color: #fff;
  font-size: 16px;
  line-height: 1.4em;
}

.form-block {
  width: 40%;
}

.label {
  padding-left: 13px;
  font-size: 12px;
  line-height: 1.2em;
  font-weight: 200;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.input {
  margin-bottom: 23px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .11) rgba(0, 0, 0, .11) #000;
  border-radius: 20px;
}

.input.textarea {
  height: 190px;
}

.submit-button {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .22) rgba(0, 0, 0, .22) #000;
  border-radius: 20px;
  background-color: transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #2b2b2b;
}

.submit-button:hover {
  background-color: #2b2b2b;
  color: #fff;
}

@media (max-width: 991px) {
  .menu-link {
    font-size: 34px;
  }
  .projeto-mason__txt {
    font-size: 14px;
  }
  .projeto-mason__title {
    font-size: 28px;
  }
  .projeto-mason__btn.c1 {
    padding: 5px 6px;
    font-size: 10px;
  }
  .single-galeria {
    width: 100%;
    -webkit-transform: translate(0%, 0px);
    -ms-transform: translate(0%, 0px);
    transform: translate(0%, 0px);
  }
}

@media (max-width: 767px) {
  .section.section--outros-projetos {
    min-height: 10vh;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .container.footer-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .container.container--single-body {
    padding-right: 0px;
    padding-left: 0px;
  }
  .container.container--single-heading {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .projeto--mason {
    width: 50%;
  }
  .single-paragrafo {
    font-size: 15px;
    line-height: 1.5em;
  }
  .single-h2 {
    font-size: 28px;
  }
  .single-h3 {
    font-size: 22px;
  }
  .single__block-single-infos {
    margin-bottom: 40px;
  }
  .block--outro-projeto {
    width: 90%;
  }
}

@media (max-width: 479px) {
  .container.footer-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .nav-link {
    font-size: 15px;
  }
  .menu {
    width: 260px;
    padding-left: 25px;
  }
  .projeto--mason {
    width: 100%;
  }
  .footer__copywrite {
    margin-top: 15px;
    font-size: 16px;
  }
  .home-cover-title {
    font-size: 27px;
  }
  .single-paragrafo {
    font-size: 14px;
  }
  .single-h2 {
    font-size: 22px;
  }
  .single-h3 {
    font-size: 19px;
  }
}