.nav-menu {
  font-family: Rubik, sans-serif;
  letter-spacing: 1px;
}

.navlinks {
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 15px;
  border-style: none;
  border-width: 1px;
  border-color: #f8e0b0;
  border-radius: 0px;
  background-color: transparent;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #ffbb5b;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.navlinks:hover {
  color: #fff;
}

.navlinks:active {
  color: #e2ad82;
  text-decoration: none;
}

.navlinks.w--current {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #ffbb5b;
  font-weight: 700;
  text-decoration: none;
}

.navlinks.w--current:hover {
  color: #fff;
}

.navlinks.w--current:active {
  color: #e2ad82;
  text-decoration: none;
}

.navbar-contact-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button {
  display: block;
  border-radius: 5px;
  background-color: #0074e4;
  font-weight: 600;
}

.button.mobile-button {
  display: none;
}

.navbar {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  border: 1px none #000;
  background-color: #837d77;
  opacity: 1;
}

.navbar-logo {
  width: 160px;
}

.image-location {
  display: block;
  height: 40px;
  margin-right: 20px;
  margin-left: 10px;
  background-color: transparent;
}

.nav-menu-link-location {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #f9f4f4;
  font-size: 12px;
  line-height: 16px;
  font-weight: 800;
  text-decoration: none;
}

.nav-menu-link-location:hover {
  color: #ffbb5b;
}

