html,
body {
  width: 100vw;
  overflow-x: hidden;
}

body.coverBackground {
  background-color: #f9f9f9;
}

:root {
  --green-u: #73893b;
  --black: #090c0c;
  --darkgrey: #5a5a5a;
  --grey: #888888;
  --lightgrey: #b5b5b5;
  --white: #ffffff;
  --warning: #d8411b;
  --primary: 115, 137, 59;
  --banner-hp: 19, 87, 101;
  --banner-content: 69, 116, 122;
  --transition: all 0.2s ease-in-out;
  --font-family: "Open Sans", sans-serif;
  --white-alpha: #ffffff;
  --black-alpha: #000000;
  --green-hover: #a7be6f;
}

.pre-load *{
  transition: none !important;
}

section {
  position: relative;
  min-height: calc(100vh - 476px - 91px);
}

:focus {
  outline-color: transparent;
  outline-style: none;
}

.bg-filter {
  display: none;
}

.lock {
  overflow: hidden;
}

.page-content {
  min-height: cal(100vh - 64px - 474px);
}

.atss .at-share-btn .at-icon-wrapper, .atss a .at-icon-wrapper{
  background-color: rgba(249, 249, 249, 0.5) !important;
}

.atss .at-share-btn, .atss a{
  background: transparent !important;
}

@keyframes shrinkanim {
  0% {
    opacity: 100%;
  }

  100% {
    opacity: 0%;
  }
}

.blankSpace {
  height: 91px;
}

.videofull {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0;
  transition: all 1s ease-in-out;
  padding: 50px;
  display: none;
}

.quit {
  height: 38px;
  width: 38px;
  position: absolute;
  top: 90px;
  cursor: pointer;
  right: 70px;
  z-index: 11;
  opacity: 0;
}

.cross {
  position: relative;
  width: 100%;
  height: 100%;
  transform: rotate(45deg);
}

.cross::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  border-left: 2px solid #fff;
  left: 50%;
}

.cross::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  border-top: 2px solid #fff;
  top: 50%;
}

.videofullOn {
  z-index: 11;
}

.videofullOn .quit {
  opacity: 1;
}

/* .container-player.fullscreen{
  height: 100vh;
} */

.container-player .wrapper iframe.videofullscreen {
  width: 80vw;
  height: 90vh;
  z-index: 11;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}

.content-404 {
  /* padding: 199px 655px 299px 655px; */
  background-color: #f9f9f9;
}

.content-404 .middleText {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: 100%;
  padding-top: 199px;
}

.content-404 .middleText h3 {
  font-family: var(--font-family);
  font-size: 60px;
  letter-spacing: -3px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  text-align: center;
  color: var(--black);
}

.content-404 .middleText p {
  font-family: var(--font-family);
  font-size: 36px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.94;
  letter-spacing: -1.8px;
  text-align: center;
  color: var(--black);
}

.content-404 .middleText a {
  font-family: var(--font-family);
  font-size: 18px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  position: relative;
  padding-right: 19px;
  margin-top: 64px;
  color: #abc272;
}

.content-404 .middleText a::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #abc272;
  border-right: 1px solid #abc272;
  transform: rotate(45deg);
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.5s ease-in-out;
}

.content-404 .middleText a:hover::before {
  transform: translateX(15px) rotate(45deg);
}

/* ################################################## Style Modules ################################################## */

@media (min-width: 768px) {
  .content .template blockquote::before {
    left: 45px;
    height: 25px;
    width: 25px;
  }
}

.content .template blockquote::before {
  content: "";
  position: absolute;
  left: 0;
  height: 20px;
  width: 20px;
  background-image: url(/img/quotation-mark.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

/*******************************************/
/********** CONTENT PAGE TEMPLATE **********/
/*******************************************/

.content .template {
  font-family: var(--font-family);
  padding: 40px 0;
  background-color: var(--white);
}

.content .template h2:first-child,
.content .template h3:first-child,
.content .template h4:first-child,
.content .template p:first-child,
.content .template ul:first-child,
.content .template ol:first-child {
  margin-top: 0;
}

.content .template h2:last-child,
.content .template h3:last-child,
.content .template h4:last-child,
.content .template p:last-child,
.content .template ul:last-child,
.content .template ol:last-child {
  margin-bottom: 0;
}

.content .template h2,
.content .template .h2 {
  font-size: 2.25rem;
  font-weight: 400;
  color: #6e8b2b;
  line-height: 1.25;
  margin: 0.45em 0;
}

.project-page .content .template h2 {
  font-family: var(--font-family);
  font-weight: normal;
  font-size: 48px;
  margin-bottom: 46px;
  letter-spacing: -2.4px;
}

.content .template h3,
.content .template .h3 {
  font-size: 30px;
  font-weight: bold;
  color: #40160f;
  line-height: 1.6;
  margin: 0.75em 0;
  font-family: var(--font-family);
  letter-spacing: -1.5px;
}

.content .template .module10 h3 {
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 1.75rem;
  line-height: 1.75;
}

.content .template h4,
.content .template .h4 {
  font-size: 24px;
  font-weight: 600;
  color: #40160f;
  line-height: 1.6;
  margin: 0.75em 0;
  font-family: var(--font-family);
  letter-spacing: -1.2px;
}

.content .template .loremTitle {
  font-family: var(--font-family);
  font-size: 18px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  padding-bottom: 26px;
}

.content .template p,
.content .template ul,
.content .template ol {
  font-size: 1.125rem;
  font-weight: 300;
  color: #40160f;
  margin: 1em 0;
}
.content .template p b,
.content .template p strong {
  font-weight: 800;
  color: #40160f;
}
.content .template blockquote p small {
  font-size: 13px;
  font-weight: 300;
  font-style: normal;
  color: #73893b;
}

.content .template p big {
  display: inline-block;
  font-size: 38px;
  font-weight: 500;
  font-style: normal;
  color: var(--black);
  padding: 0.5em 0 0.5em;
  position: relative;
  margin-bottom: 100px;
}

.content .template p big::before {
  content: "";
  left: 62px;
  width: 5px;
  background-color: var(--green-u);
  position: absolute;
  top: 30px;
  bottom: 30px;
}

.content .template p a,
.content .template li a {
  color: rgb(var(--primary));
  border-bottom: 1px solid currentColor;
  display: inline;
}
.content .template p a:hover,
.content .template li a:hover {
  border-bottom: 1px solid transparent;
}

.content .template blockquote {
  display: block;
  padding: 1.5em 0 1.5em 40px;
  position: relative;
}
.content .template blockquote::before {
  content: "";
  position: absolute;
  left: 0;
  height: 20px;
  width: 20px;
  background-image: url(/img/quotation-mark.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.content .template .smallQuote {
  text-transform: uppercase;
  font-family: var(--font-family);
  font-size: 13px;
  position: relative;
  left: 100px;
  color: var(--green-u);
}

.content .template blockquote p {
  font-size: 38px;
  font-family: var(--font-family);
  font-style: italic;
  font-stretch: normal;
  font-weight: 300;
  color: #000;
  padding: 0;
  position: unset;
  margin: 0;
}

.content .template blockquote p::before {
  content: unset;
}

.content .template ul,
.content .template ol {
  padding-left: 2em;
  list-style: none;
  margin: 1.5em 0;
}
.content .template ul li,
.content .template ol li {
  position: relative;
  color: #424242;
}

.content .template ul li strong,
.content .template ol li strong{
  font-family: var(--font-family);
  font-weight: 800;
  color: #40160f;
}

.content .template ul li p,
.content .template ol li p {
  margin: 0;
}
.content .template ul li::before {
  content: "";
  height: 5px;
  width: 5px;
  margin-right: 2rem;
  margin-left: -2em;
  background-color: var(--green-u);
  display: inline-block;
  border-radius: 50%;
  margin-bottom: 2px;
}

.content .template .underline-green {
  color: var(--green-u);
}

.content .template ol {
  counter-reset: item;
}
.content .template ol li {
  counter-increment: item;
}
.content .template ol li::before {
  content: counter(item) ".";
  display: inline-block;
  width: 2em;
  margin-left: -2em;
  color: rgb(var(--primary));
  font-weight: 400;
}

#listbg {
  position: relative;
  padding: 61px;
}

#listbg::before {
  content: "";
  background-color: #000;
  top: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  filter: opacity(0.03);
}

.content .template .listing-more {
  color: var(--green-u);
  text-transform: uppercase;
  font-size: 13px;
  font-family: var(--font-family);
}

.content .template .smallFile {
  color: var(--green-u);
  text-transform: uppercase;
}

.project-page .highlights .content .template {
  background-color: transparent;
}

.project-page .highlights .content .template ul li {
  margin: 18px 0;
}

.project-page .highlights .content .template ul li > b {
  color: var(--black);
  font-family: var(--font-family);
  font-weight: bold;
}

@media (min-width: 768px) {
  .content .template {
    padding: 70px 0;
  }

  .content .template p big,
  .content .template blockquote {
    padding-left: 100px;
  }

  .content .template blockquote::before {
    left: 45px;
    height: 25px;
    width: 25px;
  }
}

@media (min-width: 992px) {
  .content .template {
    padding: 85px 0 100px;
  }

  .infraestruturas .content .template {
    padding: 0 0 60px;
  }
}

a,
a:hover {
  color: currentColor;
  text-decoration: none;
}

/* ################################################## SLICK SCROLL ################################################## */

#placeholder-img {
  height: 100%;
  width: 100%;
}

.index .slideshow.slick-slider {
  transition: all 0.5s ease-in-out;
  position: absolute;
  height: 100%;
  top: 0;
  background: linear-gradient(to bottom, #878686, #878686);
  background-blend-mode: multiply;
}

.index .slick-dots {
  top: 0;
  right: 30px;
  bottom: 0;
  width: 20px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  z-index: 1;
}

.index .slick-dots li {
  margin: 0 5px 15.5px 0;
}

.index .slick-slide {
  position: relative;
}

.index .slick-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  mix-blend-mode: multiply;
  background: linear-gradient(to bottom, #878686, #878686);
}

.index .slick-list,
.slick-track,
.slick-slide {
  height: 100%;
}

#first-img-container {
  position: relative;
  width: 100%;
  height: 100%;
}

#first-img-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  mix-blend-mode: multiply;
  background: linear-gradient(to bottom, #878686, #878686);
  z-index: 2;
}

#first-img-container .main-title {
  z-index: 3;
}

#first-img-container #good-slide {
  opacity: 0;
  position: relative;
  height: 100%;
  z-index: 2;
  transition: all 0.5s ease-in-out;
}

#first-img-container #bad-slide {
  opacity: 1;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
  transition: all 0.5s ease-in-out;
}

#first-img-container #good-slide.in {
  opacity: 1;
}

/* .gallery-slide > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  filter: brightness(0.5);
} */

.index .slick-dots li button {
  position: relative;
}

.index .slick-dots li button:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border: 1px solid var(--white);
  background: var(--white);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  opacity: 0.6;
  transition: all 0.5s ease;
}

.index .slick-dots li.slick-active {
  border-radius: 50%;
}

.index .slick-dots li.slick-active button:before {
  opacity: 1;
  width: 14px;
  height: 14px;
  background: transparent;
}

