:root {
  --black: black;
  --white: white;
}

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

body {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

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

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-align: left;
  font-style: normal;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  opacity: .6;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  color: #1d1d1d;
  background-color: #dadada;
  height: 1px;
  margin-top: 25px;
  margin-bottom: 0;
}

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

.section {
  margin-left: 30px;
  margin-right: 30px;
}

.section.cc-cta {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

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

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
}

.paragraph-bigger.cc-bigger-white-light {
  opacity: .6;
  color: var(--black);
  white-space: normal;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
}

.button {
  background-color: var(--white);
  color: #1d1d1d;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #000;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

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

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

.button.w--current {
  overflow: auto;
}

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-jumbo-button.cc-jumbo-white {
  color: #000;
  background-color: #fff;
}

.button.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

.button.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.button.cc-contact-us {
  z-index: 5;
  position: relative;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: rgba(255, 255, 255, .8);
}

.button.cc-white-button:active {
  background-color: rgba(255, 255, 255, .9);
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-light {
  opacity: .6;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 0;
  font-size: 20px;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.paragraph-light {
  opacity: .6;
  text-align: left;
}

.paragraph-light.computer {
  font-size: 16px;
}

.heading-jumbo {
  color: var(--black);
  text-transform: none;
  width: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 55px;
  font-weight: 300;
  line-height: 60px;
  position: static;
}

.heading-jumbo.cc-white-heading-jumbo {
  color: #fff;
}

.heading-jumbo-small {
  text-transform: none;
  object-fit: contain;
  margin-top: 10px;
  margin-bottom: 73px;
  font-size: 25px;
  font-weight: 400;
  line-height: 50px;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.menu {
  z-index: 0;
  order: -1;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 100px;
  margin-right: 100px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.navigation-wrap {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.navigation {
  color: var(--white);
  letter-spacing: 2px;
  background-color: rgba(0, 0, 0, .57);
  align-items: center;
  width: 100%;
  height: 65px;
  padding: 30px 50px;
  display: flex;
  position: fixed;
}

.navigation.transparent {
  background-color: rgba(0, 0, 0, 0);
  flex: 1;
  order: -1;
  align-self: flex-start;
  position: fixed;
}

.navigation-item {
  opacity: .6;
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  order: 1;
  margin-left: 0;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  position: static;
  overflow: visible;
}

.navigation-item:hover {
  opacity: .9;
  color: #8ae440;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item:visited {
  color: var(--white);
  font-weight: 700;
}

.navigation-item.w--current {
  opacity: 1;
  color: var(--white);
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.navigation-item.inm:hover {
  color: #4095e4;
}

.navigation-item.fianz:hover {
  color: #d1951e;
}

.navigation-item.juri:hover, .navigation-item.juri.w--current:hover {
  color: rgba(248, 240, 6, .88);
}

.logo-image {
  display: block;
}

.navigation-items {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-wrap {
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 110px;
  padding-bottom: 120px;
  display: flex;
}

.intro-header {
  color: var(--white);
  object-fit: fill;
  object-position: 50% 50%;
  background-color: #f4f4f4;
  background-image: url('../images/ufficio2.jpg');
  background-position: 0%;
  background-repeat: repeat-y;
  background-size: cover;
  border: 1px solid rgba(0, 0, 0, 0);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60vh;
  margin-bottom: 0;
  font-size: 30px;
  display: flex;
}

.intro-header.cc-subpage {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  height: 480px;
}

.intro-content {
  text-align: center;
  flex: 2 1 0;
  align-self: auto;
  width: 70%;
  max-width: 1140px;
  display: block;
}

.intro-content.cc-homepage {
  clear: none;
  flex: none;
  order: 1;
  align-self: auto;
  margin-bottom: 20px;
}

.motto-wrap {
  text-align: center;
  width: 80%;
  margin: 0 auto 39px;
}

.about-story-wrap {
  text-align: center;
  width: 80%;
  margin: 80px auto;
}

.our-services-grid {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 120px;
}

.section-heading-wrap {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
}

.service-icon {
  margin-bottom: 30px;
}

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

.status-message.cc-success-message {
  background-color: #12b878;
}

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

.status-message.cc-no-data {
  width: 70%;
  margin: 100px auto;
  display: block;
}

.contact-form-wrap {
  border: 1px solid #eee;
  padding: 45px 50px 50px;
}

.contact-form-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2.5fr 1fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.details-wrap {
  margin-bottom: 30px;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

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

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

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

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

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

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

.contact-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.contact-heading {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 400;
}

.map {
  height: 460px;
  margin-bottom: 100px;
  line-height: 20px;
}

.contact-team-name-wrap {
  margin-bottom: 30px;
}

.our-contacts {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template: ". . ."
  / 1fr 1fr 1fr;
  margin-bottom: 120px;
}

.contact-team-details-wrap {
  margin-top: 30px;
}

.contact-team-pic {
  background-color: #f4f4f4;
  height: 150px;
  margin-bottom: 30px;
}

.team-pic {
  background-color: #f4f4f4;
  width: 100%;
  height: 420px;
  margin-bottom: 40px;
}

.team-members {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 60px;
}

.team-member-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.team-member-name {
  opacity: 1;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.projects-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "."
                 "."
                 "."
                 / 1fr;
  margin-bottom: 60px;
}

.project-name-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.project-cover-link {
  margin-bottom: 40px;
}

.project-cover-link:hover {
  opacity: .8;
}

.project-cover-link:active {
  opacity: .7;
}

.project-overview-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-1---wide.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.project-overview-header.cc-project-2-header {
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 50%;
}

.project-details-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.project-pics {
  margin-bottom: 120px;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  display: block;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-preview-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 45px;
  transition: opacity .6s;
  display: block;
}

.blog-preview-image:hover {
  opacity: .8;
}

.blog-preview-image:active {
  opacity: .7;
}

.blog-summary-wrap {
  text-align: left;
  width: 70%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: .8;
}

.blog-heading-link:active {
  opacity: .7;
}

.contact-email-link {
  opacity: .6;
  margin-bottom: 5px;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: .8;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.home-content-wrap {
  margin-top: 80px;
  margin-bottom: 120px;
}

.home-section-wrap {
  text-align: left;
  margin-top: 60px;
  margin-bottom: 30px;
}

.section-heading {
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 0;
  font-weight: 400;
}

.about-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: "Area-2 Area" .25fr
  / 1.5fr 2fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
  margin-bottom: 0;
  display: grid;
}

.about-grid.cc-about-2 {
  grid-template-columns: 2fr 1.5fr;
  grid-template-areas: ". .";
}

.about-grid._2 {
  grid-template-rows: .25fr;
  grid-template-columns: 2fr 1.5fr;
}

.intro-text {
  width: 80%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.collection-wrap {
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.work-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.blog-heading {
  text-align: center;
  margin-bottom: 60px;
}

.blog-preview-wrap {
  width: 33.33%;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 45px;
}

.collection-list-wrapper {
  margin-bottom: 120px;
}

.business-article-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
  text-decoration: none;
}

.business-article-heading:hover {
  opacity: .8;
}

.business-article-heading:active {
  opacity: .7;
}

.image {
  object-fit: fill;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: 125px;
  width: auto;
  height: 500px;
  position: static;
}

.text-block {
  color: var(--black);
  font-weight: 700;
}

.grid {
  grid-template-rows: auto minmax(auto, 1fr) .25fr;
  grid-template-columns: 2.25fr 1fr;
}

.bold-text {
  color: var(--black);
  font-size: 47px;
  font-weight: 600;
  line-height: 100px;
}

.button-2 {
  letter-spacing: 2px;
  background-color: #ecdd38;
  font-size: 12px;
  line-height: 20px;
}

.button-3 {
  color: var(--white);
  letter-spacing: 2px;
  font-size: 12px;
  line-height: 20px;
}

.grid-2 {
  grid-template-columns: 6.25fr 3fr;
}

.grid-3 {
  grid-row-gap: 0px;
  grid-template-areas: "Area"
                       "Area";
}

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

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

.centered-container {
  text-align: center;
  flex: 1;
}

.gallery-grid-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: "."
                 "."
                 / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  margin-top: 40px;
  display: grid;
}

.gallery-lightbox {
  position: relative;
  overflow: hidden;
}

.gallery-thumbnail {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.button-4 {
  background-color: var(--white);
  color: var(--black);
  font-size: 12px;
  line-height: 18px;
}

.button-5 {
  color: #333;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid rgba(253, 237, 113, .84);
}

.button-5.imm {
  border-color: rgba(113, 169, 253, .84);
}

.button-5.soft {
  border-color: rgba(122, 253, 113, .84);
}

.button-5.fianza {
  border-color: rgba(255, 166, 42, .77);
}

.button-5.juridi {
  border-color: rgba(248, 240, 6, .88);
}

.button-6 {
  text-align: left;
  background-color: #f5d847;
}

.button-7 {
  background-color: #fa8b04;
}

.button-8 {
  background-color: #508bbe;
}

.body {
  background-image: url('../images/cdmx2.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-start;
  min-width: 500px;
  height: 100vh;
  margin-top: 0;
  margin-left: 0;
  padding-right: 0;
  display: block;
}

.text-span {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 600px;
  font-size: 45px;
  font-weight: 400;
  display: flex;
}

.image-2, .image-3 {
  min-width: 5%;
}

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

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

.text-block-2 {
  letter-spacing: 2px;
  font-size: 20px;
  line-height: 40px;
}

.text-block-3 {
  color: var(--white);
  font-size: 25px;
  line-height: 40px;
}

.section-2 {
  height: auto;
  margin-top: -33px;
  margin-bottom: -37px;
}

.heading, .paragraph {
  color: var(--black);
}

.container-2 {
  margin-top: -173px;
  padding-top: 0;
}

.container-3 {
  margin-bottom: -155px;
}

.div-block {
  padding-left: 0;
}

.section-3 {
  flex: 1;
}

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

.heading-2 {
  color: var(--black);
  text-align: center;
  object-fit: cover;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-weight: 500;
  display: block;
}

.paragraph-3 {
  color: var(--black);
  text-align: center;
  display: block;
}

.div-block-2 {
  padding-bottom: 136px;
}

.container-4 {
  object-fit: fill;
  flex: 1;
  order: -1;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.heading-3 {
  color: var(--black);
  text-align: left;
  font-size: 30px;
  font-weight: 600;
}

.text-block-4 {
  color: var(--black);
  text-align: center;
  font-size: 40px;
}

.container-5 {
  flex: 0 auto;
  align-self: center;
  margin-top: -210px;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.section-4 {
  white-space: normal;
  width: auto;
}

.section-5 {
  order: 1;
}

.section-6 {
  flex: 1;
  margin: 0 0 209px 45px;
}

.heading-4, .text-block-5 {
  color: var(--black);
}

.section-7 {
  flex: 1;
  margin-top: 133px;
}

.div-block-3 {
  object-fit: cover;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  width: 100vw;
  height: auto;
  padding-left: 0;
  display: flex;
}

.div-block-4 {
  order: 1;
  align-self: flex-end;
  width: 100vh;
  height: 100px;
  margin-top: 325px;
  padding-right: 0;
}

.container-6 {
  flex: 1;
  order: -1;
  overflow: hidden;
}

.container-6.container {
  flex: 0 auto;
  align-self: center;
  margin-top: 0;
  display: block;
}

.div-block-5 {
  color: var(--white);
  background-color: rgba(255, 255, 255, .56);
  margin-top: 0;
}

.div-block-6 {
  height: 150px;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-7 {
  color: var(--white);
  background-color: rgba(255, 255, 255, .66);
  width: auto;
  min-width: auto;
  height: auto;
  display: block;
}

.text-block-6 {
  color: #333;
  text-align: center;
  font-size: 27px;
  display: block;
}

.heading-5 {
  color: #2c2c2c;
  text-align: center;
  margin-top: 97px;
  margin-bottom: 0;
  padding-top: 146px;
  display: block;
}

.heading-5.mobile {
  color: #1a1b1f;
}

.text-span-2 {
  text-align: center;
  flex: 1;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 40px;
}

.text-block-7 {
  display: flex;
}

.body-2, .section-8 {
  background-color: var(--white);
}

.image-4 {
  width: 550px;
}

.div-block-8 {
  margin-top: 0;
}

.image-6 {
  margin-top: 70px;
}

.image-7 {
  margin-top: 0;
  position: relative;
}

.div-block-9 {
  display: flex;
}

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

.form-block {
  margin-top: 143px;
}

.submit-button {
  background-color: var(--white);
  color: #1a1b1f;
  letter-spacing: 3px;
  font-weight: 500;
}

.textarea {
  width: 400px;
  height: auto;
  min-height: 200px;
}

.container-7 {
  border-radius: 0;
  flex: none;
  order: -1;
  align-self: center;
  max-width: none;
  max-height: none;
  margin-top: 0;
  padding-left: 77px;
  padding-right: 82px;
}

.form {
  margin-top: 0;
  margin-bottom: 70px;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  display: block;
  overflow: visible;
}

.container-8 {
  grid-column-gap: 10px;
  grid-row-gap: 16px;
  flex: none;
  grid-template: "."
                 "."
                 "."
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  margin-top: 129px;
  margin-bottom: 83px;
  display: grid;
}

.container-9 {
  grid-column-gap: 0px;
  grid-row-gap: 40px;
  flex: 0 auto;
  order: 1;
  grid-template: "Area Area-2"
                 "Area-5 Area-3"
                 "Area-6 Area-4"
                 / .5fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  margin-top: 100px;
  margin-bottom: 87px;
  padding-left: 0;
  padding-right: 59px;
  display: grid;
}

.text-block-8 {
  color: var(--black);
  margin-right: 0;
  padding-right: 0;
}

.text-block-9, .text-block-10 {
  color: var(--black);
}

.div-block-10 {
  align-self: flex-start;
}

.text-block-11 {
  flex: 1;
  align-self: flex-start;
  padding-right: 0;
}

.section-9 {
  flex: 1;
  align-self: flex-start;
}

.container-10 {
  flex: 0 0 100vw;
  order: 1;
  align-self: flex-start;
}

.div-block-11 {
  display: flex;
}

.div-block-12 {
  text-align: left;
  max-width: 600px;
  margin-top: 38px;
  display: block;
}

.div-block-13 {
  color: #333;
  text-align: left;
  margin-top: 111px;
  display: inline-block;
}

.text-block-12 {
  text-align: left;
  margin-left: 100px;
  font-size: 40px;
  font-weight: 600;
  line-height: 33px;
  display: inline;
}

.text-block-12.contactos {
  color: #333;
  margin-left: 100px;
  padding-right: 0;
  display: block;
}

.text-block-13 {
  text-align: left;
  margin-top: 8px;
  margin-left: 100px;
  font-size: 25px;
  font-weight: 300;
  display: block;
}

.text-block-13.contactos {
  display: block;
}

.div-block-14 {
  text-align: left;
  max-width: 600px;
  margin-top: 22px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
}

.image-9 {
  text-align: center;
  margin-left: 110px;
  display: inline-block;
}

.image-10 {
  text-align: left;
  margin-left: 110px;
  display: inline-block;
}

.text-block-14 {
  text-align: left;
  margin-left: 110px;
}

.div-block-15 {
  text-align: left;
  max-width: 600px;
  margin-top: 22px;
  margin-left: 0;
  margin-right: 0;
  display: inline;
}

.image-11 {
  text-align: left;
  margin-left: 110px;
  display: inline-block;
}

.container-11 {
  color: #a8a6a6;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  flex: 0 60vw;
  height: 100vh;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.text-block-15 {
  text-align: left;
  margin-left: 110px;
  margin-right: 0;
  font-size: 16px;
}

.text-block-16 {
  text-align: left;
  margin-left: 110px;
  margin-right: 0;
}

.contactos {
  color: #333;
  text-align: left;
  margin-left: 110px;
  margin-right: 0;
  padding-left: 0;
}

.div-block-16 {
  background-color: rgba(26, 27, 31, .77);
  height: 1px;
  display: block;
}

.div-block-17 {
  width: 80px;
  margin-top: 23px;
}

.section-10 {
  margin-bottom: -37px;
}

.image-12 {
  text-align: center;
  display: inline;
}

.text-block-18 {
  display: inline;
}

.container-12 {
  text-align: center;
  margin-bottom: 37px;
}

.div-block-16-copy {
  background-color: rgba(26, 27, 31, .77);
  height: 1px;
  display: block;
}

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

.div-block-18 {
  text-align: center;
  margin-top: 0;
  display: inline-block;
}

.text-block-19 {
  font-size: 10px;
}

.link-block {
  display: flex;
}

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

.div-block-20 {
  object-fit: cover;
  background-color: rgba(255, 255, 255, .54);
  width: auto;
  min-width: auto;
  height: auto;
  margin-top: -186px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 79px;
  display: block;
}

.div-block-21 {
  height: auto;
  margin-top: 0;
}

.text-block-20 {
  color: #111;
  text-align: center;
  padding-left: 100px;
  padding-right: 100px;
  font-size: 30px;
  line-height: 45px;
  display: inline-block;
}

.checkbox-field {
  width: 400px;
}

.text-block-21 {
  font-size: 18px;
  display: inline-block;
}

.text-block-22 {
  white-space: normal;
  transition: opacity .2s;
}

.image-14 {
  text-align: center;
  flex: none;
  align-self: center;
  margin-left: 26px;
}

.text-block-23 {
  text-align: center;
  flex: 1;
  align-self: center;
  margin-left: 60px;
  margin-right: 84px;
  padding-top: 0;
  padding-left: 0;
  font-size: 12px;
}

.image-15 {
  text-align: center;
  flex: none;
  margin-top: 10px;
  margin-left: 29px;
  padding-left: 0;
}

.section-12 {
  flex: 1;
  order: -1;
  display: block;
}

.section-13 {
  flex: 1;
  order: 1;
  align-self: center;
}

.container-13 {
  text-align: left;
  object-fit: fill;
  max-width: none;
  margin-top: 0;
  padding-left: 0;
  display: block;
}

.textarea-2 {
  min-width: 100px;
  min-height: 100px;
  margin-left: 0;
  padding-left: 15px;
}

.contactodiv {
  background-color: rgba(255, 255, 255, .6);
  width: auto;
  height: 100vh;
  margin: 120px 0;
  display: block;
}

.form-2 {
  margin-bottom: 30px;
  margin-left: 10px;
  margin-right: 10px;
}

.submit-button-2 {
  background-color: var(--white);
  color: #1b1c20;
  font-size: 14px;
  font-weight: 500;
}

.form-block-2 {
  text-align: left;
  object-fit: fill;
  width: 50vw;
  margin: 51px auto 0;
  position: relative;
}

.text-field-2, .text-field-3 {
  max-width: none;
}

.button-9 {
  display: none;
}

.div-block-23 {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.footer {
  color: #333;
  text-align: center;
  flex: 1;
  align-self: stretch;
  padding-left: 0;
  padding-right: 0;
  font-size: 10px;
  font-weight: 500;
  line-height: 40px;
  display: block;
}

.text-block-25 {
  justify-content: flex-end;
  display: flex;
}

.heading-6 {
  color: #1a1b1f;
  text-align: center;
  font-size: 40px;
  font-weight: 600;
}

.div-block-24 {
  background-color: #bebebe;
  height: 1px;
}

.container-15 {
  display: block;
}

.div-block-25 {
  background-color: rgba(255, 255, 255, .5);
  order: -1;
  height: 400px;
  margin-top: 100px;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
  box-shadow: 4px 4px 7px rgba(129, 129, 129, .93);
}

.section-14 {
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.container-16 {
  text-align: center;
  margin-top: 10px;
  display: block;
}

.text-block-26 {
  color: var(--white);
  font-weight: 600;
  display: block;
}

.div-block-26 {
  order: -1;
}

.div-block-28 {
  background-color: #b1b1b1;
  width: 1px;
  margin-top: 42px;
  margin-bottom: 42px;
}

.heading-8 {
  margin-top: 40px;
  margin-left: 20px;
}

.contatti-testo {
  margin: 0 20px 20px;
}

.contatti-testo.grassetto {
  margin-top: 28px;
  margin-bottom: 0;
  margin-left: 20px;
  font-weight: 600;
}

.contatti-testo.grassetto._2colonna {
  margin-top: 0;
}

.button-10 {
  color: #333;
  background-color: rgba(255, 255, 255, .75);
  border: 1px solid #333;
  margin-left: 20px;
  font-size: 14px;
  display: inline;
}

.button-10:hover {
  background-color: rgba(177, 176, 176, .75);
}

.button-10:active {
  color: var(--white);
  background-color: rgba(44, 44, 44, .75);
}

.image-17 {
  margin-top: 20px;
  margin-left: 20px;
}

.link-block-6 {
  margin-left: 0;
}

.section-15 {
  background-color: var(--white);
}

.nav-tel, .navbar {
  display: none;
}

.div-block-34 {
  margin-top: 0;
}

.grid-7 {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: "Area"
  / 2fr 1.5fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}

.div-block-grid {
  margin-top: 40px;
}

.section-17 {
  background-image: url('../images/cdmx2.jpg');
  background-position: 50%;
  background-size: cover;
  height: 85vh;
}

.container-19 {
  display: flex;
}

.div-block-37 {
  margin-top: 186px;
}

.heading-9 {
  margin-bottom: 0;
  padding-left: 0;
  font-size: 30px;
  line-height: 40px;
  display: inline;
}

.div-block-38 {
  background-color: #1a1b1f;
  height: 1px;
  margin-top: 5px;
  margin-right: 10px;
  padding-right: 8px;
}

.div-block-39 {
  background-color: var(--white);
  width: 500px;
  height: 450px;
  margin-top: 105px;
  margin-left: 30px;
}

.slider {
  background-color: var(--white);
  height: 450px;
}

.icon, .icon-2 {
  color: #1a1b1f;
}

.slide-nav {
  color: #1a1b1f;
  display: none;
}

.testo-privacidad {
  margin-top: 29px;
  margin-left: 66px;
  margin-right: 65px;
  font-size: 13px;
  line-height: 20px;
}

.testo-privacidad._3 {
  margin-top: 9px;
}

.testo-privacidad._6 {
  margin-top: 18px;
  margin-right: 56px;
}

.testo-privacidad._7 {
  margin-top: 109px;
  margin-left: 58px;
  margin-right: 57px;
}

.testo-privacidad._77 {
  margin-top: 96px;
}

@media screen and (max-width: 991px) {
  .divider {
    margin-top: 20px;
    margin-left: 30px;
    margin-right: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .section.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

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

  .container {
    margin-top: 10px;
  }

  .button {
    justify-content: center;
  }

  .button.cc-contact-us {
    display: none;
  }

  .label.cc-light {
    margin-top: 20px;
    font-size: 18px;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .logo-link.w--current {
    color: var(--white);
    background-color: rgba(0, 0, 0, 0);
    flex: 1;
    position: relative;
  }

  .menu-icon {
    color: var(--white);
    display: block;
  }

  .menu {
    margin-left: 30px;
    position: static;
  }

  .navigation-wrap {
    color: var(--white);
    background-color: rgba(0, 0, 0, 0);
  }

  .navigation {
    color: #000;
    background-color: rgba(0, 0, 0, .54);
    padding: 25px 30px;
  }

  .navigation.transparent {
    display: none;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0;
  }

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

  .logo-image {
    position: relative;
    left: -111px;
    right: 0;
  }

  .navigation-items {
    background-color: #fff;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .our-services-grid {
    text-align: center;
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-icon {
    display: inline-block;
  }

  .contact-form-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .our-contacts {
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .team-members {
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .team-member-title-wrap {
    margin-bottom: 30px;
  }

  .project-details-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  .home-section-wrap {
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
  }

  .about-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "Area"
                   "Area-2"
                   / 1fr;
    grid-auto-flow: column;
  }

  .about-grid.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .about-grid._2 {
    grid-template-columns: 2fr;
  }

  .intro-text {
    width: auto;
  }

  .collection-wrap {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-preview-wrap {
    text-align: center;
    width: 80%;
    padding-right: 15px;
  }

  .gallery-grid-container {
    align-self: stretch;
  }

  .button-5.imm {
    margin-top: 10px;
  }

  .button-5.soft {
    text-align: left;
    margin-top: 10px;
  }

  .button-5.fianza, .button-5.juridi {
    margin-top: 10px;
  }

  .button-7 {
    background-color: #fa8b04;
  }

  .body {
    background-image: none;
    display: block;
  }

  .text-block-6 {
    color: var(--black);
  }

  .text-span-2 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 22px;
    line-height: 30px;
  }

  .image-4 {
    width: auto;
    max-height: 520px;
  }

  .div-block-8 {
    margin-left: 20px;
    padding-right: 20px;
  }

  .image-5, .image-6 {
    max-height: 520px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-7 {
    max-height: 520px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-13 {
    margin-top: 40px;
  }

  .text-block-12.contactos, .text-block-13 {
    margin-left: 0;
  }

  .div-block-14 {
    margin-bottom: 40px;
    padding-bottom: 0;
  }

  .image-11 {
    margin-left: 0;
  }

  .container-11 {
    background-color: rgba(0, 0, 0, 0);
    height: auto;
    margin-top: 0;
    padding-top: 0;
  }

  .contactos {
    margin-left: 0;
  }

  .section-11 {
    height: 100vh;
  }

  .section-12 {
    background-color: rgba(0, 0, 0, 0);
    background-image: url('../images/cdmx2.jpg');
    background-position: 0%;
    background-size: cover;
    height: 100vh;
  }

  .section-13 {
    background-color: rgba(14, 14, 14, .87);
  }

  .container-13 {
    margin-top: 0;
  }

  .contactodiv {
    background-color: rgba(0, 0, 0, .67);
    height: auto;
    margin-top: 100px;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 0;
    padding-left: 50px;
    padding-right: 50px;
    display: none;
  }

  .form-block-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .heading-6 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 36px;
  }

  .field-label, .field-label-2 {
    color: var(--white);
  }

  .container-15 {
    text-align: center;
    object-fit: none;
    object-position: 50% 50%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-25 {
    background-color: rgba(248, 246, 246, .53);
    height: 70vh;
    margin: 140px 10px 0;
    display: flex;
    box-shadow: 2px 2px 7px 1px rgba(122, 122, 122, .85);
  }

  .section-14 {
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .link-block-4 {
    text-align: center;
    display: inline-block;
  }

  .container-16 {
    text-align: center;
    margin-top: 10px;
  }

  .text-block-26 {
    color: var(--white);
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    display: block;
  }

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

  .div-block-26 {
    flex: 1;
    padding-right: 60px;
  }

  .div-block-27 {
    flex: 1;
    order: 1;
    margin-top: 0;
    margin-left: 0;
    padding-left: 0;
  }

  .div-block-28 {
    background-color: #777;
    flex: 0 auto;
    width: 1px;
    height: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-right: 10px;
  }

  .div-block-29 {
    display: none;
  }

  .heading-7 {
    margin-top: 20px;
    margin-left: 15px;
  }

  .heading-8 {
    margin-top: 50px;
    margin-left: 20px;
    margin-right: 10px;
  }

  .contatti-testo {
    color: #333;
    text-indent: 0;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 10px;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }

  .contatti-testo.grassetto {
    margin-top: 35px;
    margin-bottom: 5px;
    font-weight: 600;
  }

  .contatti-testo.grassetto._2colonna {
    margin-top: 10px;
  }

  .contatti-testo.texto {
    margin-top: 37px;
    font-size: 18px;
    font-weight: 300;
    line-height: 25px;
  }

  .button-10 {
    color: #1d1d1d;
    background-color: rgba(255, 255, 255, .63);
    border: 1px solid #333;
    margin-left: 20px;
    font-size: 14px;
    font-weight: 500;
    display: inline;
  }

  .image-17 {
    margin-top: 30px;
    margin-left: 20px;
  }

  .link-block-5, .link-block-6 {
    display: inline-block;
  }

  .div-block-34 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .grid-7 {
    grid-template-columns: 2fr;
    grid-template-areas: "Area"
                         "Area-2";
  }

  .div-block-35, .div-block-36 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .section-17 {
    height: auto;
  }

  .div-block-39 {
    margin-top: 90px;
    margin-bottom: 6px;
  }
}

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

  .section.cc-cta {
    padding: 15px;
  }

  .section.cc-home-wrap, .section.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .container {
    text-align: center;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

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

  .navigation {
    padding: 20px 30px;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .intro-content {
    width: 80%;
  }

  .our-services-grid {
    grid-row-gap: 60px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .contact-form-wrap {
    padding: 30px;
  }

  .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
  }

  .team-pic {
    height: 300px;
    margin-bottom: 30px;
  }

  .team-member-name {
    font-size: 16px;
    line-height: 28px;
  }

  .project-name-wrap {
    margin-bottom: 30px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .blog-detail-header-wrap {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .gallery {
    padding: 40px 20px;
  }

  .gallery-grid-container {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    max-width: none;
  }

  .image-4 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .image-5, .image-6 {
    margin-left: 40px;
    margin-right: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-7 {
    margin-top: 0;
    margin-left: 40px;
    margin-right: 40px;
  }

  .image-8 {
    margin-left: 92px;
    display: inline-block;
  }

  .div-block-13 {
    display: block;
  }

  .text-block-12.contactos {
    margin-left: 0;
  }

  .section-12 {
    background-image: url('../images/cdmx2.jpg');
    background-position: 50%;
    background-size: cover;
    height: auto;
  }

  .contactodiv {
    padding-top: 30px;
  }

  .container-15 {
    display: none;
  }

  .div-block-25 {
    box-shadow: none;
    height: auto;
    margin-bottom: 40px;
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 17px;
  }

  .div-block-26 {
    align-self: flex-start;
    margin-right: 10px;
    padding-right: 0;
  }

  .div-block-27 {
    align-self: flex-start;
  }

  .div-block-28 {
    background-color: #616161;
    margin-top: 35px;
    margin-bottom: 15px;
    margin-right: 0;
  }

  .contatti-testo._1 {
    margin-right: 0;
  }

  .button-10 {
    font-size: 12px;
  }

  .section-17 {
    height: auto;
  }

  .container-19 {
    display: block;
  }

  .div-block-37 {
    margin-top: 100px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .heading-9 {
    font-size: 27px;
    line-height: 30px;
  }

  .div-block-39 {
    width: auto;
    height: auto;
    margin: 23px 20px 20px;
    padding-bottom: 11px;
  }

  .slider {
    height: auto;
  }

  .testo-privacidad._77 {
    margin-top: 60px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .divider {
    margin: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .container {
    margin-top: 16px;
    display: block;
  }

  .button {
    color: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    width: 0%;
    height: 0;
    display: none;
    position: relative;
    right: 12px;
    overflow: hidden;
  }

  .label.cc-light {
    margin-top: 10px;
    font-size: 15px;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .paragraph-light {
    text-align: left;
    font-size: 14px;
    line-height: 25px;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .logo-link.w--current {
    display: block;
  }

  .menu {
    margin-left: 15px;
  }

  .navigation-wrap {
    justify-content: center;
    position: fixed;
  }

  .navigation {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    display: none;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .logo-image {
    text-align: left;
    margin-right: 40px;
    padding-right: 0;
    display: inline-block;
    position: relative;
    left: -110px;
  }

  .cta-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .intro-header {
    object-fit: fill;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    width: auto;
    height: 65vh;
    display: block;
    position: relative;
  }

  .status-message.cc-no-data, .contact-form-grid {
    width: 100%;
  }

  .our-contacts {
    width: 90%;
  }

  .team-members {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .project-details-grid {
    width: 100%;
  }

  .blog-detail-header-wrap, .blog-item {
    width: 100%;
    max-width: none;
  }

  .home-section-wrap {
    text-align: left;
  }

  .section-heading {
    font-size: 28px;
    line-height: 30px;
  }

  .about-grid {
    grid-column-gap: 80px;
    grid-row-gap: 0px;
  }

  .centered-container {
    text-align: left;
  }

  .gallery-grid-container {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .body {
    background-image: none;
    min-width: auto;
  }

  .text-block-6 {
    color: var(--black);
    padding-left: 15px;
    padding-right: 15px;
    font-size: 20px;
  }

  .heading-5.mobile {
    font-size: 30px;
  }

  .text-span-2 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
    line-height: 20px;
  }

  .image-4 {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-8 {
    margin-left: 20px;
    margin-right: 20px;
    padding-right: 0;
  }

  .image-5 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image-6 {
    margin-top: -30px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image-7 {
    margin-left: 0;
    margin-right: 0;
  }

  .form {
    width: 100vw;
    margin-left: -34px;
    display: inline-block;
  }

  .div-block-12 {
    width: 100vw;
    margin-top: 75px;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .div-block-13 {
    width: 100vw;
    margin-top: 0;
    padding-top: 20px;
  }

  .text-block-12.contactos {
    margin-left: 20px;
    font-size: 25px;
  }

  .text-block-13 {
    margin-left: 20px;
    font-size: 20px;
  }

  .text-block-13.contactos {
    margin-left: 20px;
  }

  .div-block-14 {
    width: 100vw;
    margin: 0 0 27px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image-9, .image-10 {
    margin-left: 20px;
  }

  .text-block-14.contactos {
    padding-right: 45px;
    display: block;
  }

  .div-block-15 {
    width: 100vw;
    margin-top: 0;
    margin-left: 0;
    display: block;
  }

  .image-11 {
    margin-left: 20px;
  }

  .container-11 {
    max-width: 100%;
    padding-top: 0;
  }

  .text-block-15.contactos, .text-block-16.contactos {
    padding-right: 45px;
    font-size: 14px;
  }

  .contactos {
    margin-left: 20px;
    font-size: 14px;
  }

  .div-block-21 {
    display: inline;
  }

  .image-15 {
    text-align: left;
    margin-left: 0;
  }

  .section-12 {
    background-image: url('../images/cdmx2.jpg');
    background-position: 50%;
    background-size: cover;
    width: 100vw;
    height: 87vh;
  }

  .section-13 {
    background-image: none;
    display: none;
  }

  .container-13 {
    background-image: url('../images/reformacdmx-copia.jpeg');
    background-position: 0%;
    background-size: cover;
    max-width: none;
    display: block;
  }

  .contactodiv {
    margin-top: 127px;
    padding-left: 10px;
  }

  .form-2 {
    max-width: 100vw;
    margin-left: 0;
  }

  .link-block-2 {
    clear: left;
  }

  .button-9 {
    color: #1d1d1d;
    text-align: center;
    letter-spacing: 2px;
    background-color: rgba(255, 255, 255, .7);
    border: 1px solid #1d1d1d;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    font-weight: 400;
    line-height: 25px;
    display: inline-block;
    position: relative;
  }

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

  .container-14 {
    text-align: center;
    margin-top: 280px;
    display: block;
  }

  .heading-6 {
    font-size: 30px;
  }

  .link-block-3 {
    text-align: center;
    flex: 1;
  }

  .image11 {
    margin-left: 20px;
  }

  .div-block-25 {
    box-shadow: none;
    height: auto;
    margin: 100px 15px 16px;
    padding-bottom: 1px;
    display: block;
  }

  .text-block-26 {
    font-size: 12px;
  }

  .div-block-26 {
    padding-right: 0;
  }

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

  .div-block-28 {
    width: auto;
    height: 1px;
    margin: 30px 20px;
  }

  .heading-8 {
    text-align: center;
    margin: auto;
    font-size: 18px;
    font-weight: 600;
  }

  .contatti-testo {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    font-size: 12px;
  }

  .contatti-testo.grassetto {
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: auto;
  }

  .contatti-testo.grassetto._2colonna {
    color: #1d1d1d;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
  }

  .contatti-testo._1 {
    display: none;
  }

  .button-10 {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    font-size: 10px;
    display: inline;
  }

  .image-17 {
    margin-top: 10px;
    margin-left: auto;
  }

  .div-block-30 {
    margin-top: 5px;
    display: flex;
  }

  .div-block-31, .div-block-32 {
    text-align: center;
    flex: 1;
    margin-top: 10px;
  }

  .nav-tel {
    text-align: center;
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    display: block;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .div-block-33 {
    background-color: rgba(0, 0, 0, 0);
  }

  .section-16 {
    width: auto;
  }

  .navbar {
    background-color: rgba(0, 0, 0, 0);
    display: block;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

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

  .image-18 {
    margin-top: 10px;
  }

  .text-block-27 {
    color: var(--white);
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 10px;
  }

  .container-18 {
    height: 85vh;
  }

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

  .div-block-39, .slider {
    height: auto;
  }

  .icon, .icon-2 {
    font-size: 20px;
  }

  .testo-privacidad {
    margin-left: 15px;
    margin-right: 10px;
  }

  .testo-privacidad._3 {
    margin-top: 23px;
    margin-right: 11px;
    font-size: 12px;
  }

  .testo-privacidad._6 {
    margin-top: 4px;
    margin-right: 10px;
  }

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

  .mask {
    height: 600px;
  }
}

#w-node-_86e64837-0616-515b-4568-76c147234d34-be9d1a94 {
  grid-area: Area-2;
}

#SOFT.w-node-_22ee7ac8-5877-dce1-c6d1-b34fb98e2825-be9d1a94 {
  grid-area: Area;
}

#w-node-_86e64837-0616-515b-4568-76c147234d41-be9d1a94 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-_86e64837-0616-515b-4568-76c147234d4c-be9d1a94 {
  grid-area: Area;
}

#w-node-_3350a42d-a12f-ec4a-78bb-4479ec23dd85-be9d1a94 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_223b7e87-91ac-cb24-9a38-c7646bd3e443-be9d1a94 {
  grid-area: Area;
  align-self: center;
  justify-self: center;
}

#w-node-_8bc62307-839c-85f2-3c09-e8cd0201d5f5-be9d1a94 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-_8bc62307-839c-85f2-3c09-e8cd0201d600-be9d1a94 {
  order: -9999;
  grid-area: Area-2;
  align-self: center;
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_86e64837-0616-515b-4568-76c147234d34-be9d1a94 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #SOFT.w-node-_22ee7ac8-5877-dce1-c6d1-b34fb98e2825-be9d1a94 {
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d41-be9d1a94 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d4c-be9d1a94 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-_3350a42d-a12f-ec4a-78bb-4479ec23dd85-be9d1a94 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_223b7e87-91ac-cb24-9a38-c7646bd3e443-be9d1a94 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-_8bc62307-839c-85f2-3c09-e8cd0201d5f5-be9d1a94 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-_8bc62307-839c-85f2-3c09-e8cd0201d600-be9d1a94 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: stretch;
    justify-self: stretch;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_223b7e87-91ac-cb24-9a38-c7646bd3e443-be9d1a94 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}
