:root {
  --light-gray: #f4f4f4;
  --blue: #1f2437;
  --orange: #ff5b00;
  --black: #181818;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.hero-section2 {
  background-image: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 150px;
  padding-bottom: 18px;
  display: flex;
}

.div-block {
  max-width: 900px;
  flex-direction: column;
  align-items: center;
  margin-bottom: 70px;
  display: flex;
}

.hero-title {
  color: var(--blue);
  text-align: center;
  font-family: Rubik, sans-serif;
  font-size: 62px;
  font-weight: 700;
  line-height: 1.2;
}

.body-hero {
  max-width: 600px;
  color: #000;
  text-align: center;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
}

.image {
  z-index: 2;
  max-width: 800px;
  position: relative;
  overflow: visible;
}

.div-block-2 {
  text-align: center;
  margin-top: 0;
}

.quick-stack {
  width: 900px;
  max-width: 1200px;
  background-color: var(--blue);
  border-radius: 50px;
  margin-left: 0;
  margin-right: 0;
  padding: 155px 32px 32px;
}

.section {
  background-image: none;
  flex-direction: column;
  align-items: center;
  margin-top: -300px;
  margin-bottom: 0;
  padding-top: 55px;
  padding-bottom: 55px;
  display: flex;
}

.cell {
  align-items: center;
}

.image-2 {
  width: 450px;
  height: 250px;
  max-height: 450px;
  max-width: 450px;
  object-fit: cover;
  border-radius: 25px;
}

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

.heading, .paragraph {
  color: #fff;
}

.div-block-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.button {
  height: 47px;
  text-align: center;
  background-color: orange;
  border-radius: 10px;
  flex: none;
  align-items: center;
  padding: 0 24px;
  font-family: DM Sans, sans-serif;
  font-weight: 700;
  display: flex;
}

.button.outline {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid orange;
}

.div-block-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-top: 50px;
  display: flex;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.navbar {
  width: 1200px;
  text-align: center;
  background-color: #000;
  border-radius: 20px;
  margin-top: 18px;
}

.nav-link {
  color: #fff;
  border-bottom: 3px solid rgba(0, 0, 0, 0);
  transition: opacity .5s, border .5s, color .5s;
}

.nav-link:hover {
  border-bottom-color: var(--orange);
  color: var(--orange);
}

.nav-link.w--current {
  color: var(--orange);
}

.body {
  background-color: rgba(255, 255, 255, 0);
  flex-direction: column;
  align-items: center;
}

.container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: block;
}

.nav-menu {
  order: 0;
}

.brand {
  flex-direction: row;
  align-items: center;
  display: block;
}

.gallery {
  width: 100%;
  max-width: 1440px;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 112px 64px;
  display: flex;
}

.gallery._8 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: rgba(255, 255, 255, 0);
  padding-top: 50px;
  padding-bottom: 50px;
}

.section-title {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 80px;
  display: flex;
}

.heading-h2 {
  color: var(--blue);
  text-align: center;
  margin-top: 0;
  font-family: Rubik, sans-serif;
  font-size: 54px;
  font-weight: 400;
  line-height: 120%;
}

.heading-h2.white {
  color: var(--light-gray);
}

.heading-h2.blue {
  color: var(--blue);
  font-size: 48px;
  font-weight: 400;
}