.index .slick-dots li button {
  border-radius: 50%;
}

@keyframes scrollanime {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(100%);
  }
}

#scroll {
  position: absolute;
  content: "";
  width: 1px;
  height: 102px;
  background-color: rgba(255, 255, 255, 0.4);
  /* background: inherit; */
  top: 0;
  left: 0;
  -webkit-animation: scrollanime 5s infinite;
  -moz-animation: scrollanime 5s infinite;
  -o-animation: scrollanime 5s infinite;
  animation: scrollanime 5s infinite;
  z-index: 0;
}

#scroll-title {
  position: absolute;
  bottom: 115px;
  color: var(--white);
  left: 15px;
  font-family: var(--font-family);
  font-size: 12px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.6px;
}

#hiddenbox {
  position: absolute;
  display: block;
  content: "";
  width: 1px;
  height: 102px;
  bottom: 0;
  left: 30px;
  background: transparent;
  overflow: hidden;
}

.index .slick-prev {
  display: none !important;
}

/* ################################################## END SLICK SCROLL ################################################## */

* {
  /* margin: 0;
    padding: 0; */
  background-size: cover;
}

/* ################################################# HEADER ########################################################### */
.background {
  width: 100%;
  height: 100%;
}

header {
  display: flex;
  position: fixed;
  padding: 38px 30px 0 23px;
  height: 91px;
  width: 100%;
  z-index: 10;
  transition: all 1s ease-in-out;
}

header.header-change {
  background-color: var(--white-alpha);
  transition: all 1s ease-in-out;
}

header.header-change {
  padding: 28px 30px 0 23px;
}

header.header-change .logo > img {
  width: 139px;
  height: 46px;
}

header.header-change .logo > img {
  content: url(/img/logo-colored.svg);
}

header.header-change .topnav li a {
  color: var(--black-alpha);
}

header.header-change .topnav li:hover {
  color: var(--black-alpha);
}

.index header.header-change .form .search {
  background-image: url(/assets/img/lupe.svg);
}

header.header-change .form .search {
  background-image: url(/assets/img/lupe-green.svg);
}

header.header-change .form .searchForm {
  color: var(--black);
}

header.header-change .form::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1%;
  bottom: 0;
  left: 0;
  right: 0;
  margin-bottom: 35px;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  background-color: var(--black);
}

header.header-change.control .form::before {
  opacity: 1;
}

header.header-change .form .searchForm::placeholder {
  color: var(--black);
}

header.header-change .topnav .nav-content .dropdown-sub {
  background-color: var(--white-alpha);
}

header.header-change .topnav .nav-content .dropdown-sub a {
  color: var(--black-alpha);
}

.logo {
  position: relative;
  transition: all 1s ease-in-out;
}

.logo img {
  width: 215px;
  height: 71px;
  transition: all 0.5s ease-in-out;
}

.topnav .topnav-open {
  display: block;
}

.navigation {
  display: flex;
  /* right: calc(83px - 40px); */
  position: relative;
  transition: all 0.5s ease-in-out;
  margin-left: auto;
}

.navigation .topnav .nav-content h2 {
  font-size: 13px;
  text-decoration: none;
  color: white;
}

.navigation .hamb {
  display: none;
  cursor: pointer;
}

.topnav {
  color: var(--white-alpha);
  display: flex;
}

.topnav li h2 a {
  color: var(--white-alpha);
  text-align: right;
  padding: 0 16px;
  text-decoration: none;
  font-size: 13px;
  font-family: var(--font-family);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.65px;
  line-height: 1.85;
  float: left;
  text-align: center;
  transition: all 0.5s ease-in-out;
}

.topnav li a:hover {
  cursor: pointer;
}

.navigation ul {
  list-style: none;
}

.topnav .nav-content {
  position: relative;
}

.topnav .nav-content::before {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
  height: 2px;
  width: 0;
  transition: all 0.5s ease-in-out;
}

.topnav .nav-content:hover::before,
.topnav .nav-content.active::before {
  width: 10%;
  background-color: var(--green-u);
}

.topnav li:hover .dropdown-sub {
  text-decoration: none;
  color: inherit;
}

.topnav .nav-content .dropdown-sub {
  overflow: hidden;
  display: flex;
  position: absolute;
  max-height: 0;
  transition: all 0.5s ease-in-out;
  flex-wrap: wrap;
  top: 100%;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 120%;
  transform: translateX(-10%);
}

.topnav .nav-content .sub-menu h3 {
  font-size: 11px;
}

.topnav .nav-content .sub-menu {
  padding: 0 50px 9.5px 50px;
}

.topnav .nav-content .sub-menu:first-child {
  margin-top: 41px;
}

.topnav .nav-content .sub-menu:last-child {
  margin-bottom: 0;
  padding-bottom: 38px;
}

.topnav .nav-content .sub-menu a {
  font-family: var(--font-family);
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0.55px;
  text-align: center;
  color: var(--white-alpha);
}

.topnav .nav-content .sub-menu a:hover {
  text-decoration: none;
  cursor: pointer;
}

.topnav-move {
  right: 14rem;
}

.form {
  position: relative;
  transition: all 0.5s ease-in-out;
  display: flex;
  width: 20px;
  flex-direction: row-reverse;
  pointer-events: none;
  margin-left: 20px;
}

.form::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1%;
  bottom: 0;
  left: 0;
  right: 0;
  margin-bottom: 25px;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  background-color: var(--white);
}

.control .form::before {
  opacity: 1;
}

.form:hover {
  cursor: pointer;
}

.searchForm {
  position: relative;
  width: 100%;
  border: transparent;
  background-color: transparent;
  border-bottom: 1px solid transparent;
  color: transparent;
  transition: all 0.5s ease-in-out;
  align-self: baseline;
  opacity: 0;
  margin-right: 17px;
  font-size: 12px;
}

.search {
  position: absolute;
  color: #fff;
  z-index: 10;
  overflow: hidden;
  padding-top: 3px;
  pointer-events: all;
  background-image: url(/assets/img/lupe-white.svg);
  width: 15px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  top: 3px;
  transition: all 0.5s ease-in-out;
}

.search:hover {
  color: #fff;
  text-decoration: none;
}

.control .form {
  width: 200px;
}

.control .searchForm {
  color: #fff;
  pointer-events: all;
  transition: all 0.5s ease-in-out;
  padding-left: 13px;
  opacity: 1;
  font-size: 12px;
}

.control .navigation,
.control .navigation .topnav {
  transition: all 0.5s ease-in-out;
}

.searchForm::placeholder{
  font-family: var(--font-family);
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 1.2px;
  text-align: left;
  color: #fff;
}

.searchForm:-ms-input-placeholder{
    font-family: var(--font-family);
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 1.2px;
  text-align: left;
  color: #f9f9f9;
  z-index: 3;
}

.searchForm:-moz-placeholder{
    font-family: var(--font-family);
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 1.2px;
  text-align: left;
  color: #f9f9f9;
  z-index: 3;
}


/* ################################################ END OF HEADER ################################################ */

/* ################################################ SECTION SLIDESHOW ################################################ */

.gallery-slide {
  height: 100vh;
}

.slideshow {
  width: 100%;
  height: 100%;
}

.main-title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 1;
}

.main-title .title-container {
  max-width: 487px;
}

.main-title h2 {
  font-size: 100px;
  letter-spacing: -5px;
  text-align: center;
  color: white;
  font-stretch: normal;
  font-weight: 300;
  line-height: 1.13;
  font-style: normal;
  font-family: var(--font-family);
  -webkit-font-smothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  pointer-events: none;
}

.btn-more,
.btn-more.blog,
.btn-more.works {
  letter-spacing: 0.55px;
    font-family: var(--font-family);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.18;
  letter-spacing: 0.55px;
  text-transform: uppercase;
  color: var(--white-alpha);
  text-align: center;
  font-size: 11px;
  -webkit-font-smothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  position: relative;
  padding: 25px 80px;
}

.main-title .btn-more::before,
.watch .btn-more::before,
.btn-blog .btn-more::before {
  content: "";
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.5);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.5s ease-in-out;
}

.main-title .btn-more {
  transform: translateY(36px);
}

.main-title .btn-more:hover,
.watch .btn-more:hover {
  color: var(--white-alpha);
  text-decoration: none;
  cursor: pointer;
}

.main-title .btn-more:hover::before,
.watch .btn-more:hover::before {
  transform: scale(1.1);
}

.socialnetwork {
  position: absolute;
  right: 46px;
  bottom: 39px;
}

.redesocial {
  position: relative;
  bottom: 0;
  text-align: right;
  color: var(--white-alpha);
  display: flex;
}

.redesocial .links {
  color: var(--white-alpha);
  text-decoration: none;
}

.redesocial .links {
  color: var(--white-alpha);
  font-size: 12px;
  font-family: var(--font-family);
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.6px;
  cursor: pointer;
}

.redesocial span {
  color: var(--white-alpha);
  font-size: 12px;
  font-family: var(--font-family);
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.6px;
}

.redesocial .links:hover {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.5);
}

/* ################################################ END SECTION SLIDESHOW ################################################ */

/* ################################################ SECTION VIDEO ##################################################### */

#vid-section {
  transition: all ease-in-out;
}

.container-player {
  width: 100%;
  position: relative;
}

.container-player #mobile-fullscreen {
  opacity: 0;
  display: none;
}

.container-player .wrapper iframe {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  transition: all 0.5s ease-in-out;
}

/* .container-player .wrapper {
  width: 100%;
  height: 100%;
  padding-top: 56.25%;
  position: relative;
  background-color: #000;
} */

/* DELETE HERE */

.container-player .wrapper {
  width: 100vw;
  height: 100vh;
  padding-bottom: 56.25%;
  position: relative;
  background-color: #000;
  overflow: hidden;
}
/*  */

.container-player .wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #878686;
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: multiply;
  z-index: 1;
}

.player {
  filter: brightness(0.5);
  width: 100%;
  opacity: 1;
}

.vid-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 67px;
  z-index: 1;
  text-align: center;
  padding-top: 67px;
  display: none;
}

.container-player .vid-btn .play-btn {
  width: 100%;
  height: 67px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 100px;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease-in-out;
  z-index: 2;
  margin: auto;
}

.container-player .vid-btn .play-btn:before {
  content: "";
  border-top: 10px solid transparent;
  border-left: 15px solid var(--white-alpha);
  border-bottom: 10px solid transparent;
  position: absolute;
  top: 36%;
  left: 43%;
  z-index: 2;
}

.container-player .vid-btn .play-btn:hover {
  border: 1px solid var(--white-alpha);
  cursor: pointer;
  text-decoration: none;
  color: var(--white-alpha);
  transform: scale(1.1);
}

.container-player .vid-btn a:last-of-type {
  position: relative;
  text-transform: uppercase;
    font-family: var(--font-family);
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.4;
  letter-spacing: 0.5px;
  text-align: center;
  color: var(--white-alpha);
  z-index: 2;
}

.container-player .vid-btn a:hover:last-of-type {
  text-decoration: none;
}

