/* Main Color */
/* Neutral Colors */
.color-grey-0 {
  color: #FFF;
}

.color-grey-600 {
  color: #DFDFDF;
}

.color-grey-700 {
  color: #B1B1B1;
}

.color-grey-800 {
  color: #646464;
}

.color-grey-900 {
  color: #181818;
}

.color-grey-1000 {
  color: #000;
}

.input-color-form {
  color: #656565;
}

body.single-projetos .mask-left-top,
body.single-projetos .mask-right-top {
  display: none;
}
body.single-projetos .sticky .logo-link svg path {
  fill: #595851;
}
body.single-projetos .sticky .menu li a {
  color: #595851;
}
body.single-projetos .sticky .menu li a::after {
  background-color: #595851;
}
body.single-projetos .sticky .filter .option {
  display: none;
}
body.single-projetos .sticky .navigation__menu-label .navigation__label-bar {
  background-color: #595851;
}
body.single-projetos .swup {
  padding: 20px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media (min-width: 1024px) {
  body.single-projetos .swup {
    padding: 20px 80px;
  }
}
body.single-projetos .banner {
  position: relative;
  width: 100%;
  height: calc(100vh + 100px);
}
body.single-projetos .banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.single-projetos .banner h1 {
  position: absolute;
  top: calc(50% - 50px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-style: normal;
  font-weight: 250;
  font-size: 36px;
  font-size: 2.5vw;
  line-height: 140%;
  color: #ffffff;
}
body.single-projetos .banner .mask {
  position: absolute;
  width: 456px;
  height: 184px;
  top: calc(50% - 50px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #21201d;
  opacity: 0.7;
  -webkit-filter: blur(125px);
          filter: blur(125px);
}
body.single-projetos .description {
  padding: 120px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}
@media (min-width: 1024px) {
  body.single-projetos .description {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
body.single-projetos #swup .description p {
  max-width: 640px;
  padding: 0;
  margin: 0;
  font-style: normal;
  font-weight: 250;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.04em;
  color: #33322e;
  /* font-size: 1vw; */
}
body.single-projetos .description .list {
  width: 35%;
  min-width: 380px;
  margin-left: 80px;
}
body.single-projetos .description .list ul {
  margin: 0;
  padding: 0;
}
body.single-projetos .description .list li:first-child {
  padding-top: 0;
}
body.single-projetos .description .list li {
  font-style: normal;
  font-weight: 250;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0.01em;
  color: #33322e;
  padding: 20px 0;
  border-bottom: 1px solid rgba(89, 88, 81, 0.5);
}
body.single-projetos main img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  /* height: auto; */
}
body.single-projetos .two-columns {
  margin-top: 20px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body.single-projetos .two-columns img {
  width: calc(50% - 10px);
}
body.single-projetos .full-image {
  margin-top: 20px;
  display: block;
}
body.single-projetos .see-more {
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 130%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #595851;
  display: table;
  cursor: pointer;
  margin: 80px auto;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
body.single-projetos .see-more a {
  border-bottom: 1px solid rgba(89, 88, 81, 0.5);
  padding: 20px 60px 20px;
}
body.single-projetos .see-more:hover {
  scale: 1.05;
}
@media (max-width: 1024px) {
  body.single-projetos .banner {
    height: 100vh;
  }
  body.single-projetos #swup .description {
    padding: 64px 0;
  }
  body.single-projetos #swup .description .list {
    width: 100%;
    margin-top: 40px;
    margin-left: 0;
  }
  body.single-projetos .two-columns {
    margin-top: 8px;
  }
  body.single-projetos .two-columns img {
    width: calc(50% - 4px);
  }
  body.single-projetos .full-image {
    margin-top: 8px;
  }
  body.single-projetos .banner h1 {
    font-size: 36px;
    text-align: center;
  }
  body.single-projetos .banner .mask {
    width: 100%;
    height: 184px;
  }
  body.single-projetos .see-more {
    margin: 0 auto 80px;
  }
}
body.single-projetos .video-background {
  height: calc(100vh - 110px);
  position: relative;
  margin-bottom: 20px;
}
body.single-projetos .video-background .box-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
body.single-projetos .video-background .box-img::after {
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  left: 0;
  z-index: 2;
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
}
body.single-projetos .video-background .box-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.single-projetos .video-background .box-img video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
  position: relative;
  display: none;
}
@media (min-width: 1024px) {
  body.single-projetos .video-background .box-img video {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
body.single-projetos .video-background .box-img .img-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1024px) {
  body.single-projetos .video-background .box-img .img-mobile {
    display: none;
  }
}
body.single-projetos .box-galeria {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  body.single-projetos .box-galeria {
    margin-bottom: 60px;
  }
}
body.single-projetos .box-galeria .imagem-galeria {
  width: 100%;
  height: 350px;
}
@media (min-width: 1024px) {
  body.single-projetos .box-galeria .imagem-galeria {
    height: 100vh;
  }
}
body.single-projetos .box-galeria .imagem-galeria img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1024px) {
  body.single-projetos .box-galeria .row-img {
    width: calc(50% - 10px);
  }
}
/*# sourceMappingURL=single-projeto.css.map */
