.navbar{background-color: #fff;}
.form-title{
  font-size: 28px;
  display: block;
  line-height: 1.2em;
  margin-bottom: 30px;
  font-weight: 300;
  letter-spacing: 2px;
}
.projeto--mason{
  overflow: visible;
}
.projeto--mason:nth-child(3n+2){
  transform: translateY(-60px);
}
.section--outros-projetos .block--outro-projeto{
  height: 45vh;
}
.projeto-mason__overlay{
  transition: all 0.4s;
  background-color: #fff;
  color: #000000e0;
  height: 0%;
}
.section.footer{
  border-radius: 0;
  background-color: #19A1B6;
  margin-top: 2em;
  padding-top: 40px;
  padding-bottom: 30px;
}
.container.footer-container{
  flex-direction: column;
}
.footer__copywrite{
  margin-bottom: 10px;
  color: #fff!important;
  text-decoration: none;
}
.footer__copywrite:first-child{
  text-transform: uppercase;
  font-weight: 800;
}
.projeto-mason__btn{
  border-color: #000000e0;
  font-weight: 400;
}
.container.container--projetos{
  justify-content: flex-start;
}
.projeto--mason:hover .projeto-mason__overlay{
  height: 100%;
}
.navbar ul li{
  display: inline-block;
}
.navbar ul li a{
  color: #070707cf;
  text-decoration: none;
  font-size: 13px;
}
.navbar ul li:first-child::after{
  content: '/';
}
.navbar ul li:first-child a{
  margin-right: 8px;
}
a:visited {
  color: #2b2b2b;
}
a.menu-link{
  color: #1a1a1ad6;
  font-weight: 500;
  letter-spacing: 0;
  font-size: 16px;
  margin-right: 27px;
}
a.menu-link:visited {
  color: #3c3c3ce3;
}
a.menu-link span {
  font-size: 20px;
}
.navbar .menu.hide{
	background-color: #ffffffed;
}
.menu-desktop{
  display: flex;
}
.nav-menu-icon{
  display: none;
}
.navbar .nav-dash{
	background-color: rgba(0, 0, 0, .61)!important;
}
.container--single-body p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.6em;
}
.container--single-body ul.wp-block-gallery {
  margin-left: 0px;
}
.single__block-single-infos p {
  padding-left: 10px;
  font-size: 13px;
  line-height: 1.5em;
  font-weight: 300;
}
.nf-form-fields-required {
  display: none;
}
.nf-form-content .w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898EC;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}
.nf-form-content .submit-button {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.22) rgba(0, 0, 0, 0.22) #000;
  border-radius: 20px;
  background-color: transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #2b2b2b;
}
.nf-form-content .submit-button:hover {
  background-color: #2b2b2b;
  color: #fff;
}
.nf-form-content .input {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  vertical-align: middle;
  margin-bottom: 23px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.11) rgba(0, 0, 0, 0.11) #000;
  border-radius: 20px;
}
.nf-form-content textarea.input {
  min-height: 190px;
}

.projeto-mason__overlay{
  align-items: center;
  text-align: center;
}
body.page-template-page-sobre .sobre-texto{
  background-color: #19A1B6;
  color: #fff;
}
body.page-template-page-sobre{
  background-color: #19A1B6;
  color: #fff;
}

/*
 * body.page-template-page-sobre .nav-link,
 * body.page-template-page-sobre .navbar ul li a,
 * body.page-template-page-sobre .menu-link,
 * body.page-template-page-sobre .navbar ul li:first-child::after
*/
body.page-template-page-sobre .footer__copywrite
{
  color: #19a1b6!important;
}
body.page-template-page-sobre .nf-form-content .submit-button{
  color: #000;
  background-color: #fff;
}
body.page-template-page-sobre .section.footer{
  background-color: #fff;
}
.page{
  margin-bottom: 0;
}
.single-cover.mobile{
  display: none;
}
.single-cover.desktop{
  display: flex;
}
.navbar{
  padding-bottom: 10px;
}

.section--outros-projetos{
  display: none;
}
@media (max-width: 767px) {
  .container--single-body p {
    font-size: 15px;
    line-height: 1.5em;
  }
  .container.sobre-container {
    flex-direction: column;
  }
  .container.contato-container {
    padding-left: 0;
  }
  .sobre-image {
    width: 100%;
  }
  .sobre-texto {
    width: 100%;
    text-align: center;
  }
  .form-block {
    width: 100%;
  }
  .projeto--mason:nth-child(3n+2){
    transform: translateY(0px);
  }
  .projeto-mason__overlay{
    display: none;
  }
  .menu-desktop{
    display: none;
  }
  .nav-menu-icon{
    display: flex;
  }
  a.menu-link{
  	font-weight: 900;
  	letter-spacing: 0;
  	font-size: 32px;
    margin-right: 0;
  }
}
@media (max-width: 479px) {
  .section{
    padding-top: 100px;
  }
  .container--single-body p {
    font-size: 14px;
  }
  .home .section--cover, .section--outros-projetos{
    display: none;
  }
  .nav-container{
    height: auto;
  }
  .nav-container > div ul{
    width: 80px;
    margin-right: 15px!important;
  }
  .nav-link{
    font-size: 21px;
  }
  .single-cover{
    align-items: flex-end;
    margin-top: 51px;
    background-position: 50% 0%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: initial;
  }
  .container.container--single-heading{
    transform: translateY(0);
  }
  .container.container--single-body{
    transform: translateY(0);
  }
  .single-cover.mobile{
    display: flex;
  }
  .single-cover.desktop{
    display: none;
  }
  .home-cover-title{
    width: 90%;
    border-radius: 3px 3px 0px 0px;
    padding: 20px 25px 10px 25px;
    font-size: 30px;
  }
  .container.container--single-heading{
    border-radius: 0;
  }
  .block-servicos__title{
    font-size: 10px;
  }
  .sobre-image{
	height: auto;
    width: 50%;
    padding-bottom: 50%;
    border-radius: 50%;
	margin-top: 20px;
  }
  .sobre-texto{
    margin-left: auto;
  }
  .footer__copywrite{
    margin-top: 0px;
  }
  .section.section--cover{
    justify-content: flex-start;
    min-height: 0;
  }
  .section.section--cover .single-cover{
    height: 40vh;
  }
  .nav-menu-icon{
    display: none;
  }
  .menu-desktop{
    display: flex;
  }
  .menu-link:first-child{
    display: none;
  }
  .menu-link:last-child{
    font-weight: 300;
    font-size: 1.2em;
    text-align: right;
  }
}