.watch {
  position: absolute;
  text-align: center;
  top: 80%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.container-player .wrapper .img {
  display: none;
}

@media (min-aspect-ratio: 16/9) {
  .container-player .wrapper iframe {
    /* height = 100 * (9 / 16) = 56.25 */
    height: 56.25vw;
  }
}
@media (max-aspect-ratio: 16/9) {
  .container-player .wrapper iframe {
    /* width = 100 / (9 / 16) = 177.777777 */
    width: 177.78vh;
  }
}

/* ################################################ END SECTION VIDEO ################################################ */

/* ################################################ SECTION HIGHLIGHTS ################################################ */

.highlights {
  /* background-color: var(--white); */
  position: relative;
}

.newsletter .highlights {
  padding-bottom: 204px;
}

.contact-page .topContainer {
  margin-right: auto;
  margin-left: 216px;
}

.thank-you {
  margin-bottom: 170px;
}

.back-btn {
  max-width: 890px;
  width: 100%;
  padding: 50px 20px 20px 20px;
  margin: auto;
  position: relative;
  margin-top: -182px;
}

.back-btn #sub-btn {
  margin-top: 0;
  padding-right: 0;
  margin-left: 0;
  position: unset;
  display: unset;
}

.back-btn #sub-btn::before {
  left: 18%;
  right: unset;
  top: 30px;
}

.back-btn #sub-btn:hover::before {
  transform: translateX(10px) rotate(45deg);
}

.projects .highlights {
  margin-top: 91px;
  padding-bottom: 100px;
}

.index .highlights {
  background-color: #f9f9f9;
}

.index .highlights .row > div {
  padding: 0 25px 0 25px;
  top: 50%;
}

.index .highlights .row {
  margin: 0 -25px 0 -25px;
  justify-content: center;
}

.index .highlights > figure {
  margin-bottom: 85%;
}

.newsletterForm {
  margin-left: 260px;
  margin-top: 118px;
}

.remove-newsForm {
  margin-left: 260px;
  margin-top: 20px;
}

.newsletter .remove-newsForm #sub-btn {
  display: inline-block;
  display: flex;
}

.newsletterForm .col-6:last-child,
.remove-newsForm .col-6:last-child {
  display: flex;
}

.newsletterForm .col-6:last-child .col-6:first-child,
.remove-newsForm .col-6:last-child .col-6:first-child {
  padding-left: 0;
  justify-content: center;
  align-items: center;
}

.newsletter .col-6:last-child .col-6:last-child,
.remove-newsForm .col-6:last-child .col-6:last-child {
  padding-right: 0;
}

.newsletterForm #un-sub {
    font-family: var(--font-family);
  font-size: 13px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: right;
  color: lightgrey;
  position: relative;
  margin-top: 49px;
  display: flex;
  justify-content: flex-start;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}

.newsletterForm .input-wrapper,
.remove-newsForm .input-wrapper {
  position: relative;
  margin-bottom: 20px;
}

.newsletterForm .txt-name,
.newsletterForm .txt-email,
.remove-newsForm .txt-name,
.remove-newsForm .txt-email {
  background-color: transparent;
  border: 1px solid rgba(115, 137, 59, 0.98);
  font-family: var(--font-family);
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: -0.9px;
  text-align: left;
  width: 100%;
  padding: 14px 31px;
}

.newsletterForm .txt-name::placeholder,
.newsletterForm .txt-email::placeholder,
.remove-newsForm .txt-name::placeholder,
.remove-newsForm .txt-email::placeholder {
  font-family: var(--font-family);
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: -0.9px;
  text-align: left;
  color: var(--black);
}

.checkbox-btn {
  margin-top: 10px;
}

.checkbox-btn input[type="checkbox"] {
  display: none;
}

.checkbox-btn input[type="checkbox"] + label {
  display: inline-block;
  vertical-align: middle;
  height: 30px;
  width: 30px;
  background-color: transparent;
  cursor: pointer;
  position: relative;
  border: 1px solid var(--green-u);
  transition: var(--transition);
}

.checkbox-btn input[type="checkbox"]:checked + label::before {
  opacity: 1;
}

.checkbox-btn input[type="checkbox"] + label::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-size: 0.875rem;
  font-weight: 900;
  color: var(--black);
  line-height: 1;
  width: 14px;
  height: 12px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  transition: var(--transition);
  -webkit-transition: var(--transition);
}

.checkbox-btn input[type="checkbox"] + label + label {
  display: inline-block;
  vertical-align: middle;
  padding-left: 15px;
  color: var(--black);
  font-weight: 300;
  line-height: 1.25;
  font-family: var(--font-family);
  font-size: 14px;
  letter-spacing: -0.35px;
  font-stretch: normal;
  font-style: normal;
}

.checkbox-btn #policy {
  text-decoration: underline;
  color: #abc272;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}

.checkbox-btn #policy:hover {
  color: white;
}

#sub-btn {
    font-family: var(--font-family);
  font-size: 18px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: right;
  /* color: var(--green-u); */
  color: #abc272;
  position: relative;
  margin-left: auto;
  padding-right: 19px;
  margin-top: 45px;
  display: flex;
  justify-content: flex-end;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}

#sub-btn::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid rgba(var(--primary));
  border-right: 1px solid rgba(var(--primary));
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transition: all 0.5s ease-in-out;
}

.contact-page #sub-btn:hover {
  color: var(--white);
}

.contact-page #sub-btn:hover:before {
  transform: translateX(15px) rotate(45deg);
}

.newsletterForm #sub-btn:hover::before {
  transform: translateX(15px) rotate(45deg);
}

.remove-newsForm #sub-btn:hover::before {
  transform: translateX(15px) rotate(45deg);
}

.info .template {
  padding: 51px 0 0 0;
  background-color: transparent;
}

.info .about-title {
  top: 67px;
}

.contact-page .highlights .info-container .row .contact-text .address,
.contact-page .highlights .info-container .row .contact-text .contact,
.contact-page .highlights .info-container .row .contact-text .subscribe {
  color: var(--black);
}

.contact-page .highlights {
  padding-bottom: 40px;
  margin-top: 91px;
}

.contact-page
  .highlights
  .topContainer
  .about-title
  .container
  .row
  .contact-text
  .contact-container-text {
  margin-top: 36px;
}

.contact-page
  .highlights
  .topContainer
  .about-title
  .container
  .row
  .contact-text
  .contact
  > a {
  color: var(--green-hover);
  font-weight: 400;
}

.contact-page .highlights .topContainer {
  max-width: 1241px;
}

.contact-page .highlights .about-title .info-container .row .contact-text {
  margin-right: 243px;
  padding: 0;
  margin-top: 50px;
}

.topContainer {
  max-width: 1076px;
  width: 100%;
  padding: 20px 20px;
  margin: auto;
  position: relative;
  top: 77px;
}

.upper-content {
  /* max-width: 1075px; */
  max-width: 890px;
  width: 100%;
  padding: 20px 0;
  margin: auto;
  position: relative;
}

.infraestruturas .container-xl {
  padding-top: 80px;
}

.infraestruturas .highlights {
  margin-top: 91px;
}

.infraestruturas .content .template {
  background-color: transparent;
}
.infraestruturas .content > .template:nth-child(2) {
  padding-top: 57px;
  padding-bottom: 93px;
}

.projects .highlights.content .topContainer .about-title .template {
  background-color: transparent;
  padding: 51px 0 58.5px 0;
}

.projects .highlights .container.container-figures,
.infraestruturas .highlights .container.container-figures {
  display: flex;
  justify-content: center;
  margin: auto;
}

.projects .highlights .container.container-figures {
  margin: 58.5px auto auto auto;
}

.projects .highlights .container.container-figures .article .h2 {
  font-family: var(--font-family);
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: -0.7px;
  text-align: left;
  color: var(--black);
  padding-top: 30px;
  transition: all 0.5s ease-in-out;
}

.projects .highlights .container.container-figures .article .h2:hover{
  color: var(--green-u);
}

.projects .highlights .container.container-figures .article .lower {
  margin-top: 22px;
  margin-bottom: 89px;
}

.projects
  .highlights
  .container.container-figures
  .article
  .lower
  .category-title {
    font-family: var(--font-family);
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.85;
  letter-spacing: 0.65px;
  text-align: left;
  color: var(--green-u);
  text-transform: uppercase;
  padding-top: 22px;
}

.index .U-Shape {
  position: absolute;
  left: 0;
}

.U-Shape {
  left: -8vw;
}

.info .highlights.content {
  margin-top: calc(91px + 60px);
}

.info .U-Shape {
  position: absolute;
  top: 0;
}

.info .about-title {
  position: unset;
  margin-top: 67px;
}

.U-Shape img {
  height: 601px;
}

.about-title {
  position: relative;
  /* top: 122px; */
  padding-left: 185px;
}

.projects .about-title {
  top: 62px;
}

.image-container {
  margin-bottom: 97px;
}

.figure-img {
  height: 0;
  background-color: var(--green-u);
  position: relative;
  padding-top: 138.4%;
  overflow: hidden;
}

.figure-img img {
  position: absolute;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  pointer-events: all;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}

.figure-img img:hover {
  transform: scale(1.1);
}

.figure-img-Title {
  font-family: var(--font-family);
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: -0.7px;
  margin-top: 29.5px;
  margin-bottom: 18px;
  text-align: left;
  color: var(--black-alpha);
  pointer-events: all;
  cursor: pointer;
}

.figure-img-subText {
  width: 414px;
  font-family: var(--font-family);
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #40160f;
}

.evolution-page .content {
  margin-top: 91px;
}

.evolution-page .content .template {
  padding: 102px 0 100px;
}

.evolution-page
  .content
  .topContainer
  .about-title
  .breadcrum-container
  #breadcrum-main {
    font-family: var(--font-family);
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.85;
  letter-spacing: 0.65px;
  text-align: left;
  color: var(--green-u);
  text-transform: uppercase;
}

.evolution-page .content .topContainer .about-title .evo-title h2 {
  font-family: var(--font-family);
  font-size: 60px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.88;
  letter-spacing: -3px;
}

.evolution-page .content .topContainer .U-Shape {
  position: absolute;
}

.evolution-page .content .topContainer .about-title {
  position: relative;
  top: 0;
  margin-top: 67px;
}

.evolution-page .content .template {
  background-color: transparent;
}

.evolution-page .content .template .template-module .container.container-sm {
  padding: 0;
  max-width: 1075px;
}

.evolution-page
  .content
  .template
  .template-module
  .flourish-embed.container-xl,
.evolution-page .content .template .template .flourish-embed.contianer-xl {
  max-width: 1075px;
  margin: auto;
}

.evolution-page .content .template .template-module .container.container-sm h3 {
  font-family: var(--font-family);
  font-size: 48px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -2.4px;
  text-align: left;
}

.evolution-page .content .template .template-module #invoice-chart {
  margin-top: 96px;
  margin-bottom: 99px;
}

.evolution-page .content .template .template-module #workers-chart {
  margin-top: 97px;
  margin-bottom: 150px;
}

.evolution-page .template#listing-bg {
  background-color: #efefef;
  padding: 40px 0;
}

.evolution-page .template#listing-bg .link {
    font-family: var(--font-family);
  font-size: 18px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
}

.evolution-page .template#openContent {
  padding: 51px 0 99px;
}

