.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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

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

h1 {
  color: #fff;
  letter-spacing: 3px;
  background-image: none;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: AirbnbCereal, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
  transform: none;
}

h2 {
  color: #fff;
  letter-spacing: 2px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Bebas Neue, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  color: #fff;
  letter-spacing: 2px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: AirbnbCereal, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  color: #fff;
  letter-spacing: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Bebas Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  color: #fff;
  letter-spacing: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Bebas Neue, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  color: #fff;
  letter-spacing: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Bebas Neue, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: #fff;
  margin-bottom: 10px;
  font-family: AirbnbCereal, sans-serif;
  font-weight: 400;
}

a {
  text-decoration: underline;
}

ul, ol {
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

.hero-section {
  z-index: 1;
  height: 100vh;
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.hero-slider {
  z-index: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0);
}

.hero-slide {
  width: 100vw;
  height: 100vh;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.background-first-slide {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, .22), rgba(0, 0, 0, .22)), url('../images/Banner-principal-1.png');
  background-position: 0 0, 100%;
  background-size: auto, cover;
  align-items: center;
  display: flex;
}

.left-arrow, .right-arrow {
  display: none;
}

.background-second-slide {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, .24), rgba(0, 0, 0, .24)), url('../images/Banner-principal-2.png');
  background-position: 0 0, 100%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  align-items: center;
  display: flex;
}

.background-third-slide {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, .24), rgba(0, 0, 0, .24)), url('../images/Banner-principal-3.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  align-items: center;
  display: flex;
}

