@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap);
body,
html {
  -webkit-font-smoothing: antialiased;
  background-color: #fff !important;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

#contato {
  scroll-margin-top: 90px;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

/* Botão flutuante do WhatsApp */
.whatsapp-float {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 9998;
  display: flex;
  width: 58px;
  height: 58px;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  background: #25d366;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.24);
  font-size: 31px;
  transition: background-color 0.3s ease, transform 0.25s ease,
    box-shadow 0.3s ease;
}

.whatsapp-float:hover,
.whatsapp-float:focus {
  border-color: #fff;
  color: #fff;
  background: #25d366;
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 9px 22px rgba(0, 0, 0, 0.3);
}

.whatsapp-float:active {
  transform: scale(0.96);
}

@media only screen and (max-width: 767px) {
  .whatsapp-float {
    right: 16px;
    bottom: 16px;
    width: 52px;
    height: 52px;
    font-size: 27px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .whatsapp-float {
    transition: none;
  }

  .whatsapp-float:hover,
  .whatsapp-float:focus,
  .whatsapp-float:active {
    transform: none;
  }
}

/* Página Arquitetos */
.arquitetos-page {
  --levvo-title-size: 42px;
  --levvo-text-size: 18px;
  display: flex;
  height: 100vh;
  min-height: 100vh;
  flex-direction: column;
  overflow-y: auto;
  background: #f2f3f5 !important;
}

html:has(body.arquitetos-page) {
  overflow-y: hidden;
}

.arquitetos-page .menu-switch,
.arquitetos-page .menu-close {
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
}

.arquitetos-main {
  flex: 1 0 auto;
  width: 100%;
  min-height: 0;
  padding-top: 90px;
  background: #fff;
}

.arquitetos-main h1 {
  margin: 0;
  padding: 24px 30px 50px;
  color: #171717;
  font-family: Raleway, sans-serif !important;
  font-size: var(--levvo-title-size) !important;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.arquitetos-conteudo {
  display: grid;
  grid-template-columns: 44% 56%;
  align-items: stretch;
  width: 100%;
  min-height: 360px;
}

.arquitetos-imagem {
  min-height: 360px;
  overflow: hidden;
}

.arquitetos-imagem img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  object-position: center;
}

.arquitetos-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 30px;
}

.arquitetos-texto {
  color: #171717;
  font-size: var(--levvo-text-size) !important;
  line-height: 1.35;
}

.arquitetos-texto p {
  margin: 0 0 5px;
  font-size: inherit !important;
  line-height: inherit;
}

.arquitetos-info form {
  width: 100%;
  margin-top: 20px;
}

.arquitetos-info form input,
.arquitetos-info form button {
  display: block;
  width: 100%;
  height: 40px;
  margin: 0 0 10px;
  border: 0;
  border-radius: 8px;
  padding: 0 10px;
  color: #333;
  background: #ecebea;
  font-family: Raleway, sans-serif;
  font-size: var(--levvo-text-size) !important;
}

.arquitetos-info form input:focus {
  outline: 1px solid #777;
}

.arquitetos-info form button {
  margin: 12px 0 0;
  border: 1px solid #333;
  border-radius: 9px;
  background: #f7f6f5;
  font-size: var(--levvo-text-size) !important;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.arquitetos-info form button:hover {
  color: #fff;
  border-color: #fff;
  background: #322d29;
}

.arquitetos-footer {
  width: 100%;
  margin: 50px 0 0;
}

@media only screen and (max-width: 767px) {
  .arquitetos-page {
    --levvo-title-size: 30px;
    --levvo-text-size: 16px;
  }

  .arquitetos-main {
    padding-top: 70px;
  }

  .arquitetos-main h1 {
    padding: 20px 15px 35px;
    font-size: var(--levvo-title-size) !important;
  }

  .arquitetos-conteudo {
    display: block;
    min-height: 0;
  }

  .arquitetos-imagem,
  .arquitetos-imagem img {
    min-height: 0;
    height: 320px;
  }

  .arquitetos-info {
    padding: 20px 15px;
  }

  .arquitetos-info form {
    margin-top: 20px;
  }

  .arquitetos-texto {
    margin-bottom: 0;
  }

  .arquitetos-footer {
    margin-top: 35px;
  }
}

*,
ol,
ul {
  padding: 0;
  margin: 0;
}
.menu-wrapper,
.spaces-background-hover {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
}
.hero-item .pa-text h4,
.site-btn {
  display: inline-block;
}
.nice-scroll,
.spaces,
body,
html {
  overflow-x: hidden;
}
.comment-form form button,
.site-btn {
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Raleway, sans-serif !important;
}
.post-cata,
.section-title h2,
.site-btn {
  text-transform: uppercase;
}
.comment-form form button,
.font-italic,
.site-btn,
.spaces-background-hover h2,
body,
html {
  font-family: Raleway, sans-serif !important;
}
@font-face {
  font-family: "Rough Regular";
  src: url("../fonts/Rough-rough-font.otf") format("opentype");
}
body,
html {
  height: 100%;
}
* {
  box-sizing: border-box;
}
html body {
  scrollbar-width: thin;
  scrollbar-color: #77716c #fff;
}
body::-webkit-scrollbar-thumb {
  background: #77716c;
}
body::-webkit-scrollbar {
  width: 0.2em;
}
body::-webkit-scrollbar-track {
  background-color: #1f1f24;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: #322a26;
  font-weight: 600;
}
h1 {
  font-size: 70px;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 30px;
}
h4 {
  font-size: 24px;
}
h5 {
  font-size: 18px;
}
.site-btn,
h6 {
  font-size: 16px;
}
p {
  font-size: 1rem;
  color: #322a26;
  line-height: 1.8;
}
img {
  max-width: 100%;
}
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: 0;
}
a:focus,
a:hover {
  text-decoration: none;
  outline: 0;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
.font-italic {
  font-weight: 400 !important;
  font-style: italic !important;
}
.logo-wrapper {
  position: fixed;
  left: 23px;
  top: 23px;
  z-index: 999;
  width: 250px;
  height: 50px;
}

.logo-wrapper img {
  display: block;
  width: 100%;
  height: auto;
}

/* Página de erro */
.erro-page {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  background: #fff !important;
}

.erro-main {
  display: flex;
  min-height: 0;
  flex: 1 0 auto;
  align-items: center;
  justify-content: center;
  padding: 150px 20px 60px;
}

.erro-conteudo {
  width: 100%;
  max-width: 680px;
  text-align: center;
}

.erro-codigo {
  margin: 0 0 10px;
  color: #322d29;
  font-family: Raleway, sans-serif;
  font-size: 110px;
  font-style: italic;
  font-weight: 400;
  line-height: 1;
}

.erro-conteudo h1 {
  margin: 0;
  color: #322d29;
  font-family: Raleway, sans-serif;
  font-size: 42px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
}

.erro-conteudo > p:not(.erro-codigo) {
  margin: 25px 0 30px;
  color: #322d29;
  font-size: 18px;
  line-height: 1.5;
}

.erro-voltar {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #322d29;
  border-radius: 10px;
  color: #322d29;
  font-size: 16px;
  transition: color 0.25s ease, background-color 0.25s ease;
}

.erro-voltar:hover,
.erro-voltar:focus {
  background: #322d29;
  color: #fff;
}

.erro-footer {
  width: 100%;
  max-width: none;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .erro-main {
    padding: 110px 20px 45px;
  }

  .erro-codigo {
    font-size: 72px;
  }

  .erro-conteudo h1 {
    font-size: 28px;
  }

  .erro-conteudo > p:not(.erro-codigo) {
    font-size: 16px;
  }
}
.section-title {
  text-align: center;
  margin-bottom: 55px;
}
.section-title img {
  margin-bottom: 15px;
}
.section-title h2 {
  font-weight: 400;
  font-size: 38px;
}
.copyright-text,
.profile-text h2,
.site-btn {
  font-weight: 500;
}
.section-title p {
  padding-top: 15px;
  margin-bottom: 0;
}
.set-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.spad {
  padding-top: 110px;
  padding-bottom: 105px;
}
.blog-item .bi-text h3 a,
.fr-position-text,
.text-white a,
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white li,
.text-white p,
.text-white span {
  color: #fff;
}
.site-btn {
  padding: 10px 15px;
  min-width: 170px;
  color: #fff;
  background: 0 0;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 10px;
  transition: border 0.3s ease, color 0.3s ease;
}

.menu-switch {
  padding-top: 23px;
  font-size: 30px;
  color: #322a26;
  text-align: center;
  cursor: pointer;
  transition: color 0.3s ease;
}

.menu-switch:hover {
  color: #77716c;
}

.menu-switch img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.menu-switch:hover img {
  content: url('../img/icone-menu-hover.png');
}

.menu-close {
  padding-top: 23px;
  font-size: 30px;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

.site-btn i {
  font-size: 24px;
  position: relative;
  top: 5px;
  margin-left: 4px;
  transition: border 0.3s ease, color 5s ease;
}

.site-btn:hover {
  color: #fff;
  border: 1px solid #fff;
  background: #322d29;
}

#preloder {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999999;
  background: #fff;
}
.loader {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -13px;
  margin-left: -13px;
  border-radius: 60px;
  animation: 0.8s linear infinite loader;
  -webkit-animation: 0.8s linear infinite loader;
}
@keyframes loader {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    border: 4px solid #77716c;
    border-left-color: transparent;
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    border: 4px solid #77716c;
    border-left-color: transparent;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    border: 4px solid #77716c;
    border-left-color: transparent;
  }
}
@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0);
    border: 4px solid #77716c;
    border-left-color: transparent;
  }
  50% {
    -webkit-transform: rotate(180deg);
    border: 4px solid #77716c;
    border-left-color: transparent;
  }
  100% {
    -webkit-transform: rotate(360deg);
    border: 4px solid #77716c;
    border-left-color: transparent;
  }
}
.menu-wrapper {
  position: fixed;
  width: 90px;
  right: 0;
  top: 0;
  z-index: 999;
  transition: 0.4s;
}
.menu-wrapper.hide-right {
  opacity: 0;
  right: -90px;
}
.menu-switch {
  width: 100%;
  height: 90px;
}
.menu-social-warp {
  height: calc(100% - 90px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.menu-social a {
  display: block;
  font-size: 18px;
  color: #252525;
  margin-bottom: 50px;
}
.menu-social a:last-child {
  margin-bottom: 0;
}
.side-menu-wrapper {
  position: fixed;
  width: 270px;
  height: 100%;
  right: -280px;
  top: 0;
  overflow-y: auto;
  -webkit-box-shadow: 14px 0 103px rgba(0, 0, 0, 0.08);
  box-shadow: 14px 0 103px rgba(0, 0, 0, 0.08);
  background-color: #000;
  z-index: 9999;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.75 !important;
}
.side-menu-wrapper.active {
  right: 0;
  opacity: 1;
}
.side-menu-wrapper .sm-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.menu-close {
  width: 90px;
  height: 90px;
}
.main-menu {
  height: calc(100% - 160px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.main-menu ul {
  list-style: none;
  text-align: center;
}
.main-menu ul li {
  display: block;
  margin-bottom: 20px;
}
.main-menu ul li a {
  display: block;
  font-size: 16px !important;
  font-weight: 600;
  color: #b2b2b2;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (max-height: 500px), (max-width: 576px) {
  .main-menu ul li {
    margin-bottom: 5px;
  }
  .main-menu ul li a {
    font-size: 20px;
  }
}
.contact-info a:hover,
.copyright-text a:hover,
.gallery-filter li.active,
.main-menu ul li a.active,
.main-menu ul li a:hover,
.sm-footer .sm-socail a:hover {
  color: #77716c;
}
.sm-footer {
  position: relative;
  width: 100%;
  text-align: center;
}
@media (max-height: 500px) {
  .sm-footer {
    position: relative;
    padding-top: 30px;
  }
}
.sm-footer .sm-socail a {
  display: inline-block;
  font-size: 20px;
  color: #fff;
  margin: 0 1rem;
}
.sm-footer .sm-socail a:last-child {
  margin-right: 0;
}
.copyright-text {
  font-size: 16px;
  color: #fff;
  background-color: #221d1a;
  text-align: center;
  padding: 1rem 0;
}
.copyright-text p {
  color: #fff;
  padding: 0;
  margin: 0;
}
.copyright-text a {
  color: #322a26;
}
.about-section,
.hero-section,
.hero-slider,
.hero-slider .hero-item,
.hero-slider .owl-item,
.hero-slider .owl-stage,
.hero-slider .owl-stage-outer,
.hero-slider .pana-accordion-item {
  height: 100%;
}
.hero-item,
.pana-accordion-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
  cursor: pointer;
  transition: transform 0.9s !important;
}
.pana-accordion-item:not(.active):hover {
  transform: scale(1.05);
}
.hero-item .pa-text,
.pana-accordion-item .pa-text {
  padding-left: 40px;
  padding-bottom: 50px;
  position: relative;
  z-index: 5;
  opacity: 0;
  top: -50px;
}
.hero-item .pa-text h2,
.pana-accordion-item .pa-text h2 {
  font-size: 50px;
  margin-bottom: 20px;
  font-weight: 100;
  color: #fff;
  font-family: Raleway, sans-serif !important;
  font-style: italic;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-item .pa-text h2,
  .pana-accordion-item .pa-text h2 {
    font-size: 48px;
  }
}
@media (max-width: 576px) {
  .menu-social a {
    margin-bottom: 30px;
  }
  .hero-item .pa-text h2,
  .pana-accordion-item .pa-text h2 {
    font-size: 46px;
  }
  .side-menu-wrapper {
    width: 100%;
    right: -100%;
    opacity: 0.95 !important;
  }
}
.hero-item .pa-text h4,
.pana-accordion-item .pa-text h4 {
  font-weight: 600;
  color: #fff;
  padding-top: 15px;
}
@media (max-width: 420px) {
  .menu-wrapper {
    width: 60px;
  }
  .logo-wrapper {
    left: 10px;
    width: 190px;
  }
  .side-menu-wrapper {
    width: 100%;
    right: -100%;
    opacity: 0.95 !important;
  }
  .copyright-text {
    padding-bottom: 15px;
  }
  .hero-item .pa-text h2,
  .pana-accordion-item .pa-text h2 {
    font-size: 34px;
  }
  .hero-item .pa-text h4,
  .pana-accordion-item .pa-text h4 {
    font-size: 16px;
  }
}
.hero-item.active .pa-text,
.owl-item.active .hero-item .pa-text,
.pana-accordion-item.active .pa-text {
  opacity: 1;
  top: 0;
  -webkit-transition: 0.4s 0.4s;
  -o-transition: 0.4s 0.4s;
  transition: 0.4s 0.4s;
}
.hero-item.active:after,
.pana-accordion-item.active:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0;
  bottom: 0;
  background: #322a26;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.8211659664)),
    color-stop(94%, rgba(0, 0, 0, 0))
  );
  background: -o-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.8211659664) 0,
    rgba(0, 0, 0, 0) 94%
  );
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.8211659664) 0,
    rgba(0, 0, 0, 0) 94%
  );
}
.hero-slider-warp {
  height: 100%;
  display: none;
}
.about-section .about-warp,
.hero-item {
  display: -ms-flexbox;
  display: -webkit-box;
}
.hero-item {
  position: relative;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding: 0 15px;
}
.hero-item .pa-text {
  padding-left: 0;
  padding-bottom: 0;
}
.owl-item.active .hero-item:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: #000;
  opacity: 0.5;
}
.about-container,
.blog-details {
  padding-top: 90px;
}
.about-container .set-bg {
  height: 530px;
  background-position-y: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.about-section .about-warp {
  height: 100%;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about-section .about-left {
  background: #1c1c1c;
  -ms-flex: 0 0 47%;
  -webkit-box-flex: 0;
  flex: 0 0 47%;
  max-width: 47%;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-section .about-right {
  -ms-flex: 0 0 53%;
  background: #1c1c1c;
  -webkit-box-flex: 0;
  flex: 0 0 53%;
  max-width: 53%;
  padding: 0 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about-img {
  text-align: center;
  width: 100%;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-img {
    background-size: 300px;
  }
}
.about-img a img {
  width: 515px;
  height: 515px;
  border-radius: 10%;
  margin: 82px auto 50px;
  background-size: cover;
  background-position: left;
  border: 0.5px solid #77716c;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px) {
  .about-img a img {
    width: 515px;
    height: 515px;
    margin-top: 10rem;
  }
}
@media (max-width: 576px) {
  .about-img {
    background-size: 250px;
  }
  .about-img a img {
    width: 315px;
    height: 315px;
    margin-top: 7rem;
    margin-bottom: 0;
  }
  .profile-email {
    display: block;
    margin-top: 1rem;
    padding-bottom: 3rem;
    word-break: break-all;
  }
  .about-text {
    padding: 20px !important;
  }
  .about-container .set-bg {
    height: 330px !important;
  }
}
.profile-text {
  max-width: 550px;
  margin: 0 auto;
  padding-bottom: 40px;
}
.profile-text p {
  padding-top: 20px;
  margin-bottom: 30px;
}
.profile-text .profile-btn {
  display: inline-block;
  min-width: 160px;
  padding: 9px 10px;
  margin-bottom: 10px;
  margin-right: 28px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  border-radius: 50px;
  border: 2px solid rgba(255, 255, 255, 0.3);
}
.profile-text .profile-email {
  display: inline-block;
  font-style: italic;
  font-size: 16px;
  color: #fff;
  text-decoration: underline;
  word-break: break-all;
}
.profile-email:hover {
  color: #77716c;
  cursor: pointer;
}
.about-text {
  margin: 0 auto;
  padding: 75px 50px 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about-text h2 {
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: 2rem;
}
.about-text p {
  font-size: 18px;
  line-height: 2;
  margin: 0;
  text-align: justify;
}
.circle-progress {
  text-align: center;
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
}
.circle-progress canvas {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.circle-progress .progress-info {
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -10px;
}
.circle-progress .progress-info h2 {
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
}
.circle-item {
  margin-bottom: 30px;
}
.circle-item h4 {
  font-size: 20px;
  font-weight: 600;
}
.spaces {
  position: relative;
  padding-top: 90px;
}
.spaces-background {
  height: 500px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.spaces-background-hover {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  opacity: 1;
  transition: 0.4s;
}
.spaces-background-hover:hover {
  opacity: 1;
  background: #000000c7;
  cursor: pointer;
}
.spaces-background-hover h2 {
  font-size: 50px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 20px;
  font-style: italic;
}
.nice-scroll {
  height: 100%;
  overflow-y: scroll;
}
.default-header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  padding-top: 30px;
  padding-right: 74px;
  padding-left: 210px;
  z-index: 99;
  height: 90px;
  background: #fff;
  -webkit-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.41);
  -moz-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.41);
  box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.41);
}
.blog-item,
.blog-section,
.blog-thumb,
.comment-form,
.contact-section,
.differences-text h4,
.gallery-item,
.gallery-item span {
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1200px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 576px) {
  .about-section .about-warp {
    display: block;
  }
  .about-section .about-left,
  .about-section .about-right {
    max-width: 100%;
  }
  .default-header {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.blog-grid,
.gallery-item {
  padding: 0 5px;
  margin-bottom: 10px;
}
.gallery-filter {
  list-style: none;
  float: right;
}
.gallery-filter li {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  color: #252525;
  margin-left: 35px;
  cursor: pointer;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .gallery-filter li {
    margin-left: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 576px) {
  .pana-accordion {
    display: none;
  }
  .hero-slider-warp {
    display: block;
  }
  .nice-scroll {
    overflow: inherit;
  }
  .default-header {
    padding-bottom: 20px;
  }
  .gallery-filter {
    float: none;
  }
  .gallery-filter li {
    margin-left: 0;
    margin-right: 15px;
    font-size: 16px;
  }
}
.blog-grid,
.blog-grid-sizer,
.gallery-item,
.grid-sizer {
  width: 20%;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .gallery-item,
  .grid-sizer {
    width: 25%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px) {
  .gallery-item,
  .grid-sizer {
    width: 50%;
  }
}
.gallery-item .gi-hover img {
  display: inline-block;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 6px;
}
.gallery-item .gi-hover h6 {
  padding-top: 5px;
  display: inline-block;
  color: #fff;
  position: relative;
  top: 2px;
}
.blog-item .bi-text,
.blog-item:after,
.gallery-item span:after {
  position: absolute;
  bottom: 0;
  left: 0;
}
.gallery-item span {
  display: block;
  cursor: pointer;
}
.post-cata,
.post-share a,
.post-share span {
  display: inline-block;
}
.gallery-item span:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.blog-item img,
.gallery-item span img {
  min-width: 100%;
}
.gallery-item:hover .gi-hover,
.owl-nav.clicked,
.owl-nav:hover {
  opacity: 1;
}
.gallery-item:hover span:after {
  opacity: 0.8;
}
.gallery-item.gi-big {
  width: 40%;
}
@media only screen and (min-width: 992px) and (max-width: 1200px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px) {
  .gallery-item.gi-big,
  .gallery-item.gi-long {
    width: 50%;
  }
}
.fr-position-outside {
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
}
.fr-window-skin-fresco.fr-window-ui-outside .fr-close-background,
.fr-window-skin-fresco.fr-window-ui-outside
  .fr-close:hover
  .fr-close-background {
  background-color: transparent;
}
.fr-thumbnail-active {
  border: 2px solid #77716c;
}
.blog-section {
  height: 100%;
  overflow: hidden;
}
.blog-grid-warp {
  margin-left: -5px;
  margin-right: -5px;
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .blog-grid,
  .blog-grid-sizer {
    width: 25%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog-grid,
  .blog-grid-sizer {
    width: 33.333333%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-grid,
  .blog-grid-sizer {
    width: 50%;
  }
}
.blog-item:after {
  content: "";
  width: 100%;
  height: 50%;
  background: #000;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.7)),
    color-stop(94%, rgba(0, 0, 0, 0))
  );
  background: -o-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.7) 0,
    rgba(0, 0, 0, 0) 94%
  );
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0) 94%);
}
.post-cata:hover,
.post-share a:hover {
  background: #77716c;
  color: #fff;
}
.blog-item .bi-text {
  padding-left: 30px;
  padding-right: 20px;
  z-index: 99;
}
.blog-item .bi-text h3 {
  font-size: 20px;
  padding-bottom: 25px;
  color: #fff;
  line-height: 1.6;
}
.single-blog-page {
  padding: 45px 38px 50px;
}
.single-blog-page h2 {
  font-size: 36px;
  margin-bottom: 25px;
}
.single-blog-page p {
  margin-bottom: 50px;
  text-align: justify;
}
.recent-blog {
  margin-bottom: 40px;
}
.comment-form .row,
.recent-blog .row {
  margin: 0 -6px;
}
.comment-form .col-md-12,
.comment-form .col-md-4,
.recent-blog .col-lg-4 {
  padding: 0 6px;
}
.recent-blog .rp-item {
  height: 250px;
  margin-bottom: 20px;
}
.recent-blog .rp-item:after {
  content: "";
  height: 80%;
}
.blog-thumb {
  margin-bottom: 45px;
}
.post-cata {
  font-size: 12px;
  font-weight: 600;
  padding: 4px 13px;
  margin-bottom: 10px;
  margin-right: 6px;
  text-align: center;
  letter-spacing: 2px;
  border-radius: 2px;
  color: #77716c;
  background: #ebebeb;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.post-share span {
  font-size: 16px;
  margin-right: 20px;
  color: #252525;
}
.post-share a {
  font-size: 14px;
  width: 36px;
  height: 36px;
  text-align: center;
  padding-top: 8px;
  color: #77716c;
  border-radius: 52px;
  margin-left: 4px;
  background: #ebebeb;
}
.comment-form h3,
.comment-form p {
  margin-bottom: 25px;
}
.comment-form form input,
.comment-form form select,
.comment-form form textarea {
  height: 50px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  width: 100%;
  padding: 0 5px 0 20px;
  font-size: 16px;
  margin-bottom: 20px;
}
.comment-form form input::placeholder,
.comment-form form select::placeholder,
.comment-form form textarea::placeholder {
  color: #fff;
}
.comment-form form input:focus,
.comment-form form select:focus,
.comment-form form textarea:focus {
  border: 1px solid #77716c;
}
.comment-form form input::-webkit-input-placeholder,
.comment-form form textarea::-webkit-input-placeholder {
  color: #636363;
}
.comment-form form input::-moz-placeholder,
.comment-form form textarea::-moz-placeholder {
  color: #636363;
}
.comment-form form input:-ms-input-placeholder,
.comment-form form textarea:-ms-input-placeholder {
  color: #636363;
}
.comment-form form input::-ms-input-placeholder,
.comment-form form textarea::-ms-input-placeholder {
  color: #636363;
}
.comment-form form input::placeholder,
.comment-form form textarea::placeholder {
  color: #636363;
}
.comment-form form textarea {
  height: 116px;
  width: 100%;
  padding-top: 18px;
  margin-bottom: 30px;
  resize: none;
}

.contact-section {
  height: 100%;
  min-height: 700px;
  padding-top: 90px;
}
.contact-section .map-warp {
  position: absolute;
  width: 100%;
  height: calc(100% - 90px);
  left: 0;
  top: 0;
  margin-top: 90px;
}
.contact-section iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.contact-box {
  width: 100%;
  text-align: center;
}

.img-background,
.set-img-details {
  background-position: center;
  background-size: cover;
}

.contact-info {
  margin-bottom: 35px;
}
.contact-info i {
  display: block;
  font-size: 48px;
  color: #77716c;
  margin-bottom: 20px;
}
.contact-info p,
a {
  margin-bottom: 0;
  font-size: 18px;
  color: #000;
  font-weight: 500;
  word-break: break-all;
  font-family: Roboto, sans-serif !important;
}
.contact-info p span {
  color: #b2b2b2;
  font-weight: 400;
}
.owl-nav {
  position: absolute;
  top: 45%;
  width: 100%;
  font-size: 4rem;
  color: #fff;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 1;
}
.owl-next,
.owl-prev {
  position: absolute;
  transform: translateY(-50%);
}
.owl-prev {
  left: 5px;
}
.owl-next {
  right: 5px;
}
.owl-nav.clicked,
.owl-next.clicked,
.owl-prev.clicked {
  z-index: 2;
}
.set-img-details {
  height: 600px;
  background-repeat: no-repeat;
}
.img-background {
  height: 100%;
  margin-bottom: 3rem;
  background-attachment: fixed;
  background-repeat: no-repeat;
  padding: 5rem 0 1rem;
  position: relative;
}
.img-black {
  opacity: 0.7;
  background-color: #000;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
}
.differences {
  padding-top: 90px;
  color: #fff;
  padding-bottom: 50px;
}
.differences .container .row {
  padding: 5rem 0;
}
.differences h3 {
  position: relative;
  padding-bottom: 10rem;
}
.differences-text {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.differences-text h4:first-child::after {
  content: "";
  background-image: url("../img/favicon.svg");
  position: absolute;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  top: -5px;
  left: -10px;
}
.differences-img {
  text-align: center;
  margin: 2rem 0;
}

@media (max-width: 576px) {
  .blog-grid,
  .blog-grid-sizer,
  .gallery-item,
  .gallery-item.gi-big,
  .gallery-item.gi-long,
  .grid-sizer {
    width: 100%;
  }
  .blog-grid img,
  .blog-grid-sizer img {
    min-height: 250px;
  }
  .single-blog-page {
    padding: 45px 0 50px;
  }
  .set-img-details {
    height: 400px;
  }
  .spaces-background {
    background-attachment: local;
  }
  .differences h3 {
    width: 100%;
    text-align: center;
    padding-bottom: 1rem;
  }
  .differences .container .row {
    padding: 2rem 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px) {
  .contact-info p,
  a {
    font-size: 16px;
  }
  .set-img-details {
    height: 500px;
  }
  .about-container .set-bg {
    height: 430px;
  }
  .about-text {
    padding: 30px;
  }
}

.home-container {
  padding-top: 90px;
}

.set-bg-home {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: calc(730px - 90px);
}

.home-text-container {
  position: absolute;
  width: -webkit-fill-available;
  bottom: 100px;
  left: 0px;
  padding-left: 80px;
}

/* .home-text-container:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: #322a26;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.8211659664)),
    color-stop(100%, rgba(0, 0, 0, 0))
  );
  background: -o-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.8211659664) 0,
    rgba(0, 0, 0, 0) 100%
  );
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.8211659664) 0,
    rgba(0, 0, 0, 0) 100%
  );
} */

.home-text-container h2 {
  font-size: 50px;
  margin-bottom: 20px;
  font-weight: 400;
  color: #fff;
  font-family: Raleway, sans-serif !important;
  font-style: italic;
  z-index: 1;
  position: relative;
}

.home-text-container a {
  z-index: 1;
  position: relative;
}

.card {
  border: none;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: flex;
  align-items: flex-start;
}

.card-img-top {
  height: 380px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.card-title {
  font-size: 1.25rem;
  font-weight: bold;
}

.card-text {
  color: #322a26;
}

.btn-link {
  font-weight: bold;
  color: #322a26;
  text-decoration: none;
}

.btn-link:hover {
  text-decoration: underline;
  color: #77716c;
}

.video-bg {
  position: relative;
  overflow: hidden;
}

.video-bg video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.projetos p {
  line-height: 35px;
  padding: 0 5rem !important;
}

.set-bg-projetos {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: calc(730px - 90px);
  width: 100%;
}

.set-bg-sobre {
  position: relative;
  background-position: center;
  height: 1050px;
}

.sobre-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
}

.sobre-text-container {
  position: absolute;
  left: 80px;
  bottom: 100px;
  max-width: 900px;
  padding-right: 30px;
}

.sobre-text-container h2 {
  font-size: 42px;
  margin-bottom: 20px;
  font-weight: 400;
  font-family: Raleway, sans-serif !important;
}

.sobre-text-container p {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  .set-bg-sobre {
    height: 700px;
  }

  .sobre-text-container {
    left: 15px;
    bottom: 45px;
    padding-right: 15px;
  }

  .sobre-text-container h2 {
    font-size: 30px;
    margin-bottom: 15px;
  }

  .sobre-text-container p {
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 20px;
  }
}

/* Tipografia padronizada: index e projetos.
   Exceções intencionais: contato, rodapé e menu lateral. */
.index-page,
.projetos-page {
  --levvo-title-size: 42px;
  --levvo-text-size: 18px;
}

.index-page .home-container .home-text-container h2,
.index-page #projetos .title-home,
.index-page .sobre .sobre-text-container h2,
.index-page .contato-section .contato-dados > h2,
.projetos-page .projetos-intro h1 {
  font-size: var(--levvo-title-size) !important;
}

.index-page .home-container .home-text-container a,
.index-page #projetos .home-text-container a,
.index-page .sobre .sobre-text-container p,
.index-page .sobre .sobre-text-container a,
.index-page .menu-botao-mobile a,
.index-page .contato-section .contato-faixa,
.index-page .contato-section .contato-formulario > p,
.index-page .contato-section .contato-formulario input,
.index-page .contato-section .contato-formulario button,
.projetos-page .projetos-intro p,
.projetos-page .projeto-slide figcaption {
  font-size: var(--levvo-text-size) !important;
}

@media only screen and (max-width: 767px) {
  .index-page,
  .projetos-page {
    --levvo-title-size: 30px;
    --levvo-text-size: 16px;
  }
}

.set-bg-producao {
  height: 600px;
  background-position: bottom;
  display: flex;
  align-items: end;
}

.producao-box {
  width: 150px;
  font-size: 3rem;
  margin: 0 auto 3rem;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 2px #fff;
  color: #fff;
  font-weight: bold;
  position: relative;
}

.producao-box span {
  font-size: 1.5rem;
  position: absolute;
  right: 15px;
  bottom: 20px;
}

.producao-box-text {
  padding-bottom: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  font-size: 2rem;
  line-height: 40px;
  letter-spacing: 10px;
}

.set-bg-responsabilidade-ambiental {
  height: 800px;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.responsabilidade-ambiental-title {
  letter-spacing: 5px;
  font-weight: 400;
}

.responsabilidade-ambiental-text {
  margin-top: 2rem;
  line-height: 50px;
  margin-right: 15rem;
}

.set-bg-pos-venda {
  height: 800px;
  background-position: center;
}

.menu-botao {
  position: fixed;
  right: 100px;
}

.menu-btn {
  padding: 17px 25px;
  min-width: 170px;
  color: #322a26;
  background: 0 0;
  text-align: center;
  border: 1px solid #322a26;
  border-radius: 2px;
  transition: border 0.3s ease, color 0.3s ease;
}

.menu-btn:hover {
  border: 1px solid #fff;
  color: #fff;
  background: #322d29;
}

.menu-btn-yellow {
  padding: 17px 25px;
  min-width: 170px;
  color: #fff;
  background: #8d7a69;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 2px;
  font-weight: 600;
  transition: background 0.3s ease, color 0.3s ease;
}

.menu-btn-yellow:hover {
  border-color: #fff;
  background: #322d29;
  color: #fff;
}

.ambientes-box {
  height: 550px;
  overflow: hidden;
  position: relative;
}

.ambientes-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 2s ease;
}

.ambientes-box:hover img {
  transform: scale(1.2);
  cursor: pointer;
  filter: brightness(0.5);
}

.title-home {
  border-bottom: 2px solid #77716c;
  padding-bottom: 0.5rem;
  width: fit-content;
  text-transform: uppercase;
  font-size: 2.6rem;
}

.set-bg-ambientes {
  position: relative;
  margin: 2rem 0;
}

.set-bg-ambientes div {
  height: 450px;
  width: 100%;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.set-bg-ambientes div a {
  position: relative;
}

.modal-dialog {
  width: 90% !important;
  max-width: 90% !important;
  min-width: 90% !important;
  height: 90% !important;
  max-height: 90% !important;
  min-height: 90% !important;
}

.modal-body iframe {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 100% !important;
  height: 600px !important;
  max-height: 100% !important;
  min-height: 100% !important;
}

.set-bg-diferenciais {
  position: relative;
  height: 450px;
  width: 100%;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.w-100 {
  width: 100% !important;
}

.footer {
  background-color: #322a26;
  padding: 4rem 0;
  text-align: center;
}

.footer p {
  color: #fff !important;
}

.footer p a {
  color: #fff !important;
}

/* Contato */
.contato-section {
  background: #fff;
  color: #322d29;
  padding-top: 48px;
}

.contato-faixa {
  background: #77716c;
  color: #fff;
  font-size: 16px;
  font-style: italic;
  padding: 13px 20px;
  text-align: center;
}

.contato-container {
  padding-top: 45px;
  padding-bottom: 45px;
}

.contato-dados {
  padding-right: 55px;
}

.contato-dados h2 {
  color: #322d29;
  font-size: 28px;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 22px;
  text-transform: uppercase;
}

.contato-item {
  margin-bottom: 20px;
}

.contato-item span,
.contato-redes > span {
  display: block;
  font-size: 13px;
  margin-bottom: 2px;
}

.contato-item a,
.contato-item p {
  color: #322d29;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}

.contato-redes {
  margin-top: 25px;
}

.contato-redes a {
  color: #322d29;
  display: inline-block;
  font-size: 20px;
  margin-right: 9px;
}

.contato-logo {
  display: block;
  margin-top: 35px;
  max-width: 280px;
}

.contato-logo img {
  display: block;
  height: auto;
  max-width: 100%;
}

.contato-formulario {
  padding-left: 35px;
}

.contato-formulario > p {
  color: #322d29;
  font-size: 20px;
  line-height: 1.45;
  margin-bottom: 28px;
}

.contato-formulario input {
  background: #ebe9e7;
  border: 0;
  border-radius: 8px;
  color: #322d29;
  display: block;
  font-size: 14px;
  height: 42px;
  margin-bottom: 18px;
  outline: none;
  padding: 0 14px;
  width: 100%;
}

.contato-formulario input:focus {
  box-shadow: 0 0 0 2px #77716c;
}

.contato-formulario input::placeholder {
  color: #77716c;
  opacity: 1;
}

.contato-formulario button {
  background: transparent;
  border: 1px solid #322d29;
  border-radius: 6px;
  color: #322d29;
  cursor: pointer;
  font-size: 17px;
  height: 46px;
  margin-top: 18px;
  transition: background-color 0.3s, color 0.3s;
  width: 100%;
}

.contato-formulario button:hover {
  background: #322d29;
  border-color: #fff;
  color: #fff;
}

/* Animação dos botões de ação */
.site-btn,
.menu-btn,
.menu-btn-yellow,
.arquitetos-info form button,
.contato-formulario button {
  transition: background-color 0.3s ease, color 0.3s ease,
    border-color 0.3s ease, transform 0.25s ease, box-shadow 0.3s ease;
}

.site-btn:hover,
.menu-btn:hover,
.menu-btn-yellow:hover,
.arquitetos-info form button:hover,
.contato-formulario button:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 18px rgba(50, 45, 41, 0.28);
}

.site-btn:active,
.menu-btn:active,
.menu-btn-yellow:active,
.arquitetos-info form button:active,
.contato-formulario button:active {
  transform: translateY(-1px) scale(0.98);
  box-shadow: 0 3px 8px rgba(50, 45, 41, 0.22);
}

@media (prefers-reduced-motion: reduce) {
  .site-btn,
  .menu-btn,
  .menu-btn-yellow,
  .arquitetos-info form button,
  .contato-formulario button {
    transition: none;
  }

  .site-btn:hover,
  .menu-btn:hover,
  .menu-btn-yellow:hover,
  .arquitetos-info form button:hover,
  .contato-formulario button:hover,
  .site-btn:active,
  .menu-btn:active,
  .menu-btn-yellow:active,
  .arquitetos-info form button:active,
  .contato-formulario button:active {
    transform: none;
  }
}

.contato-footer {
  background: #322d29;
  padding: 13px 20px;
  text-align: center;
}

.contato-footer p {
  color: #ebe9e7;
  font-size: 12px;
  margin: 0;
}

@media only screen and (max-width: 991px) {
  .contato-dados,
  .contato-formulario {
    padding-left: 15px;
    padding-right: 15px;
  }

  .contato-formulario {
    margin-top: 45px;
  }
}

@media only screen and (max-width: 576px) {
  .contato-section {
    padding-top: 30px;
  }

  .contato-faixa {
    font-size: 13px;
  }

  .contato-container {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .contato-formulario > p {
    font-size: 17px;
  }

  .contato-logo {
    max-width: 230px;
  }
}

.menu-botao-mobile {
  display: none;
  position: absolute;
  bottom: 0px;
  background: #fff;
  width: 100%;
  padding: 0.5rem 0;
  margin: 0 auto;
  text-align: center;
  box-shadow: 0 1px 29px #0000004d;
  z-index: 9999;
}

.menu-botao-mobile a {
  width: 90%;
  display: block;
  margin: 0 auto;
}

.modal-open .modal {
  z-index: 9999 !important;
  background: rgba(0, 0, 0, 0.8211659664) !important;
}

.modal.show .modal-dialog {
  margin: 0.5rem auto !important;
}

/* Celulares pequenos */
@media only screen and (max-width: 320px) {
  .home-text-container {
    padding-left: 15px;
  }

  .home-text-container h2 {
    font-size: 30px;
  }

  .site-btn {
    font-size: 15px;
  }

  .set-bg-home {
    height: calc(600px - 90px) !important;
  }

  .set-bg-projetos {
    height: 500px;
  }

  .projetos p {
    padding: 0 2rem !important;
  }

  .set-bg-sobre {
    height: 700px;
  }

  .set-bg-producao {
    height: 100%;
    padding-top: 3rem;
    background-position: left;
  }

  .title-home {
    font-size: 2rem;
  }

  .set-bg-pos-venda {
    height: 400px;
    background-position: left;
  }

  .set-bg-responsabilidade-ambiental {
    height: 500px;
    padding-top: 4rem;
    background-position: right;
  }

  .responsabilidade-ambiental-title {
    font-size: 2rem;
    letter-spacing: 1px;
  }

  .responsabilidade-ambiental-text {
    margin-top: 2rem;
    line-height: 40px;
    margin-right: 0rem;
  }

  .ambientes-box {
    height: 250px;
  }

  .menu-botao {
    display: none;
  }

  .set-bg-diferenciais {
    height: 350px;
  }

  .set-bg-ambientes div {
    height: 350px;
  }

  .menu-botao-mobile {
    display: block;
  }

  .main-menu ul li a {
    margin-bottom: 1rem;
  }

  .copyright-text {
    padding-bottom: 6rem;
  }

  .fabrica-mobile-text {
    font-size: 1rem;
    width: 100%;
    text-align: center;
  }

  .logo-wrapper {
    width: 170px;
    height: auto;
    left: 15px;
  }

  .index-page .home-text-container {
    bottom: 45px;
  }

  .index-page .home-container .home-text-container h2,
  .index-page .sobre .sobre-text-container h2 {
    font-size: 24px !important;
  }
 
}

/* Celulares médios e grandes */
@media only screen and (min-width: 321px) and (max-width: 767px) {
  .logo-wrapper {
    width: 170px;
    height: auto;
    left: 15px;
  }

  .fabrica-mobile-text {
    font-size: 1rem;
    width: 100%;
    text-align: center;
  }

  .copyright-text {
    padding-bottom: 6rem;
  }

  .main-menu ul li a {
    margin-bottom: 1rem;
  }

  .set-bg-ambientes div {
    height: 350px;
  }

  .set-bg-diferenciais {
    height: 350px;
  }

  .home-text-container {
    padding-left: 15px;
  }

  .index-page .home-text-container {
    bottom: 45px;
  }

  .index-page .home-container .home-text-container h2,
  .index-page .sobre .sobre-text-container h2 {
    font-size: 24px !important;
  }

  .show-video-web {
    display: none;
  }

  .show-video-mobile {
    display: block;
  }

  .home-text-container h2 {
    font-size: 35px;
  }

  .menu-botao {
    display: none;
  }

  .set-bg-projetos {
    height: 500px;
  }

  .projetos p {
    padding: 0 2rem !important;
  }

  .set-bg-sobre {
    height: 700px;
  }

  .set-bg-producao {
    height: 100%;
    padding-top: 3rem;
    background-position: left;
  }

  .title-home {
    font-size: 2rem;
  }

  .set-bg-pos-venda {
    height: 400px;
    background-position: left;
  }

  .set-bg-responsabilidade-ambiental {
    height: 500px;
    padding-top: 4rem;
    background-position: right;
  }

  .responsabilidade-ambiental-title {
    font-size: 2rem;
    letter-spacing: 1px;
  }

  .responsabilidade-ambiental-text {
    margin-top: 2rem;
    line-height: 40px;
    margin-right: 0rem;
  }

  .ambientes-box {
    height: 250px;
  }

  .menu-botao-mobile {
    display: block;
  }
}

/* Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-menu ul li a {
    font-size: 18px !important;
  }

  .show-video-web {
    display: block;
  }

  .show-video-mobile {
    display: none;
  }

  .set-bg-home {
    height: calc(640px - 90px);
  }

  .card-img-top {
    height: 200px;
  }

  .home-text-container h2 {
    font-size: 40px;
  }

  .projetos p {
    line-height: 25px;
    padding: 0 1rem !important;
  }

  .set-bg-sobre {
    height: 700px;
  }

  .producao-box-text {
    font-size: 1rem;
    line-height: 25px;
    letter-spacing: 5px;
  }

  .producao-box {
    margin: 0 auto 1rem;
  }

  .title-home {
    font-size: 1.6rem;
  }

  .set-bg-pos-venda {
    height: 430px;
  }

  .ambientes-box {
    height: 350px;
  }
}

/* Desktops pequenos */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .show-video-web {
    display: block;
  }

  .show-video-mobile {
    display: none;
  }

  .projetos p {
    padding: 0 2rem !important;
  }

  .set-bg-pos-venda {
    height: 575px;
  }

  .home-text-container h2 {
    font-size: 40px;
  }

  .responsabilidade-ambiental-text {
    margin-right: 10rem;
  }

  .ambientes-box {
    height: 450px;
  }
}

/* Desktops grandes */
@media only screen and (min-width: 1200px) {
  .show-video-web {
    display: block;
  }

  .show-video-mobile {
    display: none;
  }
}

/* Página de projetos */
.projetos-page {
  background: #f2f3f5 !important;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

.projetos-page .menu-switch,
.projetos-page .menu-close {
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
}

.projetos-main {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
  padding-top: 90px;
  background: #fff;
}

.projetos-intro {
  min-height: 0;
  padding: 35px 42px 45px;
}

.projetos-intro h1 {
  margin: 0;
  color: #111;
  font-family: Raleway, sans-serif !important;
  font-size: 25px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
}

.projetos-intro p {
  margin: 45px auto 0;
  color: #111;
  font-size: 14px;
  font-style: italic;
  line-height: 1.5;
  text-align: center;
}

.projetos-carousel {
  position: relative;
  background: #eee;
}

.projeto-slide {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  margin: 0;
  background: #fff;
  overflow: hidden;
}

.projeto-slide > img:first-child {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.projetos-carousel .owl-item .projeto-slide .projeto-marca {
  position: absolute;
  z-index: 2;
  right: 20px;
  bottom: 16px;
  display: block;
  width: 42px;
  max-width: 42px;
  height: auto;
}

.projeto-slide figcaption {
  position: absolute;
  z-index: 2;
  left: 24px;
  bottom: 20px;
  margin: 0;
  color: #fff;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
}

.projetos-carousel .owl-nav {
  top: 50%;
  opacity: 1;
  pointer-events: none;
}

.projetos-carousel .owl-prev,
.projetos-carousel .owl-next {
  width: 48px;
  height: 70px;
  border: 0 !important;
  border-radius: 0 !important;
  background: rgba(0, 0, 0, 0.2) !important;
  color: #fff !important;
  font-size: 35px !important;
  line-height: 70px !important;
  pointer-events: auto;
  transition: background-color 0.25s ease;
}

.projetos-carousel .owl-prev:hover,
.projetos-carousel .owl-next:hover {
  background: rgba(0, 0, 0, 0.5) !important;
}

.projetos-carousel .owl-dots {
  position: absolute;
  right: 0;
  bottom: 18px;
  left: 0;
  text-align: center;
}

.projetos-carousel.owl-theme .owl-dots .owl-dot span {
  width: 7px;
  height: 7px;
  margin: 4px 5px;
  border: 1px solid #fff;
  background: transparent;
}

.projetos-carousel.owl-theme .owl-dots .owl-dot.active span,
.projetos-carousel.owl-theme .owl-dots .owl-dot:hover span {
  background: #fff;
}

.projetos-footer {
  width: 100%;
  max-width: none;
  margin: 45px 0 0;
}

.projetos-footer p {
  margin: 0;
}

/* Página Quem Somos */
.quem-somos-page {
  --levvo-title-size: 42px;
  --levvo-text-size: 18px;
  --quem-somos-gap: 40px;
  background: #fff !important;
}

.quem-somos-page .menu-switch,
.quem-somos-page .menu-close {
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
}

.quem-somos-main {
  width: 100%;
  padding-top: 90px;
  background: #fff;
}

.quem-somos-bloco {
  width: 100%;
  margin: 0;
  padding-top: var(--quem-somos-gap);
}

.quem-somos-page .contato-footer {
  margin-top: calc(var(--quem-somos-gap) + 30px);
}

/* Página Inicie seu Projeto */
.inicie-projeto-page .menu-switch,
.inicie-projeto-page .menu-close {
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
}

.inicie-projeto-main {
  min-height: calc(100vh - 38px);
  padding-top: 90px;
  background: #fff;
}

.inicie-projeto-page .contato-section {
  padding-top: 0;
}

.quem-somos-texto {
  min-height: 115px;
  padding: 30px 20px 25px;
  background: #fff;
}

.quem-somos-texto h1,
.quem-somos-texto h2 {
  margin: 0 0 4px;
  color: #111;
  font-family: Raleway, sans-serif !important;
  font-size: var(--levvo-text-size) !important;
  font-style: normal;
  font-weight: 600;
  line-height: 1.15;
}

.quem-somos-texto p {
  max-width: none;
  margin: 0;
  color: #111;
  font-size: var(--levvo-text-size) !important;
  line-height: 1.35;
}

.quem-somos-bloco img {
  display: block;
  width: 100%;
  height: min(62.5vw, 760px);
  min-height: 430px;
  object-fit: cover;
  object-position: center;
}

@media only screen and (max-width: 767px) {
  .quem-somos-page {
    --levvo-title-size: 30px;
    --levvo-text-size: 16px;
  }

  .quem-somos-texto {
    min-height: 0;
    padding: 30px 15px 20px;
  }

  .quem-somos-bloco img {
    height: 66vw;
    min-height: 280px;
  }
}

/* Centralização vertical do carrossel de projetos em tablets */
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .main-menu ul li a {
    font-size: 18px !important;
  }

  .projetos-intro {
    padding-bottom: 0;
  }

  .projetos-carousel-area {
    display: flex;
    flex: 1 1 0;
    min-height: 0;
    align-items: center;
  }

  .projetos-carousel {
    flex: 0 0 auto;
    width: 100%;
    margin: 0;
  }

  .projetos-footer {
    flex-shrink: 0;
    margin: 0;
  }
}

@media only screen and (max-width: 767px) {
  .projetos-main {
    width: 100%;
  }

  .projetos-intro {
    min-height: 0;
    padding: 28px 20px 0;
  }

  .projetos-intro h1 {
    font-size: 22px;
  }

  .projetos-intro p {
    max-width: 330px;
    margin-top: 37px;
    font-size: 12px;
  }

  .projeto-slide figcaption {
    left: 14px;
    bottom: 13px;
    font-size: 11px;
  }

  .projetos-carousel .owl-item .projeto-slide .projeto-marca {
    right: 14px;
    bottom: 11px;
    width: 30px;
    max-width: 30px;
  }

  .projetos-carousel .owl-prev,
  .projetos-carousel .owl-next {
    width: 38px;
    height: 58px;
    font-size: 27px !important;
    line-height: 58px !important;
  }

  .projetos-carousel {
    flex: 0 0 auto;
    width: 100%;
    margin: 0;
  }

  .projetos-carousel-area {
    display: flex;
    flex: 1 1 0;
    min-height: 0;
    align-items: center;
  }

  .projetos-footer {
    flex-shrink: 0;
    width: 100%;
    margin: 0;
  }
}

/* Espaçamento vertical padronizado entre os blocos do site */
:root {
  --levvo-section-gap: 50px;
}

.index-page #projetos {
  margin-top: var(--levvo-section-gap) !important;
  margin-bottom: calc(
    var(--levvo-section-gap) + var(--levvo-section-gap) + var(--levvo-title-size)
  ) !important;
}

.index-page #projetos .title-home {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: var(--levvo-section-gap) !important;
  font-family: Raleway, sans-serif !important;
  font-style: italic;
  font-weight: 400;
  line-height: 1;
}

.index-page #projetos .projetos-titulo-container {
  justify-content: center;
  padding-right: 42px;
  padding-left: 42px;
}

.index-page .contato-section {
  padding-top: var(--levvo-section-gap);
}

.inicie-projeto-page .contato-section {
  padding-top: 0;
}

.index-page .contato-container,
.inicie-projeto-page .contato-container {
  padding-top: var(--levvo-section-gap);
  padding-bottom: var(--levvo-section-gap);
}

.projetos-intro {
  padding: var(--levvo-section-gap) 42px 0;
}

.projetos-intro p {
  margin-top: var(--levvo-section-gap);
}

/* Remove a folga tipográfica extra abaixo do título sem alterar o vão de 50px. */
.projetos-intro h1 {
  line-height: 1;
}

.projetos-carousel-area {
  padding-top: var(--levvo-section-gap);
}

.projetos-footer,
.arquitetos-footer,
.quem-somos-page .contato-footer {
  margin-top: var(--levvo-section-gap);
}

.quem-somos-page {
  --quem-somos-gap: var(--levvo-section-gap);
}

.quem-somos-bloco {
  padding-top: var(--levvo-section-gap);
}

.quem-somos-texto {
  min-height: 0;
  padding: 0 20px var(--levvo-section-gap);
}

.arquitetos-main h1 {
  padding: var(--levvo-section-gap) 30px;
}

@media only screen and (max-width: 1199px) {
  .index-page #projetos .projetos-titulo-container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .projetos-intro {
    padding-right: 20px;
    padding-left: 20px;
  }

  .quem-somos-texto {
    padding-right: 15px;
    padding-left: 15px;
  }

  .arquitetos-main h1 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

/* Padronização tipográfica de todos os títulos do site. */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-style: italic !important;
}

/* Layout móvel das páginas Seja Parceiro e Contato em tablets */
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .inicie-projeto-page {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
  }

  .arquitetos-page {
    --levvo-title-size: 30px;
    --levvo-text-size: 16px;
  }

  .arquitetos-main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 90px;
  }

  .arquitetos-main h1 {
    padding: 45px 20px;
  }

  .arquitetos-conteudo {
    display: block;
    min-height: 0;
  }

  .arquitetos-imagem,
  .arquitetos-imagem img {
    height: 480px;
    min-height: 0;
  }

  .arquitetos-info {
    padding: 45px 20px;
  }

  .arquitetos-info form {
    margin-top: 45px;
  }

  .arquitetos-info form button {
    margin-top: 45px;
    margin-bottom: 0;
  }

  .arquitetos-texto {
    margin-bottom: 0;
  }

  .arquitetos-footer {
    flex-shrink: 0;
    margin-top: 0;
  }

  .inicie-projeto-main {
    display: flex;
    min-height: 0;
    flex: 1 0 auto;
    flex-direction: column;
    padding-top: 70px;
  }

  .inicie-projeto-page .contato-section {
    display: flex;
    min-height: 0;
    flex: 1 0 auto;
    flex-direction: column;
    padding-top: 30px;
  }

  .inicie-projeto-page .contato-faixa {
    font-size: 13px;
  }

  .inicie-projeto-page .contato-container {
    display: flex;
    flex: 1 0 auto;
    align-items: center;
    max-width: 100%;
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .inicie-projeto-page .contato-container > .row {
    display: block;
    width: 100%;
  }

  .inicie-projeto-page .contato-dados,
  .inicie-projeto-page .contato-formulario {
    width: 100%;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 100%;
    text-align: center;
  }

  .inicie-projeto-page .contato-formulario {
    margin-top: 45px;
  }

  .inicie-projeto-page .contato-formulario > p {
    font-size: 17px;
  }

  .inicie-projeto-page .contato-logo {
    max-width: 230px;
    margin-right: auto;
    margin-left: auto;
  }

  .inicie-projeto-page > .contato-footer {
    flex-shrink: 0;
  }
}

/* Mantém a régua de 50px também nos layouts responsivos. */
@media only screen and (max-width: 1199px) {
  .projetos-intro {
    padding-top: var(--levvo-section-gap);
  }

  .projetos-intro p {
    margin-top: var(--levvo-section-gap);
  }

  .projetos-carousel-area {
    padding-top: var(--levvo-section-gap);
  }

  .projetos-footer,
  .arquitetos-footer,
  .quem-somos-page .contato-footer {
    margin-top: var(--levvo-section-gap);
  }

  .arquitetos-main h1 {
    padding-top: var(--levvo-section-gap);
    padding-bottom: var(--levvo-section-gap);
  }

  .inicie-projeto-page .contato-container {
    padding-top: var(--levvo-section-gap);
  }

  .inicie-projeto-page .contato-container {
    padding-bottom: var(--levvo-section-gap);
  }
}

/* Tipografia oficial do site; fontes de ícones permanecem preservadas. */
@media only screen and (max-width: 767px) {
  .index-page .set-bg-sobre {
    background-position: 12% center;
  }

  .contato-faixa-quebra {
    display: block;
  }
}

body,
body *:not(.fa):not([class^="ti-"]):not([class*=" ti-"]) {
  font-family: Montserrat, sans-serif !important;
}

/* Cabeçalho proporcional à logo nos celulares. */
@media only screen and (max-width: 767px) {
  html {
    scroll-padding-top: 61.2px;
  }

  .default-header {
    height: 61.2px;
    padding-top: 0;
    padding-right: 50.32px;
    padding-bottom: 0;
    padding-left: 15.64px;
  }

  .logo-wrapper {
    top: 15.64px;
    left: 15.64px;
    width: 170px;
    height: auto;
  }

  .menu-wrapper {
    width: 61.2px;
  }

  .menu-switch {
    display: flex;
    height: 61.2px;
    align-items: center;
    justify-content: center;
    padding-top: 0;
  }

  .menu-switch img {
    width: 30px;
    height: 30px;
  }

  .home-container,
  .projetos-main,
  .quem-somos-main,
  .arquitetos-main,
  .inicie-projeto-main {
    padding-top: 61.2px;
  }
}

.projetos-page .projeto-slide figcaption {
  font-family: Montserrat, sans-serif !important;
}

@media only screen and (max-width: 767px) {
  .arquitetos-page {
    background: #fff !important;
  }

  .arquitetos-main h1 {
    padding-top: var(--levvo-section-gap);
    padding-bottom: var(--levvo-section-gap);
  }

  .arquitetos-info {
    padding: var(--levvo-section-gap) 15px;
  }

  .arquitetos-info form {
    margin-top: var(--levvo-section-gap);
  }

  .arquitetos-footer {
    margin-top: 0;
  }
}