.evolution-page .template#openContent .template-module .container.container-sm {
  padding: 0 20px;
}

.evolution-page .template#openContent h3 {
  font-family: var(--font-family);
  font-size: 30px;
  font-weight: bold;
  line-height: 3.77;
  letter-spacing: -1.5px;
  font-stretch: normal;
  font-style: normal;
}

.evolution-page .template#openContent p {
  font-family: var(--font-family);
  font-size: 18px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
}

.evolution-page .template#openContent p b {
  color: #8da64f;
  font-weight: bold;
}

.bread-nav {
  position: unset;
  margin-top: 67px;
  padding: 0 20px;
}

.bread-nav div {
  display: flex;
}

.bread-nav a {
  color: var(--green-u);
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
    font-family: var(--font-family);
  text-transform: uppercase;
  position: relative;
  display: flex;
  margin: 0 10px;
}

.bread-nav a:first-child {
  margin-left: 0;
}

.bread-nav span {
  color: var(--green-u);
  font-size: 13px;
  letter-spacing: 1.85;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
    font-family: var(--font-family);
  text-transform: uppercase;
  position: relative;
  display: flex;
}

.Unikonstroi {
  color: var(--green-u);
  font-size: 13px;
  letter-spacing: 1.85px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
    font-family: var(--font-family);
  text-transform: uppercase;
  position: relative;
  display: flex;
  margin: auto;
}

.about-title .desc-empresa{
  padding-top: 52px;
}

.about-title p{
  position: relative;
  font-size: 1.125rem;
  font-family: var(--font-family);
  font-weight: 300;
}

.EmpresaConstrucao {
  font-family: var(--font-family);
  font-size: 60px;
  letter-spacing: -3px;
  line-height: 1.88;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  position: relative;
  display: flex;
}

.project-page .EmpresaConstrucao {
  font-family: var(--font-family);
  font-size: 60px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: -3px;
  text-align: left;
}

.projects .highlights .topContainer .about-title .know-more {
  top: 101px;
}

.infraestruturas .highlights .topContainer .about-title .know-more p {
  font-family: var(--font-family);
  font-size: 18px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #424242;
}

.project-page .highlights .topContainer .about-title .know-more {
  margin-top: 100px;
}

.project-page .highlights .topContainer .about-title .know-more p {
  font-family: var(--font-family);
  font-size: 18px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #424242;
}

.project-page .highlights .topContainer .about-title .know-more p span {
  font-weight: bold;
}

.projects .highlights .topContainer .about-title .know-more p {
  font-family: var(--font-family);
  font-size: 18px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #424242;
}

.projects .highlights .topContainer .about-title .know-more {
  max-width: 845px;
}

.projects .highlights .topContainer .about-title .know-more p span {
  font-weight: 600;
}

.infraestruturas .highlights .topContainer .about-title {
  top: 0;
  margin-top: 67px;
  position: unset;
}

.infraestruturas .highlights .topContainer .about-title .know-more {
  margin-top: 114px;
}

.infraestruturas .U-Shape {
  position: absolute;
  top: 0;
}

.know-more {
  position: relative;
  margin: auto;
  display: flex;
}

.index .know-more {
  margin-top: 35px;
}

.know-more a {
    font-family: var(--font-family);
  font-size: 18px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: var(--black-alpha);
  position: relative;
  padding-right: 19px;
  transition: all 0.5s ease-in-out;
}

.know-more a:hover {
  color: var(--green-hover);
  text-decoration: none;
  cursor: pointer;
}

.know-more a::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid var(--black-alpha);
  border-right: 1px solid var(--black-alpha);
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transition: all 0.5s ease-in-out;
}

.know-more a:hover::after {
  border-top: 1px solid var(--green-hover);
  border-right: 1px solid var(--green-hover);
  transform: translateX(10px) rotate(45deg);
}

.companyInfo {
  max-width: 845px;
}

.companyInfo p {
  font-family: var(--font-family);
  font-size: 18px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #424242;
}

/* ################################################ END SECTION HIGHLIGHTS ################################################ */

/* ################################################ SECTION INFO ################################################ */

.k-shape {
  display: none;
}

.evolution {
  margin-top: 100px;
  margin-bottom: 103px;
}

.InfoInsti h5 {
  color: var(--green-u);
    font-family: var(--font-family);
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.85;
  letter-spacing: 0.65px;
  text-align: center;
  text-transform: uppercase;
}

.EvoUni h2 {
  font-family: var(--font-family);
  font-size: 60px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.88;
  letter-spacing: -3px;
  text-align: center;
  color: var(--black-alpha);
}

.more-btn {
  position: relative;
  display: flex;
  justify-content: center;
  top: 2.5rem;
  cursor: pointer;
}

.more-btn a {
    font-family: var(--font-family);
  font-size: 18px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
  color: var(--black-alpha);
  position: relative;
  padding-right: 19px;
}

.more-btn a:hover {
  color: var(--black-alpha);
  text-decoration: none;
}

.more-btn a::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid var(--black-alpha);
  border-right: 1px solid var(--black-alpha);
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transition: all 0.5s ease-in-out;
}

.more-btn a:hover::before {
  transform: translateX(10px) rotate(45deg);
}

.shapes .informative {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.shapes .informative .flourish-embed {
  max-width: 844px;
  margin: auto;
  padding: 0 0 99px;
}

/* ################################################ END SECTION INFO ################################################ */

/* ################################################ SECTION BLOG ################################################ */

.blog-image div:last-of-type {
  margin-top: 40px;
  margin-bottom: 34px;
}

.blog-content {
  background-color: #f9f9f9;
}

.bottom-content {
  padding-top: 120px;
  padding-bottom: 120px;
}

.blog-container {
  height: 0;
  padding-top: 48.24%;
  overflow: hidden;
  position: relative;
}

.blog-content .row > div {
  padding: 0 73px 0 73px;
}

.blog-content .row {
  margin: 0 -73px 0 -73px;
}

.blog-container img {
  position: absolute;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}

.blog-container img:hover {
  transform: scale(1.1);
}

.blog-date {
    font-family: var(--font-family);
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.85;
  letter-spacing: 0.65px;
  text-align: left;
  color: #aaa9a9;
}

.blog-title {
  width: 565px;
  font-family: var(--font-family);
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.18;
  letter-spacing: -2px;
  text-align: left;
  color: var(--black-alpha);
}

.article-link {
  font-family: var(--font-family);
  font-size: 18px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: var(--black-alpha);
  position: relative;
  padding-right: 19px;
  margin-top: 34px;
}

.article-link:hover {
  color: var(--black-alpha);
  text-decoration: none;
  cursor: pointer;
}

.article-link::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid var(--black-alpha);
  border-right: 1px solid var(--black-alpha);
  transform: rotate(45deg);
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.5s ease-in-out;
}

.article-link:hover::before {
  transform: translateX(10px) rotate(45deg);
}

.btn-more.blog,
.btn-more.works {
  color: var(--green-u);
  display: table;
  position: relative;
  margin: 98px auto 0 auto;
}

.btn-more.blog:hover,
.btn-more.works:hover {
  color: var(--green-u);
  text-decoration: none;
  cursor: pointer;
}

.btn-more.blog::before,
.btn-more.works::before {
  content: "";
  border: 1px solid var(--green-u);
  transition: all 0.5s ease-in-out;
  width: 220px;
  height: 68px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.btn-more.blog::before {
  border: 1px solid rgb(115, 137, 59, 0.5);
}

.btn-more.blog:hover::before,
.btn-more.works:hover::before {
  transform: scale(1.1);
}

/* ################################################ END SECTION BLOG ################################################ */

/* ################################################ Mosaic ########################################################## */

.infraestruturas .template .listing .mosaic-container {
  max-width: 1580px;
}

.infraestruturas .template .listing .mosaic-container .article .h2 {
  font-family: var(--font-family);
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: -0.7px;
  text-align: left;
  color: var(--black);
  margin-top: 30px;
  transition: all 0.4s ease-in-out;
}

.infraestruturas .template .listing .mosaic-container .article .h2:hover {
  color: var(--green-u);
}

.infraestruturas .template .listing .mosaic-container .article .lower {
  margin-top: 10px;
  margin-bottom: 49px;
}

.infraestruturas .template .listing .mosaic-container .article .date {
    font-family: var(--font-family);
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.85;
  letter-spacing: 0.65px;
  color: var(--green-u);
  text-transform: uppercase;
}
/* ################################################ END Section Mosaic ########################################################## */

/* ################################################ Project ########################################################## */

.project-page .project-banner img {
  width: 100%;
}

.project-page .highlights {
  margin-top: 91px;
}

.project-page .topContainer {
  top: 0;
  margin-top: 77px;
}

.project-page .U-Shape {
  position: absolute;
}

.project-page .about-title {
  position: relative;
  margin-top: 67px;
  top: 0;
}

.project-page .project-navigation {
  width: 100%;
  height: 178px;
  background-color: #e4ecd1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.project-page .project-navigation .navigation-container {
  display: flex;
  justify-content: center;
  position: absolute;
  flex-wrap: wrap;
  flex-direction: column;
}

.project-page .project-navigation .navigation-container .col-md-6:first-child {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.project-page
  .project-navigation
  .navigation-container
  .col-md-6:first-child
  a {
  position: relative;
  padding-left: 21px;
    font-family: var(--font-family);
  font-size: 18px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: var(--black);
  cursor: pointer;
}

.project-page
  .project-navigation
  .navigation-container
  .col-md-6:first-child
  a::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid var(--black-alpha);
  border-left: 1px solid var(--black-alpha);
  transform: rotate(-45deg);
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transition: all 0.5s ease-in-out;
}

.project-page .project-navigation .navigation-container .col-md-6:last-child a {
  position: relative;
  padding-right: 21px;
    font-family: var(--font-family);
  font-size: 18px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: var(--black);
  cursor: pointer;
}

.project-page
  .project-navigation
  .navigation-container
  .col-md-6:last-child
  a::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid var(--black-alpha);
  border-right: 1px solid var(--black-alpha);
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transition: all 0.5s ease-in-out;
}

.project-page
  .project-navigation
  .navigation-container
  .col-md-6:first-child
  a:hover::before {
  transform: translateX(-15px) rotate(-45deg);
}

.project-page
  .project-navigation
  .navigation-container
  .col-md-6:last-child
  a:hover::before {
  transform: translateX(15px) rotate(45deg);
}

.project-page .project-navigation .navigation-container .col-md-6:last-child {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.project-page .content .template {
  background-color: transparent;
}

.project-page .template .template-module.module2 .container-xl .row .col-md-6:nth-child(2){
  overflow: hidden;
}

.project-page .template .template-module.module2 .container-xl img{
  transition: all 0.5s ease-in-out;
}

/* ################################################ End Project Page ########################################################## */

/* ################################################ FOOTER ########################################################## */

footer {
  position: relative;
  width: 100%;
  height: 100%;
}

footer::before {
  content: "";
  position: absolute;
  background-color: var(--green-u);
  mix-blend-mode: multiply;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: inherit;
  height: inherit;
}

footer img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

footer .upper {
  position: relative;
  padding: 125px 0 120px;
}

.contact-page footer .upper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 101px;
}

