.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 400;
}

a {
  font-weight: 700;
  text-decoration: underline;
}

.section-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.body {
  background-color: #000;
  background-image: url('../images/evolu_video.gif'), url('../images/dark-circles_1dark-circles.png');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, auto;
  background-attachment: fixed, scroll;
  font-family: 'Kastelov intelo alt', sans-serif;
  color: #fff;
  font-weight: 400;
}

.texto-hero {
  position: static;
  margin-top: 0px;
  margin-bottom: 0.3em;
  font-family: Montserrat, sans-serif;
  font-size: 5vw;
  line-height: 1em;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.texto-hero._02 {
  font-size: 2vw;
  font-weight: 400;
}

.center-container {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.center-container.hero {
  width: 50vw;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding-top: 15px;
  background-color: transparent;
}

.txt-navbar {
  color: #fff;
}

.txt-navbar:hover {
  font-weight: 900;
}

.brand {
  position: fixed;
  left: 7em;
  top: 5em;
  right: auto;
  bottom: auto;
  padding-top: 6px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container {
  position: static;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.texto {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40vw;
  margin-top: 2vw;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  font-size: 1.8vw;
  line-height: 1.3em;
}

.texto.fases {
  font-size: 1.3vw;
}

.texto.destaque {
  font-size: 4vw;
}

.texto.contato {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-family: Montserrat, sans-serif;
  font-size: 1.2vw;
  text-align: left;
  letter-spacing: 0.15em;
}

.texto.pilares {
  font-size: 1.6vw;
  text-align: left;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 188px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.full {
  height: 100%;
}

.section.contato {
  margin-bottom: 25vh;
}

.text-block {
  font-family: Montserrat, sans-serif;
  font-weight: 800;
}

.images-cases {
  display: block;
}

.image {
  float: none;
  clear: none;
}

.heading {
  margin-top: 60px;
  font-size: 2.5vw;
  line-height: 2.8vw;
  font-weight: 500;
}

.video {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -50;
}

.logo {
  display: block;
  width: 5.5vw;
}

.text-span {
  font-weight: 700;
}

.text-span.contato {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 1.2vw;
  line-height: 1em;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-decoration: none;
}

.text-span.contato:hover {
  text-decoration: none;
}

.text-span.contato:active {
  text-decoration: none;
}

.text-span.contato:focus {
  text-decoration: none;
}

.grid {
  -ms-grid-columns: 1.75fr 3fr;
  grid-template-columns: 1.75fr 3fr;
}

.icone {
  max-width: 70%;
}

.column {
  padding-right: 0px;
}

@media screen and (max-width: 991px) {
  .texto-hero {
    font-size: 9vw;
    text-align: center;
  }

  .texto-hero._02 {
    font-size: 2.5vw;
    font-weight: 800;
    letter-spacing: 0.6em;
  }

  .center-container {
    width: 80vw;
  }

  .center-container.hero {
    width: 80vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .brand {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .texto {
    width: 100%;
    margin-top: 7vw;
    font-size: 3vw;
    line-height: 1.5em;
    text-align: center;
  }

  .texto.contato {
    font-size: 3vw;
    text-align: center;
  }

  .texto.pilares {
    font-size: 3.6vw;
  }

  .logo {
    width: 10vw;
  }

  .text-span.contato {
    font-size: 2.5vw;
  }

  .grid {
    -ms-grid-columns: 3.75fr 3fr;
    grid-template-columns: 3.75fr 3fr;
  }

  .icone {
    max-width: 130%;
  }

  .menu-button {
    display: none;
  }

  .icon {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .brand {
    position: relative;
    left: auto;
    padding-left: 0px;
  }

  .logo {
    width: 25vw;
  }

  .icone {
    max-width: 50%;
  }
}

@media screen and (max-width: 479px) {
  .texto-hero {
    font-size: 12vw;
  }

  .texto-hero._02 {
    font-size: 3.5vw;
  }

  .brand {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .texto.contato {
    font-size: 4vw;
  }

  .logo {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .text-span.contato {
    font-size: 4vw;
  }
}

#w-node-aebd93ac-16c2-981e-8263-3b5466aa86e3-45a0f78f {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-aebd93ac-16c2-981e-8263-3b5466aa86e2-45a0f78f {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-aebd93ac-16c2-981e-8263-3b5466aa86e4-45a0f78f {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

@font-face {
  font-family: 'Kastelov intelo alt';
  src: url('../fonts/Kastelov---Intelo-Alt-Bold-Italic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Kastelov intelo alt';
  src: url('../fonts/Kastelov---Intelo-Alt-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kastelov intelo alt';
  src: url('../fonts/Kastelov---Intelo-Alt-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Kastelov intelo alt';
  src: url('../fonts/Kastelov---Intelo-Alt-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kastelov intelo alt';
  src: url('../fonts/Kastelov---Intelo-Alt-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kastelov intelo alt';
  src: url('../fonts/Kastelov---Intelo-Alt-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kastelov intelo alt';
  src: url('../fonts/Kastelov---Intelo-Alt-SemiBold-Italic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Kastelov intelo alt';
  src: url('../fonts/Kastelov---Intelo-Alt-Medium-Italic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}