.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;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  padding-top: 66px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin: 10px 0;
  font-size: 38px;
  font-weight: 300;
  line-height: 44px;
}

h2 {
  margin: 0 0 32px;
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
}

h3 {
  margin: 0 0 6px;
  font-size: 18px;
  font-weight: 300;
  line-height: 21px;
}

h4 {
  margin: 10px 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

h5 {
  margin: 10px 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin: 10px 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

.button {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  background-color: #000;
  border: 2px solid #000;
  margin-right: 14px;
  padding: 16px 26px;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .25s, color .25s, border-color .25s;
  display: inline-block;
}

.button:hover {
  background-color: rgba(0, 0, 0, 0);
  border-color: #fff;
}

.button.hollow {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #fff;
}

.button.hollow:hover {
  color: #f7e117;
  border-color: #f7e117;
  transform: scale(1.1);
}

.button.hollow.black {
  color: #000;
  border-color: #000;
  margin-right: 0;
}

.button.hollow.black:hover {
  color: #ff177f;
  border-color: #ff177f;
}

.button.hollow.grey {
  color: #d1d1d1;
  border-color: #d1d1d1;
  margin-right: 0;
}

.button.hollow.grey:hover {
  color: #000;
  border-color: #000;
}

.button.hollow.button-contato {
  color: #000;
  background-color: #f7e117;
  border-style: none;
  border-color: #000;
}

.button.hollow.button-contato:hover {
  color: #f7e117;
  background-color: #242424;
  font-weight: 500;
}

.button.form {
  background-color: #d1d1d1;
  border-width: 0;
  padding-top: 18px;
  padding-bottom: 18px;
  font-weight: 300;
}

.button.form:hover {
  background-color: #249cff;
}

.navbar {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #000;
  background-color: #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 20px;
  display: block;
  position: static;
  top: 0;
  left: 0;
  right: 0;
}

.logo {
  color: #272832;
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 300;
  line-height: 33px;
  transition: color .3s;
}

.logo:hover {
  color: #249cff;
}

.hamburger-icon {
  color: #fff;
  font-size: 31px;
}

.hamburger-icon:hover {
  color: #f7e117;
}

.section {
  color: #5c5c5c;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.header {
  color: rgba(255, 255, 255, .72);
  background-color: #90e3fd;
  background-image: linear-gradient(135deg, rgba(217, 0, 79, .88), rgba(227, 72, 0, .82)), url('../images/nature.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding: 80px 10px;
}

.section.header._2 {
  background-color: #f7e117;
  background-image: url('../images/FOTO-1.png');
  background-position: 0 0;
  background-size: cover;
  padding-top: 332px;
  display: block;
}

.section.header._3 {
  background-image: linear-gradient(315deg, rgba(0, 222, 96, .8), rgba(0, 136, 227, .82)), url('../images/hills.jpg');
}

.section.grey {
  color: #696969;
  background-color: #000;
  padding-top: 20px;
  padding-bottom: 20px;
}

.section.footer {
  padding: 35px 20px;
}

.section.projects {
  color: #4d4d4d;
  background-color: #000;
  border-top: 1px #ededed;
  padding-top: 0;
  padding-bottom: 0;
}

.section.white {
  border-top: 1px solid #ededed;
}

.menu-button {
  color: #272832;
  background-color: rgba(0, 0, 0, 0);
  transition: color .2s, background-color .2s;
}

.menu-button:hover {
  color: #272832;
  background-color: rgba(0, 0, 0, 0);
}

.menu-button.w--open {
  color: #fff;
  background-color: #f7e117;
}

.menu-button.w--open:hover {
  color: rgba(255, 255, 255, .83);
  background-color: #1e1f26;
}

.nav-menu {
  background-color: #000;
  padding-top: 18px;
  padding-bottom: 24px;
}

.nav-link {
  color: #ededed;
  padding: 20px 20px 20px 0;
  font-size: 26px;
  font-weight: 300;
  line-height: 33px;
  text-decoration: none;
  transition: none;
}

.nav-link:hover {
  color: #f7e117;
  font-weight: 500;
}

.nav-link.w--current, .nav-link.w--current:hover {
  color: #ff177f;
}

.social-wrapper {
  width: 940px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 20px 20px 0;
  display: block;
}

.social-icon {
  width: 23px;
  margin-right: 15px;
}

.social-link {
  margin-right: 16px;
}

.social-link:hover {
  transform: translate(0, 5px);
}

.project-row {
  background-color: #272832;
  background-image: linear-gradient(to right, #ff0048, #f53d00);
}

.project-row.blue {
  background-image: linear-gradient(to right, #a0f, #0072f5);
}

.project-row.teal {
  background-image: linear-gradient(to right, #00b7ff, #00f59b);
}

.project-link {
  width: 25%;
  height: 350px;
  float: left;
  color: #fff;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  text-decoration: none;
  transition: opacity .25s;
  display: block;
  position: relative;
}

.project-link:hover {
  opacity: .5;
}

.project-link.project-1 {
  background-image: url('../images/bob-van-aubel-ray-bans.jpg');
}

.project-link.project-2 {
  background-image: url('../images/sand.jpg');
}

.project-link.project-3 {
  background-image: url('../images/sunrise2.jpg');
}

.project-link.project-4 {
  background-image: url('../images/birds.jpg');
  transition: none;
}

.project-link.project-5 {
  background-image: url('../images/johnny-lam-connect.jpg');
}

.project-link.project-6 {
  background-image: url('../images/sunrise.jpg');
}

.project-link.project-7 {
  background-image: url('../images/oceans.jpg');
}

.project-link.project-8 {
  background-image: url('../images/lake.jpg');
}

.project-link.project-9 {
  background-image: url('../images/beach-1600px.jpg');
}

.project-link.project-10 {
  background-image: url('../images/beach2jpg');
}

.half-width {
  width: 50%;
}

.quarter-width {
  width: 25%;
}

.third-width {
  width: 33.333%;
}

.main-heading {
  color: #fff;
  text-align: center;
  text-transform: none;
  justify-content: center;
  font-size: 62px;
  font-weight: 400;
  line-height: 70px;
  display: flex;
}

.main-heading:hover {
  color: #fff;
}

.button-group {
  justify-content: center;
  margin-top: 36px;
  display: flex;
}

.project-wrapper {
  background-color: rgba(0, 0, 0, .09);
  padding: 11px 19px 13px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.tag {
  color: rgba(255, 255, 255, .49);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 9px;
  font-weight: 300;
  line-height: 10px;
}

.footer-logo {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.footer-social-link {
  opacity: .2;
  margin-left: 24px;
  transition: opacity .25s;
}

.footer-social-link:hover {
  opacity: .77;
}

.social-footer-wrap {
  color: #fff;
  text-align: right;
}

.field {
  height: 58px;
  color: #249cff;
  background-color: #fff;
  border: 0 solid #000;
  margin-bottom: 0;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 17px;
  font-weight: 300;
  transition: box-shadow .3s;
  box-shadow: inset 2px 0 rgba(0, 0, 0, 0);
}

.field:focus {
  box-shadow: inset 2px 0 #249cff;
}

.field.textarea {
  height: 128px;
}

.field.grey {
  background-color: #f7f7f7;
}

.contact-text {
  color: #a3a3a3;
  padding-right: 59px;
}

.slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.slide {
  background-color: #f7e117;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/FOTO-2.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  padding-top: 288px;
  padding-bottom: 170px;
  position: relative;
}

.slide._2 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/20190131_112815-4.webp'), url('../images/20200204_144805-2.webp');
  background-position: 0 0, 50%, 0 0;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, cover, auto;
  background-attachment: scroll, scroll, scroll;
}

.slide._3 {
  background-image: linear-gradient(135deg, rgba(0, 222, 96, .8), rgba(0, 188, 235, .8)), url('../images/mountain.jpg');
}

.slide.slide-1 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/OBRA-1_1.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-bottom: 380px;
}

.slide.slide-3 {
  background-image: linear-gradient(rgba(0, 0, 0, .53), rgba(0, 0, 0, .53)), url('../images/OBRA-3_1.png'), url('../images/OBRA-5_1.png');
  background-position: 0 0, 50%, 50%;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, cover, cover;
  background-attachment: scroll, scroll, scroll;
  padding-bottom: 380px;
}

.slide.slide-4 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/20200204_144805-2.webp'), url('../images/FOTO-3.png');
  background-position: 0 0, 0 0, 0 0;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, cover, cover;
  background-attachment: scroll, scroll, scroll;
  padding-bottom: 380px;
}

.slide.slide-5 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/OBRA-4_1.png');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  padding-bottom: 380px;
}

.slider-nav {
  opacity: 1;
  font-size: 7px;
}

.replace-text {
  background-color: rgba(255, 255, 255, .09);
}

.skill {
  color: #666;
  text-transform: uppercase;
  background-color: #d9d9d9;
  border-left: 2px solid rgba(0, 0, 0, .09);
  padding: 12px 16px;
}

.skill:hover {
  background-color: #cfcfcf;
}

.skill._70 {
  width: 70%;
}

.skill._40 {
  width: 40%;
}

.skill._90 {
  width: 90%;
}

.skill-background {
  width: 100%;
  background-color: #f7f7f7;
  margin-top: 18px;
}

.light-text {
  color: #f5f5f5;
}

.success-message {
  color: #7d7d7d;
  text-align: center;
  background-color: #ccc;
  padding: 83px 32px;
}

.thank-you-title {
  margin-bottom: 14px;
  margin-left: 14px;
  margin-right: 14px;
}

.no-padd-section.grey {
  color: #696969;
  background-color: #ededed;
}

.no-padd-section.border {
  border-top: 1px solid #ededed;
}

.padded-column {
  padding-top: 80px;
  padding-bottom: 80px;
}

.profile-photo {
  height: 390px;
  background-image: url('../images/camera-man.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.work-type {
  color: #249cff;
  font-weight: 400;
}

.process-row {
  margin-bottom: 17px;
}

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

.more-icon {
  float: left;
  margin-top: 2px;
  margin-right: 9px;
}

.back-link {
  opacity: .44;
  color: #fff;
  text-transform: capitalize;
  margin-left: 0;
  text-decoration: none;
  transition: opacity .3s;
  display: block;
}

.back-link:hover {
  opacity: 1;
  color: #f7e117;
}

.caption-title {
  margin-bottom: 5px;
}

.caption {
  color: #a6a6a6;
}

.caption-wrapper {
  margin-top: 10px;
  margin-bottom: 43px;
}

.right-align-col {
  text-align: right;
}

.previous-column {
  text-align: right;
  border-right: 1px solid #ededed;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-right: 40px;
}

.next-column {
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 40px;
}

.next-prev-link {
  color: #bdbdbd;
  font-size: 24px;
  font-weight: 300;
  text-decoration: none;
  transition: color .3s;
}

.next-prev-link:hover {
  color: #404040;
}

.all-camps-title {
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
}

.body {
  background-color: #242424;
  padding-top: 0;
}

.slide-2 {
  background-image: url('../images/20190131_112815-4.webp');
  background-size: auto;
}

.heading {
  color: #f7e117;
  text-align: center;
  padding-bottom: 20px;
  font-size: 46px;
  font-weight: 500;
}

.heading.text-contato {
  color: #000;
}

.container {
  position: relative;
}

.heading-2 {
  color: #000;
  text-transform: uppercase;
  font-size: 46px;
  font-weight: 500;
}

.column {
  padding-top: 20px;
}

.column.container {
  padding-left: 30px;
  padding-right: 0;
}

.paragraph {
  color: #000;
  text-align: justify;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.list {
  color: #fff;
  padding-top: 10px;
  padding-left: 20px;
  font-size: 18px;
  line-height: 26px;
  list-style-type: square;
}

.image {
  padding-top: 20px;
}

.image-2 {
  width: auto;
  height: 400px;
  max-width: none;
  display: inline-block;
  position: static;
}

.section-2 {
  text-align: center;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
}

.features-table {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  max-width: 530px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.comparison-table {
  flex-direction: column;
  margin-top: 50px;
  display: flex;
}

.comparison-row-main {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-title {
  margin-bottom: 0;
  margin-left: 24px;
}

.comparison-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-negative {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
}

.comparison-positive {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
}

.section-3 {
  height: 320px;
  background-image: url('../images/OBRA-2_1.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.section-3.section-img {
  background-image: url('../images/20200204_144821-3-1.webp');
  background-position: 50% 0;
  background-size: cover;
  background-attachment: fixed;
}

.image-3 {
  max-height: 100%;
  max-width: 100%;
  float: none;
  white-space: normal;
  object-fit: fill;
  background-color: #000;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: static;
  overflow: visible;
}

.section-4 {
  background-color: #ededed;
  padding-top: 0;
  padding-bottom: 0;
}

.heading-3 {
  color: #f7e117;
  text-align: left;
  letter-spacing: 0;
  text-transform: uppercase;
  padding-left: 105px;
  font-size: 46px;
  font-weight: 500;
}

.list-item {
  color: #000;
}

.text-block {
  color: #fff;
}

.text-block-2 {
  color: #000;
  text-align: left;
  padding-top: 10px;
  font-size: 21px;
  text-decoration: none;
}

.column-2 {
  text-align: right;
}

.text-block-3 {
  color: #fff;
  padding-top: 11px;
  padding-left: 35px;
  font-size: 21px;
}

.column-3 {
  text-align: right;
  border-radius: 0;
}

.coluna-1 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.image-4 {
  margin-top: 60px;
}

.container-4 {
  border: 1px #000;
  padding-top: 40px;
  padding-bottom: 30px;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: row;
}

.heading-4 {
  color: #000;
  font-weight: 300;
}

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

.section-5 {
  background-color: #000;
}

.hero-heading-right {
  background-color: #000;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-6 {
  width: 100%;
  max-width: 940px;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
}

.container-6.containerspace {
  padding-top: 90px;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  display: flex;
}

.hero-split {
  max-width: 46%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.shadow-two {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.margin-bottom-24px {
  color: #fff;
  text-align: justify;
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.heading-6 {
  color: #fff;
  font-weight: 500;
}

.team-slider {
  background-color: #242424;
  background-image: linear-gradient(rgba(0, 0, 0, .42), rgba(0, 0, 0, .42)), url('../images/PATTERN-4.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  border-bottom: 0 rgba(0, 0, 0, 0);
  padding: 80px 30px;
  position: relative;
}

.team-slider.section1 {
  background-image: linear-gradient(rgba(0, 0, 0, .42), rgba(0, 0, 0, .42)), url('../images/PATTERN-4.png');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  background-attachment: scroll, scroll;
}

.centered-heading-2 {
  color: #fff;
  text-align: center;
  text-transform: none;
  margin-bottom: 16px;
  padding-bottom: 45px;
  font-size: 46px;
  font-weight: 500;
  line-height: 52px;
}

.centered-heading-2.heading.tittle {
  padding-bottom: 4px;
}

.centered-subheading-2 {
  max-width: 530px;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  color: #fff;
  background-color: #f7e117;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  color: #000;
  margin-bottom: 12px;
  font-size: 26px;
  font-weight: 600;
  line-height: 32px;
}

.team-member-text {
  color: #000;
  text-align: left;
  margin-bottom: 20px;
  font-size: 16px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.paragraph-2 {
  color: #ededed;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 30px;
  font-size: 21px;
  font-weight: 300;
  line-height: 24px;
}

.image-5 {
  text-align: center;
  display: block;
}

.container-7 {
  height: 460px;
  text-align: center;
  background-image: url('../images/SALAMANDER.png');
  background-position: 0 0;
  background-size: cover;
  background-attachment: scroll;
  justify-content: center;
  padding-bottom: 0;
  display: block;
}

.image-6 {
  width: 100%;
}

.footer-subscribe {
  background-color: #242424;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/PATTERN-4.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  border-bottom: 1px solid #e4ebf3;
  padding: 100px 30px 40px;
  position: relative;
}

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  width: 460px;
  height: 48px;
  border: 1px #000;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::-ms-input-placeholder {
  color: rgba(26, 27, 31, .8);
}

.footer-form-input::placeholder {
  color: rgba(26, 27, 31, .8);
}

.footer-wrapper-three {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #fff;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: #f7e117;
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two {
  width: 100%;
  height: 1px;
  color: #f7e117;
  background-color: #f7e117;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #fff;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #fff;
  margin-left: 24px;
  text-decoration: none;
}

.footer-legal-link:hover {
  color: #f7e117;
}

.footer-legal-link.link-footer {
  margin-left: 0;
}

.image-7 {
  background-image: linear-gradient(#f7e117, #f7e117);
  border-radius: 0;
}

.image-8, .image-9, .image-10 {
  background-image: linear-gradient(#f7e117, #f7e117);
}

.navbar-2 {
  background-color: #242424;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  background-position: 0 0;
  background-size: auto;
  background-attachment: scroll;
  padding-top: 60px;
  padding-bottom: 30px;
}

.nav-link-2 {
  color: #fff;
  font-size: 18px;
}

.nav-link-2:hover {
  color: #f7e117;
  font-weight: 500;
  transform: scale(1.1);
}

.nav-link-3 {
  color: #fff;
  font-size: 18px;
}

.nav-link-3:hover {
  color: #f7e117;
  font-weight: 500;
  transform: scale(1.1);
}

.nav-link-4 {
  color: #fff;
  font-size: 18px;
}

.nav-link-4:hover {
  color: #f7e117;
  font-weight: 500;
  transform: scale(1.1);
}

.hover {
  background-color: rgba(0, 0, 0, 0);
  padding-bottom: 30px;
}

.hover:hover {
  color: #f7e117;
}

.image-11, .image-12 {
  background-image: linear-gradient(#000, #000);
  border-radius: 8px;
}

.image-13, .image-14, .image-15 {
  background-color: #000;
  border-radius: 8px;
}

.text-span, .text-span-2 {
  font-weight: 500;
}

.column-5 {
  min-height: 400px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: right;
  background-color: #000;
  background-image: url('../images/cliente.png');
  background-position: 50%;
  background-size: cover;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.column-6 {
  padding-top: 50px;
  padding-left: 66px;
}

.quemsomos {
  padding-top: 60px;
  padding-bottom: 60px;
}

.image-17 {
  max-width: none;
}

.container-8 {
  padding-right: 145px;
}

.section-6 {
  background-color: #242424;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/PATTERN-4.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  padding-top: 120px;
  padding-bottom: 60px;
}

.heading-7 {
  color: #f7e117;
  font-weight: 300;
}

.paragraph-3 {
  color: #fff;
}

.list-item-2 {
  float: left;
  clear: none;
  text-transform: uppercase;
  padding-bottom: 18px;
  list-style-type: square;
}

.button-2 {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 4px solid #000;
  margin-top: 20px;
  padding: 20px 30px;
  font-size: 18px;
  font-weight: 500;
}

.button-2:hover {
  color: #f7e117;
  background-color: #000;
}

.button-2.button-email {
  margin-left: 0;
}

.columns {
  padding-top: 60px;
  padding-bottom: 60px;
}

.image-18 {
  text-align: center;
}

.image-19 {
  text-align: center;
  padding-bottom: 36px;
  padding-left: 9px;
}

.container-9 {
  text-align: center;
}

.list-item-3, .list-item-4 {
  color: #000;
}

.html-embed {
  padding-bottom: 0;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.columns-2 {
  background-color: #000;
}

.column-8 {
  text-align: left;
}

.text-span-3 {
  font-weight: 300;
}

.text-block-4 {
  color: #fff;
  text-align: center;
  padding-bottom: 60px;
  font-size: 26px;
}

.uui-text-style-link-02 {
  color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.uui-space-small {
  width: 100%;
  min-height: 1.5rem;
  justify-content: center;
  align-items: center;
  padding-top: 33px;
  display: flex;
}

.uui-text-size-medium {
  color: #242424;
  letter-spacing: normal;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

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

.uui-heading-xxsmall {
  color: #101828;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.5;
}

.uui-heading-xxsmall.text2 {
  font-size: 26px;
}

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

.uui-icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
  color: #f7e117;
}

.icon-featured-square-large {
  width: 3rem;
  height: 3rem;
  color: #fff;
  background-color: #242424;
  border-radius: .625rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.uui-contact09_item-content {
  width: 100%;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.uui-contact09_item {
  width: 100%;
  background-color: #f7e117;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 1.5rem 4rem;
  display: flex;
}

.uui-contact09_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  justify-items: start;
  margin-top: 4rem;
  display: grid;
}

.uui-text-size-large {
  color: #fff;
  letter-spacing: normal;
  font-family: Roboto, sans-serif;
  font-size: 21px;
  line-height: 1.5;
}

.uui-space-xsmall {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-medium {
  color: #fff;
  margin-top: 4.4rem;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
}

.uui-heading-medium.text1 {
  margin-top: 0;
  margin-bottom: 3rem;
}

.uui-heading-subheading {
  color: #f7e117;
  margin-bottom: .75rem;
  font-family: Roboto, sans-serif;
  font-size: 82px;
  font-weight: 500;
  line-height: 1.5;
}

.uui-max-width-large {
  width: 100%;
  max-width: none;
  text-align: center;
}

.uui-padding-vertical-xhuge {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

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

.uui-page-padding {
  background-color: #000;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/PATTERN-4.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
  padding-left: 2rem;
  padding-right: 2rem;
}

.button-3 {
  background-color: #242424;
  border-radius: 0;
  margin-bottom: 30px;
  padding: 20px 40px;
  font-size: 21px;
}

.button-3:hover, .button-3:active {
  transform: scale(1.1);
}

.button-3:focus {
  transform: none;
}

.uui-contact14_map {
  width: 100%;
  height: 100%;
}

.uui-contact14_map-wrapper {
  width: 100%;
  height: 100%;
  flex-direction: column;
}

.uui-contact14_tab-pane {
  height: 100%;
}

.uui-contact14_map-placeholder {
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.uui-button-icon {
  width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  min-width: 1.25rem;
  color: #242424;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.uui-button-link {
  grid-column-gap: .5rem;
  color: #6941c6;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-link:hover {
  color: #53389e;
}

.uui-button-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-space-small-2 {
  width: 100%;
  min-height: 1.5rem;
}

.uui-text-size-medium-2 {
  color: #475467;
  letter-spacing: normal;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.uui-heading-xxsmall-2 {
  color: #101828;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-contact14_tabs-link {
  background-color: rgba(0, 0, 0, 0);
  border-left: 4px solid #f2f4f7;
  padding: 1.5rem 0 1.5rem 2rem;
  display: block;
}

.uui-contact14_tabs-link.w--current {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  border-left-color: #242424;
}

.uui-contact14_tabs-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-contact14_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  margin-top: 4rem;
  display: grid;
}

.uui-text-size-large-2 {
  color: #475467;
  letter-spacing: normal;
  font-family: Roboto, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-heading-medium-2 {
  color: #101828;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 46px;
  font-weight: 500;
  line-height: 1.3;
}

.uui-heading-subheading-2 {
  color: #f7e117;
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
}

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

.uui-page-padding-2 {
  background-color: #fff;
  padding-left: 2rem;
  padding-right: 2rem;
}

.text-block-5 {
  color: #242424;
}

.uui-icon-1x1-xxsmall {
  width: 1.25rem;
  height: 1.25rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.uui-banner21_close-button {
  width: 2.5rem;
  height: 2.5rem;
  color: #242424;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  margin-left: .5rem;
  transition: all .3s;
  display: flex;
}

.uui-banner21_close-button:hover {
  color: #7f56d9;
  background-color: #f9f5ff;
}

.uui-button {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #7f56d9;
  border: 1px solid #7f56d9;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-button:hover {
  background-color: #6941c6;
  border-color: #6941c6;
}

.uui-button:focus {
  background-color: #7f56d9;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px #f4ebff;
}

.uui-button.is-button-small {
  grid-column-gap: .5rem;
  background-color: #242424;
  padding: .5rem 1rem;
}

.uui-button-secondary-gray {
  grid-column-gap: .5rem;
  color: #344054;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-button-secondary-gray:hover {
  color: #1d2939;
  background-color: #f9fafb;
}

.uui-button-secondary-gray:focus {
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px #f2f4f7;
}

.uui-button-secondary-gray.is-button-small {
  grid-column-gap: .5rem;
  padding: .5rem 1rem;
  font-size: 1rem;
}

.uui-button-row-2 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-text-style-link {
  color: #475467;
  text-decoration: underline;
  transition: color .3s;
}

.uui-text-style-link:hover {
  color: #344054;
}

.uui-text-style-link.uui-text-color-primary600, .uui-text-color-primary600 {
  color: #7f56d9;
}

.uui-banner21_supporting-text {
  color: #7f56d9;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-banner21_text {
  color: #242424;
  margin-right: .375rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-banner21_text-wrapper {
  grid-row-gap: .125rem;
  flex-wrap: wrap;
  display: flex;
}

.uui-icon-1x1-xsmall-2 {
  width: 1.5rem;
  height: 1.5rem;
  color: #242424;
}

.icon-featured-outline-medium {
  width: 3rem;
  height: 3rem;
  color: #7f56d9;
  background-color: #f4ebff;
  border: .375rem solid #f9f5ff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.uui-banner21_icon-wrapper {
  width: 3rem;
  height: 3rem;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}

.uui-banner21_content {
  flex: 1;
  align-items: center;
  margin-right: 2rem;
  display: flex;
}

.uui-banner21_wrapper {
  justify-content: flex-start;
  align-items: center;
  padding-top: .75rem;
  padding-bottom: .75rem;
  display: flex;
}

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

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

.uui-banner21_component {
  background-color: #fcfaff;
  border-bottom: 1px solid #d6bbfb;
  justify-content: center;
  align-items: center;
  position: relative;
}

.text-block-6 {
  color: #242424;
}

.text-span-4 {
  font-weight: 500;
}

.text-span-5 {
  color: #f7e117;
}

.uui-button-2 {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #f7e117;
  border: 1px solid #7f56d9;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-button-2:hover {
  background-color: #f7e117;
  border-color: #6941c6;
}

.uui-button-2:focus {
  background-color: #7f56d9;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px #f4ebff;
}

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

.uui-blogsection09_button-row.show-tablet, .show-tablet {
  display: none;
}

.uui-text-size-small {
  color: #475467;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-text-divider {
  color: #475467;
  margin-left: .25rem;
  margin-right: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-text-divider.text-size-small {
  color: #475467;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
}

.uui-blogsection09_date-wrapper {
  display: flex;
}

.uui-blogsection09_author-heading {
  color: #101828;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  font-weight: 600;
}

.uui-blogsection09_author-image {
  width: 2.5rem;
  height: 2.5rem;
  min-height: 2.5rem;
  min-width: 2.5rem;
  object-fit: cover;
  border-radius: 100%;
}

.uui-blogsection09_author-image-wrapper {
  margin-right: .75rem;
}

.uui-blogsection09_author-wrapper {
  align-items: center;
  margin-top: 1rem;
  display: flex;
}

.uui-text-size-medium-3 {
  color: #475467;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-text-size-medium-3.text-style-2lines {
  color: #fff;
  font-family: Roboto, sans-serif;
}

.uui-heading-xxsmall-3 {
  color: #f7e117;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-blogsection09_title-link {
  margin-bottom: .5rem;
  text-decoration: none;
  display: block;
}

.uui-blogsection09_category-link {
  color: #6941c6;
  margin-bottom: .5rem;
  margin-right: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  transition: opacity .3s;
}

.uui-blogsection09_category-link:hover {
  color: #53389e;
}

.uui-blogsection09_category-link.w--current {
  border-bottom: 2px solid #000;
}

.uui-blogsection09_item-content {
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.uui-blogsection09_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.uui-blogsection09_image-wrapper {
  width: 100%;
  padding-top: 75%;
  position: relative;
  overflow: hidden;
}

.uui-blogsection09_image-link {
  width: 100%;
  transition: all .3s;
}

.uui-blogsection09_image-link:hover {
  box-shadow: 0 24px 48px -12px rgba(16, 24, 40, .18);
}

.uui-blogsection09_item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.uui-blogsection09_list {
  grid-column-gap: 0rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
}

.uui-button-row-3 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  overflow: visible;
}

.uui-text-size-large-3 {
  color: #fff;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-space-xsmall-2 {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-medium-3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-heading-subheading-3 {
  color: #f7e117;
  margin-bottom: .75rem;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-blogsection09_layout {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.uui-padding-vertical-xhuge-2 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-padding-vertical-xhuge-2.section-video {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
}

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

.uui-page-padding-4 {
  background-image: linear-gradient(#fff, #fff);
  padding-left: 2rem;
  padding-right: 2rem;
}

.text-span-6 {
  color: #f7e117;
}

.bold-text {
  line-height: 1.1;
}

.text-span-7 {
  color: #f7e117;
}

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

.uui-heading-xxsmall-4 {
  color: #101828;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-layout32_timeline-right {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.uui-icon-1x1-xsmall-3 {
  width: 1.5rem;
  height: 1.5rem;
  background-image: url('../images/Prancheta-292x.png');
  background-position: 0 0;
  background-size: auto;
}

.uui-icon-featured-outline-large {
  width: 3.5rem;
  height: 3.5rem;
  color: #7f56d9;
  background-color: #f4ebff;
  border: .5rem solid #f9f5ff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.uui-layout32_timeline-icon-wrapper {
  z-index: 1;
  background-color: #fff;
  margin-top: -1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
}

.uui-layout32_timeline-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
  position: relative;
}

.uui-layout32_timeline-step {
  grid-column-gap: 2.5rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
}

.uui-layout32_progress-bar {
  width: 2px;
  height: 100%;
  background-color: #7f56d9;
}

.uui-layout32_progress-bar-wrapper {
  width: 2px;
  height: 75%;
  background-color: #eaecf0;
  position: absolute;
  top: 10%;
  left: 1.75rem;
  right: auto;
}

.uui-layout32_timeline-wrapper {
  position: relative;
}

.uui-button-secondary-gray-2 {
  grid-column-gap: .5rem;
  color: #344054;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-button-secondary-gray-2:hover {
  color: #1d2939;
  background-color: #f9fafb;
}

.uui-button-secondary-gray-2:focus {
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px #f2f4f7;
}

.uui-button-row-4 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-space-medium {
  width: 100%;
  min-height: 2rem;
}

.uui-heading-medium-4 {
  color: #101828;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Roboto, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.3;
}

.uui-heading-subheading-4 {
  color: #000;
  letter-spacing: 3.5px;
  margin-bottom: .75rem;
  font-family: Roboto, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.5;
}

.uui-layout32_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.uui-section_layout32 {
  background-image: linear-gradient(#ededed, #ededed);
}

.uui-layout09_lightbox-image {
  max-width: 90%;
  object-fit: cover;
  border: .25rem #101828;
  border-radius: 0;
}

.uui-lightbox_play-icon {
  z-index: 2;
  width: 8rem;
  height: 8rem;
  -webkit-backdrop-filter: saturate(150%) blur(12px);
  backdrop-filter: saturate(150%) blur(12px);
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-radius: 100%;
  position: absolute;
}

.lightbox_video-overlay-layer {
  z-index: 1;
  width: 90%;
  height: 90%;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.uui-layout09_lightbox {
  width: 100%;
  justify-content: center;
  align-items: center;
  position: relative;
}

.uui-text-size-large-4 {
  color: #000;
  letter-spacing: normal;
  font-family: Roboto, sans-serif;
  font-size: 21px;
  font-weight: 300;
  line-height: 1.5;
}

.uui-layout09_item-icon-wrapper {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/Prancheta-292x.png');
  background-position: 50%;
  background-size: cover;
  align-self: flex-start;
  margin-right: .75rem;
}

.uui-layout09_item {
  display: flex;
}

.uui-layout09_item-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2rem;
  margin-bottom: 2.5rem;
  display: grid;
}

.uui-layout09_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.text-block-7 {
  color: #000;
}

.text-span-8 {
  color: #000;
  background-image: url('../images/icon-qualidade.png');
  background-position: 50%;
  background-size: cover;
  font-weight: 500;
}

.text-span-9, .text-span-10 {
  color: #000;
  background-color: #f7e117;
  font-weight: 500;
}

.uui-text-size-medium-4 {
  color: #ededed;
  letter-spacing: normal;
  font-family: Roboto, sans-serif;
  font-size: 21px;
  line-height: 1.5;
}

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

.uui-heading-xxsmall-5 {
  color: #f7e117;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
}

.uui-layout32_timeline-right-2 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.uui-icon-1x1-xsmall-4 {
  width: 1.5rem;
  height: 1.5rem;
}

.uui-icon-featured-outline-large-2 {
  width: 3.5rem;
  height: 3.5rem;
  color: #000;
  background-color: #f7e117;
  border: .5rem #f9f5ff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.uui-layout32_timeline-icon-wrapper-2 {
  z-index: 1;
  background-color: rgba(0, 0, 0, 0);
  margin-top: -1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
}

.uui-layout32_timeline-left-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
  position: relative;
}

.uui-layout32_timeline-step-2 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
}

.uui-layout32_progress-bar-2 {
  width: 2px;
  height: 100%;
  background-color: #f7e117;
  padding-right: 0;
}

.uui-layout32_progress-bar-wrapper-2 {
  width: 2px;
  height: 75%;
  background-color: #eaecf0;
  position: absolute;
  top: 10%;
  left: 1.75rem;
  right: auto;
}

.uui-layout32_timeline-wrapper-2 {
  position: relative;
}

.uui-button-3 {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #7f56d9;
  border: 1px solid #7f56d9;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-button-3:hover {
  background-color: #6941c6;
  border-color: #6941c6;
}

.uui-button-3:focus {
  background-color: #7f56d9;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px #f4ebff;
}

.uui-button-secondary-gray-3 {
  grid-column-gap: .5rem;
  color: #344054;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-button-secondary-gray-3:hover {
  color: #1d2939;
  background-color: #f9fafb;
}

.uui-button-secondary-gray-3:focus {
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px #f2f4f7;
}

.uui-button-row-5 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-button-row-5.button-row-center {
  justify-content: center;
}

.uui-space-medium-2 {
  width: 100%;
  min-height: 2rem;
}

.uui-heading-medium-5 {
  color: #101828;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.3;
}

.uui-heading-subheading-5 {
  color: #272832;
  margin-bottom: .75rem;
  font-family: Roboto, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.5;
}

.uui-layout32_component-2 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.uui-padding-vertical-xhuge-3 {
  margin-right: auto;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

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

.uui-page-padding-5 {
  background-color: #242424;
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-page-padding-5.section-pvc {
  background-color: #fff;
}

.uui-section_layout32-2 {
  padding-top: 0;
}

.uui-layout06_image {
  width: 100%;
  border: .25rem solid #101828;
  border-radius: .5rem;
}

.uui-layout06_image.shadow-xlarge {
  width: auto;
  max-width: 100%;
}

.uui-layout06_image-wrapper {
  width: auto;
  height: 100%;
  min-height: auto;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding: 3rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.uui-layout06_logo {
  height: 2rem;
}

.uui-layout06_logo-row {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 2.5rem;
  display: flex;
}

.uui-text-size-medium-5 {
  color: #fff;
  text-align: left;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

.uui-space-large {
  width: 100%;
  min-height: 3rem;
}

.uui-text-size-large-5 {
  color: #fff;
  letter-spacing: normal;
  font-family: Roboto, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.5;
}

.uui-space-xsmall-3 {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-medium-6 {
  color: #ededed;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.3;
}

.uui-heading-subheading-6 {
  color: #ededed;
  text-align: left;
  letter-spacing: 3.5px;
  margin-bottom: .75rem;
  font-family: Roboto, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.5;
}

.uui-heading-subheading-6.title-black {
  color: #101828;
  text-align: center;
}

.uui-layout06_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.5fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

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

.uui-button-icon-2 {
  width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  min-width: 1.25rem;
  color: #f7e117;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.uui-button-link-2 {
  grid-column-gap: .5rem;
  color: #6941c6;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-link-2:hover {
  color: #53389e;
}

.uui-space-small-3 {
  width: 100%;
  min-height: 1.5rem;
}

.uui-heading-xxsmall-6 {
  color: #f7e117;
  text-align: left;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-layout70_image {
  width: 100%;
}

.uui-layout70_image-wrapper {
  width: 100%;
  background-color: #f9fafb;
  margin-bottom: 2rem;
  position: relative;
}

.uui-layout70_item {
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.uui-layout70_component {
  grid-column-gap: 2rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: center;
  display: grid;
}

.uui-padding-vertical-xhuge-4 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.features-table-2 {
  border-bottom: 1px #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-10 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-3 {
  text-align: center;
  margin-bottom: 16px;
  font-size: 48px;
  font-weight: 500;
}

.centered-subheading-3 {
  max-width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  font-size: 21px;
  line-height: 28px;
}

.comparison-table-2 {
  flex-direction: column;
  margin-top: 50px;
  display: flex;
}

.comparison-row-main-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-title-2 {
  margin-bottom: 0;
  margin-left: 24px;
}

.comparison-row-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 21px;
  display: grid;
}

.comparison-negative-2 {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
}

.comparison-positive-2 {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
}

.image-20 {
  width: 100%;
}

.uui-text-style-link-02-2 {
  color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.uui-space-small-4 {
  width: 100%;
  min-height: 1.5rem;
}

.uui-text-size-medium-6 {
  color: #475467;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

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

.uui-heading-xxsmall-7 {
  color: #101828;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

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

.uui-icon-1x1-xsmall-5 {
  width: 1.5rem;
  height: 1.5rem;
  color: #f7e117;
}

.icon-featured-square-large-2 {
  width: 3rem;
  height: 3rem;
  color: #fff;
  background-color: #101828;
  border-radius: .625rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.uui-contact09_item-content-2 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.uui-contact09_item-2 {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
  display: flex;
}

.uui-contact09_component-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  justify-items: start;
  margin-top: 4rem;
  display: grid;
}

.uui-text-size-large-6 {
  color: #000;
  letter-spacing: normal;
  font-family: Roboto, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.5;
}

.uui-space-xsmall-4 {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-medium-7 {
  color: #101828;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-heading-subheading-7 {
  color: #7f56d9;
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

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

.uui-padding-vertical-xhuge-5 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-top: 7rem;
  padding-bottom: 7rem;
  display: flex;
}

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

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

.uui-section_contact09-2 {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 60px;
}

.bold-text-2 {
  font-size: 56px;
}

.bold-text-3 {
  color: #000;
}

.image-21 {
  text-align: center;
}

.container-11 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.button-4 {
  background-color: #2a2a2a;
  border-radius: 20px;
  padding: 2% 4%;
  font-size: 36px;
  font-weight: 500;
}

.button-4:hover {
  background-color: #f7e117;
  transform: scale(1.1);
}

.bold-text-4 {
  color: #fcfaff;
  letter-spacing: 1.8px;
}

.bold-text-4:hover {
  color: #000;
}

.text-span-11 {
  color: #f7e117;
}

.image-22 {
  width: 100%;
  max-width: 80rem;
  padding-bottom: 30px;
}

.paragraph-4 {
  color: #fff;
  margin-bottom: 60px;
  font-size: 21px;
  line-height: 1.5em;
}

.text-span-12 {
  color: #f7e117;
  font-weight: 500;
}

.grid-2 {
  grid-template-rows: auto;
}

.bold-text-5 {
  font-weight: 500;
}

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

.section-7 {
  max-width: 800px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.video {
  max-width: 1200px;
}

.uui-heroheader06_image-02 {
  z-index: 1;
  width: 15.25rem;
  min-width: 25.25rem;
  background-color: rgba(0, 0, 0, 0);
  padding: 20px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.uui-heroheader06_image-01 {
  width: 48rem;
  min-width: 48rem;
  border: .25rem solid #101828;
  border-radius: .625rem;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 12%;
  right: auto;
}

.uui-heroheader06_image-01.shadow-xxlarge.hide-mobile-landscape {
  border-style: none;
}

.uui-heroheader06_image-wrapper {
  height: 100%;
  min-height: 36rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.uui-button-row-6 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-space-large-2 {
  width: 100%;
  min-height: 3rem;
}

.uui-max-width-small {
  width: 100%;
  max-width: 30rem;
}

.uui-text-size-xlarge {
  color: #475467;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

.uui-heading-xlarge {
  color: #101828;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-heroheader06_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.uui-heroheader06_component.grid-1 {
  align-content: center;
  justify-content: stretch;
}

.uui-heroheader06_component.grid-2 {
  grid-template-columns: .25fr 1fr;
  justify-items: start;
}

.uui-padding-vertical-xhuge-6 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

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

.uui-page-padding-8 {
  background-color: #ededed;
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-section_heroheader06 {
  background-color: #f9fafb;
  overflow: hidden;
}

.bold-text-6 {
  color: #f7e117;
  font-weight: 500;
}

.section-8 {
  background-color: #ededed;
  padding-top: 0;
}

.div-block-2 {
  padding-top: 140px;
  padding-bottom: 40px;
}

.container-12 {
  flex-wrap: wrap;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.text-span-13 {
  color: #f7e117;
}

.bold-text-7, .bold-text-8, .bold-text-9, .bold-text-10, .bold-text-11, .bold-text-12, .bold-text-13 {
  font-weight: 500;
}

.text-span-14 {
  color: #fff;
}

.bold-text-14 {
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .social-wrapper {
    width: 725px;
  }

  .main-heading {
    font-size: 43px;
  }

  .container-2 {
    max-width: 728px;
  }

  .heading-3 {
    text-align: center;
    padding-left: 0;
  }

  .image-4 {
    margin-top: 160px;
  }

  .container-6 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .container-7.image-6 {
    height: auto;
    background-image: none;
  }

  .footer-subscribe {
    padding-top: 100px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .hover {
    background-color: #000;
  }

  .column-5 {
    background-color: #f7e117;
    flex-direction: row;
    flex: 0 auto;
    padding-left: 0;
    display: block;
  }

  .quemsomos {
    padding-left: 30px;
    padding-right: 30px;
  }

  .menu-button-2 {
    background-color: #f7e117;
  }

  .menu-button-2.w--open {
    color: #000;
  }

  .image-16 {
    display: inline-block;
  }

  .image-17 {
    width: 100%;
    max-width: 100%;
    text-align: center;
    display: block;
    overflow: auto;
  }

  .column-7 {
    flex-direction: column;
    padding-bottom: 60px;
    display: flex;
  }

  .columns-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .uui-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-contact14_component {
    grid-column-gap: 3rem;
  }

  .uui-banner21_text-wrapper {
    flex-wrap: wrap;
  }

  .uui-banner21_icon-wrapper {
    display: none;
  }

  .uui-banner21_content {
    margin-right: 1rem;
  }

  .uui-banner21_wrapper {
    align-items: flex-start;
  }

  .uui-blogsection09_button-row {
    flex: none;
    margin-top: 3rem;
    display: none;
  }

  .uui-blogsection09_button-row.show-tablet, .show-tablet {
    display: block;
  }

  .uui-blogsection09_layout {
    min-height: auto;
    grid-column-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-layout32_timeline-step {
    grid-column-gap: 24px;
  }

  .uui-layout32_component {
    grid-column-gap: 2rem;
  }

  .uui-layout09_lightbox-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .uui-layout09_component {
    min-height: auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .uui-layout32_timeline-step-2 {
    grid-column-gap: 24px;
  }

  .uui-layout32_component-2 {
    grid-column-gap: 2rem;
  }

  .uui-padding-vertical-xhuge-3 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-layout06_image {
    width: 35rem;
    min-width: 35rem;
    left: 2rem;
  }

  .uui-layout06_image-wrapper {
    padding: 2rem;
  }

  .uui-layout06_logo-row {
    grid-column-gap: 1.5rem;
  }

  .uui-space-large {
    min-height: 2.5rem;
  }

  .uui-layout06_component {
    min-height: auto;
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .uui-padding-vertical-xhuge-4 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .container-10 {
    max-width: 728px;
  }

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

  .uui-padding-vertical-xhuge-5 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .bold-text-5 {
    line-height: 56px;
  }

  .uui-heroheader06_image-01 {
    max-width: 32rem;
  }

  .uui-space-large-2 {
    min-height: 2.5rem;
  }

  .uui-heading-xlarge {
    font-size: 3.25rem;
  }

  .uui-heroheader06_component {
    min-height: auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .uui-padding-vertical-xhuge-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

@media screen and (max-width: 767px) {
  body {
    padding-top: 51px;
  }

  h2 {
    margin-bottom: 12px;
  }

  .button.hollow {
    padding: 11px 18px;
  }

  .navbar {
    padding-left: 10px;
  }

  .logo {
    margin-top: 9px;
    font-size: 22px;
  }

  .section {
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .section.header {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .menu-button {
    padding: 10px;
  }

  .nav-menu {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .nav-link {
    padding: 13px 10px;
    font-size: 22px;
  }

  .social-wrapper {
    width: 100%;
    margin-bottom: 9px;
    padding: 12px;
  }

  .project-link {
    width: 50%;
    height: 280px;
  }

  .half-width, .quarter-width, .third-width {
    width: 100%;
  }

  .main-heading {
    font-size: 32px;
    line-height: 34px;
  }

  .button-group {
    margin-top: 26px;
  }

  .slider {
    height: 315px;
  }

  .slide {
    padding: 50px 10px 64px;
  }

  .slide.slide-1 {
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/20200204_144805-2.webp');
    background-position: 0 0, 0 0;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    padding-top: 107px;
  }

  .brand-link {
    text-align: left;
    padding-left: 0;
  }

  .form-wrapper {
    margin-top: 11px;
  }

  .padded-column {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .process-row {
    margin-bottom: 0;
  }

  .mobile-padding-wrapper {
    margin-left: 10px;
    margin-right: 10px;
  }

  .previous-column {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 20px;
  }

  .next-column {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
  }

  .features-table, .hero-heading-right, .team-slider {
    padding: 60px 15px;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-wrapper-three {
    justify-content: space-between;
    align-items: center;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .uui-space-small {
    min-height: 1.25rem;
  }

  .uui-heading-xxsmall {
    font-size: 1.125rem;
  }

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

  .uui-contact09_item {
    padding: 1.5rem;
  }

  .uui-contact09_component {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
    margin-top: 3rem;
  }

  .uui-text-size-large {
    font-size: 1rem;
  }

  .uui-space-xsmall {
    min-height: .75rem;
  }

  .uui-heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding {
    padding: 10% 1rem 15%;
  }

  .uui-contact14_map {
    height: 20rem;
  }

  .uui-button-link {
    font-size: 1rem;
  }

  .uui-button-link:hover {
    color: #6941c6;
  }

  .uui-button-row {
    align-self: stretch;
  }

  .uui-space-small-2 {
    min-height: 1.25rem;
  }

  .uui-heading-xxsmall-2 {
    font-size: 1.125rem;
  }

  .uui-contact14_tabs-link {
    padding-left: 1.5rem;
  }

  .uui-contact14_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    margin-top: 3rem;
  }

  .uui-text-size-large-2 {
    font-size: 1rem;
  }

  .uui-heading-medium-2 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

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

  .uui-banner21_close-button {
    margin-left: 0;
    position: absolute;
    top: .5rem;
    bottom: auto;
    left: auto;
    right: .5rem;
  }

  .uui-banner21_close-button:hover {
    color: #9e77ed;
    background-color: rgba(0, 0, 0, 0);
  }

  .uui-button {
    font-size: 1rem;
  }

  .uui-button:hover {
    background-color: #7f56d9;
    border-color: #7f56d9;
  }

  .uui-button-secondary-gray {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray:hover {
    color: #344054;
    background-color: #fff;
  }

  .uui-button-row-2 {
    align-self: stretch;
  }

  .uui-banner21_content {
    align-items: flex-start;
    margin-bottom: 1rem;
    margin-right: 1.75rem;
  }

  .uui-banner21_wrapper {
    flex-direction: column;
    align-items: stretch;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

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

  .uui-button-2 {
    font-size: 1rem;
  }

  .uui-button-2:hover {
    background-color: #7f56d9;
    border-color: #7f56d9;
  }

  .uui-button-wrapper-2.max-width-full-mobile-landscape {
    width: 100%;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .uui-blogsection09_button-row {
    width: 100%;
    justify-content: flex-start;
    margin-top: 2.5rem;
  }

  .uui-heading-xxsmall-3 {
    font-size: 1.125rem;
  }

  .uui-blogsection09_image-wrapper {
    height: 100%;
  }

  .uui-blogsection09_image-link:hover {
    box-shadow: none;
  }

  .uui-blogsection09_item {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .uui-blogsection09_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-button-row-3 {
    align-self: stretch;
  }

  .uui-text-size-large-3 {
    font-size: 1rem;
  }

  .uui-space-xsmall-2 {
    min-height: .75rem;
  }

  .uui-heading-medium-3 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-blogsection09_layout {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

  .uui-heading-xxsmall-4 {
    font-size: 1.125rem;
  }

  .uui-button-secondary-gray-2 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-2:hover {
    color: #344054;
    background-color: #fff;
  }

  .uui-button-row-4 {
    align-self: stretch;
  }

  .uui-button-row-4.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-space-medium {
    min-height: 1.5rem;
  }

  .uui-heading-medium-4 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-layout32_component {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .uui-lightbox_play-icon {
    width: 4rem;
    height: 4rem;
  }

  .uui-text-size-large-4 {
    font-size: 1rem;
  }

  .uui-layout09_item-list {
    margin-top: 1.5rem;
    margin-bottom: 2rem;
  }

  .uui-layout09_component {
    grid-row-gap: 3rem;
  }

  .uui-heading-xxsmall-5 {
    font-size: 1.125rem;
  }

  .uui-button-3 {
    font-size: 1rem;
  }

  .uui-button-3:hover {
    background-color: #7f56d9;
    border-color: #7f56d9;
  }

  .uui-button-wrapper-3.max-width-full-mobile-landscape {
    width: 100%;
  }

  .max-width-full-mobile-landscape-2 {
    width: 100%;
    max-width: none;
  }

  .uui-button-secondary-gray-3 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-3:hover {
    color: #344054;
    background-color: #fff;
  }

  .uui-button-row-5 {
    align-self: stretch;
  }

  .uui-button-row-5.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-space-medium-2 {
    min-height: 1.5rem;
  }

  .uui-heading-medium-5 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-layout32_component-2 {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge-3 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

  .uui-layout06_image {
    width: 100%;
    min-width: 100%;
    position: static;
  }

  .uui-layout06_image-wrapper {
    min-height: auto;
    justify-content: center;
    padding: 1.5rem 1rem;
  }

  .uui-layout06_logo-row {
    margin-bottom: 2rem;
  }

  .uui-space-large {
    min-height: 2rem;
  }

  .uui-text-size-large-5 {
    font-size: 1rem;
  }

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

  .uui-heading-medium-6 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-layout06_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

  .uui-button-link-2 {
    font-size: 1rem;
  }

  .uui-button-link-2:hover {
    color: #6941c6;
  }

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

  .uui-heading-xxsmall-6 {
    font-size: 1.125rem;
  }

  .uui-layout70_image-wrapper {
    margin-bottom: 1.5rem;
  }

  .uui-layout70_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge-4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .features-table-2 {
    padding: 60px 15px;
  }

  .uui-space-small-4 {
    min-height: 1.25rem;
  }

  .uui-heading-xxsmall-7 {
    font-size: 1.125rem;
  }

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

  .uui-contact09_item-2 {
    padding: 1.5rem;
  }

  .uui-contact09_component-2 {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
    margin-top: 3rem;
  }

  .uui-text-size-large-6 {
    font-size: 1rem;
  }

  .uui-space-xsmall-4 {
    min-height: .75rem;
  }

  .uui-heading-medium-7 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-padding-vertical-xhuge-5 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

  .button-4 {
    padding-bottom: 5%;
  }

  .bold-text-4 {
    font-size: 30px;
  }

  .uui-heroheader06_image-02 {
    width: 100%;
    max-width: 15.25rem;
    min-width: auto;
    position: static;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .uui-heroheader06_image-wrapper {
    height: 22rem;
    min-height: auto;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .uui-button-row-6 {
    align-self: stretch;
  }

  .uui-space-large-2 {
    min-height: 2rem;
  }

  .uui-text-size-xlarge {
    font-size: 1.125rem;
  }

  .uui-space-small-5 {
    min-height: 1.25rem;
  }

  .uui-heading-xlarge {
    font-size: 2.25rem;
  }

  .uui-padding-vertical-xhuge-6 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

@media screen and (max-width: 479px) {
  .navbar {
    padding-top: 8px;
  }

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

  .footer-logo {
    text-align: center;
    margin-bottom: 8px;
  }

  .footer-social-link {
    margin-left: 7px;
    margin-right: 7px;
  }

  .social-footer-wrap {
    text-align: center;
  }

  .slide.slide-1 {
    max-height: 100%;
    margin-bottom: auto;
    padding-bottom: 0;
  }

  .slide.slide-5 {
    padding-top: 65px;
  }

  .slider-nav {
    padding-top: 0;
  }

  .previous-column {
    text-align: left;
    border-bottom: 1px solid #ededed;
    border-right-width: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .next-column {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-2 {
    text-align: center;
    font-size: 32px;
  }

  .column.container {
    padding-left: 0;
  }

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

  .container-2 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .comparison-row-main {
    grid-column-gap: 20px;
  }

  .comparison-title {
    margin-left: 10px;
  }

  .comparison-row {
    grid-column-gap: 20px;
  }

  .comparison-negative {
    background-position: 0 5px;
    background-size: 14px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .comparison-positive {
    background-position: 0 4px;
    background-size: 16px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .section-3 {
    background-image: url('../images/FOTO-1.png');
    background-size: cover;
    background-attachment: scroll;
  }

  .heading-3 {
    font-size: 32px;
  }

  .text-block-3 {
    padding-top: 0;
  }

  .column-3 {
    text-align: center;
    padding-bottom: 18px;
  }

  .coluna-1 {
    padding-top: 18px;
  }

  .coluna-1.space1 {
    text-align: left;
    margin-top: 60px;
  }

  .mask {
    padding-bottom: 0;
  }

  .image-4 {
    text-align: center;
    margin-top: 30px;
  }

  .column-4 {
    text-align: center;
  }

  .container-3 {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-4 {
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-5 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .grid {
    grid-template-columns: 1fr;
    align-content: stretch;
    align-items: stretch;
    justify-items: stretch;
  }

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

  .container-6 {
    max-width: none;
    text-align: center;
  }

  .button-primary.footer-form-button {
    position: relative;
    right: 0;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
    padding-left: 0;
    padding-right: 0;
    font-size: 32px;
  }

  .centered-heading-2.heading {
    font-size: 32px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .team-member-image-two {
    float: none;
    clear: none;
    display: inline-block;
  }

  .container-7 {
    height: 152px;
    min-height: 152px;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    display: block;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .footer-wrapper-three {
    text-align: center;
    justify-content: space-between;
    align-items: center;
  }

  .footer-block-three {
    align-items: center;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .column-5 {
    min-height: auto;
  }

  .column-6 {
    padding-bottom: 100px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-8 {
    padding-right: 0;
  }

  .list-item-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .button-2.button-email {
    display: inline-block;
  }

  .columns {
    padding-top: 0;
  }

  .list-item-3, .list-item-4 {
    color: #000;
  }

  .uui-heading-medium {
    font-size: 16px;
  }

  .uui-heading-subheading {
    font-size: 36px;
  }

  .uui-contact14_component {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .uui-blogsection09_image-wrapper {
    padding-top: 66%;
  }

  .uui-blogsection09_item {
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .uui-button-row-3 {
    justify-content: center;
    overflow: visible;
  }

  .uui-page-padding-4 {
    padding-bottom: 0;
  }

  .uui-heading-medium-4 {
    text-align: center;
    font-size: 2.5rem;
  }

  .uui-heading-subheading-4, .uui-layout09_lightbox, .uui-text-size-large-4 {
    text-align: center;
  }

  .uui-layout09_item-list {
    text-align: center;
    justify-items: center;
  }

  .uui-section_layout09 {
    padding-bottom: 175px;
  }

  .uui-heading-medium-5 {
    text-align: center;
    font-size: 2.5rem;
  }

  .uui-heading-subheading-5.text-shite {
    color: #fff;
    text-align: center;
  }

  .uui-padding-vertical-xhuge-3 {
    margin-right: auto;
  }

  .uui-layout06_image.shadow-xlarge {
    width: 200%;
    min-width: 190%;
  }

  .uui-layout06_logo {
    height: 1.5rem;
  }

  .uui-text-size-large-5 {
    text-align: center;
  }

  .uui-heading-medium-6 {
    text-align: center;
    font-size: 2.5rem;
  }

  .uui-heading-subheading-6 {
    text-align: center;
  }

  .container-10 {
    max-width: none;
  }

  .centered-heading-3 {
    margin-bottom: 24px;
    line-height: 3.4rem;
  }

  .centered-subheading-3 {
    padding-top: 0;
  }

  .comparison-row-main-2 {
    grid-column-gap: 20px;
  }

  .comparison-title-2 {
    margin-left: 10px;
  }

  .comparison-row-2 {
    grid-column-gap: 20px;
    text-align: left;
    flex-direction: column;
    align-content: center;
    justify-content: space-between;
    align-items: flex-start;
    justify-items: center;
    display: flex;
  }

  .comparison-negative-2 {
    background-position: 0 5px;
    background-size: 14px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .comparison-positive-2 {
    background-position: 0 4px;
    background-size: 16px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 10%;
    margin-left: 10px;
    padding-left: 40px;
    line-height: 24px;
    display: block;
  }

  .button-4 {
    padding: 4% 6% 6%;
  }

  .bold-text-4 {
    font-size: 21px;
  }

  .grid-3 {
    flex-direction: column;
    display: flex;
  }

  .uui-heroheader06_image-wrapper {
    height: 16rem;
  }

  .uui-heroheader06_component {
    grid-template-columns: 1fr;
  }

  .uui-heroheader06_component.grid-2 {
    flex-direction: column;
    justify-items: center;
    display: flex;
  }

  .section-9 {
    padding-bottom: 0;
  }
}

#w-node-f1bde68f-8c0b-bda7-6847-21b6182447b1-6cb52357, #w-node-f1bde68f-8c0b-bda7-6847-21b6182447b7-6cb52357, #w-node-_30b45750-adfe-be45-5fc5-7bda89e4d0af-6cb52357, #w-node-f1bde68f-8c0b-bda7-6847-21b6182447bd-6cb52357 {
  align-self: start;
}

#w-node-c2ac3ffd-c38d-fcf9-dbcc-0a53589aabf0-6cb52357 {
  align-self: center;
}

#w-node-_34254d18-d51e-1ae7-5b46-f4f17a8fc255-6cb52357 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34136126-3c41-9d8b-72a0-fc25e2f4d4e8-6cb52357 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6e952326-a2d6-ce87-ee54-2c702dad0b41-6cb52357, #w-node-c7a3c52e-07f9-13b5-cbd1-6a6143de9bf4-6cb52357, #w-node-c730d307-9137-259e-ca98-fc349eff0104-6cb52357, #w-node-c7a3c52e-07f9-13b5-cbd1-6a6143de9bf9-6cb52357, #w-node-_1e80ced8-4ede-9a0c-36fd-3aa5f471d585-6cb52357, #w-node-c7a3c52e-07f9-13b5-cbd1-6a6143de9bfe-6cb52357, #w-node-c36507ae-e201-fcd4-0b3d-47fda101f889-6cb52357, #w-node-c7a3c52e-07f9-13b5-cbd1-6a6143de9c03-6cb52357, #w-node-d81958b0-b9f4-6e12-4a09-f9a5d8140abf-6cb52357, #w-node-c7a3c52e-07f9-13b5-cbd1-6a6143de9c08-6cb52357, #w-node-_8bc5c70f-432c-95d7-7291-1fa9dee4db1a-6cb52357, #w-node-_329b2b6b-993a-69ba-2a6e-3d96036f757f-6cb52357, #w-node-b9ad3102-1faf-73aa-d951-1b5f9463d03b-6cb52357, #w-node-ee11e127-15af-3f4a-2b8b-133ba36e6178-6cb52357, #w-node-_27a9dad1-bf6a-2917-0bfc-6a328a14e91f-6cb52357, #w-node-_7e615751-4d48-af00-6b58-b30cb94a75d2-6cb52357, #w-node-_1c7a08bc-705f-2ddb-ec3a-f2924466ddd5-6cb52357 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c53baa44-2531-55f0-85c5-60c866ed633c-6cb52357 {
  grid-area: 1 / 1 / 2 / 2;
}

@media screen and (max-width: 479px) {
  #w-node-c7a3c52e-07f9-13b5-cbd1-6a6143de9bf4-6cb52357 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