.contact-page .input-wrapper {
  position: relative;
  margin-bottom: 10px;
}

.info.newsletter footer .sub-container .row .contact-text:first-child {
  margin-right: 75px;
  margin-left: auto;
}

.info.newsletter footer .sub-container .row .contact-text:last-child {
  margin-left: 75px;
  margin-right: auto;
}

.contact-page .highlights .topContainer .btn-map:hover,
.contact-btn:hover .subscribe-btn:hover {
  color: #4d5c28;
}

.contact-page .input-wrapper input,
.contact-page .input-wrapper textarea {
  background-color: rgba(255, 255, 255, 0.4);
  font-family: var(--font-family);
  font-size: 18px;
  font-weight: normal;
  line-height: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: -0.9px;
  text-align: left;
  border: none;
  width: 100%;
  padding: 15px 31px;
  color: var(--white);
}

.contact-page .input-wrapper textarea {
  resize: none;
}

.contact-form input.not-filled,
.contact-form textarea.not-filled,
.newsletterForm input.not-filled,
.newsletterForm textarea.not-filled,
.remove-newsForm input.not-filled {
  border: 1px solid var(--warning);
}

.contact-form .warning,
.newsletterForm .warning,
.remove-newsForm .warning {
  font-size: 0.875rem;
  font-weight: 400;
  color: #fd8668;
  margin: 0;
  margin-top: 10px;
  line-height: 20px;
  padding-left: 35px;
  position: relative;
  text-align: left;
}
.contact-form .warning::before,
.newsletterForm .warning::before,
.remove-newsForm .warning::before {
  content: "!";
  position: absolute;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: var(--warning);
  border-radius: 100%;
  font-size: 17px;
  font-weight: 500;
  color: white;
  text-align: center;
}

.contact-page
  footer
  .upper
  .contact-form
  .checkbox-btn
  input[type="checkbox"].not-filled
  + label {
  border: 1px solid var(--warning);
}

.contact-form input[type="checkbox"].not-filled + label,
.newsletterForm input[type="checkbox"].not-filled + label,
.remove-newsForm input[type="checkbox"].not-filled + label {
  border: 1px solid var(--warning);
}

.contact-form input.not-filled,
.contact-form textarea.not-filled,
.newsletterForm input.not-filled,
.newsletterForm textarea.not-filled {
  border: 1px solid var(--warning);
}

.contact-page .input-wrapper textarea {
  height: 172px;
}

.contact-page footer .upper .contact-form #txt-name,
.contact-page footer .upper .contact-form #txt-email,
.contact-page footer .upper .contact-form #txt-title,
.contact-page footer .upper .contact-form #txt-message {
  padding-left: 30px;
}

.contact-page footer .upper .contact-form #txt-title {
  margin: 10px 0;
}

.contact-page footer .upper .contact-form.row #input-name-container {
  padding-right: 10px;
}

.contact-page footer .upper .contact-form.row #input-email-container {
  padding-left: 10px;
}

.contact-page footer .upper .contact-form #txt-name::placeholder,
.contact-page footer .upper .contact-form #txt-email::placeholder,
.contact-page footer .upper .contact-form #txt-title::placeholder,
.contact-page footer .upper .contact-form #txt-message::placeholder {
  font-family: var(--font-family);
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: -0.9px;
  text-align: left;
  color: #f9f9f9;
}

footer .upper::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--green-u);
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.footer .lower-part {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0;
}

footer .lower-part::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #232914;
  mix-blend-mode: multiply;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.lower-part {
  padding: 30px 0;
  position: relative;
}

.lower-part .container .about-container .privacy:hover,
.lower-part .container .about-container .madeBy:hover {
  filter: opacity(0.3);
}

.about-container {
  display: flex;
}

.contact-container-text {
  margin-top: 2.6rem;
  position: relative;
}

.address {
  height: 56px;
  font-family: var(--font-family);
  font-size: 24px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -1.2px;
  text-align: left;
  color: var(--white-alpha);
}

.contact {
  height: 60px;
  font-family: var(--font-family);
  font-size: 24px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -1.2px;
  text-align: left;
  color: var(--white-alpha);
}

.subscribe {
  height: 56px;
  font-family: var(--font-family);
  font-size: 24px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -1.2px;
  text-align: left;
  color: var(--white-alpha);
}

.btn-map,
.contact-btn,
.subscribe-btn {
  font-family: var(--font-family);
  font-size: 18px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: var(--green-hover);
  position: relative;
  padding-right: 19px;
  transition: all 0.5s ease-in-out;
  will-change: transform;
  cursor: pointer;
}

.btn-map:hover,
.contact-btn:hover,
.subscribe-btn:hover {
  color: var(--white-alpha);
  text-decoration: none;
}

.btn-map:hover::before,
.contact-btn:hover::before,
.subscribe-btn:hover::before {
  transform: translateX(10px) rotate(45deg);
}

.btn-map::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  border-top: 1px solid var(--green-hover);
  border-right: 1px solid var(--green-hover);
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.5s ease-in-out;
}

.contact-btn::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  border-top: 1px solid var(--green-hover);
  border-right: 1px solid var(--green-hover);
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.5s ease-in-out;
}

.subscribe-btn::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  border-top: 1px solid var(--green-hover);
  border-right: 1px solid #a7be7f;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.5s ease-in-out;
}

.index footer .upper .row,
.project-page footer .upper .row,
.info footer .upper .row,
.evolution-page footer .upper .row,
.templatePage footer .upper .row,
.infraestruturas footer .upper .row {
  /* margin: 0 -50px 0 -50px; */
  justify-content: space-between;
  align-items: center;
}

.index footer .upper .row > *,
.project-page footer .upper .row > *,
.info footer .upper .row > *,
.evolution-page footer .upper .row > *,
.templatePage footer .upper .row > *,
.infraestruturas footer .upper .row > * {
  max-width: 280px;
  margin: 0 20px;
}

footer > .container {
  padding: 0 50px 0 50px;
}

.projects footer .lower-part .row div:first-child {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.projects footer .lower-part .row div:last-child {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

footer .lower-part .row > div:first-of-type {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}

footer .lower-part .row > div:last-of-type {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}

.contact.text {
  position: relative;
}

.privacy,
.company,
.madeBy {
  color: var(--white-alpha);
  text-decoration: none;
  font-family: var(--font-family);
  font-size: 12px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 3;
  letter-spacing: 0.6px;
  text-align: left;
  padding-right: 20px;
  transition: all 0.5s ease-in-out;
}

.company {
  color: #777777;
  justify-content: center;
  align-items: center;
  display: flex;
  margin-bottom: 0.2rem;
}

.privacy:hover,
.madeBy:hover {
  text-decoration: none;
  color: var(--white-alpha);
  cursor: pointer;
}

.socialnetwork_2 {
  color: var(--white-alpha);
  text-decoration: none;
  float: right;
}

.socialnetwork_2 .links,
.socialnetwork_2 span {
  font-family: var(--font-family);
  font-size: 12px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.6px;
  text-align: right;
  color: var(--white-alpha);
  transition: all 0.5s ease-in-out;
}

.socialnetwork_2:hover .links:hover {
  filter: opacity(0.3);
  text-decoration: none;
  cursor: pointer;
}

.contact-page footer .upper .contact-form h2 {
  font-family: var(--font-family);
  font-size: 36px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -1.8px;
  text-align: center;
  color: var(--white);
  margin-bottom: 69px;
}

.contact-page
  footer
  .upper
  .contact-form
  .input-container
  #txt-name::placeholder,
.contact-page
  footer
  .upper
  .contact-form
  .input-container
  #txt-mensagem::placeholder,
.contact-page
  footer
  .upper
  .contact-form
  .input-container
  #txt-email::placeholder,
.contact-page
  footer
  .upper
  .contact-form
  .input-container
  #txt-title::placeholder {
  font-family: var(--font-family);
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: -0.9px;
  text-align: left;
  color: #f9f9f9;
}

.contact-page footer .upper .contact-form .input-container {
  padding: 10px;
  margin: -10px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-page footer .upper .contact-form .checkbox-btn {
  margin-right: auto;
  margin-top: 21px;
}

.contact-page
  footer
  .upper
  .contact-form
  .checkbox-btn
  input[type="checkbox"]
  + label {
  background-color: rgba(255, 255, 255, 0.4);
  border: 1px solid transparent;
}

.contact-page
  footer
  .upper
  .contact-form
  .checkbox-btn
  input[type="checkbox"]
  + label
  + label {
  color: var(--white);
}

.contact-page
  footer
  .upper
  .contact-form
  .checkbox-btn
  input[type="checkbox"]
  + label::before {
  color: var(--white);
}

.contact-page footer .upper .contact-form #sub-btn {
  margin-top: 21px;
}

#sub-container {
  padding: 0;
}

/* ################################################ END FOOTER ######################################################## */

@media screen and (max-width: 1366px) {
  .quit {
    top: 30px;
    right: 31px;
  }

  .container-player .wrapper iframe.videofullscreen {
    width: 85vw;
  }

  .container-player .wrapper iframe {
    width: 100vw;
  }
}

@media (min-width: 768px) {
  .index .U-Shape {
    position: relative;
  }

  .about-title {
    position: absolute;
    top: 122px;
  }

  .topContainer {
    top: 0;
  }

  .EmpresaConstrucao {
    line-height: 1.25;
  }
}

@media (min-width: 1200px) {
  .container.container-sm {
    max-width: 890px;
    padding: 0 20px;
  }

  /* .container.sub-container{
    max-width: 652px;
  } */

  .contact-page .container.container-sm {
    max-width: 885px;
    padding: 0;
  }

  /* .container.container-sm.container-xl {
    max-width: 1075px;
  } */

  .projects .project-list .listing.listing-mini-article .container {
    max-width: 100%;
  }

  .container {
    max-width: 1030px;
  }

  .container.container-figures {
    max-width: 1580px;
  }

  .info .template-module:last-child {
    margin-bottom: 182px;
  }

  .container.bottom-content {
    max-width: 1315px;
  }

  .container > .flourish-embed {
    margin-bottom: 15%;
  }

  .container.info-container {
    max-width: 1065px;
  }
}