.logo-menu {
  display: block;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

.nav-menu-link-phone {
  font-family: Rubik, sans-serif;
  font-size: 9px;
  line-height: 16px;
  text-decoration: none;
}

.bold-text {
  font-family: turnip, sans-serif;
  color: #f9f4f4;
  font-size: 14px;
}

.bold-text:hover {
  color: #ffbb5b;
}

.image-contact {
  display: block;
  height: 22px;
  margin-right: 10px;
}

.hero-headline {
  display: block;
  width: auto;
  height: auto;
  margin: 0px auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: turnip, sans-serif;
  font-size: 50px;
  line-height: 60px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
}

.bold-text-home {
  display: block;
  width: auto;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: turnip, sans-serif;
  color: #ffbb5b;
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
  text-transform: uppercase;
}

.hero-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 900px;
  height: 100%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.text-form-field {
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 5px 0px 0px 5px;
}

.hero-section {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: 80vh;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #bb9346;
  background-image: url('../images/DEMARTINI_BG_HOME_HEADING.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.hero-paragraph {
  color: #71828a;
  font-size: 18px;
  text-align: center;
}

.hero-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-block {
  width: 500px;
  margin: 35px auto;
}

.submit-form-button {
  padding-top: 11px;
  padding-bottom: 11px;
  border-radius: 0px 5px 5px 0px;
  background-color: #0074e4;
  font-weight: 600;
}

.navbar-location-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-nav-menu-contacts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-text-section {
  height: 1150px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  padding-bottom: 0px;
  border-radius: 0px;
  background-color: #fff1e6;
  opacity: 1;
}

.content-text-wrapper {
  width: 70%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

.heading-block {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-weight: 400;
}

.content-text-heading {
  width: auto;
  height: auto;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #9e6c5d;
  font-size: 22px;
  line-height: 35px;
  font-weight: 700;
  text-align: justify;
}

.paragraph-3 {
  color: #71828a;
  text-align: center;
}

.block-services-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24%;
  height: 350px;
  margin: 5px;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid none;
  border-width: 8px 1px 8px 0px;
  border-color: #f8e0b0 #fff #bb9346 #bb9346;
  border-radius: 0px;
  background-color: #f8e0b0;
  background-image: url('../images/thumb_holding_familiar_empresarial.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-attachment: scroll;
  opacity: 1;
  cursor: pointer;
}

.block-services-wrap.services-home-01 {
  height: 200px;
  margin: 0px;
  border-top-style: none;
  border-bottom-color: #9e6c5d;
  background-color: #f9f4f4;
  background-image: none;
}

.block-services-wrap.services-home-02 {
  width: 100%;
  height: 200px;
  margin: 0px;
  padding: 20px;
  border-top-style: none;
  border-bottom-color: #9e6c5d;
  background-color: #f9f4f4;
  background-image: none;
}

.block-services-wrap.services-home-03 {
  width: 100%;
  height: 200px;
  margin: 0px;
  border-top-style: none;
  border-bottom-color: #9e6c5d;
  background-color: #f9f4f4;
  background-image: none;
}

.block-services-wrap.services-home-04 {
  width: 100%;
  height: 200px;
  margin: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top-style: none;
  border-bottom-color: #9e6c5d;
  background-color: #f9f4f4;
  background-image: none;
  text-decoration: none;
}

.block-services-wrap.services-home-05 {
  width: 100%;
  height: 200px;
  margin: 0px;
  border-top-style: none;
  border-bottom-color: #9e6c5d;
  background-color: #f9f4f4;
  background-image: none;
  text-decoration: none;
}

.block-services-wrap.services-home-06 {
  width: 100%;
  height: 200px;
  margin: 0px;
  border-top-style: none;
  border-bottom-color: #9e6c5d;
  background-color: #f9f4f4;
  background-image: none;
  text-decoration: none;
}

.block-services-wrap.services-home-07 {
  width: 100%;
  height: 200px;
  margin: 0px;
  padding: 20px;
  border-top-style: none;
  border-bottom-color: #9e6c5d;
  background-color: #f9f4f4;
  background-image: none;
  text-decoration: none;
}

.block-services-wrap.services-home-08 {
  width: 100%;
  height: 200px;
  margin: 0px;
  border-top-style: none;
  border-bottom-color: #9e6c5d;
  background-color: #f9f4f4;
  background-image: none;
}

.block-services-wrap.services-home-09 {
  width: 100%;
  height: 200px;
  margin: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top-style: none;
  border-bottom-color: #9e6c5d;
  background-color: #f9f4f4;
  background-image: none;
}

.block-services-wrap.services-home-10 {
  width: 100%;
  height: 200px;
  margin: 0px;
  border-top-style: none;
  border-bottom-color: #9e6c5d;
  background-color: #f9f4f4;
  background-image: none;
}

.block-services-wrap.services-home-11 {
  width: 100%;
  height: 420px;
  margin: 0px;
  padding: 22px;
  border-style: none;
  border-width: 1px 1px 8px;
  border-color: #000 #000 #fff6ce;
  background-color: rgba(0, 0, 0, 0.09);
  background-image: none;
}

.block-services-wrap.services-01 {
  width: 100%;
  height: 100%;
  margin: 0px;
  border-top-style: none;
  border-bottom-style: none;
  border-bottom-color: #e2ad82;
  background-color: rgba(226, 173, 130, 0.49);
  background-image: none;
}

.block-services-wrap.services-02 {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding-top: 30px;
  border-top-style: none;
  border-bottom-style: none;
  border-bottom-color: #e2ad82;
  background-color: rgba(80, 66, 63, 0.5);
  background-image: none;
}

.line_02 {
  position: absolute;
  z-index: 999;
  width: 25%;
  height: 1px;
  margin-left: -12.5%;
  background-color: #f9f9f9;
}

.block-animation-services-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.line_01 {
  position: absolute;
  z-index: 999;
  width: 25%;
  height: 1px;
  margin-left: 12.5%;
  background-color: #f9f9f9;
}

.h1 {
  position: absolute;
  z-index: 15;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #f9f9f9;
  font-size: 90px;
  line-height: 70px;
}

.services-plain-text {
  display: none;
  overflow: visible;
  width: 100%;
  font-family: 'Varela Round', sans-serif;
  color: #f8e0b0;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}

.content_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.ring_03 {
  position: absolute;
  width: 120px;
  height: 120px;
  border-style: solid;
  border-width: 1px;
  border-color: #eee;
  border-radius: 0px;
  opacity: 0.3;
}

.text-content-big {
  display: block;
  width: auto;
  margin-top: 10px;
  margin-bottom: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: turnip, sans-serif;
  color: #9e6c5d;
  font-size: 14px;
  line-height: 22px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.text-content-big.saiba-mais {
  width: auto;
  margin-bottom: 0px;
  color: #fff;
  font-size: 26px;
  line-height: 35px;
}

.text-content-big.saiba-mais:hover {
  color: #f9f4f4;
}

.line_03 {
  position: absolute;
  z-index: 999;
  width: 25%;
  height: 1px;
  margin-left: -12.5%;
  background-color: #f9f9f9;
}

.container-services-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-height: none;
  max-width: none;
  margin-top: 100px;
  margin-right: 20px;
  margin-left: 20px;
  padding: 80px 3% 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #f1dbca;
  text-align: left;
}

.green_dot {
  position: relative;
  z-index: 9;
  width: 10px;
  height: 10px;
  border-radius: 100px;
  background-color: #5b3acc;
}

.ring_01 {
  position: absolute;
  display: none;
  width: 50px;
  height: 50px;
  border: 1px solid #eee;
  border-radius: 100px;
}

.ring_02 {
  position: absolute;
  display: none;
  width: 100px;
  height: 100px;
  border-style: solid;
  border-width: 1px;
  border-color: #eee;
  border-radius: 100px;
  opacity: 0.6;
}

.dot_container {
  position: relative;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15px;
  height: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
}

.container-services {
  padding-top: 0px;
  padding-bottom: 0px;
}

.image-2 {
  height: 50px;
}

.arrow-home-hero {
  display: block;
  height: 50px;
  max-width: 100%;
  margin-top: 40px;
  padding-top: 0px;
}

.icon-services {
  position: absolute;
  z-index: 15;
  width: 60px;
  margin-bottom: 0px;
  padding-bottom: 30px;
}

.heading-services {
  margin: 0px auto;
  font-family: turnip, sans-serif;
  color: #9e6c5d;
  font-size: 45px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.section-home-servises {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -600px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.text-block-2 {
  width: 100%;
  font-family: 'PT Sans', sans-serif;
  text-transform: uppercase;
}

.get-in-touch-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: none;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.status-message {
  padding: 9px 30px;
  background-color: #202020;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-success-message {
  padding-right: 20px;
  padding-left: 20px;
  background-color: #000;
}

.button-contact {
  width: 100%;
  padding: 12px 25px;
  border-radius: 10px;
  background-color: #856324;
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button-contact:hover {
  border: 1px solid transparent;
  background-color: #cfa554;
  color: #fff;
}

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

.text-field {
  margin-bottom: 18px;
  padding: 21px 20px;
  border: 1px solid #e4e4e4;
  border-radius: 0px;
  -webkit-transition: border-color 400ms ease;
  transition: border-color 400ms ease;
  font-size: 14px;
  line-height: 26px;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active {
  border-color: #43464d;
}

.text-field:focus {
  border-color: #43464d;
}

.text-field::-webkit-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field:-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
  border-color: #9e6c5d;
  background-color: #f9f4f4;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-transform: none;
}

.text-field.cc-contact-field.download-form-text {
  border-style: solid;
  border-color: #9e6c5d;
  background-color: #f9f4f4;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 300;
  text-transform: none;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.text-field.cc-textarea.cc-contact-field {
  height: 113px;
  border-color: #9e6c5d;
  background-color: #f9f4f4;
  font-size: 16px;
  font-weight: 300;
  text-transform: none;
}

.contact-heading {
  margin-top: 0px;
  margin-bottom: 40px;
  font-family: Oswald, sans-serif;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.contact-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: none;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.link {
  color: #fff;
}

.contact-form-wrap {
  width: 1000px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 60px 30px;
  border-style: none none solid;
  border-width: 1px 1px 6px;
  border-color: #eee #eee #9e6c5d;
  background-color: #f9f4f4;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.section-home-contact {
  display: block;
  padding-top: 140px;
  padding-bottom: 140px;
  background-color: #f1dbca;
}

.heading-contact {
  margin: 0px auto 60px -150px;
  font-family: turnip, sans-serif;
  color: #9e6c5d;
  font-size: 36px;
  font-weight: 200;
  text-align: center;
  text-transform: uppercase;
}

.container-home-contact {
  padding-top: 0px;
  padding-bottom: 0px;
}

.collum-ebook-download-wrapper {
  padding: 20px;
}

.collum-home-contact-wrapper {
  padding: 0px;
}

.get-in-touch-form-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  clear: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-form-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.button-send-contact {
  width: 100%;
  padding: 12px 25px;
  border-radius: 0px;
  background-color: #9e6c5d;
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button-send-contact:hover {
  background-color: #ffbb5b;
  color: #f9f4f4;
}

.button-send-contact:active {
  background-color: #9e6c5d;
  color: #fff;
}

.image-team {
  position: static;
  left: 0px;
  top: auto;
  display: block;
  width: auto;
  height: 250px;
  max-width: none;
  margin-right: 35px;
  margin-bottom: 0px;
  margin-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.heading-ebook {
  width: 40vh;
  margin: 0px 60px 60px -150px;
  font-family: turnip, sans-serif;
  color: #9e6c5d;
  font-size: 36px;
  line-height: 40px;
  font-weight: 200;
  text-align: left;
  text-transform: uppercase;
}

.paragraph-light {
  width: 100%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  opacity: 1;
  font-family: 'PT Sans', sans-serif;
  color: #533d13;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  letter-spacing: normal;
}

.paragraph-light.paragraph-ebook-donwload {
  width: 100%;
  color: #000;
  text-align: left;
}

.paragraph-light.footer-text {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #bb9346;
  font-size: 12px;
  line-height: 20px;
  text-align: left;
  text-decoration: none;
  text-transform: none;
}

.ebook-plain-text {
  width: 95%;
  margin-top: 66px;
  margin-bottom: 0px;
  font-family: Rubik, sans-serif;
  color: #533d13;
  font-size: 14px;
  line-height: 22px;
  text-align: left;
}

.ebook-form-wrap {
  width: 1000px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  padding: 60px 30px 60px 80px;
  border-style: none none solid;
  border-width: 1px 1px 6px;
  border-color: #eee #eee #9e6c5d;
  background-color: #f9f4f4;
  text-transform: none;
}

.column-image-team {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-ebook-content {
  height: auto;
}

.column-2 {
  height: 100%;
}

.columns {
  height: 100%;
}

.container-home-contact-wrap {
  display: block;
  padding: 50px 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-style: solid none;
  border-width: 1px;
  border-color: #9e6c5d #000;
  border-radius: 0px;
  background-color: #d8d8d8;
  background-image: -webkit-gradient(linear, left top, right top, from(#f1dbca), color-stop(56%, #fff1e6));
  background-image: linear-gradient(90deg, #f1dbca, #fff1e6 56%);
}

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

.div-block-home-contact-form-wrap-left {
  width: 50%;
  padding-right: 10px;
}

.div-block-home-contact-form-wrap-right {
  width: 50%;
  padding-left: 10px;
}

.div-block-home-contact-form-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.lists-gallery-wrap {
  display: -ms-grid;
  display: grid;
  width: 40vw;
  height: 50vw;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-areas: "Area Area Area-2" "Area-3 Area-4 Area-5" "Area-6 Area-6 Area-6";
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto 20px auto 20px auto;
  grid-template-rows: auto auto auto;
}

.list {
  width: 100%;
  height: 100%;
}

.item {
  width: 100%;
  height: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
}

.section-gallery {
  background-color: #f8e0b0;
}

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

.heading-gallery {
  margin: 0px 0px 20px 108px;
  background-color: transparent;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 50px;
  font-weight: 200;
  text-align: center;
  text-transform: uppercase;
}

.container-gallery-wrapper {
  padding-top: 100px;
  padding-bottom: 100px;
}

.image-gallery-02 {
  width: 365px;
  height: 230px;
  background-image: url('../images/demartini_01_capa.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-gallery-01 {
  width: 230px;
  height: 230px;
  background-image: url('../images/demartini_01_capa.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-gallery-03 {
  width: 230px;
  height: 365px;
  background-image: url('../images/demartini_01_capa.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-gallery-04 {
  width: 700px;
  height: 230px;
  background-image: url('../images/demartini_01_capa.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-gallery-05 {
  width: 365px;
  height: 230px;
  background-image: url('../images/demartini_01_capa.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.column-4 {
  position: relative;
  overflow: visible;
}

.column-team-paragraph {
  padding-right: 20px;
  padding-left: 20px;
}

.hero-section-services-page {
  position: static;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: 80vh;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f8e0b0;
  background-image: url('../images/DEMARTINI_BG_SERVICOS.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-wrapper-services-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: auto;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 80px;
  padding-left: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bold-text-hero-services-page {
  margin-bottom: 20px;
  padding-bottom: 0px;
  font-family: turnip, sans-serif;
  color: #ffbb5b;
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
  text-transform: uppercase;
}

.container-all-services-page-wrap {
  display: block;
  padding: 50px 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-style: solid none;
  border-width: 1px;
  border-color: #bb9346 #000;
  border-radius: 0px;
  background-color: #e0e0e0;
  background-image: linear-gradient(83deg, #f0f0f0 45%, transparent 75%);
}

.section-services-page {
  margin-bottom: 0px;
  padding: 100px 40px 10px;
  background-color: #e9e9e9;
}

.div-block-4 {
  background-image: url('../images/01_demartini_atuacao.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.bold-text-all-services-page {
  background-color: #533d13;
  font-family: Oswald, sans-serif;
  color: #f8e0b0;
  font-size: 36px;
  line-height: 60px;
  font-weight: 200;
  text-align: left;
  text-transform: uppercase;
}

.all-services-plain-text {
  width: 100%;
  font-family: 'Varela Round', sans-serif;
  color: #533d13;
  font-size: 15px;
  line-height: 22px;
  text-align: left;
}

.div-block-all-services-page-01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  max-width: none;
  margin: 60px 0px 0px;
  padding: 0px 40px 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-top: 1px solid #9e6c5d;
  border-bottom: 1px solid #9e6c5d;
  background-color: #fff7f0;
}

.div-block-5 {
  width: 50%;
  height: 500px;
  background-image: url('../images/01_demartini_atuacao.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-image-services-page-familia-e-sucessoes {
  display: block;
  overflow: auto;
  width: 700px;
  height: 150px;
  max-height: none;
  max-width: none;
  margin-top: -40px;
  margin-right: -50px;
  margin-left: 0px;
  padding-top: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  border-style: none solid none none;
  border-width: 1px 30px;
  border-color: #000 #9e6c5d #000 #ead7c8;
  border-radius: 0px;
  background-image: url('../images/DEMARTINI_ATUACAO_05.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
  opacity: 1;
}

.div-block-image-services-page-familia-e-sucessoes.service-image-2 {
  background-image: url('../images/header_holding.jpg');
  background-position: 50% 100%;
}

.div-block-image-services-page-familia-e-sucessoes.service-image-3 {
  background-image: url('../images/header_imobiliario.jpg');
  background-position: 50% 100%;
}

.div-block-image-services-page-familia-e-sucessoes.service-image-4 {
  background-image: url('../images/header_shopping_complexos.jpg');
  background-position: 50% 0%;
}

.div-block-image-services-page-familia-e-sucessoes.service-image-2 {
  background-image: url('../images/header_holding.jpg');
  background-position: 50% 0%;
}

.div-block-content-services-page-01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-top: 60px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-left-content-services-page {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 40px;
  margin-left: -20px;
  font-family: turnip, sans-serif;
  color: #9e6c5d;
  font-size: 40px;
  line-height: 52px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.paragraph-content-services-page {
  width: 100%;
  margin-bottom: 0px;
  padding-right: 0px;
  font-family: Rubik, sans-serif;
  color: #777;
  font-size: 16px;
  line-height: 22px;
  text-align: justify;
}

.div-block-6 {
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  border-top: 1px solid #bb9346;
  background-color: #fff;
}

.view-all-features-link {
  display: inline-block;
  width: 65%;
  margin-top: 25px;
  padding-right: 25px;
  background-image: url('../images/right-arrow-1.png');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  font-family: Rubik, sans-serif;
  color: #533d13;
  text-decoration: none;
}

.div-block-all-services-page-wrap-02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 1000px;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
  padding-right: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px none #bb9346;
  background-color: #d8d8d8;
  background-image: -webkit-gradient(linear, left top, right top, from(#fff1e6), color-stop(56%, #d3b8a3));
  background-image: linear-gradient(90deg, #fff1e6, #d3b8a3 56%);
}

.icon-services-page {
  position: absolute;
  z-index: 15;
  display: none;
  width: 120px;
  margin-top: -20px;
  margin-left: 50px;
}

.div-block-image-left-services-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: 450px;
  padding-top: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 5px solid #f8e0b0;
  border-bottom: 5px solid #bb9346;
  background-image: url('../images/01_demartini_atuacao.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-content-right-services-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  height: 100%;
  padding-top: 0px;
  padding-right: 60px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-all-services-page-02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 430px;
  max-width: 1450px;
  margin-right: auto;
  margin-left: auto;
  padding: 60px 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.div-block-content-services-page-02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-right: 0px;
  margin-left: 60px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-footer-wrap {
  padding: 50px 20px;
}

.div-block-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  max-width: 1400px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-footer-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-logo {
  width: 150px;
  margin-bottom: 40px;
}

.footer-location-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-link-location {
  font-family: Rubik, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  text-decoration: none;
}

.footer-link-location:hover {
  color: #ead7c8;
}

.image-footer-location {
  display: block;
  height: 35px;
  margin-right: 20px;
  margin-left: 0px;
}

.footer-contact-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  margin-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-footer-phone {
  display: block;
  height: 35px;
  margin-right: 20px;
  margin-left: 0px;
}

.bold-text-footer-phone {
  color: #fff;
  font-size: 14px;
}

.bold-text-footer-phone:hover {
  color: #ead7c8;
}

.heading-footer {
  width: 80%;
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: turnip, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.link-block-footer-01 {
  width: auto;
  height: auto;
  margin-bottom: 10px;
  text-decoration: none;
}

.footer-text {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
}

.div-block-footer-services {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-footer-services-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-footer-wrap-services {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.columns-footer {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-footer-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-footer {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #50423f;
}

.image-phone {
  display: block;
  height: 40px;
  margin-right: 10px;
  margin-left: 10px;
}

.hero-section-about {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: 100vh;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f8e0b0;
  background-image: url('../images/header_quem-somos.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.hero-wrapper-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: auto;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 80px;
  padding-left: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bold-text-hero-about {
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 60px;
  font-weight: 200;
  text-transform: uppercase;
}

.paragraph-text-hero-about {
  font-family: Oswald, sans-serif;
  color: #f8e0b0;
  line-height: 60px;
  font-weight: 200;
  text-transform: uppercase;
}

.hero-paragraph-about {
  height: auto;
  margin-top: 0px;
  margin-bottom: 40px;
  font-family: Oswald, sans-serif;
  font-size: 50px;
  line-height: 60px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.hero-headline-about {
  height: auto;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 50px;
  line-height: 60px;
  font-style: normal;
  font-weight: 200;
  text-align: center;
}

.bold-text-3 {
  color: #f8e0b0;
  font-weight: 400;
}

.about-content-text-section {
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  border-radius: 0px;
  background-color: #fff1e6;
  opacity: 1;
}

.about-content-text-heading {
  width: auto;
  height: auto;
  font-family: Rubik, sans-serif;
  color: #9e6c5d;
  font-size: 22px;
  line-height: 35px;
  font-weight: 400;
  text-align: justify;
}

.div-block-all-services-page-03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 450px;
  max-width: 50%;
  margin-right: auto;
  margin-left: 40px;
  padding: 60px 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.div-block-all-services-page-wrap-big {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 1500px;
  margin-right: auto;
  margin-bottom: 140px;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px none #bb9346;
  background-color: #fff;
}

.div-block-content-services-page-big {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.paragraph-content-services-page-big {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 47%;
  padding-right: 0px;
  font-family: Rubik, sans-serif;
  color: #777;
  font-size: 13px;
  text-align: left;
}

.div-block-image-services-page-big {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: 480px;
  max-height: none;
  padding-top: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 5px solid #f8e0b0;
  border-bottom: 5px solid #bb9346;
  background-image: url('../images/01_demartini_TEST.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-all-services-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  max-width: 1500px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px none #bb9346;
  background-color: transparent;
}

.block-services-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  margin: 0px 5px;
  padding: 0px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 8px 1px 8px 0px;
  border-color: #f8e0b0 #fff #bb9346 #bb9346;
  border-radius: 0px;
  background-color: transparent;
  opacity: 1;
  font-size: 20px;
  text-decoration: none;
  cursor: pointer;
}

.heading-service-page-icons {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  color: #bb9346;
  font-size: 14px;
  line-height: 20px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.section-services-page-icons {
  height: 100%;
  margin-bottom: 0px;
  padding: 40px;
  background-color: #bb9346;
}

.icon-services-page-all {
  position: absolute;
  z-index: 15;
  width: 50px;
}

.section-icons {
  margin-right: auto;
  margin-left: auto;
  padding: 80px 10%;
  background-color: #f1dbca;
}

.link-block-icon-01 {
  width: 20%;
  height: auto;
  text-decoration: none;
}

.shopping {
  margin-bottom: 0px;
  padding: 100px 40px 10px;
  background-color: #e9e9e9;
}

.div-block-team {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 350px;
  max-width: 1500px;
  padding: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f8e0b0;
}

.section-team {
  margin-right: 0px;
  margin-left: 0px;
  padding: 80px 40px 140px;
  background-color: #fff;
}

.columns-team {
  width: 100%;
  height: 100%;
}

.column-team-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-team-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-team-text {
  height: 100%;
}

.div-block-image-team {
  width: 100%;
  height: 450px;
  clear: none;
  background-image: url('../images/DEMARTINI_APRE_CARLA.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.heading {
  width: 100%;
  height: 100%;
  font-family: Oswald, sans-serif;
}

.bold-text-4 {
  display: inline;
  width: 100%;
}

.team-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1100px;
  height: 400px;
  margin: 240px auto 0px;
  padding: 60px 30px 60px 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none none solid;
  border-width: 1px 1px 6px;
  border-color: #eee #eee #a99f9d;
  background-color: #fff1e6;
  text-transform: none;
}

.column-team {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.column-team-head {
  height: 100%;
}

.heading-team {
  position: static;
  display: block;
  width: 40vh;
  margin: 0px auto 60px -180px;
  float: none;
  clear: none;
  font-family: turnip, sans-serif;
  color: #9e6c5d;
  font-size: 36px;
  line-height: 52px;
  font-weight: 200;
  text-align: left;
  text-transform: uppercase;
}

.paragraph-team {
  font-family: Rubik, sans-serif;
  color: #9e6c5d;
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
}

.hero-section-contact {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: 80vh;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f8e0b0;
  background-image: url('../images/DEMARTINI_BG_CONTATO.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-wrapper-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: auto;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 80px;
  padding-left: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-contact {
  display: block;
  padding-top: 140px;
  padding-bottom: 150px;
  background-color: #f1dbca;
}

.container-contact-wrap {
  display: block;
  padding: 0px 0px 80px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-style: solid none;
  border-width: 1px;
  border-color: #bb9346 #000;
  border-radius: 0px;
  background-color: #d8d8d8;
}

.button-wrapper {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 15%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2e2e2e;
  -webkit-transition: background-color 200ms cubic-bezier(.55, .055, .675, .19);
  transition: background-color 200ms cubic-bezier(.55, .055, .675, .19);
}

.button-wrapper:hover {
  width: 150px;
  background-color: #131313;
}

.col-2-2-2 {
  position: relative;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.contact-text {
  position: static;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  font-family: Exo, sans-serif;
  color: #b9b9b9;
}

.col-1-2-2-1 {
  position: relative;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

.col2-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 10px 10px 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.section-gallery-home {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: auto;
  height: 90vh;
  max-width: none;
  margin-top: 100px;
  margin-right: 60px;
  margin-left: 60px;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #ead7c8;
}

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

.hero-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  margin-left: 0px;
  background-image: url('../images/sala_reunião.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: -webkit-transform 200ms cubic-bezier(.55, .085, .68, .53);
  transition: -webkit-transform 200ms cubic-bezier(.55, .085, .68, .53);
  transition: transform 200ms cubic-bezier(.55, .085, .68, .53);
  transition: transform 200ms cubic-bezier(.55, .085, .68, .53), -webkit-transform 200ms cubic-bezier(.55, .085, .68, .53);
}

.hero-bg:hover {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

.paragraph-gallery {
  margin-bottom: 0px;
  padding-right: 0%;
  padding-left: 0%;
  -webkit-transition: color 200ms cubic-bezier(.55, .085, .68, .53);
  transition: color 200ms cubic-bezier(.55, .085, .68, .53);
  font-family: Rubik, sans-serif;
  color: #fff;
  font-weight: 400;
  text-align: left;
}

.paragraph-gallery:hover {
  color: #7c7c7c;
}

.col-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0.8;
  -webkit-flex: 0.8 auto;
  -ms-flex: 0.8 auto;
  flex: 0.8 auto;
}

.col-1-2-2-2 {
  position: relative;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.col-2-2-1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  clear: none;
  -webkit-box-flex: 1.5;
  -webkit-flex: 1.5 auto;
  -ms-flex: 1.5 auto;
  flex: 1.5 auto;
  background-color: #bb9346;
}

.col-1-2-1-1 {
  position: relative;
  -webkit-box-flex: 3;
  -webkit-flex: 3 auto;
  -ms-flex: 3 auto;
  flex: 3 auto;
  background-color: #202020;
}

.header-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.col3-2 {
  height: 33%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #7e7e7e;
  background-image: linear-gradient(207deg, rgba(0, 0, 0, 0.56), rgba(32, 32, 32, 0.28) 47%, rgba(3, 3, 3, 0.34) 101%), url('../images/pittsburgh-pennsylvania-usa-dark-map-jurq-studio.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.col-1-2-1-2-2 {
  position: relative;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #131313;
  -webkit-transition: background-color 200ms cubic-bezier(.55, .085, .68, .53);
  transition: background-color 200ms cubic-bezier(.55, .085, .68, .53);
}

.col-1-2-1-2-2:hover {
  background-color: #000;
}

.col3-1 {
  position: relative;
  height: 35%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #202020;
}

.image-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/photo-1499155286265-79a9dc9c6380.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 200ms cubic-bezier(.55, .085, .68, .53);
  transition: -webkit-transform 200ms cubic-bezier(.55, .085, .68, .53);
  transition: transform 200ms cubic-bezier(.55, .085, .68, .53);
  transition: transform 200ms cubic-bezier(.55, .085, .68, .53), -webkit-transform 200ms cubic-bezier(.55, .085, .68, .53);
}

.image-wrapper:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.facebook-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/facebook.png');
  background-position: 50% 50%;
  background-size: 15%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 200ms cubic-bezier(.55, .085, .68, .53), -webkit-transform 200ms cubic-bezier(.55, .085, .68, .53);
  transition: background-color 200ms cubic-bezier(.55, .085, .68, .53), -webkit-transform 200ms cubic-bezier(.55, .085, .68, .53);
  transition: background-color 200ms cubic-bezier(.55, .085, .68, .53), transform 200ms cubic-bezier(.55, .085, .68, .53);
  transition: background-color 200ms cubic-bezier(.55, .085, .68, .53), transform 200ms cubic-bezier(.55, .085, .68, .53), -webkit-transform 200ms cubic-bezier(.55, .085, .68, .53);
  color: #202020;
}

.facebook-wrapper:hover {
  background-color: #6200ff;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.services-text {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-family: Exo, sans-serif;
  color: #b9b9b9;
  font-size: 12px;
}

.col-1-2-1-2-1 {
  position: relative;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #131313;
  -webkit-transition: background-color 200ms cubic-bezier(.55, .085, .68, .53);
  transition: background-color 200ms cubic-bezier(.55, .085, .68, .53);
}

.col-1-2-1-2-1:hover {
  background-color: #000;
}

.col-1-2-1-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-7 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  padding: 19px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #bb9346;
}

.div-block-7._2 {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  background-image: url('../images/menu-button.png');
  background-position: 50% 50%;
  background-size: 20%;
  background-repeat: no-repeat;
}

.insta-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/instagram2.png');
  background-position: 50% 50%;
  background-size: 15%;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 200ms cubic-bezier(.55, .085, .68, .53);
  transition: -webkit-transform 200ms cubic-bezier(.55, .085, .68, .53);
  transition: transform 200ms cubic-bezier(.55, .085, .68, .53);
  transition: transform 200ms cubic-bezier(.55, .085, .68, .53), -webkit-transform 200ms cubic-bezier(.55, .085, .68, .53);
}

.insta-wrapper:hover {
  background-color: #6200ff;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.paragraph-2 {
  display: none;
  padding-right: 40px;
  padding-left: 40px;
}

.services-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 3%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.heading-4 {
  display: none;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: Exo, sans-serif;
}

.col-2 {
  display: -ms-grid;
  display: grid;
  padding-top: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 0.5fr auto auto;
  grid-template-rows: 0.5fr auto auto;
}

.col-1-1 {
  position: relative;
  height: 33%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: hsla(0, 0%, 100%, 0);
}

.col-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0.4;
  -webkit-flex: 0.4 auto;
  -ms-flex: 0.4 auto;
  flex: 0.4 auto;
}

.img-01 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/escritorio_01.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: -webkit-transform 200ms cubic-bezier(.55, .085, .68, .53);
  transition: -webkit-transform 200ms cubic-bezier(.55, .085, .68, .53);
  transition: transform 200ms cubic-bezier(.55, .085, .68, .53);
  transition: transform 200ms cubic-bezier(.55, .085, .68, .53), -webkit-transform 200ms cubic-bezier(.55, .085, .68, .53);
}

.img-01:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.col2-1 {
  position: relative;
  overflow: hidden;
  height: 66%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.gallery-hero-text-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 140px 30px 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #bb9346;
}

.col-1-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-2-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/photo-1495698960877-fdafa268c67a.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: -webkit-transform 200ms cubic-bezier(.55, .085, .68, .53);
  transition: -webkit-transform 200ms cubic-bezier(.55, .085, .68, .53);
  transition: transform 200ms cubic-bezier(.55, .085, .68, .53);
  transition: transform 200ms cubic-bezier(.55, .085, .68, .53), -webkit-transform 200ms cubic-bezier(.55, .085, .68, .53);
}

.image-2-wrapper:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.col3-3 {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: rgba(32, 32, 32, 0);
}

.contact---wrapper {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 3%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.button-tovabb {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  background-color: rgba(56, 152, 236, 0);
  -webkit-transition: background-color 200ms cubic-bezier(.55, .085, .68, .53);
  transition: background-color 200ms cubic-bezier(.55, .085, .68, .53);
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}

.button-tovabb:hover {
  background-color: #6200ff;
}

.heading-3 {
  margin-top: 0px;
  padding-left: 40px;
  -webkit-transition: color 200ms cubic-bezier(.55, .085, .68, .53);
  transition: color 200ms cubic-bezier(.55, .085, .68, .53);
  font-family: Exo, sans-serif;
  color: #b9b9b9;
}

.heading-3:hover {
  color: #f8f8f8;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #9e6c5d;
}

.heading-5 {
  margin-bottom: 0px;
  font-family: turnip, sans-serif;
  color: #9e6c5d;
  font-size: 45px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.paragraph-4 {
  width: auto;
  margin-bottom: 0px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff1e6;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
  text-align: justify;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/DEMARTINI_BG_HOME_CTA_04.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.block-services-wrap-big {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 49%;
  height: 350px;
  margin: 5px;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid none;
  border-width: 8px 1px 8px 0px;
  border-color: #f8e0b0 #fff #bb9346 #bb9346;
  border-radius: 0px;
  background-color: #bb9346;
  opacity: 1;
  cursor: pointer;
}

.team-wrap-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1100px;
  height: 500px;
  margin: 0px auto;
  padding: 60px 30px 60px 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none none solid;
  border-width: 1px 1px 6px;
  border-color: #eee #eee #a99f9d;
  background-color: #fff1e6;
  text-transform: none;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1500px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.content-wrap-big {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.section-all-services-page {
  margin: 0px;
  padding: 200px 60px 100px;
  background-color: #ffefe3;
}

.div-block-content-service-page {
  width: 100%;
  margin-top: 30px;
  margin-left: 30px;
  padding-right: 60px;
}

.image-3 {
  height: 50px;
}

.div-block-image-all-service-page {
  display: block;
  width: auto;
  height: auto;
  margin-right: 30px;
  margin-bottom: 40px;
  margin-left: -80px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: none;
  border-width: 5px;
  border-color: #000 #000 #bb9346;
  background-color: transparent;
}

.image-icon-service-page {
  position: relative;
  display: inline-block;
  overflow: visible;
  margin-top: 0px;
  float: none;
}

.image-5 {
  margin-top: 0px;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-content-all-service-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.col-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 10px 10px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.col4-1 {
  position: relative;
  overflow: hidden;
  height: 47.6%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.col4-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.img2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: linear-gradient(73deg, rgba(98, 0, 255, 0.27), hsla(0, 0%, 100%, 0)), url('../images/escritorio_01.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  -webkit-transition: -webkit-transform 200ms cubic-bezier(.55, .085, .68, .53);
  transition: -webkit-transform 200ms cubic-bezier(.55, .085, .68, .53);
  transition: transform 200ms cubic-bezier(.55, .085, .68, .53);
  transition: transform 200ms cubic-bezier(.55, .085, .68, .53), -webkit-transform 200ms cubic-bezier(.55, .085, .68, .53);
}

.img2:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.img-02 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: linear-gradient(73deg, rgba(98, 0, 255, 0.27), hsla(0, 0%, 100%, 0)), url('../images/escritorio_01.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  -webkit-transition: -webkit-transform 200ms cubic-bezier(.55, .085, .68, .53);
  transition: -webkit-transform 200ms cubic-bezier(.55, .085, .68, .53);
  transition: transform 200ms cubic-bezier(.55, .085, .68, .53);
  transition: transform 200ms cubic-bezier(.55, .085, .68, .53), -webkit-transform 200ms cubic-bezier(.55, .085, .68, .53);
}

.img-02:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.img-03 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/demartini-nakked-16.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: scroll;
  -webkit-transition: -webkit-transform 200ms cubic-bezier(.55, .085, .68, .53);
  transition: -webkit-transform 200ms cubic-bezier(.55, .085, .68, .53);
  transition: transform 200ms cubic-bezier(.55, .085, .68, .53);
  transition: transform 200ms cubic-bezier(.55, .085, .68, .53), -webkit-transform 200ms cubic-bezier(.55, .085, .68, .53);
}

.img-03:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.img-04 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/demartini-nakked-fachada-2.jpg');
  background-position: 0% 50%;
  background-size: cover;
  -webkit-transition: -webkit-transform 200ms cubic-bezier(.55, .085, .68, .53);
  transition: -webkit-transform 200ms cubic-bezier(.55, .085, .68, .53);
  transition: transform 200ms cubic-bezier(.55, .085, .68, .53);
  transition: transform 200ms cubic-bezier(.55, .085, .68, .53), -webkit-transform 200ms cubic-bezier(.55, .085, .68, .53);
}

.img-04:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.img-05 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/demartini-nakked-fachada-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: -webkit-transform 200ms cubic-bezier(.55, .085, .68, .53);
  transition: -webkit-transform 200ms cubic-bezier(.55, .085, .68, .53);
  transition: transform 200ms cubic-bezier(.55, .085, .68, .53);
  transition: transform 200ms cubic-bezier(.55, .085, .68, .53), -webkit-transform 200ms cubic-bezier(.55, .085, .68, .53);
}

.img-05:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.img-00 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/escritorio_03.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: -webkit-transform 200ms cubic-bezier(.55, .085, .68, .53);
  transition: -webkit-transform 200ms cubic-bezier(.55, .085, .68, .53);
  transition: transform 200ms cubic-bezier(.55, .085, .68, .53);
  transition: transform 200ms cubic-bezier(.55, .085, .68, .53), -webkit-transform 200ms cubic-bezier(.55, .085, .68, .53);
}

.img-00:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.img-0 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/escritorio_03.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: -webkit-transform 200ms cubic-bezier(.55, .085, .68, .53);
  transition: -webkit-transform 200ms cubic-bezier(.55, .085, .68, .53);
  transition: transform 200ms cubic-bezier(.55, .085, .68, .53);
  transition: transform 200ms cubic-bezier(.55, .085, .68, .53), -webkit-transform 200ms cubic-bezier(.55, .085, .68, .53);
}

.img-0:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.div-block-image-services-page-02 {
  display: block;
  overflow: auto;
  width: 700px;
  height: 150px;
  max-height: none;
  max-width: none;
  margin-top: -40px;
  margin-right: -50px;
  margin-left: 60px;
  padding-top: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: none solid none none;
  border-width: 1px 30px;
  border-color: #000 #bb9346;
  border-radius: 0px;
  background-image: url('../images/header_imobiliario.png');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
  opacity: 1;
}

.div-block-image-services-page-02.service-image-2 {
  background-image: url('../images/header_holding.jpg');
  background-position: 50% 100%;
}

.div-block-image-services-page-02.service-image-3 {
  background-image: url('../images/header_imobiliario.jpg');
  background-position: 50% 100%;
}

.div-block-image-services-page-02.service-image-4 {
  background-image: url('../images/header_shopping_complexos.jpg');
  background-position: 50% 0%;
}

.div-block-image-services-page-02.service-image-2 {
  background-image: url('../images/header_holding.jpg');
  background-position: 50% 0%;
}

.div-block-cta {
  width: 150px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px;
  background-color: #bb9346;
  text-align: center;
  text-decoration: none;
}

.div-block-cta:hover {
  background-color: #907030;
}

.text-block-button-cta {
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
}

.link-block-icon-02 {
  width: 20%;
  height: auto;
  text-decoration: none;
}

.div-block-back {
  position: fixed;
  left: auto;
  top: auto;
  right: 5%;
  bottom: 5%;
  padding: 5px;
  border-style: solid;
  border-width: 2px;
  border-color: #ead7c8;
}

.image-back {
  position: static;
  left: auto;
  top: auto;
  right: 3%;
  bottom: 3%;
}

.link-block-button-cta {
  margin-right: auto;
  margin-left: auto;
  text-decoration: none;
}

.div-block-image-services-holding-familiar-empresarial {
  display: block;
  overflow: auto;
  width: 700px;
  height: 150px;
  max-height: none;
  max-width: none;
  margin-top: -40px;
  margin-right: -50px;
  margin-left: 60px;
  padding-top: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: none solid none none;
  border-width: 1px 30px;
  border-color: #000 #9e6c5d #000 #bb9346;
  border-radius: 0px;
  background-image: url('../images/DEMARTINI_ATUACAO_02.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
  opacity: 1;
}

.div-block-image-services-holding-familiar-empresarial.service-image-2 {
  background-image: url('../images/header_holding.jpg');
  background-position: 50% 100%;
}

.div-block-image-services-holding-familiar-empresarial.service-image-3 {
  background-image: url('../images/header_imobiliario.jpg');
  background-position: 50% 100%;
}

.div-block-image-services-holding-familiar-empresarial.service-image-4 {
  background-image: url('../images/header_shopping_complexos.jpg');
  background-position: 50% 0%;
}

.div-block-image-services-holding-familiar-empresarial.service-image-2 {
  background-image: url('../images/header_holding.jpg');
  background-position: 50% 0%;
}

.div-block-image-services-imobiliario {
  display: block;
  overflow: auto;
  width: 700px;
  height: 150px;
  max-height: none;
  max-width: none;
  margin-top: -40px;
  margin-right: -50px;
  margin-left: 60px;
  padding-top: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: none solid none none;
  border-width: 1px 30px;
  border-color: #000 #9e6c5d #000 #bb9346;
  border-radius: 0px;
  background-image: url('../images/DEMARTINI_ATUACAO_03.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
  opacity: 1;
}

.div-block-image-services-imobiliario.service-image-2 {
  background-image: url('../images/header_holding.jpg');
  background-position: 50% 100%;
}

.div-block-image-services-imobiliario.service-image-3 {
  background-image: url('../images/header_imobiliario.jpg');
  background-position: 50% 100%;
}

.div-block-image-services-imobiliario.service-image-4 {
  background-image: url('../images/header_shopping_complexos.jpg');
  background-position: 50% 0%;
}

.div-block-image-services-imobiliario.service-image-2 {
  background-image: url('../images/header_holding.jpg');
  background-position: 50% 0%;
}

.div-block-image-services-shopping-complexos {
  display: block;
  overflow: auto;
  width: 700px;
  height: 150px;
  max-height: none;
  max-width: none;
  margin-top: -40px;
  margin-right: -50px;
  margin-left: 60px;
  padding-top: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: none none none solid;
  border-width: 1px 30px;
  border-color: #000 #9e6c5d #000 #e2ad82;
  border-radius: 0px;
  background-image: url('../images/DEMARTINI_ATUACAO_04.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
  opacity: 1;
}

.div-block-image-services-shopping-complexos.service-image-2 {
  background-image: url('../images/header_holding.jpg');
  background-position: 50% 100%;
}

.div-block-image-services-shopping-complexos.service-image-3 {
  background-image: url('../images/header_imobiliario.jpg');
  background-position: 50% 100%;
}

.div-block-image-services-shopping-complexos.service-image-4 {
  background-image: url('../images/header_shopping_complexos.jpg');
  background-position: 50% 0%;
}

.div-block-image-services-shopping-complexos.service-image-2 {
  background-image: url('../images/header_holding.jpg');
  background-position: 50% 0%;
}

.div-block-image-services-varejo-e-consumo {
  display: block;
  overflow: auto;
  width: 700px;
  height: 150px;
  max-height: none;
  max-width: none;
  margin-top: -40px;
  margin-right: -50px;
  margin-left: 60px;
  padding-top: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: none solid none none;
  border-width: 1px 30px;
  border-color: #000 #9e6c5d #000 #bb9346;
  border-radius: 0px;
  background-image: url('../images/DEMARTINI_ATUACAO_09.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
  opacity: 1;
}

.div-block-image-services-varejo-e-consumo.service-image-2 {
  background-image: url('../images/header_holding.jpg');
  background-position: 50% 100%;
}

.div-block-image-services-varejo-e-consumo.service-image-3 {
  background-image: url('../images/header_imobiliario.jpg');
  background-position: 50% 100%;
}

.div-block-image-services-varejo-e-consumo.service-image-4 {
  background-image: url('../images/header_shopping_complexos.jpg');
  background-position: 50% 0%;
}

.div-block-image-services-varejo-e-consumo.service-image-2 {
  background-image: url('../images/header_holding.jpg');
  background-position: 50% 0%;
}

.div-block-image-services-empresarial-e-societrio {
  display: block;
  overflow: auto;
  width: 700px;
  height: 150px;
  max-height: none;
  max-width: none;
  margin-top: -40px;
  margin-right: -50px;
  margin-left: 60px;
  padding-top: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: none solid none none;
  border-width: 1px 30px;
  border-color: #000 #9e6c5d #000 #bb9346;
  border-radius: 0px;
  background-image: url('../images/DEMARTINI_ATUACAO_01.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
  opacity: 1;
}

.div-block-image-services-empresarial-e-societrio.service-image-2 {
  background-image: url('../images/header_holding.jpg');
  background-position: 50% 100%;
}

.div-block-image-services-empresarial-e-societrio.service-image-3 {
  background-image: url('../images/header_imobiliario.jpg');
  background-position: 50% 100%;
}

.div-block-image-services-empresarial-e-societrio.service-image-4 {
  background-image: url('../images/header_shopping_complexos.jpg');
  background-position: 50% 0%;
}

.div-block-image-services-empresarial-e-societrio.service-image-2 {
  background-image: url('../images/header_holding.jpg');
  background-position: 50% 0%;
}

.div-block-image-services-responsabilidade-civil {
  display: block;
  overflow: auto;
  width: 700px;
  height: 150px;
  max-height: none;
  max-width: none;
  margin-top: -40px;
  margin-right: -50px;
  margin-left: 60px;
  padding-top: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: none none none solid;
  border-width: 1px 30px;
  border-color: #000 #9e6c5d #000 #e2ad82;
  border-radius: 0px;
  background-image: url('../images/DEMARTINI_ATUACAO_06.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
  opacity: 1;
}

.div-block-image-services-responsabilidade-civil.service-image-2 {
  background-image: url('../images/header_holding.jpg');
  background-position: 50% 100%;
}

.div-block-image-services-responsabilidade-civil.service-image-3 {
  background-image: url('../images/header_imobiliario.jpg');
  background-position: 50% 100%;
}

.div-block-image-services-responsabilidade-civil.service-image-4 {
  background-image: url('../images/header_shopping_complexos.jpg');
  background-position: 50% 0%;
}

.div-block-image-services-responsabilidade-civil.service-image-2 {
  background-image: url('../images/header_holding.jpg');
  background-position: 50% 0%;
}

.div-block-image-services-contratos-e-negociacoes {
  display: block;
  overflow: auto;
  width: 700px;
  height: 150px;
  max-height: none;
  max-width: none;
  margin-top: -40px;
  margin-right: -50px;
  margin-left: 60px;
  padding-top: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: none none none solid;
  border-width: 1px 30px;
  border-color: #000 #9e6c5d #000 #e2ad82;
  border-radius: 0px;
  background-image: url('../images/DEMARTINI_ATUACAO_08.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
  opacity: 1;
}

.div-block-image-services-contratos-e-negociacoes.service-image-2 {
  background-image: url('../images/header_holding.jpg');
  background-position: 50% 100%;
}

.div-block-image-services-contratos-e-negociacoes.service-image-3 {
  background-image: url('../images/header_imobiliario.jpg');
  background-position: 50% 100%;
}

.div-block-image-services-contratos-e-negociacoes.service-image-4 {
  background-image: url('../images/header_shopping_complexos.jpg');
  background-position: 50% 0%;
}

.div-block-image-services-contratos-e-negociacoes.service-image-2 {
  background-image: url('../images/header_holding.jpg');
  background-position: 50% 0%;
}

.div-block-image-services-trabalhista {
  display: block;
  overflow: auto;
  width: 700px;
  height: 150px;
  max-height: none;
  max-width: none;
  margin-top: -40px;
  margin-right: -50px;
  margin-left: 60px;
  padding-top: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: none solid none none;
  border-width: 1px 30px;
  border-color: #000 #9e6c5d #000 #773e2d;
  border-radius: 0px;
  background-image: url('../images/DEMARTINI_ATUACAO_07.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
  opacity: 1;
}

.div-block-image-services-trabalhista.service-image-2 {
  background-image: url('../images/header_holding.jpg');
  background-position: 50% 100%;
}

.div-block-image-services-trabalhista.service-image-3 {
  background-image: url('../images/header_imobiliario.jpg');
  background-position: 50% 100%;
}

.div-block-image-services-trabalhista.service-image-4 {
  background-image: url('../images/header_shopping_complexos.jpg');
  background-position: 50% 0%;
}

.div-block-image-services-trabalhista.service-image-2 {
  background-image: url('../images/header_holding.jpg');
  background-position: 50% 0%;
}

.div-block-image-services-bancario-e-securitario {
  display: block;
  overflow: auto;
  width: 700px;
  height: 150px;
  max-height: none;
  max-width: none;
  margin-top: -40px;
  margin-right: -50px;
  margin-left: 60px;
  padding-top: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: none none none solid;
  border-width: 1px 30px;
  border-color: #000 #9e6c5d #000 #e2ad82;
  border-radius: 0px;
  background-image: url('../images/DEMARTINI_ATUACAO_10.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
  opacity: 1;
}

.div-block-image-services-bancario-e-securitario.service-image-2 {
  background-image: url('../images/header_holding.jpg');
  background-position: 50% 100%;
}

.div-block-image-services-bancario-e-securitario.service-image-3 {
  background-image: url('../images/header_imobiliario.jpg');
  background-position: 50% 100%;
}

.div-block-image-services-bancario-e-securitario.service-image-4 {
  background-image: url('../images/header_shopping_complexos.jpg');
  background-position: 50% 0%;
}

.div-block-image-services-bancario-e-securitario.service-image-2 {
  background-image: url('../images/header_holding.jpg');
  background-position: 50% 0%;
}

.div-block-11 {
  width: auto;
}

.link-block {
  width: 24%;
  margin: 5px;
  text-decoration: none;
}

.link-block-2 {
  width: 24%;
  margin: 5px;
  text-decoration: none;
}

.link-block-3 {
  width: 24%;
  margin: 5px;
  text-decoration: none;
}

.div-block-12 {
  margin: 6px;
}

.link-block-4 {
  width: 24%;
  margin: 5px;
  text-decoration: none;
}

.link-block-5 {
  width: 24%;
  margin: 5px;
  text-decoration: none;
}

.div-block-13 {
  width: 24%;
}

.link-block-6 {
  width: 24%;
  margin: 5px;
  text-decoration: none;
}

.link-block-7 {
  width: 24%;
  margin: 5px;
  text-decoration: none;
}

.link-block-8 {
  width: 24%;
  margin: 5px;
  text-decoration: none;
}

.link-block-9 {
  width: 24%;
  margin: 5px;
  text-decoration: none;
}

.link-block-10 {
  width: 24%;
  margin: 5px;
  text-decoration: none;
}

.link-block-11 {
  width: 49%;
  margin: 5px;
  text-decoration: none;
}

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

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

.text-block-5 {
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.link-2 {
  color: #fff;
  font-size: 10px;
  text-decoration: none;
}

._33block {
  width: 33.33%;
  height: 300px;
  padding: 5px;
  float: left;
}

.tile-text {
  position: absolute;
  left: 25px;
  bottom: 24px;
  z-index: 20;
  color: #fff;
  font-size: 27px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.37);
}

.section {
  padding-top: 10px;
  padding-bottom: 60px;
}

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

._40block {
  position: relative;
  width: 40%;
  height: 300px;
  padding: 5px;
  float: left;
}

.social-block {
  width: 50%;
  height: 145px;
  float: left;
  background-color: #55acee;
  background-image: url('../images/twitter.svg');
  background-position: 50% 50%;
  background-size: 50px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
}

.social-block:hover {
  background-color: #3d90cf;
}

.social-block.pinterest {
  background-color: #c92228;
  background-image: url('../images/LI-In-Bug-copy.png');
}

.social-block.pinterest:hover {
  background-color: #aa1217;
}

.social-block.facebook {
  background-color: #3765a3;
  background-image: url('../images/facebook.svg');
  background-size: 50px;
}

.social-block.facebook:hover {
  background-color: #23528f;
}

.social-block.dribbble {
  display: inline-block;
  background-color: #e04c86;
  background-image: url('../images/logo-white.png');
  background-position: 50% 50%;
  background-size: 70px;
}

.social-block.dribbble:hover {
  background-color: #c02c67;
}

.tile-image {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  background-image: url('../images/rowan-heuvel-bjej8BY1JYQ-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: -webkit-transform 1000ms ease;
  transition: -webkit-transform 1000ms ease;
  transition: transform 1000ms ease;
  transition: transform 1000ms ease, -webkit-transform 1000ms ease;
}

.tile-image:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.tile-image.hire {
  background-image: url('../images/home-is-where-your-story-begins2.jpg');
}

.tile-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.hero-tile {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.hero-container {
  position: relative;
  top: -70px;
  padding: 5px;
  background-color: #fff;
}

._60block {
  width: 60%;
  height: 300px;
  padding: 5px;
  float: left;
}

.collection-list-wrapper {
  width: 90vw;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  -webkit-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 25px;
  column-gap: 25px;
}

.collection-item {
  margin-bottom: 25px;
}

.grid-2 {
  padding: 10px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.image-6 {
  height: 480px;
}

.container-11 {
  padding: 20px;
  background-color: #e0e0e0;
}

.grid-3 {
  padding-right: 10px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.img-gallery-01 {
  height: 250px;
  background-image: url('../images/recepcao.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.grid-4 {
  padding-top: 0px;
  padding-bottom: 0px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.column-5 {
  padding: 0px;
}

.img-gallery-02 {
  height: 250px;
  background-image: url('../images/sala_reunião.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.img-gallery-03 {
  height: 250px;
  background-image: url('../images/demartini-nakked-16.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.img-gallery-04 {
  height: 250px;
  background-image: url('../images/escritorio_02.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.img-gallery-05 {
  height: 250px;
  background-image: url('../images/escritorio_03.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.img-gallery-06 {
  height: 250px;
  background-image: url('../images/escritorio_01.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.section-6 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.location-wrapper-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-6 {
  height: 100%;
}

.div-block-button-home {
  width: auto;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 25px;
  background-color: #f9f4f4;
  font-size: 10px;
  text-align: center;
  text-decoration: none;
}

.div-block-button-home:hover {
  background-color: #ead7c8;
}

.text-block-button-home {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #773e2d;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
}

.link-block-button-home {
  width: 49%;
  height: auto;
  margin: 5px;
  padding-top: 0px;
  padding-bottom: 0px;
  text-decoration: none;
}

.section-7 {
  margin-top: 0px;
  padding-top: 100px;
}

.img-06 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/recepcao.jpg');
  background-position: 0% 50%;
  background-size: cover;
  -webkit-transition: -webkit-transform 200ms cubic-bezier(.55, .085, .68, .53);
  transition: -webkit-transform 200ms cubic-bezier(.55, .085, .68, .53);
  transition: transform 200ms cubic-bezier(.55, .085, .68, .53);
  transition: transform 200ms cubic-bezier(.55, .085, .68, .53), -webkit-transform 200ms cubic-bezier(.55, .085, .68, .53);
}

.img-06:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.div-block-image-team-daniel {
  width: 100%;
  height: 550px;
  clear: none;
  background-image: url('../images/DEMARTINI_APRE_DANIEL.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-section-quem-somos {
  position: static;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: 80vh;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f8e0b0;
  background-image: url('../images/DEMARTINI_BG_QUEM_SOMOS.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-imagem-area-de-atuacao-01 {
  height: 220px;
  background-image: url('../images/DEMARTINI_BG_ATUACAO_01.jpg');
  background-position: 50% 20%;
  background-size: cover;
  background-attachment: scroll;
}

.div-block-imagem-area-de-atuacao-02 {
  height: 220px;
  background-image: url('../images/DEMARTINI_BG_ATUACAO_02.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
}

.div-block-imagem-area-de-atuacao-03 {
  height: 220px;
  background-image: url('../images/DEMARTINI_BG_ATUACAO_05.jpg');
  background-position: 50% 50%;
  background-size: 150%;
  background-attachment: scroll;
}

.div-block-imagem-area-de-atuacao-04 {
  height: 220px;
  background-image: url('../images/DEMARTINI_BG_ATUACAO_08.jpg');
  background-position: 0% 50%;
  background-size: 120%;
  background-attachment: scroll;
}

.div-block-imagem-area-de-atuacao-05 {
  height: 220px;
  background-image: url('../images/DEMARTINI_BG_ATUACAO_03.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
}

.div-block-imagem-area-de-atuacao-06 {
  height: 220px;
  background-image: url('../images/DEMARTINI_BG_ATUACAO_04.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-attachment: scroll;
}

.div-block-imagem-area-de-atuacao-07 {
  height: 220px;
  background-image: url('../images/DEMARTINI_BG_ATUACAO_09.jpg');
  background-position: 50% 50%;
  background-size: 110%;
  background-attachment: scroll;
}

.div-block-imagem-area-de-atuacao-08 {
  height: 220px;
  background-image: url('../images/DEMARTINI_BG_ATUACAO_06.jpg');
  background-position: 50% 90%;
  background-size: 110%;
  background-attachment: scroll;
}

.div-block-imagem-area-de-atuacao-09 {
  height: 220px;
  background-image: url('../images/DEMARTINI_BG_ATUACAO_07.jpg');
  background-position: 50% 50%;
  background-size: 130%;
  background-attachment: scroll;
}

.div-block-imagem-area-de-atuacao-10 {
  height: 220px;
  background-image: url('../images/DEMARTINI_BG_ATUACAO_10.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-attachment: scroll;
}

.bold-text-5 {
  color: #fff1e6;
}

.section-estrutura {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 140px;
  padding-bottom: 160px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff1e6;
}

.container-estrutura {
  display: -ms-grid;
  display: grid;
  margin-top: 120px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-flow: column;
  grid-auto-columns: 0.25fr;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto 15px auto 15px auto 15px auto 15px auto 15px auto 15px auto 15px auto 15px auto 15px auto;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
  border-style: none;
  border-width: 2px 1px;
  border-color: #9e6c5d #000;
  background-color: transparent;
}

.grid-5 {
  width: 100%;
  height: 800px;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-grid-row-align: center;
  align-self: center;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto 10px auto 10px auto 10px auto 10px auto 10px auto 10px auto;
  grid-template-rows: auto auto auto auto auto auto auto;
}

.div-block-estrutura-01 {
  width: auto;
  height: 370px;
  background-image: url('../images/DEMARTINI_BG_ESTRUTURA_01.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-estrutura-02 {
  height: 180px;
  background-image: url('../images/DEMARTINI_BG_ESTRUTURA_02.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-15 {
  display: -ms-grid;
  display: grid;
  width: 80%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto 15px auto 15px auto 15px auto 15px auto;
  grid-template-rows: auto auto auto auto auto;
}

.div-block-16 {
  width: auto;
  height: 200px;
}

.div-block-17 {
  height: 200px;
  background-image: url('../images/DEMARTINI_BG_HOME_CTA.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-18 {
  height: 200px;
}

.div-block-19 {
  height: 200px;
}

.div-block-19-copy {
  height: 200px;
}

.div-block-20 {
  height: 185px;
  margin-left: 210px;
}

.div-block-estrutura-03 {
  height: 180px;
  background-image: url('../images/DEMARTINI_BG_ESTRUTURA_03.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.div-block-estrutura-04 {
  width: auto;
  height: 370px;
  background-image: url('../images/DEMARTINI_BG_ESTRUTURA_04.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-estrutura-05 {
  height: 180px;
  background-image: url('../images/DEMARTINI_BG_ESTRUTURA_05.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.div-block-estrutura-06 {
  height: 180px;
  background-image: url('../images/DEMARTINI_BG_ESTRUTURA_06.jpg');
  background-position: 50% 70%;
  background-size: cover;
}

.div-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1280px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.bold-text-6 {
  font-weight: 400;
}

.div-block-estrutura-grid {
  display: -ms-grid;
  display: grid;
  width: 80%;
  max-width: 1280px;
  margin-top: 100px;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
}

.content-text-heading-head {
  width: auto;
  height: auto;
  font-family: turnip, sans-serif;
  color: #773e2d;
  font-size: 30px;
  line-height: 35px;
  font-weight: 400;
  text-align: justify;
  text-transform: uppercase;
}

.bold-text-7 {
  font-weight: 400;
}

.div-block-image-services-02 {
  display: block;
  overflow: auto;
  width: 700px;
  height: 150px;
  max-height: none;
  max-width: none;
  margin-top: -40px;
  margin-right: -50px;
  margin-left: 60px;
  padding-top: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: none none none solid;
  border-width: 1px 30px;
  border-color: #000 #9e6c5d #000 #e2ad82;
  border-radius: 0px;
  background-image: url('../images/DEMARTINI_ATUACAO_02.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
  opacity: 1;
}

.div-block-image-services-02.service-image-2 {
  background-image: url('../images/header_holding.jpg');
  background-position: 50% 100%;
}

.div-block-image-services-02.service-image-3 {
  background-image: url('../images/header_imobiliario.jpg');
  background-position: 50% 100%;
}

.div-block-image-services-02.service-image-4 {
  background-image: url('../images/header_shopping_complexos.jpg');
  background-position: 50% 0%;
}

.div-block-image-services-02.service-image-2 {
  background-image: url('../images/header_holding.jpg');
  background-position: 50% 0%;
}

.container-12 {
  margin-bottom: 60px;
}

.div-block-22 {
  margin-bottom: 60px;
}

.div-block-all-services-page-04 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  max-width: none;
  margin: 60px 0px 0px;
  padding: 0px 40px 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-top: 1px solid #9e6c5d;
  border-bottom: 1px solid #9e6c5d;
  background-color: #fff;
}

.div-block-all-services-page-wrap-01y {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 1000px;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
  padding-right: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px none #bb9346;
  background-color: #d8d8d8;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(32%, #fff1e6), to(#d3b8a3));
  background-image: linear-gradient(270deg, #fff1e6 32%, #d3b8a3);
}

.slide {
  background-color: #e2ad82;
  background-image: url('../images/DEMARTINI_BG_HOME_CTA.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-2 {
  background-color: #50423f;
  background-image: url('../images/DEMARTINI_BG_HOME_HEADING.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slider-header-hero-01 {
  display: block;
  height: 70vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/DEMARTINI_BG_HOME_HEADING.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.slide-3 {
  position: relative;
  margin-right: auto;
  margin-left: auto;
}

.div-block-header-hero-01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 80%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-header-hero-02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 80%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.slider {
  height: 80vh;
}

.slide-4 {
  background-color: #e2ad82;
  background-image: url('../images/DEMARTINI_BG_HOME_HEADING.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.slide-home-02 {
  background-image: url('../images/DEMARTINI_BG_HOME_HEADING_03.jpg');
  background-position: 50% 5%;
  background-size: cover;
}

.slide-nav {
  position: absolute;
  display: none;
  overflow: hidden;
}

.hero-wrapper-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  height: 100%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.hero-wrapper-02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  height: 100%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.hero-wrapper-home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 800px;
  height: 100%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.text-content-big-01 {
  display: block;
  margin-top: 10px;
  margin-bottom: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: turnip, sans-serif;
  color: #50423f;
  font-size: 18px;
  line-height: 25px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.text-content-big-01.saiba-mais {
  width: auto;
  margin-bottom: 0px;
  color: #fff;
  font-size: 26px;
  line-height: 35px;
}

.text-content-big-01.saiba-mais:hover {
  color: #f9f4f4;
}

.text-content-big-02 {
  display: block;
  margin-top: 10px;
  margin-bottom: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: turnip, sans-serif;
  color: #f9f4f4;
  font-size: 18px;
  line-height: 25px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.text-content-big-02.saiba-mais {
  width: auto;
  margin-bottom: 0px;
  color: #fff;
  font-size: 26px;
  line-height: 35px;
}

.text-content-big-02.saiba-mais:hover {
  color: #f9f4f4;
}

.div-block-button-home-02 {
  width: auto;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 25px;
  background-color: #9e6c5d;
  font-size: 10px;
  text-align: center;
  text-decoration: none;
}

.div-block-button-home-02:hover {
  background-color: #773e2d;
}

.div-block-imagem-area-de-atuacao-apresentacao {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 420px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 8px solid #773e2d;
  background-image: url('../images/DEMARTINI_BG_ATUACAO_APRE.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
}

.div-block-imagem-area-de-atuacao-saiba-mais {
  height: 420px;
  border-bottom: 8px solid #e2ad82;
  background-image: url('../images/DEMARTINI_BG_ATUACAO_SAIBA_MAIS.jpg');
  background-position: 70% 50%;
  background-size: cover;
  background-attachment: scroll;
}

.text-block-button-home-02 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff1e6;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
}

.link-block-12 {
  width: 24%;
  margin: 5px;
  text-decoration: none;
}

.link-block-13 {
  width: 24%;
  margin: 5px;
  text-decoration: none;
}

.slide-home-01 {
  background-image: url('../images/DEMARTINI_BG_HOME_HEADING.jpg');
  background-position: 50% 5%;
  background-size: cover;
}

.slide-home-03 {
  background-image: url('../images/DEMARTINI_BG_HOME_HEADING_04.jpg');
  background-position: 50% 5%;
  background-size: cover;
}

.slide-home-04 {
  background-image: url('../images/DEMARTINI_BG_HOME_HEADING_02.jpg');
  background-position: 50% 5%;
  background-size: cover;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1500px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.text-content-big-v2 {
  display: block;
  width: auto;
  margin-top: 10px;
  margin-bottom: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: turnip, sans-serif;
  color: #9e6c5d;
  font-size: 12px;
  line-height: 18px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.text-content-big-v2.saiba-mais {
  width: auto;
  margin-bottom: 0px;
  color: #fff;
  font-size: 26px;
  line-height: 35px;
}

.text-content-big-v2.saiba-mais:hover {
  color: #f9f4f4;
}

.bold-text-footer-email {
  color: #fff;
  font-size: 11px;
  font-weight: 500;
}

.bold-text-footer-email:hover {
  color: #ead7c8;
}

.image-footer-email {
  display: block;
  height: 27px;
  margin-right: 20px;
  margin-left: 0px;
}

.div-block-estrutura-07 {
  height: 180px;
  background-image: url('../images/DEMARTINI_BG_ESTRUTURA_06.png');
  background-position: 50% 50%;
  background-size: cover;
}

.nav-menu-link-email {
  font-family: Rubik, sans-serif;
  font-size: 9px;
  line-height: 16px;
  text-decoration: none;
}

.footer-contact-wrapper-rodape {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  margin-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bold-text-home-demartini {
  display: block;
  width: auto;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: turnip, sans-serif;
  color: #ffbb5b;
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
  text-transform: uppercase;
}

.bold-text-home-proporcionando {
  display: block;
  width: auto;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: turnip, sans-serif;
  color: #ffbb5b;
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
  text-transform: uppercase;
}

html.w-mod-js *[data-ix="tile-1"] {
  opacity: 0;
  -webkit-transform: scale(0.96, 0.96);
  -ms-transform: scale(0.96, 0.96);
  transform: scale(0.96, 0.96);
}

html.w-mod-js *[data-ix="tile-3"] {
  opacity: 0;
  -webkit-transform: scale(0.96, 0.96);
  -ms-transform: scale(0.96, 0.96);
  transform: scale(0.96, 0.96);
}

html.w-mod-js *[data-ix="tile-2"] {
  opacity: 0;
  -webkit-transform: scale(0.96, 0.96);
  -ms-transform: scale(0.96, 0.96);
  transform: scale(0.96, 0.96);
}

html.w-mod-js *[data-ix="tile-4"] {
  opacity: 0;
  -webkit-transform: scale(0.96, 0.96);
  -ms-transform: scale(0.96, 0.96);
  transform: scale(0.96, 0.96);
}

@media (max-width: 991px) {
  .nav-menu {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: #533d13;
  }
  .navlinks {
    display: inline;
    margin-top: 30px;
    margin-bottom: 30px;
    color: #fff;
    font-size: 30px;
    text-align: center;
  }
  .navlinks.w--current {
    display: inline;
  }
  .navbar-contact-wrapper {
    margin-left: 20px;
  }
  .navbar-wrapper {
    position: static;
    width: auto;
    max-width: none;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .menu-button {
    position: relative;
    margin-left: 20px;
    padding: 10px;
    border-style: solid;
    border-width: 2px;
    border-color: #bb9346;
    border-radius: 6px;
    background-color: transparent;
  }
  .menu-button.w--open {
    background-color: #fff;
  }
  .icon {
    border: 0px none transparent;
    background-color: transparent;
    color: #bb9346;
  }
  .image-location {
    height: 35px;
    margin-left: 0px;
  }
  .bold-text {
    font-size: 18px;
  }
  .hero-wrapper {
    width: 800px;
  }
  .hero-section {
    height: 620px;
    max-height: none;
    min-height: 0px;
  }
  .content-text-wrapper {
    width: 80%;
  }
  .heading-block {
    width: auto;
  }
  .content-text-heading {
    margin-bottom: 10px;
  }
  .div-block-navlinks {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    background-color: #533d13;
  }
  .block-services-wrap {
    width: 50%;
  }
  .block-services-wrap.services-home-01 {
    width: auto;
  }
  .block-services-wrap.services-home-02 {
    width: auto;
  }
  .block-services-wrap.services-home-03 {
    width: auto;
  }
  .line_02 {
    width: 50%;
    margin-left: 25%;
  }
  .line_01 {
    width: 50%;
    margin-left: 25%;
  }
  .container-services-wrap {
    padding-top: 40px;
    padding-right: 0%;
    padding-left: 0%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .arrow-home-hero {
    margin-top: 40px;
  }
  .section-home-servises {
    margin-top: -420px;
  }
  .get-in-touch-form {
    text-align: left;
  }
  .button-contact {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .contact-heading {
    font-size: 24px;
  }
  .contact-form-wrap {
    width: 90%;
    padding-right: 30px;
    padding-left: 30px;
  }
  .heading-contact {
    font-size: 24px;
    text-align: right;
  }
  .get-in-touch-form-2 {
    text-align: left;
  }
  .contact-form-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .button-send-contact {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .image-team {
    position: static;
    top: -23px;
    width: auto;
    height: 200px;
  }
  .heading-ebook {
    margin-left: -70px;
    font-size: 24px;
    line-height: 30px;
    text-align: left;
  }
  .paragraph-light {
    font-size: 14px;
    line-height: 20px;
  }
  .paragraph-light.paragraph-ebook-donwload {
    text-align: left;
  }
  .paragraph-light.footer-text {
    font-size: 12px;
  }
  .ebook-form-wrap {
    width: 90%;
    padding-right: 30px;
    padding-left: 30px;
  }
  .column-image-team {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .grid {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .column-team-paragraph {
    padding-right: 9px;
    padding-left: 9px;
  }
  .hero-section-services-page {
    height: 80vh;
    max-height: none;
    min-height: 0px;
  }
  .bold-text-hero-services-page {
    width: auto;
  }
  .div-block-all-services-page-01 {
    padding-bottom: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .heading-left-content-services-page {
    margin-left: 0px;
    font-size: 36px;
    line-height: 45px;
  }
  .paragraph-content-services-page {
    width: auto;
    font-size: 14px;
    line-height: 20px;
  }
  .div-block-all-services-page-02 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .div-block-footer-wrap {
    display: block;
    width: auto;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-location-wrapper {
    margin-bottom: 10px;
  }
  .image-footer-location {
    height: 25px;
    margin-left: 0px;
  }
  .footer-contact-wrapper {
    margin-left: 0px;
  }
  .image-footer-phone {
    height: 25px;
    margin-left: 0px;
  }
  .heading-footer {
    text-align: left;
  }
  .div-block-footer-services {
    display: block;
  }
  .div-block-footer-wrap-services {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    padding-left: 10px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .columns-footer {
    display: block;
    width: auto;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .section-footer {
    display: block;
    padding-right: 25px;
    padding-left: 25px;
  }
  .column-footer-brand {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .column-footer-services {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .column-footer-links {
    position: static;
  }
  .image-phone {
    height: 35px;
    margin-left: 0px;
  }
  .hero-section-about {
    height: 620px;
    max-height: none;
    min-height: 0px;
  }
  .div-block-all-services-page-03 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .block-services-page-wrap {
    width: 100%;
  }
  .section-icons {
    padding-right: 3%;
    padding-left: 3%;
  }
  .link-block-icon-01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .section-team {
    padding-right: 40px;
    padding-left: 40px;
  }
  .div-block-image-team {
    margin-right: 60px;
  }
  .team-wrap {
    width: 90%;
    height: auto;
    padding-right: 30px;
    padding-left: 30px;
  }
  .column-team {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .column-team-head {
    padding-right: 10px;
    padding-left: 10px;
  }
  .heading-team {
    margin-top: -100px;
    margin-bottom: 60px;
    margin-left: -70px;
    font-size: 40px;
    line-height: 40px;
  }
  .paragraph-team {
    font-size: 14px;
  }
  .hero-section-contact {
    position: static;
    height: 620px;
    max-height: none;
    min-height: 0px;
  }
  .col2-2 {
    height: 25vh;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .section-gallery-home {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .col-1 {
    height: 78vh;
  }
  .col3-2 {
    height: 25vh;
  }
  .col3-1 {
    height: 25vh;
  }
  .col-2 {
    height: 78vh;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .col-1-1 {
    height: 25vh;
  }
  .col-3 {
    height: 78vh;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .col2-1 {
    height: 50vh;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .col-1-2 {
    height: 50vh;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .col3-3 {
    height: 25vh;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .block-services-wrap-big {
    width: 50%;
  }
  .team-wrap-2 {
    width: 90%;
    height: auto;
    padding-right: 30px;
    padding-left: 30px;
  }
  .div-block-content-service-page {
    margin-left: 0px;
    padding-right: 0px;
  }
  .col-4 {
    height: 78vh;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .col4-1 {
    height: 50vh;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .col4-2 {
    height: 25vh;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .div-block-image-services-empresarial-e-societrio {
    height: 200px;
  }
  .link-block {
    width: 30%;
  }
  .link-block-2 {
    width: 30%;
  }
  .link-block-3 {
    width: 30%;
  }
  .link-block-4 {
    width: 30%;
  }
  .link-block-5 {
    width: 30%;
  }
  .link-block-6 {
    width: 30%;
  }
  .link-block-7 {
    width: 30%;
  }
  .link-block-8 {
    width: 30%;
  }
  .link-block-9 {
    width: 30%;
  }
  .link-block-10 {
    width: 30%;
  }
  .tile-text {
    left: 22px;
    bottom: 22px;
    font-size: 30px;
    line-height: 33px;
  }
  .section.top-section {
    padding-bottom: 0px;
  }
  .collection-list-wrapper {
    -webkit-column-count: 2;
    column-count: 2;
  }
  .collection-item {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .div-block-image-team-daniel {
    height: 450px;
    margin-right: 60px;
  }
  .hero-section-quem-somos {
    height: 620px;
    max-height: none;
    min-height: 0px;
  }
  .div-block-imagem-area-de-atuacao-01 {
    background-size: cover;
  }
  .div-block-imagem-area-de-atuacao-02 {
    background-size: cover;
  }
  .div-block-imagem-area-de-atuacao-08 {
    width: auto;
  }
  .content-text-heading-head {
    margin-bottom: 10px;
    font-size: 28px;
    text-align: left;
  }
  .div-block-all-services-page-04 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .slider {
    position: relative;
  }
  .link-block-12 {
    width: 30%;
  }
  .link-block-13 {
    width: 30%;
  }
  .image-footer-email {
    height: 20px;
    margin-right: 10px;
    margin-left: 0px;
  }
  .footer-contact-wrapper-rodape {
    margin-left: 0px;
  }
}

@media (max-width: 767px) {
  .navlinks {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .navbar-contact-wrapper {
    margin-left: 10px;
  }
  .navbar-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .menu-button {
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 10px;
  }
  .navbar-logo {
    width: 160px;
    margin-right: auto;
  }
  .image-location {
    height: 32px;
    margin-right: 10px;
    margin-bottom: 0px;
  }
  .nav-menu-link-location {
    font-size: 11px;
  }
  .logo-menu {
    width: auto;
    height: 80px;
    text-align: center;
  }
  .bold-text {
    font-size: 20px;
  }
  .image-contact {
    margin-right: 10px;
    margin-bottom: 20px;
  }
  .brand {
    margin-bottom: 0px;
    padding-left: 0px;
  }
  .hero-headline {
    font-size: 30px;
    line-height: 45px;
  }
  .hero-wrapper {
    height: 70vh;
    padding-top: 60px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .form-block {
    width: auto;
  }
  .navbar-location-wrapper {
    margin-bottom: 10px;
  }
  .div-block-nav-menu-contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .heading-block {
    width: auto;
    font-size: 18px;
    line-height: 28px;
  }
  .content-text-heading {
    font-size: 18px;
    line-height: 28px;
  }
  .block-services-wrap.services-home-02 {
    height: 170px;
  }
  .block-services-wrap.services-home-03 {
    height: 170px;
  }
  .block-services-wrap.services-home-04 {
    height: 200px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .block-services-wrap.services-home-05 {
    height: 170px;
  }
  .block-services-wrap.services-home-07 {
    height: 170px;
  }
  .block-services-wrap.services-home-08 {
    height: 170px;
  }
  .block-services-wrap.services-home-09 {
    height: 170px;
  }
  .block-services-wrap.services-home-10 {
    height: 170px;
  }
  .block-services-wrap.services-01 {
    height: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .block-services-wrap.services-02 {
    height: 320px;
    padding-right: 9px;
    padding-left: 9px;
  }
  .block-animation-services-wrap {
    width: 15%;
    margin-right: 10px;
  }
  .text-content-big {
    font-size: 12px;
    line-height: 18px;
  }
  .container-services-wrap {
    margin-top: 60px;
    padding-bottom: 60px;
  }
  .icon-services {
    width: 50px;
    padding-bottom: 10px;
  }
  .heading-services {
    font-size: 36px;
  }
  .section-home-servises {
    margin-top: -480px;
  }
  .text-field.cc-contact-field {
    text-align: left;
  }
  .text-field.cc-textarea {
    text-align: left;
  }
  .contact-form-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 30px 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section-home-contact {
    padding-right: 10px;
    padding-left: 10px;
  }
  .heading-contact {
    margin-bottom: 40px;
    margin-left: 0px;
    text-align: center;
  }
  .image-team {
    position: relative;
    left: 0px;
    right: 0px;
    width: auto;
    height: 200px;
    margin-top: 0px;
    margin-right: 0px;
  }
  .heading-ebook {
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
    text-align: center;
  }
  .paragraph-light {
    font-size: 18px;
    line-height: 24px;
  }
  .paragraph-light.paragraph-ebook-donwload {
    font-size: 16px;
  }
  .paragraph-light.footer-text {
    text-align: center;
  }
  .ebook-form-wrap {
    padding: 30px 20px 40px;
  }
  .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .column-3 {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .hero-section-services-page {
    height: 70vh;
  }
  .hero-wrapper-services-page {
    padding-right: 25px;
    padding-left: 25px;
  }
  .bold-text-hero-services-page {
    font-size: 30px;
    line-height: 45px;
  }
  .div-block-all-services-page-01 {
    padding-bottom: 60px;
  }
  .div-block-image-services-page-familia-e-sucessoes {
    width: 500px;
  }
  .heading-left-content-services-page {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 36px;
  }
  .paragraph-content-services-page {
    font-size: 14px;
  }
  .div-block-footer-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .footer-logo {
    width: 120px;
  }
  .footer-link-location {
    font-size: 11px;
  }
  .image-footer-location {
    height: 32px;
    margin-right: 10px;
    margin-bottom: 0px;
  }
  .image-footer-phone {
    height: 32px;
    margin-right: 10px;
    margin-bottom: 0px;
  }
  .bold-text-footer-phone {
    font-size: 11px;
  }
  .heading-footer {
    text-align: center;
  }
  .div-block-footer-services {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .div-block-footer-wrap-services {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }
  .section-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .column-footer-brand {
    display: block;
    margin-bottom: 60px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .column-footer-services {
    display: block;
    margin-bottom: 60px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .image-phone {
    height: 32px;
    margin-right: 10px;
    margin-bottom: 0px;
  }
  .hero-wrapper-about {
    padding-right: 25px;
    padding-left: 25px;
  }
  .about-content-text-heading {
    font-size: 18px;
    line-height: 28px;
  }
  .block-services-page-wrap {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .icon-services-page-all {
    width: 45px;
  }
  .section-icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 60px;
    padding-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .link-block-icon-01 {
    width: 100%;
    margin-bottom: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .link-block-icon-01.w--current {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .div-block-image-team {
    width: 120%;
    margin-right: 0px;
  }
  .team-wrap {
    padding: 30px 30px 40px;
  }
  .column-team {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .column-team-head {
    height: auto;
  }
  .heading-team {
    width: auto;
    margin: -50px 0px 25px;
    font-size: 40px;
  }
  .paragraph-team {
    margin-top: 40px;
  }
  .hero-section-contact {
    height: 70vh;
  }
  .hero-wrapper-contact {
    padding-right: 25px;
    padding-left: 25px;
  }
  .section-contact {
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .col-1-2 {
    height: 50vh;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .paragraph-4 {
    font-size: 18px;
    line-height: 28px;
  }
  .section-2 {
    width: auto;
    height: 70vh;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .team-wrap-2 {
    padding: 30px 30px 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-8 {
    width: 95%;
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section-all-services-page {
    padding-top: 60px;
    padding-bottom: 10px;
  }
  .div-block-content-service-page {
    margin-top: 10px;
  }
  .div-block-content-all-service-page {
    margin-top: 40px;
  }
  .link-block-icon-02 {
    width: 100%;
    margin-bottom: 10px;
  }
  .div-block-image-services-imobiliario {
    width: 500px;
  }
  .div-block-image-services-shopping-complexos {
    width: 500px;
  }
  .div-block-image-services-varejo-e-consumo {
    width: 500px;
  }
  .div-block-image-services-empresarial-e-societrio {
    width: 500px;
    height: 180px;
  }
  .div-block-image-services-responsabilidade-civil {
    width: 500px;
  }
  .div-block-image-services-contratos-e-negociacoes {
    width: 500px;
  }
  .div-block-image-services-trabalhista {
    width: 500px;
  }
  .div-block-image-services-bancario-e-securitario {
    width: 500px;
  }
  .tile-text {
    left: 17px;
    bottom: 14px;
    font-size: 23px;
    line-height: 29px;
  }
  .section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .section.top-section.home-page {
    padding-right: 5px;
    padding-left: 5px;
  }
  .social-block {
    background-size: 40px;
  }
  .social-block.pinterest {
    background-size: 40px;
  }
  .social-block.facebook {
    background-size: 40px;
  }
  .social-block.dribbble {
    background-size: 40px;
  }
  .hero-container {
    top: auto;
    padding: 5px 0px;
  }
  .collection-list-wrapper {
    -webkit-column-gap: 15px;
    column-gap: 15px;
  }
  .collection-item {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .div-block-image-team-daniel {
    width: 120%;
    margin-right: 0px;
  }
  .hero-section-quem-somos {
    height: 70vh;
  }
  .div-block-imagem-area-de-atuacao-01 {
    height: 150px;
  }
  .div-block-imagem-area-de-atuacao-02 {
    height: 150px;
  }
  .div-block-imagem-area-de-atuacao-03 {
    height: 150px;
  }
  .div-block-imagem-area-de-atuacao-04 {
    height: 150px;
  }
  .div-block-imagem-area-de-atuacao-05 {
    height: 150px;
  }
  .div-block-imagem-area-de-atuacao-06 {
    height: 150px;
  }
  .div-block-imagem-area-de-atuacao-07 {
    height: 150px;
  }
  .div-block-imagem-area-de-atuacao-08 {
    height: 150px;
  }
  .div-block-imagem-area-de-atuacao-09 {
    height: 150px;
  }
  .div-block-imagem-area-de-atuacao-10 {
    height: 150px;
  }
  .section-estrutura {
    padding-top: 100px;
    padding-bottom: 160px;
  }
  .div-block-estrutura-01 {
    margin-bottom: 20px;
  }
  .div-block-estrutura-02 {
    height: 250px;
    margin-bottom: 20px;
  }
  .div-block-estrutura-03 {
    height: 250px;
    margin-bottom: 20px;
  }
  .div-block-estrutura-04 {
    margin-bottom: 20px;
  }
  .div-block-estrutura-05 {
    height: 250px;
    margin-bottom: 20px;
  }
  .div-block-estrutura-06 {
    height: 250px;
    margin-bottom: 20px;
  }
  .bold-text-6 {
    font-size: 18px;
    line-height: 28px;
  }
  .div-block-estrutura-grid {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: stretch;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-image-services-02 {
    width: 500px;
  }
  .div-block-all-services-page-04 {
    padding-bottom: 60px;
  }
  .slider {
    position: relative;
    clear: both;
  }
  .hero-wrapper-copy {
    padding-right: 25px;
    padding-left: 25px;
  }
  .hero-wrapper-02 {
    padding-right: 25px;
    padding-left: 25px;
  }
  .hero-wrapper-home {
    padding-right: 25px;
    padding-left: 25px;
  }
  .text-content-big-01 {
    font-size: 12px;
    line-height: 18px;
  }
  .text-content-big-02 {
    font-size: 12px;
    line-height: 20px;
  }
  .div-block-imagem-area-de-atuacao-apresentacao {
    height: 320px;
  }
  .div-block-imagem-area-de-atuacao-saiba-mais {
    height: 320px;
  }
  .div-block-9 {
    width: 95%;
    max-width: none;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .text-content-big-v2 {
    margin-top: 0px;
    font-size: 12px;
    line-height: 16px;
    text-align: left;
  }
  .bold-text-footer-email {
    font-size: 11px;
  }
  .image-footer-email {
    height: 32px;
    margin-right: 10px;
    margin-bottom: 0px;
  }
  .div-block-estrutura-07 {
    height: 250px;
    margin-bottom: 20px;
  }
  .div-block-nav-menu-logo {
    width: 100%;
    margin-bottom: 30px;
  }
}

@media (max-width: 479px) {
  .nav-menu {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 999999999;
    display: block;
    width: 100%;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    background-color: #50423f;
    text-align: left;
  }
  .navlinks {
    display: block;
    width: auto;
    height: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navlinks.w--current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .navbar-contact-wrapper {
    margin-bottom: 0px;
    margin-left: 0px;
    font-size: 13px;
  }
  .navbar-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .button {
    display: none;
  }
  .button.mobile-button {
    display: inline-block;
    background-color: #fff;
    color: #0074e4;
  }
  .menu-button {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 10px;
  }
  .navbar-logo {
    width: 180px;
  }
  .image-location {
    margin-left: 0px;
  }
  .nav-menu-link-location {
    font-size: 12px;
  }
  .bold-text {
    font-size: 20px;
  }
  .brand {
    margin-bottom: 0px;
    padding-left: 0px;
  }
  .hero-headline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    font-size: 22px;
    line-height: 35px;
  }
  .bold-text-home {
    display: block;
    width: 100%;
    font-size: 28px;
    line-height: 44px;
  }
  .hero-wrapper {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 22px;
    line-height: 34px;
  }
  .text-form-field {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .text-form-field::-webkit-input-placeholder {
    font-size: 10px;
  }
  .text-form-field:-ms-input-placeholder {
    font-size: 10px;
  }
  .text-form-field::-ms-input-placeholder {
    font-size: 10px;
  }
  .text-form-field::placeholder {
    font-size: 10px;
  }
  .hero-section {
    height: 500px;
  }
  .hero-paragraph {
    font-size: 17px;
  }
  .navbar-location-wrapper {
    margin-bottom: 10px;
  }
  .div-block-nav-menu-contacts {
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .content-text-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .content-text-wrapper {
    font-size: 12px;
  }
  .content-text-heading {
    font-size: 18px;
    line-height: 16px;
  }
  .div-block-navlinks {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    background-color: #50423f;
  }
  .block-services-wrap {
    width: 100%;
  }
  .block-services-wrap.services-home-02 {
    height: 200px;
  }
  .block-services-wrap.services-home-03 {
    height: 200px;
  }
  .block-services-wrap.services-home-05 {
    height: 200px;
  }
  .block-services-wrap.services-home-07 {
    height: 200px;
  }
  .block-services-wrap.services-home-08 {
    height: 200px;
  }
  .block-services-wrap.services-home-09 {
    height: 200px;
  }
  .block-services-wrap.services-home-10 {
    height: 200px;
  }
  .block-services-wrap.services-01 {
    margin-bottom: 0px;
  }
  .block-services-wrap.services-02 {
    height: 392px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .block-animation-services-wrap {
    width: 20%;
  }
  .text-content-big {
    font-size: 16px;
    line-height: 20px;
  }
  .container-services-wrap {
    margin-top: 30px;
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 5%;
    padding-left: 5%;
  }
  .icon-services {
    width: 50px;
  }
  .heading-services {
    font-size: 30px;
  }
  .section-home-servises {
    margin-top: -430px;
  }
  .get-in-touch-form {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .contact-form-wrap {
    padding-right: 10px;
    padding-left: 10px;
  }
  .image-team {
    margin-top: 40px;
    margin-right: 0px;
    margin-bottom: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .heading-ebook {
    margin-bottom: 0px;
  }
  .paragraph-light.paragraph-ebook-donwload {
    text-align: center;
  }
  .ebook-form-wrap {
    padding-right: 10px;
    padding-left: 10px;
  }
  .column-3 {
    display: block;
  }
  .div-block-home-contact-form-wrap-left {
    width: auto;
    padding-right: 0px;
  }
  .div-block-home-contact-form-wrap-right {
    display: block;
    width: auto;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-home-contact-form-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .column-team-paragraph {
    padding-right: 0px;
    padding-left: 0px;
  }
  .hero-section-services-page {
    height: 500px;
  }
  .hero-wrapper-services-page {
    padding-right: 0px;
    padding-left: 0px;
  }
  .bold-text-hero-services-page {
    width: 100%;
    margin-bottom: 0px;
    font-size: 22px;
    line-height: 34px;
  }
  .div-block-all-services-page-01 {
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-image-services-page-familia-e-sucessoes {
    width: 300px;
    height: 100px;
    margin-right: -30px;
  }
  .heading-left-content-services-page {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 34px;
  }
  .paragraph-content-services-page {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
  }
  .footer-logo {
    width: 200px;
  }
  .footer-location-wrapper {
    margin-bottom: 20px;
  }
  .footer-link-location {
    font-size: 13px;
    line-height: 18px;
  }
  .image-footer-location {
    margin-left: 0px;
  }
  .footer-contact-wrapper {
    margin-bottom: 0px;
    font-size: 13px;
  }
  .image-footer-phone {
    margin-left: 0px;
  }
  .bold-text-footer-phone {
    font-size: 18px;
  }
  .heading-footer {
    width: auto;
    font-size: 20px;
  }
  .link-block-footer-01 {
    margin-bottom: 15px;
  }
  .footer-text {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
  }
  .div-block-footer-services {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
  }
  .div-block-footer-services-wrap {
    width: auto;
    padding-right: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
  }
  .div-block-footer-wrap-services {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .columns-footer {
    width: 100%;
  }
  .div-block-footer-links {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .column-footer-services {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .image-phone {
    margin-left: 0px;
  }
  .hero-section-about {
    height: 500px;
  }
  .hero-wrapper-about {
    padding-right: 0px;
    padding-left: 0px;
  }
  .hero-paragraph-about {
    font-size: 28px;
    line-height: 35px;
  }
  .hero-headline-about {
    font-size: 28px;
    line-height: 35px;
  }
  .about-content-text-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .about-content-text-heading {
    font-size: 14px;
    line-height: 24px;
  }
  .block-services-page-wrap {
    width: 100%;
    height: auto;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .icon-services-page-all {
    position: static;
    width: 45px;
    height: auto;
  }
  .section-icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 40px;
  }
  .section-team {
    padding-right: 0px;
    padding-left: 0px;
  }
  .team-wrap {
    margin-top: 140px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .heading-team {
    font-size: 28px;
    line-height: 34px;
  }
  .hero-section-contact {
    height: 500px;
  }
  .hero-wrapper-contact {
    padding-right: 0px;
    padding-left: 0px;
  }
  .container {
    padding: 20px;
  }
  .heading-5 {
    font-size: 24px;
  }
  .paragraph-4 {
    font-size: 20px;
    line-height: 34px;
    text-align: justify;
  }
  .section-2 {
    height: 80vh;
    padding-right: 15px;
    padding-left: 15px;
  }
  .block-services-wrap-big {
    width: 100%;
  }
  .team-wrap-2 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .section-all-services-page {
    padding-right: 20px;
    padding-left: 20px;
  }
  .image-icon-service-page {
    margin-right: 0px;
    margin-left: 50px;
  }
  .div-block-image-services-imobiliario {
    width: 300px;
    height: 100px;
    margin-right: -30px;
  }
  .div-block-image-services-shopping-complexos {
    width: 300px;
    height: 100px;
    margin-right: -30px;
  }
  .div-block-image-services-varejo-e-consumo {
    width: 300px;
    height: 100px;
    margin-right: -30px;
  }
  .div-block-image-services-empresarial-e-societrio {
    width: 300px;
    height: 100px;
    margin-right: -30px;
  }
  .div-block-image-services-responsabilidade-civil {
    width: 300px;
    height: 100px;
    margin-right: -30px;
  }
  .div-block-image-services-contratos-e-negociacoes {
    width: 300px;
    height: 100px;
    margin-right: -30px;
  }
  .div-block-image-services-trabalhista {
    width: 300px;
    height: 100px;
    margin-right: -30px;
  }
  .div-block-image-services-bancario-e-securitario {
    width: 300px;
    height: 100px;
    margin-right: -30px;
  }
  .link-block {
    width: 100%;
    margin-bottom: 40px;
  }
  .link-block-2 {
    width: 100%;
    margin-bottom: 40px;
  }
  .link-block-3 {
    width: 100%;
    margin-bottom: 40px;
  }
  .link-block-4 {
    width: 100%;
    margin-bottom: 40px;
  }
  .link-block-5 {
    width: 100%;
    margin-bottom: 40px;
  }
  .link-block-6 {
    width: 100%;
    margin-bottom: 40px;
  }
  .link-block-7 {
    width: 100%;
    margin-bottom: 40px;
  }
  .link-block-8 {
    width: 100%;
    margin-bottom: 40px;
  }
  .link-block-9 {
    width: 100%;
    margin-bottom: 40px;
  }
  .link-block-10 {
    width: 100%;
    margin-bottom: 40px;
  }
  ._33block {
    width: 100%;
  }
  .tile-text {
    left: 30px;
    bottom: 30px;
    font-size: 35px;
    line-height: 35px;
  }
  .section {
    padding-top: 10px;
    padding-bottom: 40px;
  }
  ._40block {
    width: 100%;
  }
  ._60block {
    width: 100%;
  }
  .collection-list-wrapper {
    -webkit-column-count: 1;
    column-count: 1;
  }
  .location-wrapper-contact {
    margin-bottom: 0px;
  }
  .div-block-image-team-daniel {
    width: 120%;
  }
  .hero-section-quem-somos {
    height: 500px;
  }
  .div-block-imagem-area-de-atuacao-01 {
    height: 200px;
  }
  .div-block-imagem-area-de-atuacao-02 {
    height: 200px;
  }
  .div-block-imagem-area-de-atuacao-03 {
    height: 200px;
  }
  .div-block-imagem-area-de-atuacao-04 {
    height: 200px;
  }
  .div-block-imagem-area-de-atuacao-05 {
    height: 200px;
  }
  .div-block-imagem-area-de-atuacao-06 {
    height: 200px;
  }
  .div-block-imagem-area-de-atuacao-07 {
    height: 200px;
  }
  .div-block-imagem-area-de-atuacao-08 {
    height: 200px;
  }
  .div-block-imagem-area-de-atuacao-09 {
    height: 200px;
  }
  .div-block-imagem-area-de-atuacao-10 {
    height: 200px;
  }
  .section-estrutura {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .div-block-estrutura-01 {
    height: 250px;
  }
  .div-block-estrutura-02 {
    height: 200px;
  }
  .div-block-estrutura-03 {
    height: 200px;
  }
  .div-block-estrutura-04 {
    height: 200px;
  }
  .div-block-estrutura-05 {
    height: 200px;
  }
  .div-block-estrutura-06 {
    height: 200px;
  }
  .bold-text-6 {
    font-size: 16px;
    line-height: 24px;
  }
  .div-block-estrutura-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-items: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .content-text-heading-head {
    font-size: 24px;
    line-height: 40px;
  }
  .div-block-image-services-02 {
    width: 300px;
    height: 100px;
    margin-right: -30px;
  }
  .div-block-all-services-page-04 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .slider {
    display: block;
    height: 60vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .hero-wrapper-copy {
    padding-right: 0px;
    padding-left: 0px;
  }
  .hero-wrapper-02 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .hero-wrapper-home {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .text-content-big-01 {
    font-size: 20px;
    line-height: 28px;
  }
  .text-content-big-02 {
    font-size: 20px;
    line-height: 28px;
  }
  .div-block-imagem-area-de-atuacao-apresentacao {
    height: 400px;
  }
  .div-block-imagem-area-de-atuacao-saiba-mais {
    height: 400px;
  }
  .link-block-12 {
    width: 100%;
  }
  .link-block-13 {
    width: 100%;
    margin-bottom: 40px;
  }
  .div-block-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .text-content-big-v2 {
    font-size: 12px;
  }
  .bold-text-footer-email {
    font-size: 12px;
  }
  .image-footer-email {
    height: 25px;
    margin-left: 0px;
  }
  .div-block-estrutura-07 {
    height: 200px;
  }
  .footer-contact-wrapper-rodape {
    margin-bottom: 20px;
    font-size: 13px;
  }
  .bold-text-8 {
    font-size: 14px;
  }
  .div-block-nav-menu-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bold-text-home-demartini {
    display: block;
    width: 100%;
    font-size: 28px;
    line-height: 44px;
  }
  .bold-text-home-proporcionando {
    display: block;
    width: 100%;
    font-size: 28px;
    line-height: 44px;
  }
}

#w-node-f6a3454dbc2c-9071f3e5 {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 4;
  grid-row-end: 5;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 5;
  grid-column-end: 6;
}

#w-node-56c926fb8032-9071f3e5 {
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 2;
  grid-row-end: 5;
  -ms-grid-column: 6;
  grid-column-start: 6;
  -ms-grid-column-span: 3;
  grid-column-end: 9;
}

#w-node-3f646cd40cab-9071f3e5 {
  -ms-grid-row: 7;
  grid-row-start: 7;
  -ms-grid-row-span: 2;
  grid-row-end: 9;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 3;
  grid-column-end: 6;
}

#w-node-46731b4b36e4-9071f3e5 {
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-span: 2;
  grid-row-end: 7;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 3;
  grid-column-end: 6;
}

#w-node-de8ebf287a65-9071f3e5 {
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-span: 4;
  grid-row-end: 9;
  -ms-grid-column: 6;
  grid-column-start: 6;
  -ms-grid-column-span: 5;
  grid-column-end: 11;
}

#w-node-9e5599ded0eb-9071f3e5 {
  -ms-grid-row: 9;
  grid-row-start: 9;
  -ms-grid-row-span: 2;
  grid-row-end: 11;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 3;
  grid-column-end: 6;
}

#w-node-db3713367c76-9071f3e5 {
  -ms-grid-row: 9;
  grid-row-start: 9;
  -ms-grid-row-span: 2;
  grid-row-end: 11;
  -ms-grid-column: 6;
  grid-column-start: 6;
  -ms-grid-column-span: 4;
  grid-column-end: 10;
}

@media screen and (max-width: 991px) {
  #w-node-f6a3454dbc2c-9071f3e5 {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 4;
    grid-row-end: 5;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 7;
    grid-column-end: 8;
  }
  #w-node-56c926fb8032-9071f3e5 {
    -ms-grid-column: 8;
    grid-column-start: 8;
    -ms-grid-column-span: 4;
    grid-column-end: 12;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 2;
    grid-row-end: 5;
  }
  #w-node-3f646cd40cab-9071f3e5 {
    -ms-grid-row: 7;
    grid-row-start: 7;
    -ms-grid-row-span: 2;
    grid-row-end: 9;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 5;
    grid-column-end: 6;
  }
  #w-node-46731b4b36e4-9071f3e5 {
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 2;
    grid-row-end: 7;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 5;
    grid-column-end: 6;
  }
  #w-node-de8ebf287a65-9071f3e5 {
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 4;
    grid-row-end: 9;
    -ms-grid-column: 6;
    grid-column-start: 6;
    -ms-grid-column-span: 6;
    grid-column-end: 12;
  }
  #w-node-9e5599ded0eb-9071f3e5 {
    -ms-grid-row: 9;
    grid-row-start: 9;
    -ms-grid-row-span: 2;
    grid-row-end: 11;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 5;
    grid-column-end: 6;
  }
  #w-node-db3713367c76-9071f3e5 {
    -ms-grid-row: 9;
    grid-row-start: 9;
    -ms-grid-row-span: 2;
    grid-row-end: 11;
    -ms-grid-column: 6;
    grid-column-start: 6;
    -ms-grid-column-span: 6;
    grid-column-end: 12;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f6a3454dbc2c-9071f3e5 {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 11;
    grid-column-end: 12;
  }
  #w-node-56c926fb8032-9071f3e5 {
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 2;
    grid-row-end: 5;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 11;
    grid-column-end: 12;
  }
  #w-node-46731b4b36e4-9071f3e5 {
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 2;
    grid-row-end: 7;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 11;
    grid-column-end: 12;
  }
  #w-node-de8ebf287a65-9071f3e5 {
    -ms-grid-row: 7;
    grid-row-start: 7;
    -ms-grid-row-span: 2;
    grid-row-end: 9;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 11;
    grid-column-end: 12;
  }
  #w-node-9e5599ded0eb-9071f3e5 {
    -ms-grid-row: 9;
    grid-row-start: 9;
    -ms-grid-row-span: 2;
    grid-row-end: 11;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 11;
    grid-column-end: 12;
  }
  #w-node-db3713367c76-9071f3e5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 11;
    grid-column-end: 12;
    -ms-grid-row: 11;
    grid-row-start: 11;
    -ms-grid-row-span: 1;
    grid-row-end: 12;
  }
}

