:root {
  --main-yellow: #f4a400;
  --untitled-ui--gray600: #475467;
  --main: var(--untitled-ui--gray600);
}

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

.section-hero {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: linear-gradient(#00000080, #00000080), url('../images/Design-sem-nome-1.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: relative;
}

.nav-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 15px 50px;
  position: absolute;
  inset: auto 0% 0%;
}

.section-about-us {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #262626;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding: 50px;
}

.div-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.section-portfolio {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.section-partners {
  border: 5px none var(--main-yellow);
  box-shadow: none;
  background-color: #ebebeb;
  padding-top: 40px;
  padding-bottom: 20px;
}

.uui-text-align-center {
  text-align: center;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.uui-max-width-large {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large.align-center {
  margin-left: auto;
  margin-right: auto;
}

.uui-logos04_list {
  white-space: nowrap;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  place-items: center start;
  width: 175rem;
  display: flex;
}

.uui-logos04_wrapper {
  justify-content: center;
  align-items: flex-start;
  padding: .75rem 1.5rem;
  display: flex;
}

.uui-logos04_logo {
  height: 3rem;
}

.uui-logo-loop_inner {
  display: flex;
}

.uui-section_logos04 {
  overflow: hidden;
}

.uui-logo-loop_component {
  height: 4.5rem;
  margin-top: 2rem;
}

.uui-space-xxlarge {
  width: 100%;
  min-height: 5rem;
}

.uui-logos04_text {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.uui-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-logos01_wrapper {
  justify-content: center;
  align-items: flex-start;
  padding: .75rem 1.5rem;
  display: flex;
}

.uui-logos01_component {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.uui-logos01_logo {
  height: 2.5rem;
}

.uui-logos01_text {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.grid-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  place-items: center;
  padding-top: 35px;
  padding-left: 8vw;
  padding-right: 8vw;
}

.logo-image {
  background-color: #fff;
  border-radius: 10px;
  min-width: 150px;
  max-width: 150px;
  min-height: 150px;
  transition: all .2s ease-in-out;
  box-shadow: 0 0 10px #0003;
}

.logo-image:hover {
  border: 3px solid var(--main-yellow);
  transform: scale(1.2);
}

.div-partners {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 35px;
  display: flex;
}

.h2-dm {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
}

.h2-dm.black {
  color: #333;
}

.heading-2 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
}

.div-block-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  height: 110px;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.text-block {
  color: #fff;
  font-family: PT Sans, sans-serif;
  font-size: 21px;
  line-height: 25px;
}

.text-hero-grid {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.number-grid {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
}

.div-grid-hero {
  border: 2px solid var(--main-yellow);
  background-color: #3a3a3a;
  border-radius: 10px;
  padding: 30px;
}

.div-block-3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 600px;
  display: flex;
}

.button-hero {
  color: #333;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  transition: all .15s ease-in-out;
  display: flex;
}

.button-hero:hover {
  border-color: var(--main-yellow);
  background-color: var(--main-yellow);
  color: #000;
  transform: translate(0, -3px);
}

.button-hero._2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  background-color: #0000;
  border: 2px solid #fff;
  justify-content: space-between;
  align-items: center;
  transition-property: none;
  display: flex;
}

.button-hero._2:hover {
  transform: none;
}

.ikonik-i7acjl {
  color: #fff;
}

.nav-link {
  color: var(--main-yellow);
  border-radius: 5px;
  padding: 10px;
  font-family: DM Sans, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  transition: all .15s ease-in-out;
}

.nav-link:hover {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  font-weight: 500;
}

.nav-link.w--current {
  border: 2px solid var(--main-yellow);
  color: var(--main-yellow);
  border-radius: 5px;
  padding: 10px;
}

.text-span {
  color: var(--main-yellow);
}

.button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #333;
  background-color: #f4a400;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-family: DM Sans, sans-serif;
  font-weight: 800;
  transition: all .2s ease-in-out;
  display: flex;
}

.button:hover {
  padding: 10px;
  transform: scale(1.1);
}

.div-block-4 {
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.text-span-2 {
  color: var(--main-yellow);
}

.image {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.brand {
  background-color: #fff;
  border-radius: 5px;
  padding-left: 10px;
}

.columns {
  margin-top: 30px;
  padding-left: 89px;
  padding-right: 89px;
}

.div-block-5 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-diff {
  color: #333;
  text-align: center;
  font-family: PT Sans, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.div-diff {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: var(--main-yellow);
  border: 2px solid #d9be51;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 25px;
  transition: all .15s ease-in-out;
  display: flex;
  position: relative;
  box-shadow: 0 4px 5px #00000061;
}

.div-diff:hover {
  transform: translate(0, -10px);
}

.text-block-2 {
  color: #fff;
  font-family: DM Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}

.div-line {
  background-color: var(--main-yellow);
  width: 150px;
  height: 3px;
}

.div-line.short {
  width: 75px;
}

.div-block-7 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.column {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.paragraph {
  color: #fff;
  font-family: PT Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.heading-3 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 32px;
  line-height: 36px;
}

.div-block-8 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-services {
  background-color: #f7f7f7;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.div-block-9 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  display: flex;
}

.ikonik-q3syi {
  color: #2bff00;
  position: absolute;
  inset: -13% -5% auto auto;
}

.ikonik-kmue9 {
  color: #333;
}

.ikonik-fz9ip, .ikonik-qytpj, .ikonik-xj70a, .ikonik-duke4, .ikonik-5ylyc {
  color: #000;
}

.embed-services {
  background-color: #f7f7f7;
}

.div-block-10 {
  background-color: #f6f6f6;
}

.image-2 {
  box-shadow: 80px 2px 200px -90px var(--main-yellow);
  border-radius: 10px;
}

.column-2 {
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.ikonik-phmm {
  color: #000;
}

.ikonik-hmxx {
  color: #333;
}

.text-span-3, .text-span-4, .text-span-5 {
  color: var(--main-yellow);
}

.div-project {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 126px;
  padding-right: 126px;
  display: flex;
}

.project-head {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.ikonik-rbfkr {
  color: #ebb92d;
}

.text-span-6 {
  font-family: DM Sans, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
}

.project-p {
  font-family: DM Sans, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.project-title {
  font-family: DM Sans, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
}

.div-block-13 {
  background-color: var(--main-yellow);
  width: 100px;
  height: 2px;
}

.project-image {
  border: 3px solid var(--main-yellow);
  border-radius: 10px;
}

.ikonik-lr54c {
  color: #ebb92d;
}

.tabs-content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.tabs-menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 150px;
  padding-right: 150px;
  display: grid;
}

.tabs-menu-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.tab-text {
  text-align: center;
  font-family: DM Sans, sans-serif;
}

.tab-content {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tab-content.w--current {
  display: flex;
  position: absolute;
}

.ikonik-ikomci {
  color: #000;
}

.div-block-14 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #f7f7f7;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 50px 200px;
  display: flex;
}

.paragraph-2 {
  text-align: center;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.heading-4 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
}

.ikonik-2ik42 {
  color: #f4a400;
}

.image-3 {
  background-color: var(--main-yellow);
}

@media screen and (min-width: 1280px) {
  .brand {
    transition: all .2s ease-in-out;
  }

  .brand:hover {
    transform: scale(1.1);
  }

  .text-block-2 {
    font-size: 30px;
    line-height: 35px;
  }

  .paragraph {
    font-size: 20px;
    line-height: 25px;
  }

  .embed-services {
    background-color: #fff;
  }
}

@media screen and (max-width: 991px) {
  .section-hero {
    background-image: linear-gradient(to bottom, null, null), url('../images/Design-sem-nome-1.png');
    background-position: 0 0, 100%;
  }

  .uui-space-xxlarge {
    min-height: 4.5rem;
  }

  .logo-image {
    width: 110px;
    min-width: auto;
    min-height: auto;
  }

  .columns {
    padding-left: 0;
    padding-right: 0;
  }

  .div-diff {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-14 {
    padding-left: 150px;
    padding-right: 150px;
  }
}

@media screen and (max-width: 767px) {
  .grid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .grid-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: row;
  }

  .uui-logos04_list {
    grid-template-columns: 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem;
    width: 124rem;
  }

  .uui-logos04_wrapper {
    padding: .5rem 1rem;
  }

  .uui-logos04_logo {
    height: 2.5rem;
  }

  .uui-logo-loop_component {
    height: 3.5rem;
  }

  .uui-space-xxlarge {
    min-height: 3rem;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-logos01_wrapper {
    padding: .5rem 1rem;
  }

  .logo-image {
    width: 80px;
  }

  .heading-2 {
    text-align: center;
  }

  .div-block-2 {
    flex-flow: column;
  }

  .text-block {
    text-align: center;
  }

  .number-grid {
    font-size: 30px;
  }

  .div-grid-hero {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-3 {
    justify-content: space-between;
    align-items: center;
  }

  .columns {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-block-2 {
    text-align: center;
  }

  .column {
    justify-content: center;
    align-items: center;
  }

  .paragraph {
    text-align: center;
  }

  .div-block-14 {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media screen and (max-width: 479px) {
  .section-hero {
    height: 90vh;
    padding-left: 30px;
    padding-right: 30px;
  }

  .nav-menu {
    flex-flow: column;
  }

  .grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .section-about-us {
    padding-left: 30px;
    padding-right: 30px;
  }

  .grid-2 {
    grid-column-gap: 10px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .uui-logos04_list {
    justify-content: center;
  }

  .uui-logos04_wrapper, .uui-logos01_wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .uui-logos01_component {
    justify-content: center;
  }

  .grid-3 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .logo-image {
    width: 80px;
  }

  .div-block-2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .text-hero-grid {
    font-size: 12px;
  }

  .number-grid {
    font-size: 20px;
    line-height: 30px;
  }

  .div-grid-hero {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .nav-link {
    text-align: center;
    background-color: #fff;
    border-radius: 0;
  }

  .nav-link.w--current {
    background-color: var(--main-yellow);
    color: #000;
    border-style: none;
    border-radius: 0;
  }

  .div-block-4 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-9 {
    padding-top: 40px;
  }

  .div-block-14 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .icon {
    color: #fff;
  }

  .menu-button {
    border: 2px solid var(--main-yellow);
    border-radius: 30px;
    transition: all .15s ease-in-out;
    transform: scale(.8);
  }

  .menu-button.w--open {
    background-color: var(--main-yellow);
    border-radius: 30px;
  }
}

#w-node-_29069561-9748-0d44-ce50-1ac2d89d8b15-f524f443 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_153a4ad2-eaac-5dbc-e7f9-ca47b9fbc095-f524f443 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1fbc873a-8c76-1cd9-0140-8b57a2c8b1c4-f524f443 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