@media screen and (max-width: 1024px) {
  header {
    padding: 20px 20px 0 20px;
  }

  .navigation {
    transform: translateX(-100vw);
    height: 100vh;
    width: 100vw;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    margin: auto;
    transition: all 0.5s ease-in-out;
    background-color: var(--black-alpha);
    max-height: 100vh;
    opacity: 0;
  }

  header .hamb {
    display: flex;
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 31px 40px 15px 40px;
  }

  .cross-up {
    transform: rotate(-45deg) !important;
  }

  .cross-down {
    transform: rotate(45deg) !important;
  }

  .hamb > a:first-of-type {
    position: absolute;
    top: 30px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 30%;
    height: 2px;
    background-color: var(--white);
    transition: all 0.5s ease-in-out;
    transform: translateY(-6.75px);
    cursor: pointer;
  }

  .hamb > a:last-of-type {
    position: absolute;
    top: 30px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 30%;
    height: 2px;
    background-color: var(--white);
    transition: all 0.5s ease-in-out;
    transform: translateY(6.75px);
    cursor: pointer;
  }

  header .form {
    width: 100%;
    position: absolute;
    left: 0;
    margin-left: 0;
    top: 0;
  }

  .searchForm {
    background-color: #fff;
    width: calc(100% - 80px);
    height: 56px;
    padding-left: 30px;
    right: 0;
    opacity: 0;
    transform: translateX(-100vw);
    margin-right: auto;
  }

  header .search {
    left: calc(100% - 120px);
    top: 21px;
    z-index: 2;
    padding-top: 0;
  }

  .control .navigation {
    transform: translateX(0);
    max-height: 100vh;
    opacity: 1;
    overflow-y: auto;
  }

  .control .navigation .topnav {
    z-index: 2;
    display: inline-block;
    margin-top: 46px;
    padding: 50px 41.5px 0;
  }

  .navigation .topnav .nav-content {
    align-items: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .index .topnav .nav-content .sub-menu {
    padding: 0;
  }

  .topnav .nav-content::before {
    content: "";
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
    height: 2px;
    width: 0;
    transition: all 0.5s ease-in-out;
  }

  .navigation .topnav li a {
    padding: 0;
  }

  .navigation .topnav {
    position: relative;
    width: 100%;
    padding-top: 50px;
    text-align: center;
    transition: all 2s ease-in-out;
    overflow-y: auto;
    margin-top: 46px;
    display: inline-block;
    padding: 50px 41.5px 0;
  }

  .control .form {
    width: 100%;
    flex-direction: unset;
  }

  .navigation .topnav a {
    width: 474px;
    display: block;
  }

  .control .navigation .topnav .nav-content .dropdown-sub {
    justify-content: center;
    max-height: unset;
    position: relative;
    background-color: transparent;
  }

  .navigation .topnav .nav-content .dropdown-sub {
    max-height: unset;
    justify-content: center;
    align-items: center;
    position: relative;
    transform: unset;
  }

  .control .topnav .nav-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 17.5px;
  }

  .topnav .nav-content {
    margin-bottom: 17.5px;
  }

  .topnav .nav-content .sub-menu h3 {
    margin: 17.5px 0;
  }

  .control .navigation .topnav .sub-menu {
      font-family: var(--font-family);
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 3;
    letter-spacing: 1.2px;
    text-align: center;
    color: #555454;
    display: block;
    padding: 0;
  }

  .topnav .nav-content .sub-menu:first-child {
    margin-top: 0;
  }

  .topnav .nav-content .sub-menu a {
    color: #555454;
  }

  .topnav li h2 a {
    font-size: 18px;
  }

  .topnav .nav-content .sub-menu a {
    font-size: 18px;
  }

  .control .form .searchForm {
    opacity: 1;
    background-color: #282828;
    border: 1px solid #282828;
    padding-left: 30px;
    transform: translate(0px, 0px);
    height: 56px;
    margin: 0;
  }

  .control .form::before {
    opacity: 0;
  }

  .searchForm::placeholder{
      font-family: var(--font-family);
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 3;
    letter-spacing: 1.2px;
    text-align: left;
    color: #f9f9f9;
    z-index: 3;
  }

  .searchForm::-moz-placeholder{
      font-family: var(--font-family);
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 3;
    letter-spacing: 1.2px;
    text-align: left;
    color: #f9f9f9;
    z-index: 3;
  }

  .searchForm:-ms-input-placeholder{
      font-family: var(--font-family);
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 3;
    letter-spacing: 1.2px;
    text-align: left;
    color: #f9f9f9;
    z-index: 3;
  }

  .searchForm::-moz-placeholder{
      font-family: var(--font-family);
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 3;
    letter-spacing: 1.2px;
    text-align: left;
    color: #f9f9f9;
    z-index: 3;
  }

  .control .form .searchForm::placeholder,
  .header-change.control .form .searchForm::placeholder {
    color: #767676;
  }

  header.header-change.control .topnav .nav-content:hover::before,
  header.header-change.control .topnav .nav-content.active::before {
    width: 0;
  }

  header.header-change .hamb > a:first-of-type,
  header.header-change .hamb > a:last-of-type {
    background-color: var(--black);
    top: 35px;
    right: 5px;
  }

  header.header-change .form .search {
    top: 28px;
  }

  header.header-change.control .form .search {
    background-image: url(/assets/img/lupe-white.svg);
  }

  header.header-change.control .form::before {
    opacity: 0;
  }

  header.header-change.control .topnav li h2 a {
    color: var(--white);
  }

  header.header-change.control .topnav .nav-content .dropdown-sub a {
    color: #555454;
  }

  .header-change.control .hamb > a:first-of-type,
  .header-change.control .hamb > a:last-of-type {
    background-color: var(--white);
  }

  header.header-change .logo > img {
    content: url(/img/logo-colored.svg);
  }

  header.header-change .topnav .nav-content .dropdown-sub {
    background-color: transparent;
  }

  header.header-change .navigation .topnav .nav-content h2 a {
    color: var(--white);
  }

  header.header-change .navigation .topnav .nav-content .dropdown-sub h3 a {
    color: #555454;
  }

  /* --------------------------------------Gallery------------------------------------------------------------------*/

  #first-img-container #good-slide,
  #first-img-container #bad-slide {
    object-fit: cover;
  }
  /* --------------------------------------Video Section------------------------------------------------------------------*/

  /* .container-player .wrapper {
    height: calc(100vh - 91px);
  } */

  .container-player .wrapper iframe {
    width: 100vw;
  }

  .container-player .wrapper iframe.videofullscreen {
    width: 100vw;
    height: calc(100vh - 60px);
    margin-bottom: 0;
  }

  .container-player .wrapper.videofullscreen {
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  .videofullOn .quit {
    top: 12px;
    right: 50px;
  }

  /* --------------------------------------Highlights------------------------------------------------------------------*/

  .about-title {
    padding-left: 145px;
  }

  .figure-img-subText {
    width: inherit;
  }

  /* --------------------------------------Shapes------------------------------------------------------------------*/

  .shapes .informative .flourish-embed {
    padding: 0 40px 99px;
  }

  /* --------------------------------------Blog Content------------------------------------------------------------------*/

  .blog-title {
    width: inherit;
  }

  /* --------------------------------------FOOTER------------------------------------------------------------------*/

  footer .upper {
    padding: 62.5px 0 125px;
  }

  .index footer .upper .row > *,
  .info footer .upper .row > *,
  .project-page footer .upper .row > *,
  .infraestruturas footer .upper .row > * {
    padding: 0;
    margin: 0;
  }

  .index footer .upper .info-container,
  .info footer .upper .info-container,
  .project-page footer .upper .info-container,
  .infraestruturas footer .upper .info-container {
    padding-right: 0;
  }

  .index footer .upper .row div:nth-child(2),
  .info footer .upper .row div:nth-child(2),
  .project-page footer .upper .row div:nth-child(2),
  .infraestruturas footer .upper .row div:nth-child(2) {
    padding: 0 20px;
  }

  .lower-part {
    padding: 20px 0;
  }

  footer .company,
  footer .privacy,
  footer .madeBy {
    padding-right: 10px;
  }

  .newsletter footer .upper .row .contact-text .contact-container-text{
    padding: 0;
  }

  /* --------------------------------------Information------------------------------------------------------------------*/

  /* .bread-nav {
    padding: 0 40px;
  } */

  .U-Shape {
    left: -11vw;
  }

  .info .highlights.content {
    margin-bottom: 91px;
  }

  .info footer .upper .row .contact-text .contact-container-text{
    padding: 0;
  }

  /* ------------------------------------------Company------------------------------------------------------------------*/
  .info .highlights.content .container.container-figures {
    margin-top: 40px;
  }

  /* --------------------------------------Infraestruturas------------------------------------------------------------------*/

  .infraestruturas .content > .template:nth-child(2) {
    padding-bottom: 40px;
  }

  .infraestruturas .content .template {
    padding: 40px 0;
  }

  .infraestruturas .template .template-module .container-xl {
    padding-top: 0;
  }

  .infraestruturas .listing.listing-mini-article .items.row{
    justify-content: center;
  }

  .infraestruturas .template .listing .mosaic-container .article .date{
    letter-spacing: 0.45px;
  }

  .infraestruturas footer .upper .row .contact-text .contact-container-text{
    padding: 0;
  }

    /* --------------------------------------Project------------------------------------------------------------------*/

  .projects .listing.listing-mini-article .items .row{
    justify-content: center;
  }

  .project-page footer .upper .row .contact-text .contact-container-text{
    padding: 0;
  }

  /* --------------------------------------Contact Page------------------------------------------------------------------*/

  .contact-page .highlights {
    margin: 91px 0;
  }

  .contact-page .highlights .topContainer {
    top: 0;
    padding-top: 77px;
    margin-left: 0;
  }

  .contact-page .U-Shape {
    position: absolute;
  }

  .contact-page .U-Shape img {
    position: relative;
  }

  .contact-page .about-title {
    position: unset;
    top: 0;
    margin-top: 67px;
    padding: 0 80px;
  }

  .contact-page .about-title .Unikonstroi,
  .contact-page .about-title .EmpresaConstrucao,
  .contact-page .about-title .info-container {
    margin-left: -5vw;
  }

  .newsletter .remove-newsForm .checkbox-btn input[type="checkbox"] + label + label{
    position: absolute;
  }

  .newsletter .remove-newsForm #sub-btn{
    margin-top: 35px;
  }
  
}