.text-medium-normal {
  color: #181818;
  text-align: center;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.content {
  width: 100%;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.content-2 {
  width: 100%;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

._1a005727-7b88-47ac-9864-dbd0a610226f-1 {
  object-fit: cover;
  border-radius: 20px;
}

.section-2 {
  width: auto;
}

.layout {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #1f2437;
  border-radius: 50px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 50px 64px;
  display: flex;
}

.layout._274 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: var(--blue);
}

.heading-h3 {
  color: #fff;
  font-family: Rubik, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
}

.heading-h3.negro {
  color: #000;
}

.frame-16 {
  width: 100%;
  max-width: 1064px;
  grid-column-gap: 80px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.list-item {
  width: 100%;
  max-width: 300px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 18px 20px 18px 22px;
  transition: opacity .2s, transform .2s;
  display: flex;
}

.list-item:hover {
  border: 1px solid orange;
  border-radius: 15px;
  padding: 18px 22px;
  transform: scale(1.2);
}

.heading-h5 {
  color: #a54646;
  font-family: Rubik, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
}

.body-features {
  color: #b4b4b4;
  font-size: 12px;
  font-weight: 400;
}

.layout-2 {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 112px 64px;
  display: flex;
}

.container-2 {
  width: 100%;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.content-3 {
  width: 100%;
  max-width: 430px;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.content-4 {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-h3-2 {
  color: var(--blue);
  font-family: Rubik, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 120%;
}

.text-medium-normal-2 {
  color: #181818;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.frame-21 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.listing-icon {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.vectors-wrapper {
  width: 32px;
  height: 32px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-item {
  color: var(--blue);
  font-family: Rubik, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.vectors-wrapper-2 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  transition: transform .2s;
  display: flex;
}

.vectors-wrapper-2:hover {
  mix-blend-mode: multiply;
  background-image: linear-gradient(#1f2437, rgba(31, 36, 55, 0));
  border-radius: 50px;
}

.feature-image {
  border-radius: 50px;
}

.feature-image:hover {
  background-image: linear-gradient(#1f2437, rgba(31, 36, 56, 0));
  border-radius: 50px;
}

.mansory-tall {
  width: 340px;
  height: 400px;
  object-fit: cover;
  flex-wrap: nowrap;
  flex: 1;
  align-items: stretch;
  display: block;
  overflow: visible;
}

.image-gallery {
  transform: scale3d(1none, 1none, 1none);
  object-fit: scale-down;
  transform-style: preserve-3d;
  border-radius: 5px;
  transition: transform .2s;
  display: block;
  overflow: hidden;
}

.image-gallery:hover {
  transform: scale(1.02);
}

.div-block-6 {
  align-items: stretch;
  display: flex;
}

.quick-stack-2 {
  width: 900px;
  flex: 1;
  align-self: center;
}

.bloque {
  background-color: var(--light-gray);
  justify-content: center;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
}

.slider {
  background-color: rgba(255, 255, 255, 0);
  border-radius: 25px;
  flex-direction: column;
  flex: 1;
  align-self: stretch;
  display: block;
}

.mask {
  object-fit: fill;
  border-radius: 25px;
}

.arrow-slider {
  opacity: .5;
  border-radius: 25px;
  transition: background-color .3s;
}

.arrow-slider:hover {
  background-color: rgba(0, 0, 0, 0);
}

.section-3 {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.rental {
  width: 100%;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 80px 90px 0;
  display: flex;
}

.features-metrics {
  background-color: var(--blue);
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 90px;
  position: relative;
}

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

.features-wrapper {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.features-block {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.features-title {
  color: #fff;
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.features-title-small {
  font-size: 24px;
  line-height: 32px;
}

.quick-stack-3 {
  width: 1100px;
}

.cta {
  width: 100%;
  max-width: 1440px;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 112px 64px;
  display: flex;
}

.cta._1 {
  width: auto;
  max-width: none;
  background-color: rgba(255, 255, 255, 0);
  background-image: linear-gradient(45deg, #1f2437 17%, rgba(31, 36, 55, 0)), url('../images/fila-contenedores.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
  flex-direction: row;
  margin-left: auto;
  margin-right: auto;
  padding: 150px 0;
  display: flex;
}

.container-4 {
  width: 100%;
  max-width: 1100px;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.column {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-h2-2 {
  color: #1f2437;
  text-align: center;
  font-family: Rubik, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
}

.heading-h2-2.blanco {
  color: #fff;
  text-align: left;
  align-self: flex-start;
  font-weight: 400;
}

.text-medium-normal-3 {
  color: #1f2437;
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.text-medium-normal-3.blanco {
  color: #fff;
}

.actions {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 16px;
  display: flex;
}

.style-primary-small-false-dark-mode-false-icon-position-no-icon {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #2153f7;
  border: 2px solid #2153f7;
  border-radius: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  display: flex;
}

.text-regular-normal {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.placeholder-image {
  width: 428px;
  object-fit: cover;
}

.contact {
  width: 100%;
  max-width: 1440px;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 112px 64px;
  display: flex;
}

.contact._11 {
  align-items: flex-start;
}

.section-title-2 {
  width: 100%;
  max-width: 768px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-regular-semi-bold {
  color: #1f2437;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}

.content-5 {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-h2-3 {
  color: #1f2437;
  flex-direction: column;
  font-family: Rubik, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
  display: block;
}

.content-6 {
  width: 100%;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.form {
  width: 100%;
  max-width: 616px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.input {
  width: 100%;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-regular-normal-2 {
  color: #1f2437;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.text-input {
  width: 100%;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border: 2px solid #1f2437;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  padding: 12px;
  display: flex;
}

.text-area {
  width: 100%;
  height: 180px;
  background-color: #fff;
  border: 2px solid #1f2437;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 12px;
  display: flex;
  position: relative;
}

.text-regular-normal-3 {
  color: #505050;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.vectors-wrapper-3 {
  width: 2px;
  height: 2px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 37.6497px;
  left: 336.814px;
}

.vectors-wrapper-4 {
  width: 6px;
  height: 6px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 39.0639px;
  left: 348.128px;
}

.button-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #2153f7;
  border: 2px solid #2153f7;
  border-radius: 10px;
  flex: 0 auto;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  margin-top: 22px;
  margin-bottom: 22px;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.text-regular-normal-4 {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.content-7 {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.row {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.content-8 {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.vectors-wrapper-5 {
  width: 32px;
  height: 32px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-h6 {
  color: #1f2437;
  font-family: Rubik, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
}

.text-regular-link {
  color: #1f2437;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: underline;
}

.content-9 {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 14px;
  margin-bottom: 14px;
  display: flex;
}

.actions-2 {
  width: 100%;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 16px;
  display: flex;
}

.button-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-regular-normal-5 {
  color: #1f2437;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.vectors-wrapper-6 {
  width: 24px;
  height: 24px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-2 {
  flex-flow: column;
  align-content: center;
  align-items: stretch;
  display: flex;
}

.text-field {
  min-height: 47px;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  align-self: auto;
  margin-top: 8px;
  margin-bottom: 24px;
}

.form-block {
  width: 100%;
}

.submit-button {
  align-self: flex-start;
}

.label-form {
  color: var(--blue);
  margin-top: 5px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 16px;
}

.form-3 {
  flex-direction: column;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.section-5 {
  background-color: var(--light-gray);
  flex-direction: column;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

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

.submit-button-2 {
  align-self: flex-end;
}

.success-message {
  min-height: 300px;
  border-radius: 15px;
}

.text-block {
  text-align: center;
  padding-top: 82px;
  padding-left: 135px;
  padding-right: 135px;
}

.div-block-7 {
  text-align: center;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.error-message {
  background-color: #ffb0b0;
  border-radius: 10px;
  padding-top: 30px;
  padding-bottom: 30px;
}

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

.div-block-8, .container-5 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.body-2 {
  flex-direction: column;
  align-items: center;
  display: block;
}

.slide-nav {
  color: #492323;
}

.slide {
  object-fit: fill;
}

.image-3 {
  object-fit: none;
}

.features-list {
  border-bottom: 1px solid #e4ebf3;
  padding: 150px 90px;
  position: relative;
}

.container-6 {
  width: 100%;
  max-width: 940px;
  background-color: var(--light-gray);
  border-radius: 25px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 110px;
}

.container-6.blue {
  background-color: var(--blue);
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.features-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.features-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.features-paragraph {
  margin-bottom: 24px;
}

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

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

.features-right {
  max-width: 46%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: -16px;
  display: flex;
}

.features-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.features-image-icons {
  width: 63px;
  height: 90px;
  max-width: 90px;
  object-fit: contain;
  margin-right: 20px;
}

.pricing-overview {
  z-index: 1;
  background-color: rgba(255, 255, 255, 0);
  border-bottom: 1px solid #e4ebf3;
  border-radius: 0;
  margin-top: -100px;
  margin-bottom: 0;
  padding: 0 90px;
  position: relative;
}

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

.pricing-description {
  max-width: 550px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.pricing-grid {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.pricing-card-three {
  background-color: var(--blue);
  text-align: center;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.pricing-image {
  width: 115px;
  object-fit: cover;
  flex: 0 auto;
  align-self: auto;
  margin-bottom: 16px;
}

.pricing-card-text {
  margin-bottom: 20px;
}

.titulo-feature {
  color: var(--blue);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}

.section-6 {
  align-self: center;
}

.hero-subscribe-right {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  margin-top: 83px;
  margin-bottom: 83px;
  padding: 80px 30px;
  position: relative;
}

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

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

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

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

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

.hero-form {
  margin-bottom: 12px;
}

.hero-form-container {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.hero-form-input {
  width: 240px;
  height: auto;
  color: #1a1b1f;
  border: 1px solid #d1d6db;
  margin-bottom: 0;
  margin-right: 9px;
  padding: 5px 16px;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
}

.hero-form-input:hover, .hero-form-input:focus {
  border-color: #76879d;
}

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

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

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

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

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

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

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

.contenedor-servicio {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  opacity: 1;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 5px 20px 0;
}

.div-block-9 {
  flex-direction: row;
  align-self: auto;
  align-items: flex-end;
  display: flex;
}

.icon-feaute {
  width: 100px;
}

.caracteristicas {
  width: 100%;
  max-width: 1440px;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  padding: 112px 64px;
  display: flex;
}

.section-title-3 {
  width: 100%;
  max-width: 768px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  display: flex;
}

.content-10 {
  width: 100%;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-h2-4 {
  color: #1f2437;
  align-self: center;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Rubik, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
}

.content-11 {
  width: 100%;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.row-2 {
  width: 100%;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.content-12 {
  width: 100%;
  min-height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: 2px #f1f1f1;
  border-radius: 5px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 16px 23px 20px 16px;
  transition: transform .2s;
  display: flex;
}

.content-12:hover {
  transform: scale(1.03);
  box-shadow: 0 3px 10px rgba(5, 0, 161, .2);
}

.azul-aberturas-copia-2-1 {
  height: 30px;
  object-fit: fill;
}

.titulo-caracteristicas {
  color: #1f2437;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
}

.texto-caracteristicas {
  color: #1f2437;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.row-3 {
  width: 100%;
  max-width: 1312px;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.card-rectangular {
  width: 100%;
  min-height: 240px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 2px solid #f1f1f1;
  border-radius: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px 23px;
  display: flex;
}

.text-message-field {
  min-height: 160px;
}

.text-block-2, .text-block-3, .text-block-4, .text-block-5 {
  color: #fff;
}

.quick-stack-4 {
  width: 100%;
  max-width: 900px;
  padding: 32px 0;
}

.card-caracteristica {
  flex-direction: column;
  align-items: center;
}

.container-8 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-10 {
  height: 100%;
  align-items: center;
  display: flex;
}

.image-4 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-2 {
  background-color: var(--blue);
}

.nav-link-2 {
  color: #fff;
}

.buton-whatsapp {
  background-color: #25d366;
  border-radius: 5px;
  padding: 12px 17px;
}

.image-5 {
  height: 30px;
  object-fit: fill;
}

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

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

.layout-3 {
  width: 100%;
  max-width: 1440px;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 112px 64px;
  display: flex;
}

.layout-3._240 {
  width: auto;
  max-width: 1100px;
  flex-direction: column;
  justify-content: flex-start;
}

.heading-h3-3 {
  color: #000;
  text-align: center;
  font-family: Rubik, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
}

.row-4 {
  width: 100%;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.proyectos-card {
  width: 100%;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 8px;
  display: flex;
}

.placeholder-image-2 {
  object-fit: cover;
}

.content-13 {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.proyectos-imagen {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.proyectos-titulo {
  color: #000;
  text-align: center;
  align-self: center;
  font-family: Rubik, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
  position: relative;
  top: auto;
}

.section-proyectos {
  flex-flow: column wrap;
  align-content: center;
  align-items: center;
  display: flex;
}

.quick-stack-5 {
  max-width: 1100px;
  align-self: center;
}

.proyectos-celda {
  border-radius: 15px;
  align-items: center;
}

.contenedor-4 {
  width: 100%;
  max-width: 1100px;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0 64px 112px;
  display: flex;
}

.section-title-4 {
  width: 100%;
  max-width: 768px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-regular-semi-bold-2 {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}

.content-14 {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-h2-5 {
  color: #000;
  text-align: center;
  font-family: Rubik, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
}

.text-medium-normal-4 {
  color: #000;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.columnas-2 {
  width: 100%;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.row-5 {
  width: 100%;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: center;
  align-items: flex-start;
  justify-items: center;
  display: flex;
}

.card {
  width: 290px;
  background-color: #fff;
  border: 3px solid #eee;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.content-15 {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  display: flex;
}

.vectors-wrapper-7 {
  width: 120px;
  height: 48.99px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.content-16 {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-h6-2 {
  clear: none;
  color: var(--blue);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 120%;
  position: static;
  top: -45%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.actions-3 {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-regular-normal-6 {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.vectors-wrapper-8 {
  width: 120px;
  height: 49.11px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-7 {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 60px;
  display: flex;
}

.layout-4 {
  width: 100%;
  max-width: 1100px;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 112px 64px;
  display: flex;
}

.container-9 {
  width: 100%;
  max-width: 1100px;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  padding-left: 64px;
  padding-right: 64px;
  display: flex;
}

.content-17 {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.vectors-wrapper-9 {
  width: 80px;
  height: 52.943px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-h2-6 {
  color: #000;
  font-family: Rubik, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 120%;
}

.text-medium-normal-5 {
  aspect-ratio: auto;
  color: #000;
  font-family: Rubik, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.placeholder-lightbox {
  width: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #dbdbdb;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  border-radius: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 269px 159px;
  display: flex;
  position: relative;
}

.vectors-wrapper-10 {
  width: 128px;
  height: 102.4px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vectors-wrapper-11 {
  width: 64px;
  height: 64px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 288px;
  left: 191px;
}

.quick-stack-6 {
  width: 100%;
  max-width: 1100px;
  padding-left: 64px;
  padding-right: 64px;
}

.grid-4 {
  width: 100%;
  max-width: 1100px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  justify-content: space-between;
  align-items: flex-start;
  display: grid;
}

.celda {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.placeholder-image-3 {
  object-fit: cover;
  border-radius: 10px;
}

.content-18 {
  width: 100%;
  max-width: 292px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.content-19 {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-8 {
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.proyectos-heading {
  width: 100%;
  max-width: 1100px;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0 64px;
  display: flex;
}

.container-10 {
  width: 100%;
  max-width: 768px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.heading-h1 {
  color: #000;
  text-align: center;
  font-size: 56px;
  font-weight: 700;
  line-height: 120%;
}

.text-medium-normal-6 {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.layout-5 {
  width: 100%;
  max-width: 1100px;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 112px 64px;
  display: flex;
}

.layout-5._16 {
  align-self: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

.container-11 {
  width: 100%;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.content-20 {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.content-21 {
  width: 100%;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.section-title-5 {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-regular-semi-bold-3 {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}

.heading-h2-7 {
  color: #000;
  font-family: Rubik, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.list {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.list-item-2 {
  width: 100%;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.vectors-wrapper-12 {
  width: 24px;
  height: 24px;
  color: #fff;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-regular-normal-7 {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.actions-4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding-top: 16px;
  display: flex;
}

.button-lineal {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid #000;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  display: flex;
}

.text-regular-normal-8 {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.placeholder-image-4 {
  object-fit: cover;
}

.section-9 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

.container-12 {
  width: 100%;
  max-width: 1100px;
  background-color: #f5f5f5;
  border-radius: 15px;
  margin: 0;
  padding: 0;
}

.hero-wrapper-2 {
  background-color: #e9e9e9;
  border-radius: 15px;
  justify-content: space-between;
  align-items: center;
  padding: 24px 24px 24px 46px;
  display: flex;
}

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

.margin-bottom-24px-2 {
  margin-bottom: 24px;
}

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

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

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

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

.fabricacion {
  background-image: linear-gradient(rgba(31, 36, 55, .82), rgba(31, 36, 55, .82)), url('../images/horizontal-fabricacion.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border: 0 #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 90px;
  display: flex;
  position: static;
}

.features-wrapper-two-2 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  display: flex;
}

.features-left-2 {
  max-width: 50%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.features-paragraph-2 {
  margin-bottom: 24px;
}

.features-paragraph-2.blanco {
  color: #fff;
  font-family: Rubik, sans-serif;
}

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

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

.features-right-2 {
  max-width: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.features-block-two-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.features-image {
  width: 80px;
  height: 80px;
  object-fit: cover;
  margin-right: 16px;
}

.galeria-mansory {
  width: 100%;
  max-width: 900px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  padding: 0;
}

.t-tulo {
  width: 95%;
  max-width: 1100px;
}

.paragraph-2, .paragraph-3, .paragraph-4 {
  margin-bottom: 0;
}

.item-titulo {
  color: var(--light-gray);
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 18px;
}

.mineros {
  width: 100%;
  max-width: 1100px;
  justify-content: center;
  padding-top: 36px;
  padding-bottom: 36px;
  display: flex;
}

.fabricacion-marquesina {
  min-height: auto;
  background-color: var(--blue);
  padding-top: 0;
  padding-bottom: 50px;
  overflow: hidden;
}

.fabricacion-imagenes-wrapper {
  height: auto;
}

.fabricacion-imagenes-wrapper.top, .fabricacion-imagenes-wrapper.bottom {
  background-color: var(--blue);
}

.fabricacion-marquesina-grid {
  height: 320px;
  grid-column-gap: 12px;
  grid-row-gap: 0px;
  grid-template: ". Area Area . . Area-2 Area-2 Area-3 Area-3 Area-4 Area-4"
  / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  display: flex;
}

.fabricacion-imagen {
  width: auto;
  max-width: none;
  object-fit: contain;
}

.text-size-medium {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
}

.image-overlay-layer {
  z-index: 1;
  background-color: rgba(0, 0, 0, .5);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button-4 {
  color: rgba(0, 0, 0, 0);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 5px;
  padding: .75rem 1.5rem;
}

.button-4.is-secondary {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
}

.button-4.is-secondary.is-alternate {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}

.button-4.is-link {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-4.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small {
  height: auto;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  display: flex;
}

.margin-bottom.margin-xxlarge {
  justify-content: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.margin-bottom.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-xxsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 8px;
  text-decoration: none;
}

.margin-bottom.margin-small {
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-xxlarge {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small {
  text-align: left;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 32px;
}

.margin-bottom.margin-large {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small {
  align-items: flex-start;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-tiny, .margin-bottom.margin-medium, .margin-bottom.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small {
  color: var(--light-gray);
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.padding-section-large {
  max-width: 900px;
  flex-direction: row;
  justify-content: center;
  display: flex;
}

.margin-top, .margin-top.margin-medium, .margin-top.margin-xlarge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.header30_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.container-small {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.section_header30 {
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  padding-top: 130px;
  padding-bottom: 130px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column wrap;
  align-items: center;
  display: flex;
  position: absolute;
}

.button-group.is-center {
  justify-content: center;
}

.text-color-white {
  color: rgba(0, 0, 0, 0);
  font-family: Rubik, sans-serif;
  font-weight: 400;
}

.padding-global {
  padding-bottom: 0;
  padding-left: 0%;
  padding-right: 0%;
}

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

.text-align-center {
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
}

.header30_content {
  min-height: auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-1x1-medium {
  width: auto;
  height: 2.7rem;
}

.section_layout233 {
  background-color: rgba(236, 234, 235, 0);
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.layout233_component {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr .5fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: stretch;
  align-self: center;
  align-items: center;
  justify-items: center;
  margin-top: 0;
  display: grid;
}

.layout233_item {
  width: 100%;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border: 2px solid #66aef7;
  border-radius: 5px;
  flex-direction: row;
  align-items: center;
  padding: 0;
  transition: transform .2s;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.layout233_item:hover {
  filter: hue-rotate(180deg);
  transform: translate(0)scale(1.05);
  box-shadow: 0 2px 5px #3898ec;
}

.layout233_item.blue {
  height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--blue);
  justify-content: center;
  display: flex;
}

.icon-embed-xxsmall {
  width: 1rem;
  height: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-large {
  z-index: 2;
  align-items: center;
  margin-top: -65px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.heading-style-h4 {
  color: var(--blue);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
  text-decoration: none;
}

.heading-style-h4.blanco {
  color: #fff;
  font-family: Rubik, sans-serif;
  font-weight: 400;
}

.heading-style-h4.azul {
  color: var(--blue);
  text-decoration: none;
}

.body-3 {
  background-color: #f0f1f7;
  overflow: visible;
}

.portfolio13_button-wrapper {
  margin-top: 1.5rem;
  display: flex;
}

.portfolio13_list {
  width: auto;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
}

.portfolio13_component {
  width: auto;
  flex-direction: column;
  align-items: center;
}

.padding-section-large-2 {
  width: auto;
  align-self: center;
  padding-top: 0;
  padding-bottom: 0;
}

.proyectos-a-medida {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: 90px;
  padding-bottom: 0;
  display: flex;
}

.heading-style-h5 {
  color: #fff;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
}

.text-size-regular {
  color: #666;
  font-family: Rubik, sans-serif;
  font-size: .8rem;
}

.portfolio13_item-content-top {
  flex-direction: column;
  justify-content: flex-start;
  align-self: auto;
  display: flex;
}

.portfolio13_tag-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  margin-top: 1rem;
  display: flex;
}

.portfolio13_image {
  width: 100%;
  height: 100%;
  max-height: 147px;
  max-width: 140%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.portfolio13_title-wrapper {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.5rem 1rem;
  display: flex;
}

.portfolio13_item {
  background-color: var(--light-gray);
  border: 1px rgba(0, 0, 0, 0);
  border-radius: 5px;
  transition: transform .2s;
}

.portfolio13_item:hover {
  transform: scale(1.01);
  box-shadow: 0 5px 6px rgba(0, 0, 0, .2);
}

.portfolio13_list-wrapper {
  width: auto;
}

.portfolio13_item-link {
  height: 100%;
  flex-direction: column;
  text-decoration: none;
  display: flex;
}

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

.button-group-2.is-center {
  justify-content: center;
}

.portfolio13_image-wrapper {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}

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

.max-width-large.align-center {
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 20px;
  display: block;
}

.container-large-2 {
  width: 100%;
  max-width: 900px;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.portfolio13_tag-item {
  background-color: rgba(0, 0, 0, 0);
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.portfolio13_tag-item.w--current {
  border-bottom: 2px solid #000;
}

.text-weight-semibold {
  font-family: Rubik, sans-serif;
  font-weight: 400;
}

.header78_image-list-top {
  width: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  display: grid;
  overflow: visible;
}

.header78_image-list-bottom {
  width: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: -62.7%;
  display: grid;
}

.padding-section-large-3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.header78_content-bottom {
  width: 100vw;
  justify-content: flex-start;
  display: flex;
  overflow: visible;
}

.header78_image-list {
  width: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  display: grid;
  overflow: visible;
}

.header78_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

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

.header78_image-wrapper {
  width: 26rem;
  padding-top: 75%;
  position: relative;
}

.seccion-fabricacion {
  background-color: var(--blue);
}

.header78_images-layout {
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

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

.layout18_item-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.layout18_image {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.icon-embed-xsmall {
  width: 1.5rem;
  height: 1.5rem;
  color: var(--blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-embed-xsmall.blanco {
  color: var(--light-gray);
}

.padding-section-large-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.layout18_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.layout18_item {
  display: flex;
}

.section_layout18 {
  background-color: #fff;
  padding-bottom: 50px;
}

.layout18_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  background-color: var(--light-gray);
  border-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 16px;
  transition: transform .2s;
  display: grid;
}

.layout18_component:hover {
  transform: scale(1.01);
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.container-large-4 {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.heading-3 {
  color: var(--blue);
  align-self: flex-start;
  font-family: Rubik, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 120%;
}

.hero-text {
  color: #fff;
  text-align: center;
  align-self: center;
  font-family: Rubik, sans-serif;
  font-size: 66px;
  font-weight: 400;
  line-height: 120%;
}

.heading-4 {
  font-family: Rubik, sans-serif;
  font-weight: 400;
}

.padding-section-medium {
  padding-top: 0;
  padding-bottom: 5rem;
}

.logo3_logo {
  max-height: 2rem;
}

.section_logo3 {
  overflow: hidden;
}

.logo3_component {
  display: flex;
}

.logo3_list {
  height: 41px;
  grid-column-gap: .5rem;
  grid-row-gap: 1rem;
  white-space: nowrap;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem;
  grid-auto-columns: 1fr;
  align-content: stretch;
  justify-content: flex-end;
  align-items: center;
  justify-items: start;
  margin-right: 1rem;
  display: grid;
}

.text-align-center-3 {
  text-align: center;
  justify-content: center;
  display: flex;
}

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

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

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

.padding-section-large-5 {
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.padding-global-2 {
  background-image: linear-gradient(45deg, #1f2437 15%, rgba(31, 36, 56, 0)), url('../images/fondo-contenedor-frente.webp');
  background-position: 0 0, 0%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-left: 5%;
  padding-right: 5%;
}

.section_cta1 {
  margin-top: 0;
}

.cta1_component {
  width: 100%;
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.container-large-6 {
  width: 100%;
  max-width: 900px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.boton-whatsapp {
  background-color: #23ca55;
  border-radius: 5px;
}

.hero-subheader {
  color: #fff;
  font-family: Rubik, sans-serif;
  font-size: 20px;
  line-height: 120%;
}

.cta-header {
  color: var(--light-gray);
  align-self: flex-start;
  font-family: Rubik, sans-serif;
  font-weight: 400;
}

.cell-2 {
  justify-content: center;
  align-items: center;
}

.image-7 {
  height: 32px;
  margin-top: 16px;
  margin-bottom: 16px;
}

.navbar-3 {
  width: 100%;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  background-color: rgba(31, 36, 55, .9);
  font-family: Rubik, sans-serif;
  font-weight: 400;
  position: fixed;
  top: 0;
  overflow: hidden;
}

.navegador {
  width: auto;
  background-color: #1f2437;
  border-radius: 15px;
  align-items: center;
  padding: 18px;
  display: flex;
}

.footer11_menu-wrapper {
  grid-column-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
}

.padding-vertical, .padding-vertical.padding-xxlarge {
  padding-left: 0;
  padding-right: 0;
}

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

.footer11_component {
  background-color: var(--black);
}

.footer11_legal-link {
  font-size: .875rem;
  text-decoration: underline;
}

.footer11_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  align-items: start;
  justify-items: start;
  padding-top: 24px;
  display: grid;
}

.text-size-small, .footer11_credit-text {
  font-size: .875rem;
}

.footer11_link {
  color: var(--light-gray);
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  font-weight: 600;
}

.footer11_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  align-items: flex-end;
  justify-items: start;
  display: flex;
}

.footer11_top-wrapper {
  grid-column-gap: 4vw;
  border: 1px rgba(0, 0, 0, 0);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
  justify-items: center;
  padding: 3rem;
}

.padding-global-3 {
  padding-left: 5%;
  padding-right: 5%;
}

.footer11_legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.footer11_social-link {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

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

.footer11_logo-link {
  float: none;
  padding-left: 0;
}

.padding-top, .padding-top.padding-medium {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.footer-dark {
  background-color: var(--black);
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

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

.footer-wrapper {
  max-width: 900px;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  color: var(--light-gray);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: var(--light-gray);
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: rgba(26, 27, 31, .75);
}

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

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

.footer-divider {
  width: 100%;
  height: 1px;
  background-color: #e4ebf3;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  color: var(--light-gray);
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.image-8 {
  height: 28px;
}

.padding-global-4 {
  padding-left: 5%;
  padding-right: 5%;
}

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

.image-9 {
  height: 33px;
}

.text-size-medium-2 {
  font-size: 1.125rem;
}

.contact5_form {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.success-text {
  font-weight: 600;
}

.text-style-link {
  text-decoration: underline;
}

.form-checkbox-label {
  margin-bottom: 0;
}

.contact5_item {
  display: flex;
}

.form-input {
  height: auto;
  min-height: 2.75rem;
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 5px;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input:focus {
  border-color: #000;
}

.form-input::-ms-input-placeholder {
  color: rgba(0, 0, 0, .6);
}

.form-input::placeholder {
  color: rgba(0, 0, 0, .6);
}

.form-input.is-text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.field-label {
  margin-bottom: .5rem;
  font-family: Rubik, sans-serif;
  font-weight: 400;
}

.error-message-2 {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

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

.form-field-wrapper {
  position: relative;
}

.error-text {
  color: #e23939;
}

.padding-global-5 {
  padding-left: 5%;
  padding-right: 5%;
}

.contact5_form-block {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

.form-checkbox-icon {
  width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  min-width: 1.125rem;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form-checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form-checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.contact5_icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

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

.contact5_contact-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.success-message-2 {
  background-color: rgba(0, 0, 0, 0);
  padding: 1.5rem;
}

.heading-5 {
  font-family: Rubik, sans-serif;
  font-weight: 400;
}

.heading-5.blue {
  color: var(--blue);
}

.boton-header {
  border-radius: 5px;
}

.link {
  color: var(--light-gray);
}

.text-field-2, .text-field-3 {
  border-radius: 5px;
}

.textarea {
  min-height: 150px;
  border-radius: 5px;
}

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

.icono-navegador {
  padding-top: 18px;
  padding-bottom: 18px;
}

.textlink-navegador {
  color: #3898ec;
  font-family: Rubik, sans-serif;
  font-weight: 400;
}

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

.navegador-titulo {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding-top: 0;
  display: flex;
}

.layout233_item-copy {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 5px;
  flex-direction: column;
  align-items: center;
  padding: 16px;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.layout233_item-copy:hover {
  transform: scale(1.05);
  box-shadow: 0 2px 5px #3898ec;
}

.layout233_item-copy.blue {
  height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  display: flex;
}

.layout233_item-copy.blue:hover {
  box-shadow: none;
  transform: none;
}

.image-11 {
  height: 44px;
}

.button-wrapper {
  display: flex;
}

.button-5 {
  color: rgba(0, 0, 0, 0);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  padding: .75rem 1.5rem;
}

.button-5.is-icon {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-5.is-secondary {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
}

.button-5.is-secondary.is-alternate {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}

.icon-embed-xsmall-2 {
  width: 1.5rem;
  height: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-icon-whatsapp {
  height: 44px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #24ca56;
  border-radius: 5px;
  align-items: center;
  padding: 5px 15px;
  text-decoration: none;
  transition: transform .2s;
  display: flex;
}

.button-icon-whatsapp:hover {
  transform: scale(1.01);
  box-shadow: 0 3px 9px -1px rgba(36, 202, 86, .58);
}

.text-block-6 {
  color: #fff;
  font-family: DM Sans, sans-serif;
  font-weight: 400;
}

.link-navegador {
  width: 100%;
  height: 100%;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  padding: 8px 16px;
  text-decoration: none;
  display: flex;
}

.title-proyecto-container {
  flex-direction: column;
  align-self: center;
  align-items: center;
  display: flex;
}

.image-proyecto-container {
  padding-bottom: 18px;
}

.div-block-12 {
  width: 25%;
  height: 5px;
  background-color: var(--orange);
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.text-link {
  text-decoration: none;
}

.text-block-7 {
  color: #fff;
  text-decoration: none;
}

.paragraph-5, .paragraph-6, .paragraph-7 {
  font-family: Rubik, sans-serif;
}

.image-12 {
  height: 28px;
}

.text-size-medium-3 {
  font-size: 1.125rem;
}

.cta3_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.padding-global-6 {
  padding-left: 5%;
  padding-right: 5%;
}

.cta-cotizacion {
  background-image: linear-gradient(to right, #07254f, rgba(7, 37, 79, 0)), url('../images/a-medida-wall-min.webp');
  background-position: 0 0, 0%;
  background-size: auto, cover;
  margin-bottom: 100px;
  position: relative;
}

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

.parrafo-cta {
  color: #fff;
  align-self: flex-start;
  font-family: Rubik, sans-serif;
}

.cta-personalizado-fondo {
  background-image: linear-gradient(45deg, #1f2437 15%, rgba(31, 36, 56, 0)), url('../images/a-medida-wall-min.webp');
  background-position: 0 0, 0%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-left: 5%;
  padding-right: 5%;
}

.button-navbar {
  height: 44px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #24ca56;
  border-radius: 5px;
  align-items: center;
  padding: 5px 15px;
  text-decoration: none;
  transition: transform .2s;
  display: flex;
}

.button-navbar:hover {
  transform: scale(1.01);
  box-shadow: 0 3px 9px -1px rgba(36, 202, 86, .58);
}

.nav-menu-2 {
  align-items: center;
  display: flex;
}

@media screen and (max-width: 991px) {
  .heading-h2 {
    text-align: left;
  }

  .rental {
    padding-top: 20px;
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .features-wrapper {
    justify-content: space-between;
  }

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

  .features-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-right {
    max-width: 100%;
  }

  .pricing-grid {
    grid-column-gap: 30px;
  }

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

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

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

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

  .texto-caracteristicas {
    font-size: 12px;
  }

  .section-7 {
    padding-top: 50px;
  }

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

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

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

  .features-wrapper-two-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-right-2 {
    max-width: 100%;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .layout233_component {
    grid-column-gap: 2rem;
  }

  .heading-style-h4, .heading-style-h4.azul {
    font-size: 1.2rem;
  }

  .portfolio13_list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .padding-section-large-2 {
    padding-top: 6rem;
    padding-bottom: 0;
  }

  .proyectos-a-medida {
    padding-top: 20px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .padding-section-large-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .padding-section-large-4 {
    padding-top: 2rem;
    padding-bottom: 6rem;
  }

  .section_layout18 {
    padding-bottom: 0;
  }

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

  .padding-section-medium {
    padding-top: 0;
    padding-bottom: 4rem;
  }

  .cta1_image {
    display: none;
    overflow: visible;
  }

  .padding-section-large-5 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .cta1_component {
    min-height: auto;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .container-13 {
    text-align: left;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .navegador {
    margin-left: 24px;
    margin-right: 24px;
  }

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

  .footer11_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .footer-content {
    grid-column-gap: 60px;
  }

  .contact5_component {
    min-height: auto;
    grid-column-gap: 3rem;
    grid-auto-flow: row;
  }
}

@media screen and (max-width: 767px) {
  .heading-h2 {
    font-size: 36px;
  }

  .features-metrics {
    padding: 60px 15px;
  }

  .features-wrapper {
    flex-wrap: wrap;
    margin-bottom: -40px;
  }

  .features-block {
    width: 50%;
    margin-bottom: 40px;
  }

  .features-list, .pricing-overview, .hero-subscribe-right {
    padding: 60px 15px;
  }

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

  .hero-heading-left, .fabricacion {
    padding: 60px 15px;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-section-large {
    padding: 4rem 24px;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .layout233_component {
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

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

  .padding-section-large-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .proyectos-a-medida {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .padding-section-large-3 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .header78_image-wrapper {
    width: 18rem;
  }

  .padding-section-large-4 {
    padding: 4rem 24px;
  }

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

  .hero-text {
    font-size: 44px;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .logo3_logo {
    max-height: 3rem;
  }

  .logo3_list {
    grid-column-gap: 1rem;
    grid-template-columns: 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem;
    padding-top: 1rem;
  }

  .logo3_wrapper {
    padding: .75rem 1rem;
  }

  .padding-section-large-5 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .cta1_component {
    grid-row-gap: 3rem;
  }

  .hero-subheader {
    font-size: 16px;
  }

  .container-13 {
    width: 100%;
  }

  .footer11_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

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

  .footer11_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .footer11_credit-text {
    margin-top: 2rem;
  }

  .footer11_top-wrapper {
    grid-row-gap: 3rem;
    padding: 2rem;
  }

  .footer11_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

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

  .footer-link:hover {
    color: rgba(26, 27, 31, .75);
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

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

  .footer-divider {
    margin-top: 60px;
  }

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

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

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

@media screen and (max-width: 479px) {
  .div-block {
    align-self: center;
  }

  .hero-title {
    font-size: 32px;
  }

  .section-title {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

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

  .text-medium-normal {
    font-size: 14px;
  }

  .rental {
    padding: 50px 8px;
  }

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

  .heading-h2-2 {
    font-size: 31px;
  }

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

  .features-right {
    margin-bottom: -30px;
  }

  .features-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .features-image-icons {
    margin-bottom: 10px;
  }

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

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

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

  .hero-form {
    align-self: stretch;
    margin-bottom: 15px;
  }

  .hero-form-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-form-input {
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
  }

  .content-12 {
    min-height: auto;
    padding: 15px 12px 20px;
  }

  .titulo-caracteristicas {
    font-size: 16px;
  }

  .texto-caracteristicas {
    color: #585858;
    font-size: 12px;
  }

  .quick-stack-4 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    align-self: center;
  }

  .section-proyectos {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .contenedor-4._396 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .row-5 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    order: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-self: center;
    display: grid;
  }

  .heading-h6-2 {
    font-size: 22px;
  }

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

  .content-17 {
    width: auto;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    align-items: center;
  }

  .quick-stack-6, .grid-4 {
    align-self: center;
    padding-left: 24px;
    padding-right: 24px;
  }

  .celda {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .placeholder-image-3 {
    max-height: 160px;
  }

  .heading-h2-7 {
    font-size: 22px;
  }

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

  .hero-wrapper-2 {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 18px;
    padding-right: 18px;
  }

  .features-left-2 {
    margin-bottom: 0;
  }

  .features-paragraph-2 {
    font-size: 12px;
  }

  .features-right-2 {
    max-width: none;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    align-self: flex-start;
    margin-bottom: 0;
  }

  .features-block-two-2 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .features-image {
    margin-bottom: 10px;
  }

  .galeria-mansory {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .mineros {
    padding-left: 12px;
    padding-right: 12px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-section-large {
    padding-left: 24px;
    padding-right: 24px;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .button-group {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-direction: row;
  }

  .layout233_component {
    width: auto;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    padding-left: 8px;
    padding-right: 8px;
  }

  .proyectos-a-medida {
    padding-top: 36px;
  }

  .portfolio13_title-wrapper {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .portfolio13_list-wrapper {
    padding-left: 8px;
    padding-right: 8px;
  }

  .max-width-large.align-center {
    padding-bottom: 0;
  }

  .padding-section-large-3 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .header78_image-wrapper {
    width: 60vw;
  }

  .padding-section-large-4 {
    padding-top: 0;
    padding-left: 8px;
    padding-right: 8px;
  }

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

  .hero-text {
    font-size: 36px;
  }

  .padding-section-medium {
    padding-top: 1rem;
  }

  .logo3_list {
    grid-template-columns: repeat(auto-fit, 6rem) 10rem 10rem 10rem 10rem 10rem 10rem 10rem;
    justify-content: center;
  }

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

  .padding-global-2 {
    background-position: 0 0, 50%;
  }

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

  .hero-subheader {
    font-size: 14px;
  }

  .container-13 {
    width: 100%;
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .navegador {
    width: auto;
    margin-left: 8px;
    margin-right: 10px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .footer11_menu-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

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

  .footer11_social-list {
    grid-template-columns: 50%;
    grid-auto-columns: 50%;
    grid-auto-flow: column;
    justify-items: center;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .textlink-navegador {
    color: #0500a1;
  }

  .navegador-titulo {
    flex-direction: column;
  }

  .layout233_item-copy.blue {
    padding-top: 0;
    padding-bottom: 0;
  }

  .paragraph-5, .paragraph-6, .paragraph-7 {
    margin-bottom: 0;
  }

  .brand-3 {
    padding-left: 0;
  }
}

#w-node-cee4684b-23b5-f723-f8cd-453ddcc44841-288cc9f1 {
  align-self: center;
  justify-self: stretch;
}

#w-node-cee4684b-23b5-f723-f8cd-453ddcc44821-288cc9f1 {
  justify-self: center;
}

#w-node-d95e6fd4-ab14-b8cd-9c35-c018aa635fe1-288cc9f1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b1ea3950-d7dd-f629-839d-eea49c0fdd76-288cc9f1, #w-node-b1ea3950-d7dd-f629-839d-eea49c0fdd78-288cc9f1, #w-node-b1ea3950-d7dd-f629-839d-eea49c0fdd7a-288cc9f1, #w-node-b1ea3950-d7dd-f629-839d-eea49c0fdd7c-288cc9f1, #w-node-b1ea3950-d7dd-f629-839d-eea49c0fdd7e-288cc9f1, #w-node-b1ea3950-d7dd-f629-839d-eea49c0fdd80-288cc9f1, #w-node-b1ea3950-d7dd-f629-839d-eea49c0fdd82-288cc9f1, #w-node-b1ea3950-d7dd-f629-839d-eea49c0fdd84-288cc9f1, #w-node-eb465249-bf44-6a26-011c-8c8fb4ef6305-288cc9f1, #w-node-eb465249-bf44-6a26-011c-8c8fb4ef6307-288cc9f1, #w-node-eb465249-bf44-6a26-011c-8c8fb4ef6309-288cc9f1, #w-node-eb465249-bf44-6a26-011c-8c8fb4ef630b-288cc9f1, #w-node-eb465249-bf44-6a26-011c-8c8fb4ef630d-288cc9f1, #w-node-eb465249-bf44-6a26-011c-8c8fb4ef630f-288cc9f1, #w-node-eb465249-bf44-6a26-011c-8c8fb4ef6311-288cc9f1, #w-node-eb465249-bf44-6a26-011c-8c8fb4ef6313-288cc9f1 {
  justify-self: center;
}

#w-node-f6dc80c8-8626-3699-0d0b-42c46531a091-288cc9f1, #w-node-f6dc80c8-8626-3699-0d0b-42c46531a097-288cc9f1, #w-node-f6dc80c8-8626-3699-0d0b-42c46531a09d-288cc9f1 {
  align-self: start;
}

#w-node-f556758a-f2f5-7480-a8fe-d9175cdd4d18-288cc9f1, #w-node-f556758a-f2f5-7480-a8fe-d9175cdd4d19-288cc9f1, #w-node-f556758a-f2f5-7480-a8fe-d9175cdd4d1a-288cc9f1, #w-node-f556758a-f2f5-7480-a8fe-d9175cdd4d1b-288cc9f1, #w-node-f556758a-f2f5-7480-a8fe-d9175cdd4d1c-288cc9f1, #w-node-f556758a-f2f5-7480-a8fe-d9175cdd4d1d-288cc9f1, #w-node-f556758a-f2f5-7480-a8fe-d9175cdd4d1e-288cc9f1, #w-node-f556758a-f2f5-7480-a8fe-d9175cdd4d1f-288cc9f1, #w-node-f556758a-f2f5-7480-a8fe-d9175cdd4d20-288cc9f1, #w-node-f556758a-f2f5-7480-a8fe-d9175cdd4d21-288cc9f1, #w-node-f556758a-f2f5-7480-a8fe-d9175cdd4d22-288cc9f1, #w-node-f556758a-f2f5-7480-a8fe-d9175cdd4d23-288cc9f1, #w-node-f556758a-f2f5-7480-a8fe-d9175cdd4d24-288cc9f1, #w-node-f556758a-f2f5-7480-a8fe-d9175cdd4d25-288cc9f1, #w-node-f556758a-f2f5-7480-a8fe-d9175cdd4d26-288cc9f1, #w-node-f556758a-f2f5-7480-a8fe-d9175cdd4d27-288cc9f1, #w-node-f556758a-f2f5-7480-a8fe-d9175cdd4d28-288cc9f1, #w-node-f556758a-f2f5-7480-a8fe-d9175cdd4d29-288cc9f1, #w-node-f556758a-f2f5-7480-a8fe-d9175cdd4d2a-288cc9f1, #w-node-f556758a-f2f5-7480-a8fe-d9175cdd4d2b-288cc9f1, #w-node-f556758a-f2f5-7480-a8fe-d9175cdd4d2c-288cc9f1, #w-node-f556758a-f2f5-7480-a8fe-d9175cdd4d2d-288cc9f1, #w-node-f556758a-f2f5-7480-a8fe-d9175cdd4d2e-288cc9f1, #w-node-f556758a-f2f5-7480-a8fe-d9175cdd4d2f-288cc9f1, #w-node-f556758a-f2f5-7480-a8fe-d9175cdd4d30-288cc9f1, #w-node-f556758a-f2f5-7480-a8fe-d9175cdd4d31-288cc9f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8e7c19c5-8639-c018-d112-447e5c675b28-288cc9f1 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_8e7c19c5-8639-c018-d112-447e5c675b32-288cc9f1 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_8e7c19c5-8639-c018-d112-447e5c675b3b-288cc9f1 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-ab007b11-6e52-4da4-a19a-5bdd2f23de70-288cc9f1, #w-node-ab007b11-6e52-4da4-a19a-5bdd2f23de75-288cc9f1, #w-node-ab007b11-6e52-4da4-a19a-5bdd2f23de7a-288cc9f1 {
  align-self: start;
}

@media screen and (max-width: 767px) {
  #w-node-d95e6fd4-ab14-b8cd-9c35-c018aa635fe1-288cc9f1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_8e7c19c5-8639-c018-d112-447e5c675b3b-288cc9f1 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-cee4684b-23b5-f723-f8cd-453ddcc44841-288cc9f1 {
    justify-self: center;
  }

  #w-node-d95e6fd4-ab14-b8cd-9c35-c018aa635fe1-288cc9f1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_8e7c19c5-8639-c018-d112-447e5c675b28-288cc9f1 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_8e7c19c5-8639-c018-d112-447e5c675b32-288cc9f1 {
    grid-row: span 2 / span 2;
  }

  #w-node-_8e7c19c5-8639-c018-d112-447e5c675b3b-288cc9f1 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-bc896c1b-077c-0ad3-c293-639521ef3d27-288cc9f1 {
    align-self: auto;
    justify-self: center;
  }
}