.container-heading-slider {
  width: 100%;
  height: 100%;
  align-items: center;
  padding-left: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.whapper-heading-slide {
  z-index: 980;
  flex-direction: column;
  align-items: flex-start;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 35px;
  padding-left: 15%;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 0%;
  right: auto;
}

.heading {
  color: #fff;
  letter-spacing: 5px;
  text-transform: none;
  margin-top: 3px;
  font-family: Montserrat, sans-serif;
  font-size: 90px;
  font-weight: 900;
  line-height: 1;
}

.heading.second {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
  line-height: 1.3;
}

.heading.smaller {
  font-size: 8vw;
}

.sub-heading {
  color: rgba(255, 255, 255, .84);
  letter-spacing: 6px;
  text-transform: uppercase;
  margin-left: 4px;
  font-family: Montserrat, sans-serif;
  font-size: 2vw;
  font-weight: 400;
  line-height: 3vw;
}

.overflow {
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.overflow._2 {
  align-items: center;
  display: flex;
}

.overflow._2.tem {
  justify-content: flex-end;
}

.bakground {
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.vertical-nav {
  width: 100px;
  height: 100vh;
  background-color: rgba(0, 0, 0, .2);
  border-left: 1px solid rgba(255, 255, 255, .1);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 0;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: visible;
}

.nav-link {
  color: #aaa;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-left: auto;
  padding-right: 0;
  font-family: AirbnbCereal, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 40px;
}

.nav-link.w--current {
  color: #7b24d4;
}

.brand {
  display: none;
}

.menu-line {
  width: 32px;
  height: 1px;
  background-color: #fff;
}

.menu-line.second {
  width: 22px;
  margin-top: 12px;
}

.menu-button {
  width: 100%;
  height: 100px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-bottom: auto;
  padding-left: 0;
  padding-right: 0;
  transition: none;
  display: flex;
}

.menu-button:hover {
  background-color: rgba(255, 255, 255, .11);
}

.menu-button.w--open {
  z-index: 9;
  background-color: rgba(0, 0, 0, 0);
}

.wrapper-burger-menu {
  width: 32px;
  height: 100%;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  margin: auto;
  display: flex;
}

.scroll-wrapper {
  z-index: 9;
  width: 100%;
  height: 190px;
  border-top: 1px solid rgba(255, 255, 255, .1);
  justify-content: center;
  align-items: center;
  margin-top: auto;
  text-decoration: none;
  transition: none;
  display: flex;
  position: relative;
}

.scroll-wrapper:hover {
  -webkit-text-fill-color: inherit;
  background-color: rgba(255, 255, 255, .11);
  background-clip: border-box;
}

.scroll-text {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  position: absolute;
  transform: rotate(90deg);
}

.nav-menu {
  z-index: 0;
  width: 100vw;
  height: 100vw;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.wrapper-big-menu {
  width: 100vw;
  height: 100vh;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.container-menu-text {
  width: 60%;
  flex-direction: column;
  align-items: flex-start;
  margin-top: auto;
  display: flex;
}

.menu-link {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.menu-link.blog {
  display: none;
}

.link-line {
  width: 100px;
  height: 1px;
  background-color: #fff;
  margin-left: 0;
  margin-right: 20px;
}

.nav-text {
  letter-spacing: 5px;
  margin-left: auto;
  margin-right: 20px;
  font-family: BenchNine, sans-serif;
  font-size: 25px;
  transform: translate(0, -5px)rotate(-90deg);
}

.move-background {
  z-index: 90;
  width: 250vw;
  color: #d80e0e;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bg-black {
  z-index: 0;
  width: 250vw;
  color: #d80e0e;
  background-color: #000;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.social-wrapper {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.social-link {
  width: 100%;
  height: 100px;
  justify-content: center;
  align-items: center;
  transition: background-color .4s ease-in-out;
  display: flex;
}

.social-link:hover {
  background-color: rgba(255, 255, 255, .11);
}

.slide-nav {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  display: block;
}

.grid-line {
  z-index: 1;
  height: 100vh;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: rgba(0, 0, 0, 0);
  grid-template-rows: auto;
  grid-template-columns: 1fr .6fr .9fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.line {
  width: 1px;
  height: 100%;
  background-color: #8d8d8d;
  margin-left: auto;
}

.about-section {
  z-index: 1;
  height: auto;
  padding-top: 140px;
  position: relative;
}

.grid-about {
  height: auto;
  grid-column-gap: 0px;
  grid-row-gap: 73px;
  grid-template: ". Area-portfolio Area-portfolio"
                 ". Area-Portfolio-2 Area-Portfolio-2"
                 ". Area-Porfolio-3 Area-Porfolio-3"
                 / 1fr .6fr .9fr 1fr;
}

.wrapper-size-about {
  transition: filter .2s ease-in-out;
  position: relative;
  overflow: visible;
}

.wrapper-size-about:hover {
  filter: grayscale();
}

.image-about {
  width: 100%;
}

.wrapper-heading {
  z-index: 4;
  margin-top: 60px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.portfolio-heading {
  color: #fff;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 0;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14vw;
  font-weight: 800;
  line-height: 1.2;
}

.portfolio-heading._2 {
  text-transform: none;
  font-size: 8vw;
  line-height: 1.3;
}

.container-about-heading {
  margin-left: 0;
  display: flex;
}

.container-about-heading.margin {
  margin-top: 50px;
}

.filter {
  opacity: 0;
  background-color: rgba(0, 0, 0, 0);
  transition: opacity .4s ease-in-out;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.filter:hover {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
}

.filter.second, .filter.third {
  background-color: rgba(0, 0, 0, 0);
}

.submit-button {
  color: #fff;
  background-color: #1f139b;
  margin-top: 20px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  transition: background-color .4s;
}

.submit-button:hover {
  color: #fff;
  background-color: #7b24d4;
}

.about-paragraph {
  text-align: center;
  background-color: rgba(0, 0, 0, .8);
  background-image: none;
  margin-bottom: 0;
  padding: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 300;
  line-height: 1.25em;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.portfolio-grid {
  z-index: 99;
  height: 100vh;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: "Area-2 Area-4 Area-4 Area-3" 1fr
                 "Area-2 Area-4 Area-4 Area-3" 1fr
                 "Area-2 . . ." 1fr
                 ". Area Area Area-5" 3fr
                 / 1fr .6fr .9fr 1fr;
  position: relative;
}

.wrapper-images-portfolio {
  height: 85%;
  background-image: none;
  background-size: auto;
  position: relative;
  overflow: hidden;
}

.wrapper-images-portfolio.second {
  width: 85%;
  height: 100%;
  background-image: none;
  background-position: 0 0;
  margin-top: 0;
}

.wrapper-images-portfolio.third {
  width: 300px;
  height: 300px;
  background-image: none;
  background-position: 0 0;
  margin-top: 0;
}

.first-background-image {
  width: 100%;
  height: 100%;
  max-height: 350px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.first-background-image.second {
  background-image: url('../images/Portifólio_1_Mafer.png');
  background-position: 50%;
  background-size: cover;
  display: block;
}

.first-background-image.third {
  background-image: url('../images/dra-maria-fernanda-med-funcional-2.svg'), linear-gradient(#ebf4e1, #ebf4e1);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  display: block;
}

.second-background-image {
  width: 100%;
  height: 100%;
  max-height: 350px;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.second-background-image.second {
  background-image: url('../images/Portifólio_1_Erva-de-gato.png');
  background-position: 50%;
  background-size: cover;
}

.second-background-image.third {
  background-image: url('../images/letra-branca-fundo-verde-midias.png');
  background-position: 50%;
  background-size: cover;
}

.third-background-image {
  width: 100%;
  height: 100%;
  max-height: 350px;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.third-background-image.second {
  background-image: url('../images/Portifólio_1_fundimax.png');
  background-position: 50%;
  background-size: cover;
}

.third-background-image.third {
  background-image: url('../images/f1.png'), linear-gradient(#fff, #fff);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 85%, auto;
}

.wrapper-menu-portfolio {
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
  position: relative;
  bottom: -145px;
}

.portfolio-link {
  width: auto;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
  padding-left: 70px;
  display: flex;
  position: relative;
}

.order-number {
  color: #7c7c7c;
  font-family: BenchNine, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 1;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 0%;
  right: auto;
}

.client-heading {
  z-index: 1;
  text-transform: none;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Montserrat, sans-serif;
  font-size: 3.5vw;
  font-weight: 400;
  line-height: 1;
  position: static;
}

.relative-wrap {
  position: relative;
}

.line-absolute {
  height: 5px;
  color: #fff;
  background-color: #fff;
  margin-top: 5px;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.mobile-section-portfolio {
  display: none;
}

.grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .6fr .9fr 1fr;
}

.manzion {
  width: auto;
  cursor: default;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 20px;
  padding-left: 70px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.text-work {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 200;
}

.wrapper-work {
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 10px;
  padding-bottom: 0;
  padding-right: 40px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.container-work {
  position: relative;
}

.preloader-wrapper {
  z-index: 9999;
  height: 100vh;
  background-color: #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr .6fr .9fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.size-load {
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.size-load._1 {
  background-color: #7b24d4;
}

.size-load._2 {
  background-color: #f640a5;
}

.size-load._3 {
  background-color: #ea3c9c;
}

.size-load._4 {
  background-color: #7b24d4;
}

.wrapper-content-portfolio {
  z-index: 4;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: scroll;
}

.wrapper-content-portfolio.first {
  object-fit: fill;
  object-position: 50% 50%;
  display: none;
  overflow: auto;
}

.wrapper-content-portfolio.second {
  z-index: 999;
  height: auto;
  display: none;
  overflow: auto;
}

.wrapper-content-portfolio.third, .wrapper-content-portfolio.fifth, .wrapper-content-portfolio.fourth {
  z-index: 99;
  display: none;
  overflow: auto;
}

.hero-section-progect {
  height: 100vh;
  background-image: url('../images/dra-maria-fernanda.png');
  background-position: 50% 0;
  background-repeat: repeat-x;
  background-size: contain;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  padding-bottom: 70px;
  padding-left: 0;
  display: flex;
}

.hero-section-progect.second {
  background-image: url('../images/ervadegato.png');
}

.hero-section-progect.third {
  background-image: url('../images/fundimax.png');
  display: flex;
}

.hero-section-progect.fourth {
  background-image: url('../images/fractos.png');
}

.hero-section-progect.fifth {
  background-image: url('../images/babyshare_1.png');
}

.manzion-wrapper {
  height: 100vh;
  padding-top: 100px;
  padding-left: 100px;
  padding-right: 100px;
  display: block;
}

.manzion-grid {
  width: 100%;
  border-top: 1px solid #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: 0;
  margin-right: auto;
  padding-top: 40px;
}

.content-grid-porfolio {
  grid-column-gap: 0px;
  grid-template: "Area-4 Area-3"
                 "Area ."
                 ". Area-2"
                 ". ."
                 / .87fr 1fr;
  margin-top: 100px;
}

.main-paragraph {
  margin-bottom: 20px;
  font-size: 25px;
  line-height: 1.5;
}

.main-paragraph.thin {
  color: #b9b9b9;
  text-transform: uppercase;
  margin-bottom: 60px;
  font-size: 15px;
  font-weight: 300;
}

.main-paragraph.light {
  font-weight: 300;
}

.wrapper-preloader {
  z-index: 9999;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  grid-template-rows: auto;
  grid-template-columns: 1fr .6fr .9fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.wrapper-back {
  width: 25px;
  height: 25px;
  text-transform: uppercase;
  cursor: pointer;
  flex-direction: row-reverse;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: fixed;
  top: 33px;
  bottom: auto;
  left: 34px;
  right: auto;
}

.wrapper-back.w--current {
  position: fixed;
  top: 35px;
  left: 32px;
}

.section-number {
  z-index: 2;
  height: 300vh;
  margin-top: 140px;
  position: relative;
  overflow: visible;
}

.number-awards {
  height: 100vh;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-family: AirbnbCereal, sans-serif;
  font-size: 39vw;
  font-weight: 300;
  line-height: 1;
  display: flex;
  position: static;
  top: 1px;
  overflow: visible;
}

.text-grid {
  z-index: 4;
  height: 100vh;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: rgba(0, 0, 0, 0);
  grid-template-rows: auto;
  grid-template-columns: 1fr .6fr .9fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.text-intro-number {
  text-align: center;
  margin-bottom: 0;
  margin-left: -28px;
  font-size: 23px;
  line-height: 1.2;
  position: relative;
  top: 4%;
  right: -15%;
}

.wrapper-stiky {
  z-index: 4;
  height: 100vh;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 1px;
  overflow: hidden;
}

.wrapper-text-number-section {
  z-index: 4;
  height: 100vh;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: rgba(0, 0, 0, 0);
  grid-template: ". Area Area"
                 ". . ."
                 / 1fr .6fr .9fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
  top: 0;
}

.features-text {
  text-align: center;
  margin-bottom: 60px;
  font-size: 20px;
}

.features-heading {
  text-align: center;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 10vw;
  line-height: 1;
}

.parallax-image {
  height: 100vh;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  bottom: 1px;
  overflow: hidden;
}

.image {
  width: 100%;
  height: auto;
}

.fourth-background-image {
  width: 100%;
  height: 100%;
  max-height: 350px;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fourth-background-image.second {
  background-image: url('../images/Portifólio_2_Fractos-min.png');
  background-position: 50%;
  background-size: cover;
}

.fourth-background-image.third {
  background-image: url('../images/Fractos-vertical-nome-branco.png'), linear-gradient(#1b1b1b, #1b1b1b);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 90%, auto;
}

.fifth-background-image {
  width: 100%;
  height: 100%;
  max-height: 350px;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fifth-background-image.second {
  background-image: url('../images/Portifólio_1_Baby-share.png');
  background-position: 50% 0;
  background-size: cover;
}

.fifth-background-image.third {
  background-image: url('../images/babyshare.png'), linear-gradient(#ddd, #ddd);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 90%, auto;
}

.name-heading {
  z-index: 9999;
  text-align: center;
  font-size: 6.7vw;
  line-height: 1;
  position: relative;
}

.heading-smal {
  color: #1c2327;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5vw;
  font-weight: 400;
  line-height: 10vh;
}

.heading-smal.left-slide {
  z-index: 2;
  width: 70%;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  perspective: none;
  perspective-origin: 50%;
  transform-origin: 0%;
  text-align: center;
  line-height: 8vh;
  position: absolute;
  top: auto;
  bottom: -7.5%;
  left: 8%;
  right: auto;
  transform: rotate(-90deg);
}

.heading-smal.left-slide.disable-selection {
  color: #fff;
  color: #fff;
  display: none;
  bottom: 4.5%;
  left: 0%;
}

.heading-smal.right-slide {
  z-index: 2;
  width: 70%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  perspective: none;
  perspective-origin: 50%;
  transform-origin: 100%;
  text-align: center;
  line-height: 8vh;
  position: absolute;
  top: 30%;
  bottom: auto;
  left: auto;
  right: 8%;
  transform: rotate(90deg);
}

.heading-smal.right-slide.disable-selection {
  color: #fff;
  color: #fff;
  top: 90%;
  bottom: auto;
  right: 0%;
}

.container-info-contact {
  width: 100vw;
  height: 100vh;
}

.contact-secontion {
  height: 400vh;
  background-color: rgba(0, 0, 0, 0);
  border-top: 60px rgba(36, 36, 36, .09);
  justify-content: center;
  align-items: center;
  margin-left: 0;
  display: flex;
  position: relative;
}

.contact-secontion:focus {
  box-shadow: inset 0 0 0 85px rgba(255, 0, 0, .29);
}

.contact-secontion.content-wrap {
  width: 100%;
  max-width: none;
  background-color: rgba(0, 0, 0, 0);
}

.contact-secontion.content-wrap.about {
  z-index: 9;
  height: 800vh;
  background-image: url('../images/Banner-final-2-Large-min.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  margin-left: 0;
  left: auto;
}

.container-grid {
  z-index: 2;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.container-grid._2 {
  width: 100vw;
  background-image: url('../images/Banner-final-3-Large-min.png');
  background-position: 50%;
  background-size: cover;
}

.fixed-background {
  width: 200vh;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
}

.horizontal-scrollable-section {
  width: 400vh;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.horizontal-scrollable-section.about {
  width: 500vw;
  margin-left: 0;
}

.horizontal-content {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  left: 0;
  overflow: visible;
}

.contact-bg {
  width: 100vw;
  height: 100vh;
  background-image: url('../images/Banner-final-1-Large-min.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
}

.space-contact {
  width: 100vw;
  height: 100vh;
  display: block;
}

.wrap-contact {
  width: 40%;
  height: 100%;
  background-color: #111;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.horizontal-div-wrapper {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.overflow-mask {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  overflow: hidden;
}

.info-contact {
  z-index: 1;
  width: 40%;
  height: 100%;
  background-color: #111;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.body {
  background-color: #000;
}

.grid-line-number {
  z-index: 4;
  height: 200vh;
  grid-column-gap: 0px;
  background-color: rgba(0, 0, 0, 0);
  grid-template-rows: auto;
  grid-template-columns: 1fr .6fr .9fr 1fr;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.grid-line-number.black {
  z-index: 2;
  background-color: #000;
}

.contact-grid {
  grid-template-columns: .5fr 1.5fr;
  margin-top: 20px;
}

.info-paragraph {
  color: #a8a8a8;
  text-transform: uppercase;
}

.wrap-text-contact {
  margin-left: 0;
  margin-right: 0;
}

.location-paragraph {
  color: #fff;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.contact-paragraph {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 200;
  line-height: 1.3;
}

.error {
  background-color: #f85151;
  padding: 20px;
}

.textarea-contact {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 1px solid #fff;
  margin-bottom: 30px;
}

.textarea-contact:focus {
  color: #fff;
  border-bottom-color: #7b24d4;
}

.wrapper-contact {
  width: 500px;
  max-width: 1200px;
  color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.success {
  background-color: #318570;
}

.empty-text {
  color: #fff;
  font-family: Poppins, sans-serif;
  line-height: 1.2;
}

.heading-contact {
  color: #fff;
  font-size: 65px;
  line-height: 1;
}

.form-contact {
  flex-direction: column;
  justify-content: center;
  margin-top: 80px;
  display: block;
}

.right-button {
  color: #fff;
  background-color: #1f139b;
  background-image: url('../images/next-1.svg');
  background-position: 86%;
  background-repeat: no-repeat;
  background-size: 11px;
  border-radius: 0;
  margin-right: 10px;
  padding: 20px 45px 20px 22px;
  font-family: AirbnbCereal, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: transform .3s ease-in-out, background-color .3s ease-in-out;
}

.right-button:hover {
  color: #fff;
  background-color: #7b24d4;
  transform: translate(3px);
}

.text-field-contact {
  background-color: rgba(0, 0, 0, 0);
  border: 1px #1f139b;
  border-bottom: 1px solid #fff;
  font-family: AirbnbCereal, sans-serif;
}

.text-field-contact:focus {
  color: #fff;
  border-bottom-color: #7b24d4;
}

.form-contact-us {
  width: 500px;
  max-width: 600px;
  align-self: flex-start;
  margin-top: 0;
}

.heading-on {
  text-transform: uppercase;
  text-shadow: none;
  margin-top: 10px;
  margin-bottom: 0;
  margin-right: 0;
  font-family: AirbnbCereal, sans-serif;
  font-size: 14vw;
  font-weight: 900;
  line-height: .8;
}

.heading-on._3 {
  text-shadow: 0 0 1px #000;
  -webkit-text-fill-color: transparent;
  background-color: #fff;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 8vw;
}

.heading-on._3.no {
  text-transform: none;
  text-shadow: none;
  font-family: Montserrat, sans-serif;
  font-size: 13vw;
  font-weight: 700;
}

.heading-contact-big {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0;
  margin-right: 0;
  font-family: AirbnbCereal, sans-serif;
  font-size: 14vw;
  font-weight: 900;
  line-height: .8;
}

.heading-contact-big._3 {
  color: #272727;
  text-transform: none;
  -webkit-text-fill-color: transparent;
  background-color: #272727;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Montserrat, sans-serif;
  font-size: 13vw;
  font-weight: 700;
}

.get-in-touch-grid {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: ". Area Area Area"
  / 1fr .6fr .9fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  display: grid;
}

.container-about-heading-second {
  margin-left: 0;
  display: flex;
}

.container-about-heading-second.auto {
  margin-top: 30px;
}

.grid-about-text {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: ". Area Area"
                 ". Area-2 Area-2"
                 ". Area-3 Area-3"
                 / .7fr .7fr .7fr .7fr;
  margin-top: 140px;
  margin-bottom: 0;
}

.our-services-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: "Area Area Area Area"
                 ". . Area-2 Area-2"
                 ". . Area-3 Area-3"
                 / 1fr .6fr .9fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding-top: 280px;
  padding-bottom: 100px;
  display: grid;
}

.our-services-portfolio {
  text-transform: none;
  text-shadow: none;
  margin-top: 10px;
  margin-bottom: 0;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12.5vw;
  font-weight: 900;
  line-height: 1.4;
}

.our-services-portfolio._3 {
  text-shadow: none;
  -webkit-text-fill-color: transparent;
  background-color: #fff;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  font-size: 11vw;
}

.our-services-portfolio._3._2 {
  margin-left: 40px;
}

.our-services-portfolio._3.team {
  text-shadow: none;
  background-image: url('../images/ourteam-2.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.our-services-portfolio._3 {
  text-shadow: none;
  -webkit-text-fill-color: transparent;
  background-color: #fff;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  font-size: 11vw;
}

.our-services-portfolio._3._2 {
  margin-left: 40px;
}

.our-services-portfolio._3.team {
  text-shadow: none;
  background-image: url('../images/ourteam-2.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.wrapper-text-services {
  padding-top: 60px;
  padding-right: 100px;
}

.ourt-team-text {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: ". Area Area"
                 ". . Area-2"
                 ". Area-3 Area-3"
                 / 1fr .6fr .9fr 1fr;
  margin-top: 220px;
  margin-bottom: 0;
}

.wrapper-image-portfolio.smal {
  width: 70%;
  margin-left: auto;
}

.portfolio-text {
  display: block;
}

.container-overflow-heading {
  display: flex;
}

.wrapper-move-text {
  margin-bottom: 140px;
  padding-bottom: 0;
}

.container-move-text {
  display: flex;
}

.container-move-text.second {
  justify-content: flex-end;
}

.heading-move {
  color: #272727;
  text-transform: none;
  white-space: nowrap;
  -webkit-text-fill-color: transparent;
  background-color: #272727;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Montserrat, sans-serif;
  font-size: 140px;
  font-weight: 400;
  line-height: 1.1;
}

.second-move-heading {
  color: #272727;
  text-transform: none;
  white-space: nowrap;
  -webkit-text-fill-color: transparent;
  background-color: #272727;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: AirbnbCereal, sans-serif;
  font-size: 140px;
  font-weight: 400;
  line-height: 1;
}

.container-portfolio-heading-secondcopy {
  margin-left: 0;
  display: flex;
}

.container-portfolio-heading-secondcopy.auto {
  margin-left: 0;
}

.grid-portfolio-text {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: ". Area Area ."
                 ". . Area-2 Area-2"
                 ". Area-3 Area-3 Area-3"
                 / 1fr .6fr .9fr 1fr;
  margin-top: 140px;
  margin-bottom: 100px;
}

.line-porfolio {
  width: 25px;
  height: 1px;
  background-color: #fff;
  transition: opacity .2s;
  position: absolute;
  transform: rotate(45deg);
}

.line-porfolio.second {
  transform: rotate(-45deg);
}

.container-logo {
  z-index: 99;
  position: absolute;
  top: 35px;
  bottom: auto;
  left: 33px;
  right: auto;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  opacity: 1;
  background-image: url('../images/Degradê.png');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 80%;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

.heading-licensing {
  white-space: nowrap;
  object-fit: fill;
  margin-bottom: 40px;
  font-size: 55px;
}

.text-field {
  height: 60px;
  color: #f4bd03;
  background-color: rgba(255, 255, 255, .38);
  font-family: Poppins, sans-serif;
}

.text-block {
  font-family: Poppins, sans-serif;
}

.heading-404 {
  margin-bottom: 70px;
  font-size: 80px;
  line-height: 1;
}

.wrap-link-footer {
  flex-direction: row;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.top-text {
  color: #9b9b9b;
  text-transform: uppercase;
  margin-bottom: 3px;
  margin-right: 40px;
  font-size: 11px;
}

.wrap-copyright {
  margin-left: 0;
  position: static;
  bottom: 15px;
}

.footer-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: start;
  margin-left: 40px;
  margin-right: auto;
}

.footer-grid.bottom {
  width: 100%;
  grid-template-columns: 1fr 1fr;
  margin-top: auto;
  margin-bottom: 40px;
  margin-right: 40px;
  padding-left: 100px;
  padding-right: 100px;
}

.text-credits {
  color: #9b9b9b;
  text-transform: uppercase;
  margin-bottom: 3px;
  font-family: Poppins, sans-serif;
  font-size: 11px;
}

.text-bold {
  font-family: Poppins, sans-serif;
  font-size: 10px;
}

.udesly-link {
  color: #1f139b;
  font-weight: 900;
  text-decoration: none;
}

.webflow-link {
  color: #1f139b;
  font-size: 11px;
  font-weight: 900;
  text-decoration: none;
}

.back-to-top-text {
  color: #888;
}

.image-slide-team {
  margin-top: auto;
}

.slide-contact-wrapper {
  width: 76%;
  height: 100%;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.first-slide-contact {
  height: 95vh;
}

.right-arrow-team {
  width: 25%;
}

.name-cobntainer {
  z-index: 9999;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.container-overflow-heading-team {
  display: flex;
}

.slider-container-image {
  z-index: 1;
  width: 100%;
  height: 85%;
  margin-top: auto;
  display: flex;
  position: relative;
  bottom: 0;
  overflow: hidden;
}

.wrapper-intro-text {
  z-index: 4;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
  position: relative;
  overflow: hidden;
}

.contact-slider {
  height: 95%;
  background-color: rgba(0, 0, 0, 0);
}

.mask-contact {
  max-width: 56%;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.left-arrow-team {
  width: 25%;
}

.contact-slider-wrapper {
  z-index: 2;
  height: 100vh;
  margin-top: 140px;
  margin-bottom: 140px;
  position: relative;
  overflow: hidden;
}

.image-2 {
  max-width: 760px;
  min-height: 120px;
}

.slide-nav-2 {
  display: none;
}

.image-3 {
  width: 100%;
  max-width: 500px;
}

.link-block {
  max-width: 45px;
  text-decoration: none;
}

.link-block.blog {
  max-width: 40px;
  margin-top: 4px;
  margin-right: 10px;
  display: none;
}

.link-block-2, .link-block-3 {
  text-decoration: none;
}

.italic-text {
  color: #272727;
  text-shadow: none;
  font-family: Montserrat, sans-serif;
}

.link-block-4 {
  z-index: 999;
  position: fixed;
  bottom: 50px;
  left: 50px;
}

.image-5 {
  height: 100px;
  max-height: 100px;
  max-width: 60%;
}

.text-block-14 {
  margin-top: 50px;
  margin-bottom: 21px;
  padding-bottom: 0;
}

.image-6 {
  margin-bottom: 48px;
}

.grateful {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: ". Area Area Area"
  / 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  display: grid;
}

.thanks {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0;
  margin-right: 0;
  font-family: AirbnbCereal, sans-serif;
  font-size: 14vw;
  font-weight: 900;
  line-height: .8;
}

.thanks._3 {
  color: rgba(0, 0, 0, 0);
  text-shadow: 1px 1px 6px #fff;
  -webkit-text-fill-color: transparent;
  background-color: rgba(0, 0, 0, 0);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 13vw;
}

.inscription {
  text-transform: uppercase;
  text-shadow: none;
  margin-top: 10px;
  margin-bottom: 0;
  margin-right: 0;
  font-family: AirbnbCereal, sans-serif;
  font-size: 14vw;
  font-weight: 900;
  line-height: .8;
}

.inscription._3 {
  text-shadow: 0 0 1px #000;
  -webkit-text-fill-color: transparent;
  background-color: #fff;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 8vw;
}

.inscription._3.no {
  text-shadow: none;
  margin-bottom: 30px;
  font-size: 6vw;
  line-height: 1.2;
}

.inscription._3.no._2 {
  text-transform: capitalize;
  font-weight: 400;
}

.wrap-text-contact-copy {
  margin-top: 45px;
  margin-left: 0;
  margin-right: 0;
}

.clausula-contratual-nivel-1 {
  color: #fff;
  text-transform: none;
  margin-bottom: 20px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 1.1em;
  line-height: 1.4em;
}

.clausula-contratual-nivel-1.centralizado {
  text-align: left;
  background-color: #4bdcee;
  padding: 25px 30px;
  font-weight: 600;
}

.clausula-contratual-nivel-1.centralizado.destaque {
  text-transform: uppercase;
  margin-top: 30px;
}

.clausula-contratual-nivel-1.centralizado.destaque.escuro {
  color: #fff;
  background-color: #7b24d4;
  font-size: 1.2em;
  line-height: 1.3em;
}

.secao-contrato {
  margin-top: 175px;
}

.row-2 {
  margin-bottom: 30px;
}

.clausula-contratual-nivel-4 {
  text-transform: none;
  margin-bottom: 20px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 1em;
  line-height: 1.3em;
}

.clausula-contratual-nivel-4.centralizado {
  text-align: left;
  background-color: #4bdcee;
  padding: 25px 30px;
  font-weight: 600;
}

.clausula-contratual-nivel-4.centralizado.destaque {
  text-transform: uppercase;
  margin-top: 30px;
}

.clausula-contratual-nivel-4.centralizado.destaque.escuro {
  color: #fff;
  background-color: #1f139b;
  font-size: 1.1em;
  line-height: 1.2em;
}

.titulo-h3 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 200%;
  font-weight: 400;
}

.titulo-h3.fundo-claro {
  color: #550266;
}

.titulo-h3.fundo-claro.contrato {
  color: #fff;
  text-transform: uppercase;
  margin-top: 100px;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.2em;
}

.link-2 {
  color: #1f139b;
}

.botao-contrato-enviar {
  float: right;
  clear: both;
  background-color: #1f139b;
  border-radius: 50px;
  margin: 65px 100px 250px auto;
  padding: 25px 49px;
  font-family: Open Sans, sans-serif;
  font-size: 1.8em;
  font-weight: 600;
}

.botao-contrato-enviar:hover {
  background-color: #7b24d4;
}

.field-label-3 {
  color: #1f139b;
  font-size: 22px;
}

.clausula-contratual-nivel-3-1 {
  padding-left: 95px;
  padding-right: 75px;
  font-size: 1.1em;
  line-height: 1.4em;
}

.wrapper-legal-page {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

.botao-contrato {
  width: 60%;
  background-color: #7b24d4;
  border-radius: 50px;
  margin: 30px auto 50px;
  padding: 12px 30px;
  font-family: Open Sans, sans-serif;
  font-size: 29px;
  font-weight: 600;
  line-height: 30px;
  text-decoration: none;
  display: block;
}

.botao-contrato:hover {
  color: #fff;
  background-color: #4224af;
}

.checkbox-field-2 {
  float: left;
  clear: both;
  margin-top: 15px;
  margin-bottom: 15px;
}

.checkbox-field-2._1 {
  margin-top: 65px;
}

.clausula-contratual-nivel-2 {
  color: #fff;
  margin-bottom: 20px;
  padding-left: 55px;
  padding-right: 25px;
  font-size: 1.1em;
  line-height: 1.3em;
}

.text-field-2 {
  float: left;
}

.titulo-h3-2 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 200%;
  font-weight: 400;
}

.titulo-h3-2.fundo-claro {
  color: #550266;
}

.titulo-h3-2.fundo-claro.contrato {
  color: #1f139b;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: AirbnbCereal, sans-serif;
  font-size: 2em;
  line-height: 2em;
}

.titulo-h2 {
  color: #4224af;
  text-align: center;
  text-transform: none;
  margin-top: 30px;
  margin-bottom: 71px;
  font-family: Montserrat, sans-serif;
  font-size: 4em;
  font-weight: 800;
}

.container-4 {
  max-height: 70vh;
  text-align: left;
  background-color: #1f139b;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-left: 15px;
  padding-right: 15px;
  overflow: scroll;
}

.heading-4 {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  font-size: 1.3em;
  line-height: 1.2em;
}

.clausula-contratual-nivel-3 {
  padding-left: 75px;
  padding-right: 75px;
  font-size: 1.1em;
  line-height: 1.3em;
}

.container-9 {
  padding-left: 10px;
  padding-right: 10px;
}

.clausula-contratual-nivel-5 {
  color: #fff;
  text-transform: none;
  margin-bottom: 20px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 1em;
  line-height: 1.3em;
}

.clausula-contratual-nivel-5.centralizado {
  text-align: left;
  background-color: #4bdcee;
  padding: 25px 30px;
  font-weight: 600;
}

.clausula-contratual-nivel-5.centralizado.destaque {
  text-transform: uppercase;
  margin-top: 30px;
}

.clausula-contratual-nivel-5.centralizado.destaque.escuro {
  color: #fff;
  background-color: #2d6a63;
  font-size: 1em;
  line-height: 1.3em;
}

.wrapper-legal-page-copy {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.clausula-contratual-nivel-6 {
  text-transform: none;
  margin-bottom: 20px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 1em;
  line-height: 1.3em;
}

.clausula-contratual-nivel-6.centralizado {
  text-align: left;
  background-color: #4bdcee;
  padding: 25px 30px;
  font-weight: 600;
}

.clausula-contratual-nivel-6.centralizado.destaque {
  text-transform: uppercase;
  margin-top: 30px;
}

.clausula-contratual-nivel-6.centralizado.destaque.escuro {
  color: #fff;
  background-color: #4224af;
  font-size: 1.1em;
  line-height: 1.2em;
}

.titulo-h3-3 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 200%;
  font-weight: 400;
}

.titulo-h3-3.fundo-claro {
  color: #550266;
}

.titulo-h3-3.fundo-claro.contrato {
  color: #fff;
  text-transform: uppercase;
  margin-top: 100px;
  margin-bottom: 40px;
  font-size: 2em;
  line-height: 1.2em;
}

.container-4-copy {
  text-align: left;
  background-color: #282a5e;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-left: 15px;
  padding-right: 15px;
  overflow: visible;
}

.clausula-contratual-nivel-7 {
  padding-left: 75px;
  padding-right: 75px;
  font-size: 1em;
  line-height: 1.3em;
}

.container-2 {
  z-index: 1;
  max-width: 1380px;
  perspective: 1000px;
  color: #282a5e;
  flex: 1;
  padding-left: 30px;
  padding-right: 30px;
  transition: opacity .2s;
  position: relative;
  transform: translate(0);
}

.container-2.titles {
  color: rgba(255, 255, 255, .85);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 6vh;
  padding-bottom: 6vh;
  display: flex;
}

.heading-large-2 {
  color: #fff;
  margin-top: 10px;
  font-size: 4em;
  font-weight: 700;
  line-height: 1.1;
}

.heading-large-2.blue {
  color: #000;
  font-size: 3em;
}

.paragraph-wrapper {
  width: 100%;
  background-color: #2d6a63;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.paragraph-wrapper.align-center {
  align-items: center;
}

.paragraph-wrapper.align-center._35 {
  height: 5px;
  max-width: 35%;
  background-color: #7b24d4;
  margin-top: 25px;
  margin-bottom: 25px;
}

.grid-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 90px;
  display: grid;
}

.radio-button-label {
  color: #fff;
  font-size: .7em;
  line-height: 1.5em;
}

.full-form {
  width: 100%;
}

.radio-button, .checkbox {
  margin-top: 10px;
}

.error-2 {
  color: #8a0a0a;
  background-color: #f76969;
  border-radius: 4px;
  padding-top: 13px;
  padding-bottom: 13px;
}

.text-field-3 {
  width: 100%;
  height: 65px;
  min-width: 16em;
  border: 1px #fff;
  border-radius: 5px;
  margin-bottom: 0;
  margin-right: 15px;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 16px;
  font-size: .7em;
  box-shadow: inset 1px 1px #fff;
}

.heading-medium-2 {
  color: #fff;
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 2em;
  line-height: 1.25;
}

.heading-large {
  color: #fff;
  margin-top: 10px;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.1;
}

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

.success-2 {
  color: #313d17;
  background-color: #c4f85c;
}

.success-2.rounded {
  color: #fff;
  background-color: #2d6a63;
}

.checkbox-field {
  color: #b6b6b6;
}

.checkbox-label {
  color: #fff;
  font-size: .7em;
  line-height: 1.3em;
}

.contain-form {
  width: 100%;
  min-height: auto;
  background-color: #2d6a63;
  flex-direction: column;
  align-items: center;
  padding: 5em 2.5em;
  display: flex;
  overflow: hidden;
}

.contain-form.rounded {
  background-color: #282a5e;
}

.textarea-message {
  min-height: 280px;
  border: 1px solid #302f2f;
  border-radius: 4px;
  padding-top: 12px;
  padding-left: 16px;
  font-size: .7em;
}

.button {
  box-shadow: none;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #067154;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 18px 35px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.button:hover {
  background-color: #5311ce;
}

.button.verde {
  box-shadow: none;
  white-space: nowrap;
  background-color: #067154;
}

.button.verde:hover {
  box-shadow: none;
  background-color: #343064;
}

.button.verde._2:hover {
  color: #282a5e;
  background-color: #fff;
}

.paragraph-2 {
  margin-top: 10px;
  margin-bottom: 66px;
  font-size: 1em;
}

.inner-form {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.section-2 {
  color: #fff;
  background-color: #fff;
  position: relative;
  top: 0;
}

.form-container-copy {
  width: 100%;
  max-width: 80em;
  color: #747474;
}

.form-wrapper.left {
  justify-content: flex-start;
  margin-bottom: 15px;
  display: flex;
}

.grid-5 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 35px;
}

.container-10 {
  z-index: 1;
  max-width: 1380px;
  perspective: 1000px;
  color: #282a5e;
  flex: 1;
  padding-left: 30px;
  padding-right: 30px;
  transition: opacity .2s;
  position: relative;
  transform: translate(0);
}

.label-form {
  color: #fff;
  margin-top: 35px;
  margin-bottom: 10px;
  font-size: 1em;
  font-weight: 600;
}

.text-span {
  color: #fff;
}

.italic-text-2, .italic-text-3 {
  text-transform: none;
  font-family: Montserrat, sans-serif;
}

.italic-text-4 {
  color: #272727;
}

.titulo-h3-contrato {
  color: #4224af;
  text-align: center;
  margin-bottom: 0;
  font-family: AirbnbCereal, sans-serif;
  font-size: 200%;
  font-weight: 400;
}

.titulo-h3-contrato.fundo-claro {
  color: #550266;
}

.titulo-h3-contrato.fundo-claro.contrato {
  color: #4224af;
  text-transform: uppercase;
  margin-top: 100px;
  margin-bottom: 40px;
}

.clausula-contratual-n2 {
  color: #000;
  margin-bottom: 20px;
  padding-left: 55px;
  padding-right: 25px;
}

.clausula-contratual-n3-1 {
  color: #000;
  padding-left: 95px;
  padding-right: 75px;
}

.container-11 {
  height: 60vh;
  text-align: left;
  margin-top: 50px;
  margin-bottom: 50px;
  overflow: scroll;
}

.clausula-contratual-n3 {
  color: #000;
  padding-left: 75px;
  padding-right: 75px;
}

.clausula-contratual-n1 {
  color: #000;
  text-transform: none;
  margin-bottom: 20px;
  padding-left: 25px;
  padding-right: 25px;
}

.clausula-contratual-n1.centralizado {
  text-align: left;
  background-color: #4bdcee;
  padding: 25px 30px;
  font-weight: 600;
}

.clausula-contratual-n1.centralizado.destaque {
  text-transform: uppercase;
  margin-top: 30px;
}

.clausula-contratual-n1.centralizado.destaque.escuro {
  color: #fff;
  background-color: #7b24d4;
}

.wrapper-legal-page-2 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.container-5 {
  height: 60vh;
  text-align: left;
  background-color: #282a5e;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-left: 15px;
  padding-right: 15px;
  overflow: scroll;
}

.titulo-h3-contrato-2 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 200%;
  font-weight: 400;
}

.titulo-h3-contrato-2.fundo-claro {
  color: #550266;
}

.titulo-h3-contrato-2.fundo-claro.contrato {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.2em;
}

.clausula-contratual-nivel-8 {
  text-transform: none;
  margin-bottom: 20px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 1.1em;
  line-height: 1.4em;
}

.link-3 {
  color: #fff;
}

.clausula-contratual-nivel-9 {
  margin-bottom: 20px;
  padding-left: 55px;
  padding-right: 25px;
  font-size: 1.1em;
  line-height: 1.3em;
}

@media screen and (min-width: 1440px) {
  .background-first-slide {
    background-image: linear-gradient(to bottom, null, null), url('../images/Banner-principal-1.png');
    background-position: 0 0, 68%;
  }

  .overflow._2 {
    flex-direction: row;
  }

  .menu-button:hover, .scroll-wrapper:hover, .social-link:hover {
    background-image: url('../images/Degradê.png');
    background-position: 0 0;
    background-size: cover;
  }

  .grid-line {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr .6fr .9fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .grid-about {
    grid-template-rows: auto auto auto;
    grid-template-areas: ". Area-portfolio Area-portfolio"
                         ". Area-Portfolio-2 Area-Portfolio-2"
                         ". Area-Porfolio-3 Area-Porfolio-3";
  }

  .wrapper-size-about {
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
    transition: filter .4s ease-in-out;
  }

  .wrapper-size-about:hover {
    filter: grayscale();
  }

  .portfolio-heading {
    color: #fff;
    -webkit-text-fill-color: transparent;
    background-color: #fff;
    -webkit-background-clip: text;
    background-clip: text;
    border: 1px solid rgba(0, 0, 0, 0);
    font-family: Poppins, sans-serif;
    font-size: 14vw;
    font-weight: 800;
    line-height: 1.3;
  }

  .container-about-heading {
    margin-left: 0;
  }

  .submit-button {
    background-color: #525252;
    margin-top: 10px;
    font-size: 18px;
  }

  .about-paragraph {
    bottom: 0%;
    left: 0%;
  }

  .portfolio-grid {
    grid-template: "Area-2 Area-4 Area-4 Area-3" 1fr
                   "Area-2 Area-4 Area-4 Area-3" 1fr
                   "Area-2 . . ." 1fr
                   ". Area Area Area-5" 3fr
                   ". Area Area ."
                   / 1fr .6fr .9fr 1fr;
    margin-top: 140px;
  }

  .client-heading {
    line-height: .8;
  }

  .manzion {
    margin-bottom: 15px;
  }

  .preloader-wrapper {
    grid-template-rows: auto;
    grid-template-columns: 1fr .6fr .9fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .wrapper-content-portfolio {
    object-fit: scale-down;
    display: none;
  }

  .wrapper-content-portfolio.first, .wrapper-content-portfolio.second {
    display: none;
  }

  .wrapper-content-portfolio.third, .wrapper-content-portfolio.fifth, .wrapper-content-portfolio.fourth {
    z-index: 99;
    display: none;
  }

  .hero-section-progect.third {
    display: flex;
  }

  .manzion-wrapper {
    padding-left: 140px;
    padding-right: 140px;
  }

  .main-paragraph {
    font-size: 40px;
  }

  .wrapper-preloader {
    grid-template-rows: auto;
    grid-template-columns: 1fr .6fr .9fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .wrapper-back {
    width: 25px;
    top: 33px;
  }

  .section-number {
    overflow: visible;
  }

  .number-awards {
    letter-spacing: 8px;
    align-items: center;
    margin-left: 8px;
    font-size: 39vw;
    display: flex;
  }

  .text-grid {
    z-index: 2;
    height: 100vh;
    grid-template-rows: auto;
    grid-template-columns: 1fr .6fr .9fr 1fr;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .text-intro-number {
    text-align: center;
    margin-bottom: 0;
    font-size: 25px;
    position: relative;
    top: 0%;
    right: -16%;
  }

  .wrapper-stiky {
    z-index: 99;
    overflow: hidden;
  }

  .wrapper-text-number-section {
    z-index: 4;
    background-color: rgba(0, 0, 0, 0);
  }

  .image {
    width: 100%;
  }

  .name-heading {
    font-size: 5.9vw;
  }

  .container-info-contact {
    width: 100vw;
    height: 100vh;
    margin-left: 0;
    position: relative;
  }

  .contact-secontion.content-wrap.about {
    height: 400vw;
  }

  .container-grid {
    z-index: 2;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    display: flex;
    position: relative;
  }

  .container-grid._2 {
    margin-left: 0;
  }

  .horizontal-scrollable-section.about {
    width: 500vw;
    margin-left: 0;
  }

  .contact-bg {
    z-index: 1;
    width: 100vw;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .space-contact {
    z-index: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    margin-left: 0;
    position: static;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .wrap-contact {
    width: 40%;
    height: 100%;
    background-color: #111;
    align-self: center;
    align-items: flex-start;
    margin-right: auto;
    padding-left: 60px;
    display: flex;
  }

  .horizontal-div-wrapper {
    width: 400vw;
  }

  .info-contact {
    z-index: 2;
    width: 40%;
    height: 100%;
    background-color: #111;
    flex-direction: column;
    justify-content: center;
    margin-left: auto;
    margin-right: 0;
    padding-left: 60px;
    padding-right: 60px;
    display: flex;
    position: relative;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .grid-line-number {
    height: 300vh;
  }

  .grid-line-number.black {
    height: 200vh;
    background-color: #000;
  }

  .textarea-contact:active {
    color: #fff;
    border-bottom-color: #7b24d4;
  }

  .textarea-contact:focus {
    color: #fff;
  }

  .text-field-contact {
    border-bottom-color: #fff;
  }

  .text-field-contact:focus {
    border-bottom-color: #7b24d4;
  }

  .heading-on {
    color: #fff;
    -webkit-text-fill-color: transparent;
    background-color: #fff;
    -webkit-background-clip: text;
    background-clip: text;
    border: 1px solid rgba(0, 0, 0, 0);
    font-family: Poppins, sans-serif;
    font-size: 14vw;
    font-weight: 800;
  }

  .heading-on._3 {
    text-shadow: 0 0 2px #000;
    font-size: 7.5vw;
    line-height: 1;
  }

  .heading-on._3.no {
    text-shadow: none;
    background-color: #fff;
  }

  .heading-contact-big {
    color: #fff;
    -webkit-text-fill-color: transparent;
    background-color: #fff;
    -webkit-background-clip: text;
    background-clip: text;
    border: 1px solid rgba(0, 0, 0, 0);
    font-family: Poppins, sans-serif;
    font-size: 14vw;
    font-weight: 800;
  }

  .heading-contact-big._3 {
    text-shadow: 0 0 5px #000;
    font-size: 13vw;
    line-height: 1;
  }

  .get-in-touch-grid {
    grid-template: ". Area Area Area"
    / 1fr .6fr .9fr 1fr;
  }

  .container-about-heading-second {
    margin-left: 0;
  }

  .our-services-grid {
    grid-template: "Area Area Area Area"
                   ". . Area-2 Area-2"
                   / 1fr .6fr .9fr 1fr;
  }

  .our-services-portfolio {
    color: #fff;
    -webkit-text-fill-color: transparent;
    background-color: #fff;
    -webkit-background-clip: text;
    background-clip: text;
    border: 1px solid rgba(0, 0, 0, 0);
    font-family: Poppins, sans-serif;
    font-size: 12.5vw;
    font-weight: 800;
  }

  .our-services-portfolio._2 {
    color: #000;
    font-size: 10vw;
    font-weight: 700;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .our-services-portfolio._3 {
    text-shadow: none;
    font-size: 12.5vw;
    line-height: 1.3;
  }

  .our-services-portfolio._3._2 {
    margin-right: 0;
    position: static;
  }

  .our-services-portfolio._3 {
    text-shadow: none;
    font-size: 12.5vw;
    line-height: 1;
  }

  .our-services-portfolio._3._2 {
    margin-right: 0;
    position: static;
  }

  .our-services-portfolio._3.team {
    font-size: 11vw;
  }

  .wrapper-text-services {
    padding-top: 60px;
    padding-right: 100px;
  }

  .heading-move {
    text-shadow: 0 0 5px #000;
    line-height: 1.1;
  }

  .second-move-heading {
    text-shadow: 0 0 5px #000;
  }

  .container-portfolio-heading-secondcopy {
    margin-left: 0;
  }

  .utility-page-wrap {
    color: #f4bd03;
  }

  .text-field {
    height: 60px;
    color: #ffc500;
    background-color: rgba(255, 255, 255, .38);
  }

  .heading-404 {
    margin-bottom: 55px;
  }

  .slide-contact-wrapper {
    width: 87%;
  }

  .right-arrow-team {
    width: 30%;
  }

  .name-cobntainer {
    top: 0%;
  }

  .slider-container-image {
    bottom: 0;
  }

  .mask-contact {
    max-width: 49%;
  }

  .left-arrow-team {
    width: 30%;
  }

  .contact-slider-wrapper {
    margin-top: 140px;
  }

  .italic-text {
    text-shadow: 0 0 5px #000;
  }

  .image-5 {
    max-height: 125px;
  }

  .grateful {
    grid-template: ". Area Area Area"
    / 1fr .6fr .9fr 1fr;
  }

  .thanks {
    color: #fff;
    -webkit-text-fill-color: transparent;
    background-color: #fff;
    -webkit-background-clip: text;
    background-clip: text;
    border: 1px solid rgba(0, 0, 0, 0);
    font-family: Poppins, sans-serif;
    font-size: 14vw;
    font-weight: 800;
  }

  .thanks._3 {
    text-shadow: 0 0 5px #000;
    font-size: 13vw;
    line-height: 1;
  }

  .inscription {
    color: #fff;
    -webkit-text-fill-color: transparent;
    background-color: #fff;
    -webkit-background-clip: text;
    background-clip: text;
    border: 1px solid rgba(0, 0, 0, 0);
    font-family: Poppins, sans-serif;
    font-size: 14vw;
    font-weight: 800;
  }

  .inscription._3 {
    text-shadow: 0 0 2px #000;
    font-size: 7.5vw;
    line-height: 1;
  }

  .inscription._3.no {
    text-shadow: none;
    background-color: #fff;
  }
}

@media screen and (max-width: 991px) {
  .background-first-slide {
    background-image: linear-gradient(to bottom, null, null), url('../images/Banner-principal-1.png');
    background-position: 0 0, 68%;
  }

  .background-second-slide {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/Banner-principal-2.png');
    background-position: 0 0, 68%;
  }

  .heading {
    font-size: 74px;
  }

  .sub-heading {
    font-size: 20px;
  }

  .vertical-nav {
    width: 100%;
    height: auto;
    flex-direction: row;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .menu-button {
    justify-content: flex-end;
  }

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

  .wrapper-burger-menu {
    margin-right: 20px;
  }

  .scroll-wrapper, .scroll-wrapper.w--current {
    display: none;
  }

  .container-menu-text {
    width: auto;
  }

  .social-wrapper {
    display: none;
  }

  .grid-line, .grid-about {
    grid-template-columns: .7fr .9fr 1.5fr .7fr;
  }

  .portfolio-heading {
    font-size: 20vw;
  }

  .container-about-heading.margin {
    margin-left: 0;
  }

  .filter {
    opacity: 1;
    position: static;
  }

  .about-paragraph {
    margin-top: 0;
    position: static;
  }

  .portfolio-grid {
    grid-template: "Area-2 Area-4 Area-4 Area-3" 1fr
                   "Area-2 Area-4 Area-4 Area-3" 1fr
                   "Area-2 . . ." 1fr
                   "Area Area . ." 1fr
                   "Area Area . ."
                   ". . . ."
                   / 1fr;
    display: none;
  }

  .portfolio-link {
    margin-bottom: 0;
    padding-left: 37px;
    left: -15px;
  }

  .client-heading {
    font-size: 45px;
  }

  .mobile-section-portfolio {
    z-index: 3;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 120px;
    padding-bottom: 120px;
    display: block;
    position: relative;
  }

  .grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template: ". Area Area-4 Area-4"
                   ". Area-3 Area-2 Area-2"
                   / .7fr .9fr 1.5fr .7fr;
    margin-bottom: 60px;
  }

  .portfolio-image-wrap {
    height: 200px;
    background-image: url('../images/dra-maria-fernanda-med-funcional-2.svg'), linear-gradient(#ebf4e1, #ebf4e1);
    background-position: 50%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: contain, auto;
  }

  .portfolio-image-wrap.second {
    width: 90%;
    background-image: none;
    margin-left: auto;
  }

  .manzion {
    margin-bottom: 0;
    padding-left: 37px;
    left: -57px;
  }

  .wrapper-content-portfolio.first {
    padding-top: 0;
    display: none;
  }

  .wrapper-preloader {
    grid-template-rows: auto;
    grid-template-columns: .7fr .9fr 1.5fr .7fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .wrapper-back {
    top: 15%;
  }

  .number-awards {
    align-items: center;
    font-size: 55vw;
    display: flex;
  }

  .text-grid {
    grid-template-columns: .7fr .9fr 1.5fr .7fr;
  }

  .text-intro-number {
    top: 0%;
  }

  .wrapper-stiky {
    z-index: 4;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-smal.right-slide.disable-selection {
    line-height: 30px;
  }

  .wrap-contact, .info-contact {
    width: 50%;
  }

  .grid-line-number {
    grid-template-columns: .7fr .9fr 1.5fr .7fr;
  }

  .heading-contact {
    font-size: 65px;
  }

  .right-button {
    width: auto;
    max-width: none;
    display: inline-block;
  }

  .heading-on {
    font-size: 20vw;
  }

  .heading-on._3 {
    font-size: 13vw;
  }

  .heading-on._3.no {
    font-size: 15vw;
  }

  .heading-contact-big {
    font-size: 20vw;
  }

  .heading-contact-big._3 {
    font-size: 15vw;
  }

  .get-in-touch-grid {
    grid-template-columns: .7fr .9fr 1.5fr .7fr;
  }

  .container-about-heading-second.auto {
    margin-left: 0;
  }

  .grid-about-text, .our-services-grid {
    grid-template-columns: .7fr .9fr 1.5fr .7fr;
  }

  .our-services-portfolio {
    font-size: 18vw;
  }

  .our-services-portfolio._3 {
    font-size: 13vw;
  }

  .our-services-portfolio._3.team {
    font-size: 12vw;
  }

  .wrapper-text-services {
    padding-right: 20px;
  }

  .ourt-team-text {
    grid-template-columns: .7fr .9fr 1.5fr .7fr;
  }

  .mobile-image-second {
    height: 200px;
    background-image: url('../images/letra-branca-fundo-verde-midias.png'), linear-gradient(#5b723d, #5b723d);
    background-position: 50%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: contain, auto;
  }

  .mobile-image-second._2 {
    width: 90%;
    background-image: none;
    margin-left: auto;
  }

  .mobile-image-third {
    height: 200px;
    background-image: url('../images/f1.png'), linear-gradient(#fff, #fff);
    background-position: 50%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: 85%, auto;
  }

  .mobile-image-third._2 {
    width: 90%;
    background-image: none;
    margin-left: auto;
  }

  .mobile-image-fourth {
    height: 200px;
    background-image: url('../images/Fractos-vertical-nome-branco.png'), linear-gradient(#1b1b1b, #1b1b1b);
    background-position: 50% 25%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: 85%, auto;
  }

  .mobile-image-fourth._2 {
    width: 90%;
    background-image: none;
    margin-left: auto;
  }

  .mobile-image-fift {
    height: 200px;
    background-image: url('../images/babyshare.png'), linear-gradient(#ddd, #ddd);
    background-position: 50%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: 85%, auto;
  }

  .mobile-image-fift._2 {
    width: 90%;
    background-image: none;
    margin-left: auto;
  }

  .container-portfolio-heading-secondcopy.auto {
    margin-left: 0;
  }

  .grid-portfolio-text {
    grid-template-columns: .7fr .9fr 1.5fr .7fr;
  }

  .container-logo {
    z-index: 9999;
    position: fixed;
    top: 15px;
  }

  .container-logo.w--current {
    top: 10px;
  }

  .wrap-link-footer {
    align-items: flex-start;
  }

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

  .wrap-copyright {
    margin-right: auto;
  }

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

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

  .slide-contact-wrapper {
    width: 90%;
    margin-top: 0;
    padding-top: 100px;
  }

  .first-slide-contact {
    height: auto;
  }

  .slide-team, .contact-slider {
    padding-top: 0;
  }

  .mask-contact {
    max-width: 70%;
    padding-top: 0;
  }

  .contact-slider-wrapper {
    height: auto;
    margin-top: 100px;
    padding-top: 0;
  }

  .image-2 {
    max-width: 100%;
  }

  .image-5 {
    max-height: 80px;
  }

  .grateful {
    grid-template-columns: .7fr .9fr 1.5fr .7fr;
  }

  .thanks {
    font-size: 20vw;
  }

  .thanks._3 {
    font-size: 15vw;
  }

  .inscription {
    font-size: 20vw;
  }

  .inscription._3 {
    font-size: 13vw;
  }

  .inscription._3.no {
    font-size: 9vw;
  }

  .inscription._3.no._2 {
    font-size: 8vw;
  }

  .botao-contrato-enviar {
    margin-top: 4px;
    margin-right: 20px;
    line-height: 50px;
  }

  .field-label-3 {
    line-height: 25px;
  }

  .titulo-h3-2.fundo-claro.contrato, .titulo-h2 {
    line-height: 1.1em;
  }

  .container-2 {
    flex: 0 auto;
    padding-bottom: 30px;
  }

  .container-2.titles {
    text-align: center;
  }

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

  .heading-large-2.blue {
    font-size: 2.5em;
  }

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

  .text-field-3 {
    min-width: auto;
  }

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

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

  .contain-form {
    padding-top: 1.25em;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .button {
    padding: 18px 40px;
  }

  .button:hover {
    background-color: rgba(128, 128, 128, .2);
  }

  .button.verde:hover {
    background-color: #ff0062;
  }

  .form-container-copy {
    max-width: none;
  }

  .grid-5 {
    grid-template-columns: 1fr 1fr;
  }

  .container-10 {
    flex: 0 auto;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .background-second-slide {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/Banner-principal-2.png');
    background-position: 0 0, 68%;
  }

  .whapper-heading-slide {
    padding-left: 8.66%;
  }

  .heading {
    font-size: 40px;
    line-height: .6;
  }

  .sub-heading {
    line-height: 25px;
  }

  .overflow._2 {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 20px;
  }

  .overflow._2.tem {
    flex-direction: row;
  }

  .menu-button {
    height: 60px;
    background-color: rgba(0, 0, 0, 0);
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-menu-text {
    width: 100%;
    padding-left: 40px;
  }

  .grid-line {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: .7fr .9fr 1.5fr .7fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .wrapper-heading {
    z-index: 3;
  }

  .portfolio-heading {
    font-size: 20vw;
  }

  .portfolio-heading._2 {
    font-size: 12vw;
  }

  .portfolio-link {
    padding-left: 0;
    left: 0;
  }

  .order-number {
    padding-left: 5px;
  }

  .client-heading {
    font-size: 40px;
  }

  .relative-wrap {
    padding-left: 40px;
  }

  .grid {
    grid-row-gap: 10px;
    grid-template-rows: auto auto auto auto;
    grid-template-areas: ". Area-4 Area-4 Area-4"
                         ". Area Area ."
                         ". Area-2 Area-2 ."
                         ". Area-3 Area-3 .";
  }

  .portfolio-image-wrap.second {
    width: 100%;
    height: 250px;
  }

  .manzion {
    left: 0;
  }

  .wrapper-content-portfolio.first, .wrapper-content-portfolio.second, .wrapper-content-portfolio.third {
    display: none;
  }

  .wrapper-content-portfolio.fourth {
    z-index: 999;
    object-fit: fill;
    display: none;
    overflow: auto;
  }

  .manzion-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-grid-porfolio {
    grid-template-areas: "Area-3 Area-3"
                         "Area Area"
                         "Area-2 Area-2";
  }

  .number-awards {
    font-size: 58vw;
  }

  .text-grid {
    grid-template-columns: .7fr .9fr 1.5fr .7fr;
  }

  .text-intro-number {
    font-size: 3.5vw;
    top: 0%;
    right: -20%;
  }

  .name-heading {
    font-size: 9vw;
  }

  .heading-smal.right-slide.disable-selection {
    font-size: 5vw;
    line-height: 25px;
  }

  .container-info-contact {
    height: 850px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .contact-secontion.content-wrap.about {
    height: auto;
    overflow: hidden;
  }

  .container-grid {
    height: auto;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .container-grid._2 {
    height: 725px;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: contain;
    flex-direction: row;
    align-items: flex-end;
    padding-bottom: 0;
  }

  .horizontal-scrollable-section.about {
    width: auto;
    flex-direction: column;
  }

  .horizontal-content {
    flex-direction: column;
  }

  .contact-bg {
    height: 500px;
    background-position: 50% 100%;
    background-repeat: repeat;
    background-size: cover;
    align-items: flex-end;
    margin-top: -10px;
    display: flex;
  }

  .space-contact {
    height: auto;
  }

  .wrap-contact {
    width: 100%;
    height: auto;
    justify-content: flex-start;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .horizontal-div-wrapper {
    height: auto;
    position: static;
  }

  .info-contact {
    width: 100%;
    height: auto;
    justify-content: flex-end;
    align-items: center;
    margin-top: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
  }

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

  .info-paragraph.padding {
    margin-bottom: 0;
  }

  .contact-paragraph.final {
    margin-top: 20px;
  }

  .heading-contact {
    text-transform: uppercase;
    font-size: 45px;
  }

  .right-button {
    background-color: #1f139b;
  }

  .right-button:hover {
    background-color: #7b24d4;
  }

  .heading-on {
    font-size: 25vw;
  }

  .heading-on._3.no {
    font-size: 18vw;
  }

  .heading-contact-big {
    font-size: 25vw;
  }

  .heading-contact-big._3 {
    font-size: 18vw;
  }

  .our-services-portfolio {
    font-size: 17vw;
  }

  .our-services-portfolio._3 {
    font-size: 16vw;
  }

  .our-services-portfolio._3._2 {
    margin-left: 0;
  }

  .our-services-portfolio._3 {
    font-size: 16vw;
  }

  .our-services-portfolio._3._2 {
    margin-left: 0;
  }

  .our-services-portfolio._3._2.team {
    margin-left: 20px;
  }

  .wrapper-image-portfolio.smal {
    width: 100%;
  }

  .mobile-image-second._2, .mobile-image-third._2 {
    width: 100%;
    height: 250px;
  }

  .mobile-image-fourth {
    background-image: url('../images/Fractos-vertical-nome-branco.png'), linear-gradient(#1b1b1b, #1b1b1b);
    background-size: contain, auto;
  }

  .mobile-image-fourth._2, .mobile-image-fift._2 {
    width: 100%;
    height: 250px;
  }

  .portfolio-section {
    z-index: 11;
    position: relative;
  }

  .heading-move, .second-move-heading {
    font-size: 70px;
  }

  .portfolio-image {
    width: 100%;
  }

  .container-logo, .container-logo.w--current {
    top: 0;
  }

  .top-text {
    align-self: flex-start;
  }

  .footer-grid.bottom {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .slide-contact-wrapper {
    width: 80%;
  }

  .wrapper-intro-text {
    z-index: 3;
  }

  .contact-slider {
    height: 100%;
  }

  .mask-contact {
    max-width: 80%;
  }

  .image-3 {
    width: 100%;
    max-width: 500px;
  }

  .image-3.parrot {
    margin-bottom: 50px;
  }

  .link-block {
    max-width: 45px;
    margin-left: 5px;
    margin-right: 5px;
    text-decoration: none;
  }

  .link-block.blog {
    display: none;
  }

  .link-block-2, .link-block-3 {
    text-decoration: none;
  }

  .italic-text {
    font-size: 70px;
  }

  .link-block-4 {
    bottom: 30px;
    left: 30px;
  }

  .image-5 {
    max-height: 60px;
  }

  .text-block-14 {
    margin-top: 60px;
  }

  .thanks {
    font-size: 25vw;
  }

  .thanks._3 {
    font-size: 18vw;
  }

  .inscription {
    font-size: 25vw;
  }

  .checkbox-2 {
    width: 20px;
    height: 20px;
    margin-left: -20px;
  }

  .secao-contrato {
    margin-bottom: -36px;
  }

  .titulo-h3 {
    margin-top: 5px;
    font-size: 23px;
  }

  .titulo-h3.fundo-claro.contrato {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .column-10 {
    padding-left: 0;
    padding-right: 0;
  }

  .botao-contrato-enviar {
    margin-top: 40px;
    margin-bottom: 51px;
    margin-right: 5%;
    font-size: 39px;
    font-style: normal;
    line-height: 50px;
  }

  .field-label-3 {
    text-align: left;
    padding-left: 14px;
  }

  .botao-contrato.w--current {
    line-height: 35px;
  }

  .column-9 {
    padding-left: 0;
    padding-right: 0;
  }

  .checkbox-field-2 {
    margin-left: 2%;
    margin-right: 2%;
  }

  .container-8 {
    margin-bottom: -14px;
  }

  .titulo-h3-2 {
    margin-top: 5px;
    font-size: 23px;
  }

  .titulo-h3-2.fundo-claro.contrato {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .titulo-h2 {
    margin-top: 25px;
    margin-bottom: 21px;
    font-size: 40px;
  }

  .checkbox-3 {
    width: 20px;
    height: 20px;
  }

  .titulo-h3-3 {
    margin-top: 5px;
    font-size: 23px;
  }

  .titulo-h3-3.fundo-claro.contrato {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .container-2 {
    padding-bottom: 30px;
  }

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

  .text-field-3 {
    text-align: left;
    margin-bottom: 15px;
  }

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

  .grid-2 {
    grid-template-columns: 1fr;
  }

  .button {
    width: 100%;
    font-size: 16px;
  }

  .inner-form {
    flex-direction: column;
  }

  .container-10 {
    padding-bottom: 30px;
  }

  .titulo-h3-contrato {
    margin-top: 5px;
    font-size: 23px;
  }

  .titulo-h3-contrato.fundo-claro.contrato {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .titulo-h3-contrato-2 {
    margin-top: 5px;
    font-size: 23px;
  }

  .titulo-h3-contrato-2.fundo-claro.contrato {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 479px) {
  ul, ol {
    color: #fff;
  }

  .heading {
    font-size: 9vw;
  }

  .sub-heading {
    font-size: 12px;
    line-height: 25px;
  }

  .overflow._2 {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 20px;
  }

  .vertical-nav {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-link {
    font-size: 25px;
  }

  .menu-button {
    width: auto;
    height: auto;
    margin-left: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .wrapper-burger-menu {
    width: 25px;
  }

  .wrapper-big-menu {
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 100px;
    padding-bottom: 40px;
    padding-left: 20px;
  }

  .container-menu-text {
    width: auto;
    padding-left: 0;
  }

  .menu-link {
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .link-line {
    width: 60px;
    display: none;
  }

  .grid-line {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 20px .9fr 1.5fr 20px;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .line.hidden {
    display: block;
  }

  .grid-about {
    grid-row-gap: 44px;
    grid-template-columns: 20px .9fr 1.5fr 20px;
  }

  .wrapper-heading {
    padding-top: 0;
  }

  .portfolio-heading {
    margin-top: 0;
    font-size: 22vw;
  }

  .portfolio-heading._2 {
    font-size: 15vw;
  }

  .about-paragraph {
    font-size: 16px;
  }

  .portfolio-link {
    padding-left: 0;
  }

  .client-heading {
    font-size: 7vw;
  }

  .relative-wrap {
    padding-left: 34px;
  }

  .line-absolute {
    display: none;
  }

  .mobile-section-portfolio {
    z-index: 9;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .grid {
    grid-template-columns: 20px .9fr 1.5fr 20px;
    grid-template-areas: ". Area-4 Area-4"
                         ". Area Area"
                         ". Area-2 Area-2"
                         ". Area-3 Area-3";
  }

  .manzion {
    padding-left: 32px;
  }

  .preloader-wrapper {
    grid-template-rows: auto;
    grid-template-columns: 20px .9fr 1.5fr 20px;
    grid-auto-columns: 1fr;
    display: none;
  }

  .wrapper-content-portfolio.first {
    display: none;
  }

  .wrapper-content-portfolio.second {
    z-index: 9999;
    display: none;
    overflow: auto;
  }

  .hero-section-progect.second {
    overflow: visible;
  }

  .wrapper-preloader {
    grid-template-rows: auto;
    grid-template-columns: 20px .9fr 1.5fr 20px;
    grid-auto-columns: 1fr;
    display: none;
  }

  .wrapper-back {
    z-index: 99999;
    top: 10%;
    left: 19px;
  }

  .section-number {
    height: auto;
    flex-direction: column;
    justify-content: flex-start;
    display: flex;
  }

  .number-awards {
    letter-spacing: -11px;
    margin-left: -14px;
    font-size: 90vw;
  }

  .text-grid {
    height: 100vh;
    grid-template-columns: 20px .9fr 1.5fr 20px;
  }

  .text-intro-number {
    text-align: center;
    margin-left: 0;
    font-size: 5vw;
    right: -13%;
  }

  .wrapper-text-number-section {
    height: 50vh;
    grid-template-areas: "Area Area Area Area";
  }

  .features-heading {
    font-size: 15vw;
  }

  .parallax-image {
    height: auto;
  }

  .heading-smal {
    font-size: 12vw;
    line-height: 12vh;
  }

  .heading-smal.left-slide.disable-selection {
    display: none;
  }

  .heading-smal.right-slide {
    width: 100%;
    text-align: right;
    top: 0%;
    right: 15%;
  }

  .heading-smal.right-slide.disable-selection {
    width: auto;
    font-size: 6vw;
    display: block;
  }

  .container-info-contact {
    height: 795px;
  }

  .contact-secontion {
    margin-left: 0;
  }

  .contact-secontion.content-wrap.about {
    overflow: hidden;
  }

  .container-grid._2 {
    height: 640px;
  }

  .wrap-contact, .info-contact {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-line-number {
    height: auto;
    grid-template-columns: 20px .9fr 1.5fr 20px;
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }

  .info-paragraph {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .wrapper-contact {
    width: 90%;
  }

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

  .form-contact {
    width: 100%;
  }

  .right-button {
    display: inline-block;
  }

  .form-contact-us {
    width: 100%;
  }

  .heading-on, .heading-contact-big {
    font-size: 40vw;
  }

  .get-in-touch-grid, .grid-about-text {
    grid-template-columns: 20px .9fr 1.5fr 20px;
  }

  .our-services-grid {
    grid-template-columns: 20px .9fr 1.5fr 20px;
    margin-top: 50px;
    margin-bottom: 0;
    padding-top: 0;
  }

  .our-services-portfolio, .our-services-portfolio._3 {
    font-size: 17vw;
  }

  .our-services-portfolio._3._2 {
    margin-left: 0;
  }

  .our-services-portfolio._3 {
    font-size: 17vw;
  }

  .our-services-portfolio._3._2 {
    margin-left: 0;
  }

  .wrapper-text-services {
    padding-top: 140px;
  }

  .ourt-team-text {
    grid-template-columns: 20px .9fr 1.5fr 20px;
    margin-top: 0;
    padding-top: 100px;
  }

  .container-overflow-heading {
    display: flex;
    overflow: hidden;
  }

  .grid-portfolio-text {
    grid-template-columns: 20px .9fr 1.5fr 20px;
  }

  .portfolio-paragraph {
    text-align: left;
  }

  .container-logo {
    left: 20px;
  }

  .utility-page-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-404 {
    font-size: 64px;
  }

  .wrap-link-footer {
    flex-direction: column;
  }

  .top-text {
    margin-right: 20px;
  }

  .footer-grid {
    margin-left: 0;
  }

  .footer-grid.bottom {
    margin-top: 5%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image-slide-team {
    margin-top: 0;
    margin-bottom: auto;
  }

  .slide-contact-wrapper {
    height: 100%;
    align-items: flex-start;
  }

  .container-overflow-heading-team {
    display: flex;
  }

  .wrapper-intro-text {
    padding-top: 0;
    display: block;
  }

  .contact-slider {
    height: auto;
  }

  .contact-slider-wrapper {
    height: 350px;
    margin-top: 60px;
  }

  .image-2 {
    max-width: 100%;
  }

  .image-3 {
    max-width: 350px;
  }

  .link-block {
    max-width: 35px;
  }

  .link-block.blog {
    max-width: 30px;
  }

  .link-block-4 {
    bottom: 25px;
    left: 25px;
  }

  .image-5 {
    max-height: 55px;
  }

  .grateful {
    grid-template-columns: 20px .9fr 1.5fr 20px;
  }

  .thanks, .inscription {
    font-size: 40vw;
  }

  .checkbox-2 {
    margin-left: -20px;
  }

  .clausula-contratual-nivel-1 {
    padding-left: 12px;
    font-size: .8em;
  }

  .clausula-contratual-nivel-1.centralizado.destaque.escuro {
    padding-left: 10px;
    padding-right: 10px;
    font-size: .8em;
  }

  .secao-contrato {
    margin-left: auto;
    margin-right: auto;
    padding-left: 9px;
    display: block;
  }

  .clausula-contratual-nivel-4 {
    padding-left: 18px;
    font-size: .7em;
  }

  .titulo-h3 {
    margin-top: 19px;
    font-size: 20px;
    line-height: 31px;
  }

  .titulo-h3.fundo-claro.contrato {
    font-size: 1.5em;
  }

  .clausula-contratual-nivel-3-1 {
    padding-left: 40px;
    font-size: .6em;
  }

  .botao-contrato {
    width: 80%;
    margin-bottom: 15px;
    font-size: 28px;
    line-height: 30px;
  }

  .column-9 {
    padding-left: 0;
    padding-right: 0;
  }

  .clausula-contratual-nivel-2 {
    padding-left: 25px;
    font-size: .7em;
  }

  .titulo-h3-2 {
    margin-top: 19px;
    font-size: 20px;
    line-height: 31px;
  }

  .titulo-h3-2.fundo-claro.contrato {
    font-size: 1.7em;
    line-height: 32px;
  }

  .titulo-h2 {
    margin-left: 2%;
    margin-right: 2%;
    font-size: 200%;
  }

  .clausula-contratual-nivel-3 {
    padding-left: 35px;
    font-size: .7em;
  }

  .clausula-contratual-nivel-5 {
    padding-left: 12px;
    font-size: .8em;
  }

  .clausula-contratual-nivel-5.centralizado.destaque.escuro {
    padding-left: 10px;
    padding-right: 10px;
    font-size: .8em;
  }

  .clausula-contratual-nivel-6 {
    padding-left: 18px;
    font-size: .7em;
  }

  .titulo-h3-3 {
    margin-top: 19px;
    font-size: 20px;
    line-height: 31px;
  }

  .titulo-h3-3.fundo-claro.contrato {
    font-size: 1.5em;
  }

  .clausula-contratual-nivel-7 {
    padding-left: 35px;
    font-size: .7em;
  }

  .container-2 {
    flex: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .container-2.titles {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

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

  .heading-large-2.blue {
    font-size: 1.6em;
  }

  .paragraph-wrapper {
    font-size: 18px;
  }

  .radio-button-label {
    text-align: left;
  }

  .text-field-3 {
    height: 60px;
    max-width: none;
    text-align: left;
    margin-right: 0;
  }

  .heading-medium-2 {
    font-size: 1.3em;
  }

  .heading-large {
    text-align: left;
    font-size: 32px;
  }

  .contain-form {
    min-height: 50vh;
  }

  .textarea-message {
    font-size: .6em;
  }

  .button {
    width: 100%;
    justify-content: center;
    padding-left: 25px;
    padding-right: 25px;
  }

  .paragraph-2 {
    text-align: left;
    margin-top: 20px;
  }

  .form-container-copy {
    width: 100%;
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .form-wrapper {
    width: 100%;
  }

  .grid-5 {
    text-align: left;
    grid-template-columns: 1fr;
  }

  .container-10 {
    flex: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .label-form {
    text-align: left;
    font-size: .9em;
    line-height: 1.2em;
  }

  .titulo-h3-contrato {
    margin-top: 19px;
    font-size: 20px;
    line-height: 31px;
  }

  .titulo-h3-contrato.fundo-claro.contrato {
    font-size: 1.5em;
  }

  .clausula-contratual-n2 {
    padding-left: 25px;
    font-size: .7em;
  }

  .clausula-contratual-n3-1 {
    padding-left: 40px;
    font-size: .6em;
  }

  .clausula-contratual-n3 {
    padding-left: 35px;
    font-size: .7em;
  }

  .clausula-contratual-n1 {
    padding-left: 12px;
    font-size: .8em;
  }

  .clausula-contratual-n1.centralizado.destaque.escuro {
    padding-left: 10px;
    padding-right: 10px;
    font-size: .8em;
  }

  .titulo-h3-contrato-2 {
    margin-top: 19px;
    font-size: 20px;
    line-height: 31px;
  }

  .titulo-h3-contrato-2.fundo-claro.contrato {
    font-size: .8em;
  }

  .clausula-contratual-nivel-8 {
    padding-left: 18px;
    font-size: .7em;
  }

  .clausula-contratual-nivel-9 {
    padding-left: 30px;
    font-size: .6em;
  }
}

#w-node-c25c89bf-c9a3-6628-964a-b626e645d77c-34222331 {
  grid-area: Area;
}

#w-node-f252e281-1570-aa4c-4cf5-ae8362b48e12-34222331 {
  grid-area: Area-2;
}

#w-node-_46cd9b10-577c-563a-59cd-e58781568b3f-34222331 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
  justify-self: center;
}

#w-node-b7219988-99d7-0d40-a445-e98897f5d009-34222331 {
  grid-area: Area;
  align-self: center;
}

#w-node-_5dc56241-62aa-f034-ee13-be41d7a456a2-34222331 {
  grid-area: Area-2;
}

#w-node-_5dc56241-62aa-f034-ee13-be41d7a456aa-34222331 {
  grid-area: Area-3;
  justify-self: start;
}

#por.w-node-_411871a8-63bd-29a2-1d37-86297a8506dd-34222331 {
  grid-area: Area;
}

#w-node-b0716037-70c3-1f54-743a-fd905e951979-34222331 {
  grid-area: Area-4;
}

#w-node-fbbe00e8-b1d4-d469-069a-fef75db183c7-34222331 {
  grid-area: Area-2;
  align-self: start;
}

#w-node-_4ff1befb-e103-97b7-67be-5a16727797ae-34222331 {
  grid-area: Area-5;
}

#w-node-_0f4b544d-caf9-6108-e2a5-c79bd4e9379b-34222331 {
  grid-area: Area-3;
}

#w-node-b1964b7b-bfe0-b894-63f7-4b73ae4cc3f2-34222331 {
  grid-area: Area;
  justify-self: center;
}

#w-node-b1964b7b-bfe0-b894-63f7-4b73ae4cc408-34222331 {
  grid-area: Area-2;
  justify-self: center;
}

#w-node-b1964b7b-bfe0-b894-63f7-4b73ae4cc40c-34222331 {
  grid-area: Area-3;
  justify-self: center;
}

#w-node-a07299ae-4bb4-5836-31b1-a9a6f05619cb-34222331 {
  grid-area: Area-portfolio;
}

#w-node-e77e03d4-5aae-4c91-076a-1033a45df73a-34222331 {
  grid-area: Area-Porfolio-3;
}

#w-node-_47cde042-71c9-128b-c25d-46b1e474626c-34222331 {
  grid-area: Area-Portfolio-2;
}

#w-node-cd168dcd-8fc7-a910-cd16-8f8240bec0ab-34222331 {
  grid-area: Area;
}

#w-node-_41226361-d8f0-bef2-f5f9-1687788a09dc-788a09c8 {
  justify-self: center;
}

#w-node-_41226361-d8f0-bef2-f5f9-1687788a09e5-788a09c8 {
  justify-self: end;
}

#w-node-_41226361-d8f0-bef2-f5f9-1687788a09eb-788a09c8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_41226361-d8f0-bef2-f5f9-1687788a09f0-788a09c8 {
  grid-area: Area;
}

#w-node-_41226361-d8f0-bef2-f5f9-1687788a09f2-788a09c8 {
  grid-area: Area-2;
}

#w-node-_41226361-d8f0-bef2-f5f9-1687788a09f4-788a09c8 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-c876ad13-3f76-de55-7d69-b4bcc4e46ad9-001cd4b9 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-c876ad13-3f76-de55-7d69-b4bcc4e46add-001cd4b9 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-f5e65e60-0fd7-0c64-8bf6-debce744df19-b2689961 {
  order: -9999;
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-f5e65e60-0fd7-0c64-8bf6-debce744df2f-b2689961, #w-node-f5e65e60-0fd7-0c64-8bf6-debce744df33-b2689961, #w-node-f5e65e60-0fd7-0c64-8bf6-debce744df37-b2689961, #w-node-f5e65e60-0fd7-0c64-8bf6-debce744df3b-b2689961, #w-node-f5e65e60-0fd7-0c64-8bf6-debce744df3f-b2689961, #w-node-f5e65e60-0fd7-0c64-8bf6-debce744df43-b2689961, #w-node-f5e65e60-0fd7-0c64-8bf6-debce744df47-b2689961, #w-node-f5e65e60-0fd7-0c64-8bf6-debce744df4b-b2689961, #w-node-f5e65e60-0fd7-0c64-8bf6-debce744df4f-b2689961, #w-node-f5e65e60-0fd7-0c64-8bf6-debce744df63-b2689961, #w-node-f5e65e60-0fd7-0c64-8bf6-debce744df67-b2689961, #w-node-f5e65e60-0fd7-0c64-8bf6-debce744df6f-b2689961, #w-node-f5e65e60-0fd7-0c64-8bf6-debce744df73-b2689961, #w-node-f5e65e60-0fd7-0c64-8bf6-debce744df7b-b2689961, #w-node-f5e65e60-0fd7-0c64-8bf6-debce744df7f-b2689961, #w-node-f5e65e60-0fd7-0c64-8bf6-debce744df87-b2689961, #w-node-f5e65e60-0fd7-0c64-8bf6-debce744df8b-b2689961, #w-node-f5e65e60-0fd7-0c64-8bf6-debce744df93-b2689961, #w-node-f5e65e60-0fd7-0c64-8bf6-debce744df97-b2689961, #w-node-f5e65e60-0fd7-0c64-8bf6-debce744df9f-b2689961, #w-node-f5e65e60-0fd7-0c64-8bf6-debce744dfa3-b2689961, #w-node-f5e65e60-0fd7-0c64-8bf6-debce744dfb6-b2689961, #w-node-f5e65e60-0fd7-0c64-8bf6-debce744dfba-b2689961, #w-node-f5e65e60-0fd7-0c64-8bf6-debce744dfbe-b2689961, #w-node-f5e65e60-0fd7-0c64-8bf6-debce744dfc2-b2689961, #w-node-f5e65e60-0fd7-0c64-8bf6-debce744dfc6-b2689961, #w-node-f5e65e60-0fd7-0c64-8bf6-debce744dfca-b2689961, #w-node-f5e65e60-0fd7-0c64-8bf6-debce744dfce-b2689961, #w-node-f5e65e60-0fd7-0c64-8bf6-debce744dfd2-b2689961, #w-node-f5e65e60-0fd7-0c64-8bf6-debce744dfd6-b2689961, #w-node-f5e65e60-0fd7-0c64-8bf6-debce744dfda-b2689961, #w-node-f5e65e60-0fd7-0c64-8bf6-debce744dfde-b2689961, #w-node-f5e65e60-0fd7-0c64-8bf6-debce744dfe2-b2689961, #w-node-f5e65e60-0fd7-0c64-8bf6-debce744dfe6-b2689961, #w-node-f5e65e60-0fd7-0c64-8bf6-debce744dfea-b2689961, #w-node-f5e65e60-0fd7-0c64-8bf6-debce744dfee-b2689961, #w-node-f5e65e60-0fd7-0c64-8bf6-debce744dff2-b2689961, #w-node-f5e65e60-0fd7-0c64-8bf6-debce744dff6-b2689961, #w-node-f5e65e60-0fd7-0c64-8bf6-debce744dffa-b2689961, #w-node-f5e65e60-0fd7-0c64-8bf6-debce744dffe-b2689961, #w-node-f5e65e60-0fd7-0c64-8bf6-debce744e002-b2689961, #w-node-f5e65e60-0fd7-0c64-8bf6-debce744e006-b2689961, #w-node-f5e65e60-0fd7-0c64-8bf6-debce744e00a-b2689961, #w-node-f5e65e60-0fd7-0c64-8bf6-debce744e00e-b2689961, #w-node-f5e65e60-0fd7-0c64-8bf6-debce744e012-b2689961, #w-node-f5e65e60-0fd7-0c64-8bf6-debce744e016-b2689961, #w-node-f5e65e60-0fd7-0c64-8bf6-debce744e01a-b2689961, #w-node-f5e65e60-0fd7-0c64-8bf6-debce744e01e-b2689961 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-c25c89bf-c9a3-6628-964a-b626e645d77c-34222331 {
    grid-area: Area;
  }

  #w-node-_46cd9b10-577c-563a-59cd-e58781568b3f-34222331 {
    grid-area: 1 / 3 / 2 / 4;
    align-self: center;
    justify-self: center;
  }

  #w-node-b0716037-70c3-1f54-743a-fd905e951979-34222331 {
    grid-area: Area-4;
  }

  #w-node-cd168dcd-8fc7-a910-cd16-8f8240bec0ab-34222331 {
    grid-area: Area;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_09339f7d-5b54-6c74-e017-d0f786c35b42-34222331 {
    grid-area: Area;
  }

  #w-node-_549d89df-dd4b-298d-b5bd-df89720eed94-34222331 {
    grid-area: Area-2;
  }

  #w-node-_8e31a46e-80b8-3d76-9ad9-3badfec85c0b-34222331 {
    grid-area: Area-4;
  }

  #w-node-_22ac04ff-667e-b66e-a886-7e5698d4d564-34222331 {
    grid-area: Area;
  }

  #w-node-_0f324eaa-b5c9-b0fc-8e3c-724d31aa3d5c-34222331 {
    grid-area: Area-2;
  }

  #w-node-_22ac04ff-667e-b66e-a886-7e5698d4d566-34222331 {
    grid-area: Area-4;
  }

  #w-node-_60a30849-1e19-24af-5da7-2b65668c3ef0-34222331 {
    grid-area: Area;
  }

  #w-node-_48e3c895-c4c1-bdd6-c394-20a7cfa8a02c-34222331 {
    grid-area: Area-2;
  }

  #w-node-_60a30849-1e19-24af-5da7-2b65668c3ef2-34222331 {
    grid-area: Area-4;
  }

  #w-node-_32f386f6-47c1-5eb2-2682-92df0beb7878-34222331 {
    grid-area: Area;
  }

  #w-node-_2b87757c-1b21-7d99-1aa4-3919fc6fb484-34222331 {
    grid-area: Area-2;
  }

  #w-node-_32f386f6-47c1-5eb2-2682-92df0beb787a-34222331 {
    grid-area: Area-4;
  }

  #w-node-_9f39ff5d-9060-a940-f2d4-24688bf5282a-34222331 {
    grid-area: Area;
  }

  #w-node-_0dde32f3-1839-cf94-bd64-7e681e9d565e-34222331 {
    grid-area: Area-2;
  }

  #w-node-_9f39ff5d-9060-a940-f2d4-24688bf5282c-34222331 {
    grid-area: Area-4;
  }

  #w-node-c876ad13-3f76-de55-7d69-b4bcc4e46add-001cd4b9 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-f5e65e60-0fd7-0c64-8bf6-debce744df19-b2689961 {
    grid-area: 1 / 1 / 2 / 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c876ad13-3f76-de55-7d69-b4bcc4e46ad9-001cd4b9 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c876ad13-3f76-de55-7d69-b4bcc4e46add-001cd4b9 {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f252e281-1570-aa4c-4cf5-ae8362b48e12-34222331 {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-b1964b7b-bfe0-b894-63f7-4b73ae4cc3f2-34222331 {
    grid-area: Area;
  }

  #w-node-b1964b7b-bfe0-b894-63f7-4b73ae4cc408-34222331 {
    grid-area: Area-2;
  }

  #w-node-c876ad13-3f76-de55-7d69-b4bcc4e46add-001cd4b9 {
    grid-column-end: 2;
  }

  #w-node-f5e65e60-0fd7-0c64-8bf6-debce744df19-b2689961 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f5e65e60-0fd7-0c64-8bf6-debce744df63-b2689961, #w-node-f5e65e60-0fd7-0c64-8bf6-debce744df67-b2689961, #w-node-f5e65e60-0fd7-0c64-8bf6-debce744df6f-b2689961, #w-node-f5e65e60-0fd7-0c64-8bf6-debce744df73-b2689961 {
    justify-self: start;
  }
}


@font-face {
  font-family: 'AirbnbCereal';
  src: url('../fonts/AirbnbCerealBold.ttf') format('truetype'), url('../fonts/AirbnbCerealExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'AirbnbCereal';
  src: url('../fonts/AirbnbCerealBook.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'AirbnbCereal';
  src: url('../fonts/AirbnbCerealLight.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'AirbnbCereal';
  src: url('../fonts/AirbnbCerealMedium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'AirbnbCereal';
  src: url('../fonts/AirbnbCerealBlack.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}