@media screen and (max-width: 767px) {
  section {
    min-height: 0;
  }

  .page-content {
    min-height: cal(100vh - 17.5px - 936.5px);
  }

  .index .slick-dots {
    transform: rotate(-90deg);
  }

  .index .slick-dots li {
    top: 6.8rem;
  }

  header {
    padding: 15.5px 20px 0 10px;
  }

  header.header-change {
    padding-top: 8px;
    height: 45.5px;
    background-color: var(--white);
  }

  header.header-change .topnav .nav-content .dropdown-sub {
    background-color: transparent;
  }

  header.header-change .topnav .nav-content .dropdown-sub a {
    color: #888787;
  }

  header.header-change .topnav li a {
    color: var(--white);
  }

  header.header-change .logo > img {
    width: 90.5px;
    height: 30px;
    content: url(/img/logo-colored.svg);
  }

  .header-change .navigation {
    transition: all 1s ease-in-out;
  }

  .header-change .hamb a:first-of-type {
    background-color: var(--black-alpha);
  }

  .header-change.control .hamb a:first-of-type,
  .header-change.control .hamb a:last-of-type {
    background-color: var(--white-alpha);
  }

  .header-change .hamb a:last-of-type {
    background-color: var(--black-alpha);
  }

  .header-change .form .search {
    color: var(--black-alpha);
  }

  .header-change.control .form .search {
    color: var(--white-alpha);
  }

  .bread-nav div {
    left: 0;
  }

  .index .topnav .nav-content .sub-menu {
    padding: 0;
  }

  .topnav .nav-content .sub-menu a,
  .topnav li h2 a {
    font-size: 13px;
  }

  header.header-change.control .form .search {
    background-image: url(/assets/img/lupe-white.svg);
  }

  .topnav .nav-content .sub-menu {
    padding: 0;
  }

  .newsletter .highlights.content.rmv-news {
    padding-bottom: 0;
  }

  .project-page header.header-change .topnav .nav-content .dropdown-sub {
    background-color: transparent;
  }

  .project-page header.header-change .topnav .nav-content .sub-menu {
      font-family: var(--font-family);
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 3;
    letter-spacing: 1.2px;
    text-align: center;
    color: #555454;
    display: block;
    padding: 0;
  }

  .project-page .highlights {
    margin-top: 46px;
  }

  .project-page .container-xl {
    padding: 0 20px;
  }

  .navigation {
    transform: translateX(-100vw);
    height: 100vh;
    width: 100vw;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    margin: auto;
    transition: all 1s ease-in-out;
    background-color: var(--black-alpha);
    max-height: 100vh;
  }

  .navigation .topnav {
    position: relative;
    width: 100%;
    padding-top: 50px;
    text-align: center;
    transition: all 2s ease-in-out;
    overflow-y: auto;
    margin-top: 46px;
    display: inline-block;
    padding: 50px 41.5px 0;
  }

  .navigation .topnav .nav-content .dropdown-sub {
    max-height: unset;
    justify-content: center;
    align-items: center;
    position: relative;
    transform: unset;
  }

  .navigation .topnav .nav-content {
    align-items: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 17.5px;
  }

  header .search {
    left: calc(100% - 120px);
    top: 16px;
    z-index: 2;
    padding-top: 0;
  }

  header.header-change .form .search {
    top: 16px;
  }

  header .form {
    width: 100%;
    position: absolute;
    left: 0;
    margin-left: 0;
    top: 0;
  }

  .navigation .topnav-open {
    display: block;
  }

  .logo img {
    width: 142px;
    height: 47px;
  }

  .index .slick-dots {
    bottom: 237px;
    left: 0;
  }

  .form::before{
    transition: all 1s ease-in-out;
  }

  .searchForm {
    background-color: #fff;
    width: calc(100% - 80px);
    height: 46px;
    padding-left: 30px;
    right: 0;
    opacity: 0;
    transform: translateX(-100vw);
    margin-right: auto;
    transition: all 1s ease-in-out;
  }
  .control .navigation .topnav > a {
    margin: 0 auto;
  }

  .control .topnav .nav-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 17.5px;
  }

  .topnav .nav-content {
    margin-bottom: 17.5px;
  }

  .navigation .topnav .nav-content h2,
  .topnav .nav-content .sub-menu h3 {
    margin-bottom: 17.5px;
  }

  .control .navigation .topnav .sub-menu {
      font-family: var(--font-family);
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 3;
    letter-spacing: 1.2px;
    text-align: center;
    color: #555454;
    display: block;
    padding: 0;
  }

  .control .navigation .topnav .nav-content .dropdown-sub {
    justify-content: center;
    max-height: unset;
    position: relative;
    background-color: transparent;
  }

  .topnav .nav-content .sub-menu:first-child {
    margin-top: 0;
  }

  .topnav .nav-content .sub-menu:last-child {
    padding-bottom: 0;
  }

  header.header-change.control .topnav li a {
    color: white;
  }

  header.header-change.control .topnav .nav-content .dropdown-sub a {
    color: #555454;
  }

  .control .navigation .topnav .nav-content:hover::before {
    display: none;
  }

  .navigation .topnav li a {
    padding: 0;
  }

  .control .topnav li a {
    padding: 0;
  }

  .search-open {
    position: absolute;
    display: block;
    right: 0;
    top: -13px;
    width: 255.5px;
    height: 46px;
    border: 1px solid #f9f9f9;
    background-color: #f9f9f9;
    transition: all 2s ease-in-out;
  }

  .gallery-slide {
    height: 100vh;
  }

  .background {
    object-fit: cover;
  }

  .main-title {
    text-align: left;
  }

  .main-title .title-container {
    max-width: 223px;
    margin-left: 28.5px;
    margin-right: auto;
  }

  .main-title h2 {
    font-size: 38px;
    letter-spacing: -3.8px;
    font-weight: 300;
    font-family: var(--font-family);
    font-stretch: normal;
    font-style: normal;
    line-height: 1.32;
    text-align: left;
    position: relative;
  }

  .main-title .btn-more {
    padding: 12.5px 40px;
    transform: translateY(36px);
    margin-right: auto;
    margin-left: 28.5px;
  }

  .control {
    width: 100%;
    z-index: 2;
  }

  .control .navigation {
    transform: translateX(0);
    max-height: 100vh;
    overflow-y: auto;
  }

  .control .navigation .topnav {
    z-index: 2;
    display: inline-block;
    margin-top: 46px;
    padding: 50px 41.5px 0;
  }

  .control .form .searchForm {
    opacity: 1;
    background-color: #282828;
    border: 1px solid #282828;
    padding-left: 30px;
    transform: translate(0px, 0px);
    height: 46px;
    margin: 0;
    transition: 1s ease-in-out;
  }

  .control .hamb {
    transition: all 1s ease-in-out;
  }

  .control .logo {
    opacity: 0;
    transition: all 1s ease-in-out;
  }

  .form {
    width: calc(100% - 80px);
  }

  .control .form {
    width: 100%;
    flex-direction: unset;
  }

  header.header-change .form .searchForm{
    color: var(--white);
  }

  header.header-change.control .form .searchForm::placeholder {
    color: #767676;
  }

  header.header-change > .hamb > a:first-of-type,
  header.header-change > .hamb > a:last-of-type {
    background-color: var(--black-alpha);
    top: 23px;
  }

  header .hamb {
    display: flex;
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 31px 40px 15px 40px;
  }

  .topnav .nav-content:hover::before,
  .topnav .nav-content.active::before {
    width: 0;
  }

  .topnav a {
    width: 237px;
      font-family: var(--font-family);
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 3;
    letter-spacing: 1.2px;
    text-align: center;
    display: block;
    padding: 2px;
  }

  .topnav .nav-content .sub-menu a {
    color: #555454;
  }

  .cross-up {
    transform: rotate(-45deg) !important;
    transition: all 0.5s ease-in-out;
  }

  .cross-down {
    transform: rotate(45deg) !important;
    transition: all 0.5s ease-in-out;
  }

  .hamb > a:first-of-type {
    position: absolute;
    top: 23px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 30%;
    height: 2px;
    background-color: var(--white);
    transition: all 0.5s ease-in-out;
    transform: translateY(-6.75px);
    cursor: pointer;
  }

  .hamb > a:last-of-type {
    position: absolute;
    top: 23px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 30%;
    height: 2px;
    background-color: var(--white);
    transition: all 0.5s ease-in-out;
    transform: translateY(6.75px);
    cursor: pointer;
  }

  #hiddenbox,
  #scroll {
    height: 51px;
  }

  .socialnetwork {
    bottom: 24.5px;
    right: 30px;
  }

  .searchForm::placeholder{
      font-family: var(--font-family);
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 3;
    letter-spacing: 1.2px;
    text-align: left;
    color: #767676;
  }

  .videofull {
    top: 75%;
  }

  .container-player #mobile-fullscreen {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 12;
    background-color: var(--black);
  }

  .container-player #mobile-fullscreen.active-video {
    opacity: 1;
    display: block;
  }

  .container-player #mobile-fullscreen .quit {
    top: 10px;
    right: 20px;
    opacity: 1;
  }

  .container-player #mobile-fullscreen iframe {
    width: 100%;
    height: 100%;
    padding-top: 60px;
  }

  .container-player .wrapper .quit {
    width: 28px;
    height: 28px;
    top: 20px;
    right: 25px;
  }

  .container-player .wrapper iframe.videofullscreen {
    width: 100vw;
    height: calc(100vh - 60px);
    margin-bottom: 0;
  }

  .container-player .wrapper.videofullscreen {
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  .container-player {
    width: 100%;
    height: auto;
  }

  .container-player .wrapper {
    width: 100%;
    height: 0;
  }

  .container-player .wrapper img,
  .container-player .wrapper iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  .vid-btn{
    padding-top: 85px;
    display: block;
  }

  .play-btn {
    top: 43.5px;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .play-btn:hover {
    border: 1px solid var(--white);
  }

  .watch-btn {
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    transform: translateY(121.5px);
  }

  .watch {
    display: none;
  }

  .projects .content {
    margin-top: 45.5px;
    margin-bottom: 50px;
  }

  .index .U-Shape {
    right: 60px;
    margin-left: -40px;
  }

  .U-Shape {
    left: -11vw;
  }

  .info .highlights.content {
    margin-top: 45.5px;
  }

  .content .template p,
  .content .template ul,
  .content .template ol {
    font-size: 1rem;
  }

  .info .container.container-figures {
    margin-top: 50px;
  }

  .projects .container.container-figures {
    margin-top: 58.5px;
  }

  .projects .U-Shape {
    position: absolute;
    right: 0;
    left: -40px;
  }

  .projects .listing .article.mini-article .h2 {
    font-family: var(--font-family);
  }

  .U-Shape img {
    top: 30px;
    height: 295px;
    position: relative;
  }

  .index .topContainer {
    padding-left: 0;
  }

  .topContainer {
    top: 0;
    margin-bottom: 31px;
  }

  .index .highlights .row > div {
    margin-bottom: 40px;
  }

  .about-title {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 118px;
    padding-left: 0;
  }

  .about-title .desc-empresa{
    max-width: 300px;
    position: relative;
    padding-right: 20px;
    margin-right: -20px;
  }

  .about-title p{
    left: 21.5px;
    position: relative;
    font-size: 1rem;
    font-family: var(--font-family);
  }

  .projects .about-title {
    top: 62px;
    position: relative;
    padding-top: 0;
  }

  .projects .about-title .template {
    background-color: transparent;
  }

  .project-page .project-banner {
    height: 269px;
  }

  .project-page .project-banner img {
    height: 100%;
    object-fit: cover;
  }

  .highlights {
    background: transparent;
  }

  .projects .Unikonstroi {
    left: 0;
  }

  .projects .EmpresaConstrucao {
    left: 0;
  }

  .Unikonstroi {
    left: 21.5px;
    top: 0;
    font-size: 21.5px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.09;
    letter-spacing: 1.08px;
    text-align: left;
    color: var(--green-u);
  }

  .know-more {
    left: 21.5px;
  }

  .know-more a {
      font-family: var(--font-family);
    font-size: 16px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: var(--black-alpha);
    position: relative;
    padding-right: 19px;
  }

  .know-more a::after {
    position: absolute;
    content: "";
    font-size: 60px;
    height: 10px;
    width: 10px;
    border-top: 1px solid var(--black-alpha);
    border-right: 1px solid var(--black-alpha);
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
  }

  .EmpresaConstrucao {
    position: relative;
    font-family: var(--font-family);
    font-size: 50px;
    line-height: 1.33;
    letter-spacing: -3px;
    font-weight: bold;
    font-stretch: normal;
    top: 0;
    left: 21.5px;
    right: 0;
    bottom: 0;
    padding-right: 25px;
  }

  .figure-img {
    padding-top: 139.4%;
  }

  .figure-img-Title {
    font-family: var(--font-family);
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.57;
    letter-spacing: 1.1px;
    text-align: left;
    color: var(--green-u);
  }

  .figure-img-subText {
    font-family: var(--font-family);
    font-size: 15px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.47;
    letter-spacing: normal;
    text-align: left;
    color: #7f7f7f;
    max-width: 100%;
  }

  .k-shape {
    position: absolute;
    display: block;
    width: 100%;
    right: 40px;
  }

  .k-shape img {
    position: relative;
    right: 50rem;
  }

  .work {
    top: 60px;
    left: 47px;
  }

  .work p {
      font-family: var(--font-family);
    font-size: 10.75px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.09;
    letter-spacing: 1.08px;
    text-align: left;
    color: var(--green-u);
    text-transform: uppercase;
  }

  .shapes .row .difference {
    top: 56px;
    left: 45px;
    padding-right: 130px;
  }

  .difference p {
    font-family: var(--font-family);
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: -3px;
    text-align: left;
    color: var(--black-alpha);
  }

  .evolution {
    margin-top: 0;
    margin-bottom: 0;
  }

  .shapes .informative .flourish-embed {
    padding-bottom: 50px;
  }

  .info {
    left: 45px;
    top: 60px;
  }

  .info p {
    font-family: var(--font-family);
    font-size: 15px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.47;
    letter-spacing: normal;
    text-align: left;
    color: #424242;
  }

  .shapes .row .know-more {
    top: 123px;
    left: 15.5%;
  }

  .blog-content .row > div {
    padding: 0 83px 0 83px;
  }

  .bottom-content {
    padding-top: 0;
  }

  .blog-date {
    margin-bottom: 0;
  }

  .category {
      font-family: var(--font-family);
    font-size: 11.25px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: 1.13px;
    text-align: left;
    color: var(--green-u);
  }

  .blog-title {
    font-size: 30px;
    /* padding-right: 300px; */
    padding-right: auto;
  }

  .btn-blog {
    text-align: left;
    padding-left: 25px;
  }

  footer {
    height: auto;
  }

  footer img:nth-child(2) {
    width: inherit;
  }

  footer::before {
    mix-blend-mode: screen;
  }

  footer .upper {
    padding: 62.5px 0 125px;
  }

  footer .upper::before {
    height: auto;
  }

  footer .upper .row > div {
    padding: 0 0 0 40px;
    margin: 0;
  }

  footer .lower-part .row > div:first-of-type {
    flex-direction: column;
  }

  .contact-container-text {
    margin-bottom: 70px;
    margin-top: 35.5px;
  }

  .index footer .upper .row div:nth-child(2),
  .info footer .upper .row div:nth-child(2) {
    padding: 0 15px 0 0;
  }

  .index footer .upper .row > *,
  .info footer .upper .row > * {
    padding: 0 40px 0 0;
    margin: 0 20px;
  }

  footer .lower-part .container {
    transform: translateY(0);
    position: relative;
    bottom: 60px;
  }

  .lower-part {
    padding-top: 100px;
    position: relative;
  }

  footer .lower-part::before {
    height: 100%;
  }

  footer .lower-part .row > div {
    text-align: center;
  }

  footer .lower-part .row div:last-of-type {
    transform: translateY(2rem);
    flex-direction: column;
  }

  .project-page footer .upper .row > * {
    margin: 0 20px;
  }

  .project-page footer .upper .row div:nth-child(2) {
    padding: 0;
  }

  .index footer .upper .row > *:nth-child(1),
  .index footer .upper .row > *:nth-child(2),
  .project-page footer .upper .row > *:nth-child(1),
  .project-page footer .upper .row > *:nth-child(2),
  .info footer .upper .row > *:nth-child(1),
  .info footer .upper .row > *:nth-child(2),
  .evolution-page footer .upper .row > *:nth-child(1),
  .evolution-page footer .upper .row > *:nth-child(2),
  .templatePage footer .upper .row > *:nth-child(1),
  .templatePage footer .upper .row > *:nth-child(2),
  .infraestruturas footer .upper .row > *:nth-child(1),
  .infraestruturas footer .upper .row > *:nth-child(2) {
    margin-bottom: 50px;
  }

  .infraestruturas footer .upper .row div{
    padding: 0 20px;
  }

  .infraestruturas footer .upper .row .contact-text .contact-container-text{
    padding: 0;
  }

  .address {
    font-size: 20.5px;
  }

  .contact {
    font-size: 21.25px;
  }

  .subscribe {
    font-size: 21.25px;
  }

  .company,
  .privacy,
  .madeBy {
    margin: auto;
    padding: 0;
  }

  .socialnetwork_2 {
    position: relative;
    display: flex;
    float: none;
  }

  .socialnetwork_2 .links:nth-child(1) {
    margin-left: auto;
  }

  .socialnetwork_2 .links:nth-child(3) {
    margin-right: auto;
  }

  .about-container {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .infraestruturas .highlights {
    margin-top: 45.5px;
  }

  .infraestruturas .bread-nav {
    padding: 0;
  }

  .infraestruturas .bread-nav a,
  .infraestruturas .bread-nav span {
    margin: 0 5px 0 0;
  }

  .infraestruturas .content > .template:nth-child(2) {
    padding-top: 0;
    padding-bottom: 46px;
  }

  .infraestruturas header.header-change .topnav li a,
  .project-page header.header-change .topnav li a {
    color: var(--white);
  }

  .infraestruturas header.header-change .topnav .nav-content .dropdown-sub {
    background-color: transparent;
  }

  .infraestruturas header.header-change .topnav .nav-content .dropdown-sub a,
  .project-page header.header-change .topnav .nav-content .dropdown-sub a {
    color: #555454;
  }

  .infraestruturas .highlights .U-Shape,
  .project-page .U-Shape {
    margin-right: auto;
  }

  .infraestruturas .Unikonstroi,
  .infraestruturas .EmpresaConstrucao {
    left: 0;
  }

  .infraestruturas .highlights .topContainer .about-title {
    padding: 0 21.5px;
    margin-top: 33.5px;
  }

  .infraestruturas .U-Shape img {
    top: 30px;
  }

  .infraestruturas .highlights .U-Shape {
    left: -16vw;
  }

  .infraestruturas .template {
    padding: 0 20px;
  }

  .infraestruturas .container-xl {
    padding: 0 20px;
  }

  .infraestruturas .content .template {
    background-color: transparent;
  }

  .infraestruturas .highlights .topContainer {
    margin-top: 77px;
  }

  .contact-page .highlights {
    margin-bottom: 100%;
  }

  .contact-page .highlights .topContainer {
    margin-left: 0;
    margin-top: 0;
    padding-top: 0;
  }

  .contact-page .highlights .topContainer .U-Shape img {
    top: 0;
  }

  .contact-page .highlights .about-title .info-container .row .contact-text {
    margin-right: 0;
    margin-left: 0;
  }

  .contact-container-text {
    margin-bottom: 0;
  }

  .contact-page
    .highlights
    .topContainer
    .about-title
    .container
    .row
    .contact-text
    .contact-container-text {
    margin-top: 36px;
  }

  .contact-page footer .upper .contact-form #txt-name,
  .contact-page footer .upper .contact-form #txt-email {
    max-width: 100%;
  }

  .contact-page footer .upper .contact-form #txt-email {
    margin-left: 0;
    margin-top: 10px;
  }

  .contact-page footer .upper .contact-form #txt-name {
    margin-right: 0;
  }

  .contact-page footer .upper .contact-form .input-container {
    display: unset;
    padding: 20px;
  }

  .contact-page footer .upper .contact-form #txt-title {
    margin: 0;
  }

  .contact-page footer .upper .contact-form #txt-title,
  .contact-page footer .upper .contact-form #txt-message {
    flex: 0 0 90%;
  }

  .contact-page footer .upper .contact-form .checkbox-btn {
    margin-right: auto;
    margin-left: 0;
    margin-top: 0;
  }

  .contact-page footer .upper .contact-form #sub-btn {
    margin-top: 0;
    display: inline-block;
    cursor: pointer;
    display: flex;
  }

  .contact-page .U-Shape {
    position: absolute;
  }

  .contact-page .about-title {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 40px 40px 0 0;
  }

  .contact-page .container.info-container {
    padding-left: 40px;
  }

  .contact-page footer .upper .contact-form {
    padding: 0 20px;
  }

  .contact-page footer .upper .row > div {
    padding: 0;
    margin: 0;
    margin: 20px 0;
  }

  .contact-page footer .upper .row .input-wrapper {
    margin: 10px 0;
  }

  .contact-page footer .upper .contact-form.row #input-email-container {
    padding-left: 0;
    margin-top: 0;
  }

  .contact-page footer .upper .contact-form.row #input-name-container {
    padding-right: 0;
  }

  .project-page
    .template
    .template-module
    .container.container-sm.container-xl {
    padding: 0 20px;
  }

  .project-page .topContainer {
    margin-top: 0;
  }

  .project-page .about-title {
    padding-top: 0;
  }

  .project-page .EmpresaConstrucao {
    font-size: 30px;
    left: 0;
    top: 17.5px;
  }

  .project-page .content .template h2 {
    font-size: 24px;
  }

  .project-page .listing .container-xl .items .item h3 {
    margin-bottom: 10px;
  }

  .project-page .listing .container-xl .items .item .link {
    position: relative;
  }

  .project-page #listbg {
    padding-right: 0;
    padding-left: 0;
  }

  .project-page .content .template p,
  .project-page .content .template ul,
  .project-page .template ol {
    font-size: 1rem;
  }

  .project-page .U-Shape img {
    margin-top: 30px;
    top: 0;
    margin-left: -15px;
  }

  .project-page .bread-nav {
    padding: 0;
  }

  .project-page .content .template {
    background-color: transparent;
  }

  .project-page .U-Shape {
    left: -13vw;
  }

  .project-page
    .project-navigation
    .navigation-container
    .col-md-6:first-child {
    justify-content: center;
    margin: 10px 0;
  }

  .project-page .project-navigation .navigation-container .col-md-6:last-child {
    justify-content: center;
    margin: 10px 0;
  }

  .content-404 .middleText a {
    margin-top: 0;
  }

  .newsletterForm {
    margin-left: 0;
    margin-top: 59px;
    padding: 0 20px;
  }

  .newsletter .bread-nav {
    padding-left: 20px;
  }

  .newsletter .remove-newsForm {
    margin-left: 0;
  }

  .newsletter .EmpresaConstrucao {
    padding-right: 0;
  }

  .contact-page .highlights {
    margin-bottom: 0;
  }

  .newsletterForm .input-wrapper {
    padding: 0;
    margin: 20px 0;
  }

  .newsletterForm .checkbox-btn {
    margin-top: 0;
  }

  .newsletterForm .col-6:last-child {
    padding: 0;
  }

  .newsletterForm .col-6:last-child .col-12.col-md-6:first-child,
  .newsletterForm .col-6:last-child .col-12.col-md-6:last-child {
    padding: 0;
  }

  .content .template p big {
    padding: 0.5em 3rem 0.5em;
  }

  .content .template p big::before {
    left: 16px;
  }

  .listing .header {
    margin-left: -70px;
  }

  .listing .accordion > div {
    margin-left: -70px;
  }

  .listing .accordion .description {
    margin-left: -70px;
  }
}
