:root {
  --black: black;
  --secondary-purple: #6145d6;
  --paragraph-text: #333;
  --white: white;
  --primary-green: #ccfd5e;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

h1 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Paytone One, sans-serif;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1;
}

h2 {
  color: var(--black);
  text-transform: capitalize;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Paytone One, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1;
}

h3 {
  color: var(--secondary-purple);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
}

h4 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Paytone One, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}

h5 {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Paytone One, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
}

p {
  color: var(--paragraph-text);
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

a {
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: underline;
}

.section-hero_home {
  background-image: url('../images/soluciones_en_comercio_y_sumnistro.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 760px;
  min-height: auto;
  margin-top: 80px;
  padding-top: 0;
  display: flex;
}

.container-hero {
  background-color: #fffc;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  padding: 9rem 2rem 0;
  display: flex;
  position: relative;
}

.content-hero {
  width: 100%;
  max-width: 600px;
}

.heading {
  font-size: 6.25rem;
}

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

.corner-aarow {
  background-color: #ccfd5e;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 100px;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.container-hero-image {
  width: 60%;
  position: relative;
}

.container-hero-image.about-us {
  background-image: url('../images/pexels-bidvine-1249611.jpg');
  background-position: 50%;
}

.container-hero-image.projects {
  background-image: url('../images/pexels-anamul-rezwan-1116035.jpg');
  background-position: 50%;
}

.container-hero-image.services {
  background-image: url('../images/pexels-pixabay-159375.jpg');
}

.navbar {
  background-color: #fff0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: fixed;
  top: 0;
}

.container {
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.nav-container {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fffffff2;
  border-bottom: .5px solid #711a1a;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 2rem;
  display: flex;
}

.nav-link {
  color: #333;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 700;
  transition: all .265s ease-in-out;
}

.nav-link:hover {
  color: #e23233;
  background-color: #e6e6e6;
  border-bottom: 1px #000;
}

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

.nav-link.contact {
  color: var(--white);
  background-color: #333;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  font-size: 14px;
}

.nav-link.contact:hover {
  color: var(--white);
  background-color: #e23233;
}

.button-main-cta {
  border: 1px solid var(--secondary-purple);
  color: var(--black);
  background-color: #0000;
  margin-top: 1rem;
  padding: 1.5rem 2rem;
  font-size: 14px;
  font-weight: 400;
  transition: all .265s ease-in-out;
}

.button-main-cta:hover {
  background-color: var(--secondary-purple);
  color: var(--primary-green);
}

.nav-brand {
  height: 100%;
  transition: all .2s ease-in-out;
}

.nav-brand:hover {
  transform: translate(0, -5px);
}

.image {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.section-green {
  background-color: #d6d6d6;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.container-wrapper {
  z-index: 1;
  justify-content: center;
  width: 100%;
  max-width: 1440px;
  padding-top: 9rem;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.container-wrapper.testimonial {
  padding-top: 8rem;
  padding-bottom: 8rem;
  padding-left: 2px;
}

.container-wrapper.testimonial.large {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  width: auto;
  max-width: 430px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.image-medium {
  background-image: url('../images/equipamientos_regionales_del_sur.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  max-width: 660px;
  height: 830px;
  margin-right: auto;
  position: relative;
  top: 55px;
}

.white-background {
  z-index: 0;
  background-color: var(--white);
  height: 130px;
  margin-top: 0;
  position: absolute;
  inset: auto 0% -3%;
}

.white-background.large {
  height: 186px;
}

.content-description {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  padding: 0 4rem 1rem;
  display: flex;
}

.content-description._1-rem-padding {
  padding-left: 1rem;
  padding-right: 1rem;
}

.content-description._1-rem-padding._100--width {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.content-description._4-rem-padding {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.content-description._10-rem-bumpout {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.heading-2 {
  color: #333;
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Exo, sans-serif;
}

.heading-2.text-centered {
  text-align: center;
  max-width: 700px;
}

.heading-2.purple {
  color: var(--secondary-purple);
}

.heading-2.white {
  color: var(--white);
}

.content-two-column {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  margin-top: 10px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.list-text {
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.paragraph {
  margin-top: 0;
  margin-bottom: 0;
}

.paragraph._350px {
  color: #333;
  flex: 0 auto;
  width: 100%;
  max-width: 470px;
  margin-bottom: 0;
  font-weight: 400;
}

.paragraph._350px.text-centered {
  text-align: center;
}

.paragraph._350px.white {
  color: #fff;
}

.paragraph._350px._1-rem-spacing {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.paragraph._500px {
  width: 100%;
  max-width: 500px;
}

.paragraph._500px.padding-2rem {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.paragraph._500px.padding-2rem.mobile-white {
  -webkit-text-stroke-color: #676767;
  text-transform: none;
  max-width: 480px;
  margin-bottom: 0;
  font-size: 1.3rem;
}

.paragraph._500px.white {
  color: var(--white);
  margin: auto 0 auto auto;
}

.paragraph._500px.centered {
  text-align: center;
  margin-top: 1rem;
}

.paragraph.testimonial {
  color: var(--black);
  width: 100%;
  max-width: 500px;
  margin-left: 10px;
  font-weight: 700;
}

.paragraph._250px {
  width: 100%;
  max-width: 250px;
}

.paragraph._250px.white {
  color: #fff;
  width: auto;
  max-width: none;
  margin-bottom: 1rem;
  font-weight: 400;
}

.paragraph._250px.black, .paragraph._2-rem-spacing {
  margin-bottom: 2rem;
}

.paragraph.description {
  width: 100%;
  max-width: 500px;
  margin-top: 0;
}

.list-item {
  margin-bottom: 5px;
}

.content-description-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 2rem 4rem;
  display: flex;
}

.heading-3.text-centered {
  text-align: center;
}

.container-wrapper-projects {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10rem 2rem 6rem;
  display: flex;
}

.cms-project-wrapper {
  width: 100%;
  max-width: none;
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
}

.cms-projects {
  justify-content: center;
  align-items: center;
  display: flex;
}

.view-all-projects-button {
  background-color: #0000;
  width: 100%;
  max-width: 700px;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  inset: 0% auto auto 0%;
}

.button-long {
  z-index: 10;
  border: 1px solid var(--secondary-purple);
  background-color: var(--secondary-purple);
  color: #fff;
  text-align: right;
  width: 35%;
  max-width: none;
  margin-top: 0;
  padding: 1.5rem 2rem;
  font-size: 14px;
  font-weight: 400;
  transition: all .265s ease-in-out;
  position: absolute;
  inset: 0% auto auto 0%;
}

.button-long:hover {
  background-color: var(--primary-green);
  color: var(--secondary-purple);
}

.cms-container-wrapper {
  z-index: 1;
  width: 100%;
  max-width: 1440px;
  padding-top: 0;
  padding-bottom: 2rem;
  display: flex;
  position: relative;
}

.collection-list-wrapper {
  width: 100%;
}

.cms-item-homepage {
  justify-content: center;
  align-items: flex-end;
  height: 650px;
  margin-bottom: 2rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cms-background-image {
  z-index: 1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: auto;
  height: auto;
  position: absolute;
  inset: 0%;
}

.cms-gradient-overlay {
  z-index: 2;
  background-image: linear-gradient(to right, #444142bd, #0000);
  width: auto;
  height: auto;
  display: block;
  position: absolute;
  inset: 0%;
}

.cms-content-homepage {
  z-index: 3;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: relative;
}

.collection-item {
  overflow: visible;
}

.cms-title {
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 2rem;
  padding-left: 2rem;
  display: flex;
}

.cms-aarow {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  display: flex;
}

.h4-cms-title {
  color: #fff;
}

.button-overlay {
  background-color: var(--primary-green);
  color: var(--secondary-purple);
  margin-top: 0;
  padding: 1rem 2rem;
}

.button-overlay-text {
  font-family: Inter, sans-serif;
  font-weight: 400;
  line-height: 1.2;
}

.section-testimonial {
  background-color: #f3f3f3;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.image-small {
  background-image: url('../images/banner_cta.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 95%;
  max-width: none;
  height: 480px;
  display: flex;
  position: relative;
}

.image-small.drill {
  background-image: url('../images/contacto.webp');
  width: 100%;
  height: 460px;
  position: sticky;
  top: 90px;
}

.image-small.about-us {
  background-image: url('../images/pexels-pixabay-221027.jpg');
}

.image-small.about-testimonial {
  background-image: url('../images/desechos_industriales.webp');
  width: auto;
  max-width: none;
  height: 270px;
}

.purple-background {
  z-index: 0;
  background-color: var(--secondary-purple);
  width: 25%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.overlay-testimonial {
  background-color: #00000040;
  background-image: linear-gradient(#0000008c, #0000008c);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.testimonial-text {
  color: #fff;
  margin-bottom: 2rem;
  margin-left: 2rem;
}

.testimonial-text.no-space {
  margin-top: 0;
  margin-bottom: 0;
}

.testimonial-text.inter {
  font-family: Inter, sans-serif;
  font-size: 1rem;
}

.section-services {
  background-color: #333;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.title-green {
  color: var(--primary-green);
}

.text-button-2-column {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-top: 1rem;
  display: flex;
}

.text-button-2-column.tight {
  margin-top: 1rem;
}

.button-green {
  border: 1px solid var(--secondary-purple);
  background-color: var(--primary-green);
  color: var(--secondary-purple);
  margin-top: 0;
  padding: 1rem 2rem;
  font-size: 14px;
  font-weight: 400;
  transition: all .265s ease-in-out;
}

.button-green:hover {
  background-color: var(--white);
  color: var(--secondary-purple);
}

.button-green._1rem-space {
  background-color: var(--white);
  color: #333;
  border-color: #e23233;
  margin-left: 0;
  margin-right: 0;
  font-weight: 400;
}

.button-green._1rem-space:hover {
  color: #fff;
  background-color: #e23233;
  border-color: #e23233;
}

.service-icons-container {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  margin-top: 4rem;
  padding-left: 20px;
  display: flex;
  position: sticky;
  top: 100px;
}

.service-icons {
  flex-flow: column;
  width: 100%;
  display: block;
}

.service-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

.icon {
  max-width: none;
  height: auto;
}

.link-green {
  color: var(--primary-green);
  font-weight: 400;
  text-decoration: none;
  transition: all .2s ease-in-out;
}

.link-green:hover {
  text-decoration: underline;
}

.section-contact-cta {
  background-color: #0000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.contact-link {
  color: var(--white);
  text-align: left;
  text-transform: none;
  max-width: 270px;
  font-family: Inter, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.contact-link:hover, .contact-link.white {
  color: var(--white);
}

.contact-link.white:hover {
  color: var(--primary-green);
}

.container-contact-link {
  margin-bottom: 10px;
  display: flex;
}

.container-contact-link.spacing {
  margin-bottom: 0;
  margin-right: 0;
}

.container-contact-link.no-space {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
}

.container-contact-link._2-rem-spacing {
  margin-bottom: 2rem;
}

.contact-us-text {
  color: #e23233;
  text-transform: uppercase;
  align-self: flex-start;
  margin-top: 3px;
  margin-right: 15px;
  font-family: Inter, sans-serif;
  font-weight: 700;
  line-height: 1.2;
}

.contact-us-text.white {
  color: var(--white);
}

.footer {
  background-color: #333;
  justify-content: center;
  align-items: center;
  height: 360px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.footer-container-wrapper {
  z-index: 1;
  justify-content: space-between;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  padding-top: 2rem;
  padding-bottom: 1rem;
  display: flex;
  position: relative;
}

.footer-container-wrapper.testimonial {
  padding-top: 8rem;
  padding-bottom: 4rem;
}

.footer-left-side {
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
}

.footer-logo {
  width: auto;
  height: auto;
  transition: all .2s ease-in-out;
}

.footer-logo:hover {
  transform: translate(0, -5px);
}

.social-media-block {
  margin-right: 1rem;
  text-decoration: none;
  display: flex;
}

.social-link-text {
  color: var(--secondary-purple);
  text-transform: capitalize;
  margin-left: 10px;
  font-weight: 700;
  text-decoration: none;
}

.social-links {
  display: flex;
}

.copyright-text {
  color: #000;
  text-align: right;
  margin-top: 1.5rem;
  font-family: Open Sans, sans-serif;
  font-size: .75rem;
  font-weight: 600;
}

.copyright-text.left-align {
  text-align: left;
}

.copyright-text.mobile {
  text-align: left;
  display: none;
  overflow: visible;
}

.copyright-text.desktop {
  color: #fff;
  text-align: left;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.pencil-rick {
  color: #000;
  font-weight: 700;
}

.pencil-rick:hover {
  color: var(--secondary-purple);
}

.footer-contact-info {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: right;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 1rem;
  display: flex;
}

.footer-nav {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: center;
  display: flex;
}

.footer-nav-link {
  color: var(--white);
  margin-right: 0;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  transition: color .2s;
}

.footer-nav-link:hover {
  color: #e23233;
  -webkit-text-stroke-color: #e23233;
}

.footer-nav-link.end {
  margin-right: 0;
}

.div-block {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.footer-right-bottom {
  flex-flow: column;
  align-items: flex-end;
  display: flex;
}

.heading-4 {
  color: var(--paragraph-text);
  font-family: Exo, sans-serif;
  font-size: 3.9rem;
  line-height: 1.1;
}

.section-hero_about-us {
  width: 100%;
  height: 75vh;
  display: flex;
}

.container-hero_internal {
  background-color: var(--primary-green);
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  padding: 2rem;
  display: flex;
  position: relative;
}

.content-hero_internal {
  width: 100%;
  max-width: 600px;
  margin-top: 2rem;
}

.h1-internal {
  text-transform: capitalize;
  font-size: 4rem;
}

.h1-internal.white {
  color: var(--white);
}

.section-white {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.container-wrapper_about {
  z-index: 1;
  justify-content: center;
  width: 100%;
  max-width: 1440px;
  padding-top: 8rem;
  padding-bottom: 8rem;
  display: flex;
  position: relative;
}

.container-wrapper_about.testimonial {
  padding-top: 8rem;
  padding-bottom: 4rem;
}

.image-medium-copy {
  background-image: url('../images/jimmy-nilsson-masth-qX8sSnd7c_M-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  max-width: 720px;
  height: 750px;
}

.container-wrapper_internal-projects {
  background-color: var(--secondary-purple);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5rem 2rem 0;
  display: flex;
  position: relative;
}

.content-description-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding: 2rem 0 1rem;
  display: flex;
}

.section-team {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5rem 2rem 8rem;
  display: flex;
}

.collection-list-wrapper-team {
  width: 100%;
}

.cms-team-title {
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 2rem;
  padding-left: 2rem;
  display: flex;
}

.h4-team-member {
  color: #fff;
  font-size: 1.5rem;
}

.team-member-position {
  color: #fff;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.team-member-position.no-space {
  margin-top: 0;
  margin-bottom: 0;
}

.team-member-position.inter {
  font-family: Inter, sans-serif;
  font-size: 1rem;
}

.cms-team-member {
  justify-content: center;
  align-items: flex-end;
  height: 500px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-purple {
  border: 1px solid var(--secondary-purple);
  background-color: var(--secondary-purple);
  color: var(--white);
  margin-top: 0;
  padding: 1rem 2rem;
  font-size: 14px;
  font-weight: 400;
  transition: all .265s ease-in-out;
}

.button-purple:hover {
  background-color: var(--white);
  color: var(--secondary-purple);
}

.section-hero_project {
  width: 100%;
  height: 75vh;
  display: flex;
}

.container-hero_project {
  background-color: var(--secondary-purple);
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  padding: 2rem;
  display: flex;
  position: relative;
}

.small-heading-green {
  color: var(--primary-green);
}

.container-wrapper_what-we-did {
  z-index: 1;
  justify-content: flex-start;
  width: 100%;
  max-width: 1440px;
  padding-top: 8rem;
  padding-bottom: 4rem;
  display: flex;
  position: relative;
}

.container-wrapper_what-we-did.testimonial {
  padding-top: 8rem;
  padding-bottom: 4rem;
}

.rich-text-block {
  font-size: 1rem;
  line-height: 1;
  display: block;
}

.content-two-column-copy {
  flex-direction: column;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.section-gallery {
  background-color: var(--primary-green);
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-wrapper-gallery {
  z-index: 1;
  justify-content: flex-start;
  width: 100%;
  max-width: 1440px;
  padding-top: 8rem;
  padding-bottom: 8rem;
  display: flex;
  position: relative;
}

.container-wrapper-gallery.testimonial {
  padding-top: 8rem;
  padding-bottom: 4rem;
}

.collection-list-wrapper-2 {
  width: 100%;
}

.gallery-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 350px;
}

.section-services-white {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  padding-bottom: 2rem;
  display: flex;
  position: relative;
}

.section-contact {
  width: 100%;
  height: 100vh;
  display: flex;
}

.container-contact {
  background-color: var(--secondary-purple);
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  padding: 2rem;
  display: flex;
  position: relative;
}

.content-contact {
  width: 100%;
  max-width: 600px;
}

.container-contact-form {
  background-image: url('../images/valentina-giarre-jdriGWcZZKo-unsplash.jpg');
  background-position: 50% 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.container-contact-form.about-us {
  background-image: url('../images/pexels-bidvine-1249611.jpg');
  background-position: 50%;
}

.container-contact-form.projects {
  background-image: url('../images/pexels-anamul-rezwan-1116035.jpg');
  background-position: 50%;
}

.h1-contact {
  color: var(--white);
  font-size: 5rem;
}

.contact-form {
  background-color: #f3f3f3;
  border-radius: 10px;
  width: 100%;
  max-width: none;
  margin-top: 40px;
  padding: 4rem 2rem;
}

.field-label {
  color: var(--paragraph-text);
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.field-label-2 {
  color: var(--white);
  font-family: Inter, sans-serif;
}

.text-field {
  background-color: #0000;
  border: 1px #676767;
  border-bottom: 1px solid #adadad;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
}

.text-field:lang(en) {
  opacity: 1;
  color: #333;
}

.text-field-2 {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--primary-green);
  background-color: #0000;
  margin-bottom: 2rem;
}

.top-line-form {
  flex-flow: column;
  width: auto;
  display: block;
}

.form-line {
  width: 100%;
  margin-bottom: 2rem;
  margin-left: 0;
  margin-right: 0;
}

.textarea {
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #adadad;
  width: 100%;
  max-width: none;
  height: 80px;
  margin-bottom: 2rem;
  margin-left: 0;
  margin-right: 0;
  font-size: 16px;
}

.textarea:lang(en) {
  opacity: 1;
  color: #333;
  font-size: 16px;
}

.message-field {
  color: var(--paragraph-text);
  margin-left: 0;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.div-block-2 {
  background-color: #e23233;
  width: 100px;
  height: 5px;
  margin-top: 10px;
}

.heading-5 {
  color: #fff;
  -webkit-text-stroke-color: #e23233;
  text-transform: uppercase;
  background-color: #e23233;
  padding: 5px 10px;
  font-size: .7rem;
  font-weight: 400;
}

.label_tit {
  color: #fff;
  -webkit-text-stroke-color: #e23233;
  text-transform: uppercase;
  background-color: #e23233;
  padding: 3px 10px;
  font-size: .7rem;
  font-weight: 400;
}

.text_icon {
  color: var(--paragraph-text);
  font-family: Exo, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
}

.flex-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  max-width: 430px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.flex-block-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.section {
  background-image: url('../images/banner.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: auto;
  padding-top: 220px;
  padding-bottom: 160px;
  display: flex;
}

.text-block {
  text-align: center;
  text-transform: uppercase;
  font-family: Exo, sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 100%;
}

.text-span {
  color: #e23233;
}

.flex-block-3 {
  grid-column-gap: 30px;
  grid-row-gap: 70px;
  flex-flow: row;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.heading-6 {
  color: #e23233;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 2.1rem;
}

.list-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  white-space: normal;
  flex-flow: column;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 0;
  font-style: normal;
  text-decoration-color: #e23233;
  display: flex;
}

.list-item-2, .list-item-3, .list-item-4, .list-item-5, .list-item-6, .list-item-7 {
  font-family: Inter, sans-serif;
}

.flex-block-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 100%;
}

.flex-block-5 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
}

.flex-block-6 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

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

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

.div-block-3 {
  width: 100%;
  max-width: 500px;
  margin-top: 20px;
  margin-left: auto;
}

.image-2 {
  width: 100%;
  max-width: 500px;
  margin-left: 0;
  margin-right: auto;
}

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

.form-block {
  margin-bottom: 0;
}

.div-block-4, .image-3 {
  margin-left: auto;
  margin-right: auto;
}

.section-2 {
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.flex-block-7 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  position: absolute;
}

.heading-2-copy {
  color: #333;
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Exo, sans-serif;
}

.heading-2-copy.text-centered {
  color: #fff;
  text-align: center;
  max-width: none;
  font-size: 3rem;
}

.heading-2-copy.purple {
  color: var(--secondary-purple);
}

.heading-2-copy.white {
  color: var(--white);
}

.button-green-copy {
  color: var(--white);
  background-color: #e23233;
  border: 1px solid #e23233;
  margin-top: 0;
  padding: 1rem 2rem;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: all .265s ease-in-out;
}

.button-green-copy:hover {
  color: var(--paragraph-text);
  background-color: #f3f3f3;
  border-style: solid;
  border-color: #e23233;
}

.button-green-copy._1rem-space {
  background-color: var(--white);
  color: #333;
  border-color: #e23233;
  margin-left: 0;
  margin-right: 0;
  font-weight: 400;
}

.button-green-copy._1rem-space:hover {
  color: #fff;
  background-color: #e23233;
  border-color: #e23233;
}

.text-span-5 {
  font-weight: 400;
}

.div-block-5 {
  height: 40px;
}

.image-small-copy {
  background-image: url('../images/casos-de-exito.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 95%;
  max-width: none;
  height: 480px;
  display: flex;
  position: relative;
}

.image-small-copy.drill {
  background-image: url('../images/contacto.webp');
  width: 100%;
  height: 460px;
  position: sticky;
  top: 90px;
}

.image-small-copy.about-us {
  background-image: url('../images/pexels-pixabay-221027.jpg');
}

.image-small-copy.about-testimonial {
  background-image: url('../images/construccion_de_estructuras.webp');
  width: auto;
  max-width: none;
  height: 270px;
}

.image-small-3 {
  background-image: url('../images/casos-de-exito.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 95%;
  max-width: none;
  height: 480px;
  display: flex;
  position: relative;
}

.image-small-3.drill {
  background-image: url('../images/contacto.webp');
  width: 100%;
  height: 460px;
  position: sticky;
  top: 90px;
}

.image-small-3.about-us {
  background-image: url('../images/pexels-pixabay-221027.jpg');
}

.image-small-3.about-testimonial {
  background-image: url('../images/materias_primas.webp');
  width: auto;
  max-width: none;
  height: 270px;
}

.image-small-2 {
  background-image: url('../images/casos-de-exito.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 95%;
  max-width: none;
  height: 480px;
  display: flex;
  position: relative;
}

.image-small-2.drill {
  background-image: url('../images/contacto.webp');
  width: 100%;
  height: 460px;
  position: sticky;
  top: 90px;
}

.image-small-2.about-us {
  background-image: url('../images/pexels-pixabay-221027.jpg');
}

.image-small-2.about-testimonial {
  background-image: url('../images/maquinaria_y_equipo_general.webp');
  width: auto;
  max-width: none;
  height: 270px;
}

.image-small-4 {
  background-image: url('../images/casos-de-exito.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 95%;
  max-width: none;
  height: 480px;
  display: flex;
  position: relative;
}

.image-small-4.drill {
  background-image: url('../images/contacto.webp');
  width: 100%;
  height: 460px;
  position: sticky;
  top: 90px;
}

.image-small-4.about-us {
  background-image: url('../images/pexels-pixabay-221027.jpg');
}

.image-small-4.about-testimonial {
  background-image: url('../images/productos_terminados.webp');
  width: auto;
  max-width: none;
  height: 270px;
}

.image-small-5 {
  background-image: url('../images/casos-de-exito.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 95%;
  max-width: none;
  height: 480px;
  display: flex;
  position: relative;
}

.image-small-5.drill {
  background-image: url('../images/contacto.webp');
  width: 100%;
  height: 460px;
  position: sticky;
  top: 90px;
}

.image-small-5.about-us {
  background-image: url('../images/pexels-pixabay-221027.jpg');
}

.image-small-5.about-testimonial {
  background-image: url('../images/papeleria_y_articulos_de_oficina.webp');
  width: auto;
  max-width: none;
  height: 270px;
}

.contact-link-copy {
  color: var(--white);
  text-transform: none;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.contact-link-copy:hover, .contact-link-copy.white {
  color: var(--white);
}

.contact-link-copy.white:hover {
  color: var(--primary-green);
}

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

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

.image-small-6 {
  background-image: url('../images/casos-de-exito.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 95%;
  max-width: none;
  height: 480px;
  display: flex;
  position: relative;
}

.image-small-6.drill {
  background-image: url('../images/contacto.webp');
  width: 100%;
  height: 460px;
  position: sticky;
  top: 90px;
}

.image-small-6.about-us {
  background-image: url('../images/pexels-pixabay-221027.jpg');
}

.image-small-6.about-testimonial {
  background-image: url('../images/comercio_de_mobiliario.webp');
  width: auto;
  max-width: none;
  height: 270px;
}

.image-small-7 {
  background-image: url('../images/casos-de-exito.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 95%;
  max-width: none;
  height: 480px;
  display: flex;
  position: relative;
}

.image-small-7.drill {
  background-image: url('../images/contacto.webp');
  width: 100%;
  height: 460px;
  position: sticky;
  top: 90px;
}

.image-small-7.about-us {
  background-image: url('../images/pexels-pixabay-221027.jpg');
}

.image-small-7.about-testimonial {
  background-image: url('../images/piezas_automotrices.webp');
  width: auto;
  max-width: none;
  height: 270px;
}

@media screen and (max-width: 991px) {
  .section-hero_home {
    background-position: 100%;
    background-size: cover;
    flex-flow: column;
    height: 600px;
    margin-top: 75px;
  }

  .container-hero {
    flex-flow: column;
    width: auto;
    height: 45%;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 0;
  }

  .content-hero {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    max-width: none;
    margin-left: 0;
    display: flex;
  }

  .corner-aarow {
    width: 100px;
  }

  .container-hero-image {
    width: 100%;
  }

  .nav-link {
    background-color: #fff;
    border: 1px #000;
    border-top: 1px solid #d6d6d6;
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-left: 2rem;
    display: flex;
  }

  .nav-link.contact {
    border-bottom-style: solid;
    border-bottom-color: var(--white);
    padding-left: 2rem;
  }

  .container-wrapper {
    flex-direction: column-reverse;
    padding-top: 2rem;
  }

  .container-wrapper.testimonial {
    flex-flow: row;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .image-medium {
    background-position: 50%;
    width: 95%;
    max-width: none;
    height: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .content-description {
    flex-direction: column;
    padding-top: 2rem;
    padding-left: 4rem;
  }

  .content-description._1-rem-padding._100--width {
    flex-flow: column;
    padding-top: 3rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .content-description._4-rem-padding {
    padding-left: 4rem;
  }

  .content-description._10-rem-bumpout {
    padding-top: 0;
    padding-left: 0;
  }

  .heading-2 {
    font-size: 2.5rem;
  }

  .heading-2.purple {
    color: var(--secondary-purple);
  }

  .paragraph._350px, .paragraph._500px.padding-2rem.mobile-white {
    font-size: .9rem;
  }

  .paragraph._500px.white {
    text-align: center;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
    font-size: .9rem;
  }

  .container-wrapper-projects {
    padding-bottom: 10rem;
  }

  .cms-item-homepage {
    height: 400px;
  }

  .collection-item {
    padding-left: 5px;
    padding-right: 5px;
  }

  .cms-aarow {
    width: 50px;
    height: 50px;
  }

  .h4-cms-title {
    font-size: 1.5rem;
  }

  .section-testimonial {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .image-small {
    height: 330px;
  }

  .image-small.drill {
    display: none;
  }

  .image-small.about-testimonial {
    height: 220px;
  }

  .purple-background {
    width: 15%;
  }

  .text-button-2-column {
    flex-direction: column;
    align-items: flex-start;
  }

  .button-green.large-space {
    margin-top: 2rem;
  }

  .service-icons {
    padding-right: 10px;
  }

  .section-contact-cta {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .contact-link {
    text-align: left;
    max-width: none;
    margin-top: 0;
    font-family: Inter, sans-serif;
  }

  .contact-link:hover {
    color: var(--white);
  }

  .container-contact-link.spacing, .container-contact-link.no-space {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .contact-us-text {
    align-self: center;
    margin-right: 0;
  }

  .footer {
    height: auto;
  }

  .footer-container-wrapper {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
  }

  .footer-left-side {
    justify-content: space-between;
    align-items: center;
  }

  .copyright-text {
    margin-top: 0;
  }

  .copyright-text.mobile {
    color: #fff;
    justify-content: center;
    align-items: center;
    margin-top: 3rem;
    font-family: Inter, sans-serif;
    font-weight: 400;
    display: flex;
  }

  .copyright-text.desktop {
    display: none;
  }

  .footer-contact-info {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 2rem;
    margin-bottom: 1rem;
  }

  .footer-right-bottom {
    justify-content: flex-start;
    align-items: center;
  }

  .heading-4 {
    font-size: 2.5rem;
  }

  .nav-menu {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #fffffffa;
    flex: 0 auto;
    align-self: stretch;
    align-items: stretch;
    height: 100vh;
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
  }

  .menu-button {
    background-color: #bebebe;
    margin-right: 5px;
  }

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

  .h1-internal {
    font-size: 3rem;
  }

  .container-wrapper_about {
    flex-direction: column-reverse;
    padding-top: 2rem;
    padding-bottom: 4rem;
  }

  .container-wrapper_about.testimonial {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .image-medium-copy {
    max-width: none;
    height: 350px;
  }

  .container-wrapper_internal-projects {
    padding-bottom: 0;
  }

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

  .h4-team-member {
    font-size: 1.5rem;
  }

  .cms-team-member {
    height: 400px;
  }

  .button-purple.large-space {
    margin-top: 2rem;
  }

  .container-wrapper_what-we-did {
    flex-direction: column-reverse;
    padding-top: 2rem;
    padding-bottom: 4rem;
  }

  .container-wrapper_what-we-did.testimonial {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .container-wrapper-gallery {
    flex-direction: column-reverse;
    padding-top: 2rem;
    padding-bottom: 4rem;
  }

  .container-wrapper-gallery.testimonial {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .container-contact-form {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .h1-contact {
    font-size: 3rem;
  }

  .flex-block-2 {
    max-width: none;
  }

  .section {
    padding-top: 140px;
  }

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

  .flex-block-3 {
    grid-column-gap: 20px;
    grid-row-gap: 60px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    margin-top: 0;
    display: grid;
  }

  .heading-6 {
    font-size: 1.9rem;
  }

  .list-2 {
    font-size: 13px;
  }

  .flex-block-4, .flex-block-5 {
    justify-content: flex-start;
    align-items: center;
  }

  .flex-block-6 {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-3 {
    margin-left: auto;
    margin-right: auto;
  }

  .heading-2-copy, .heading-2-copy.text-centered {
    font-size: 2.5rem;
  }

  .heading-2-copy.purple {
    color: var(--secondary-purple);
  }

  .button-green-copy {
    font-size: 12px;
  }

  .button-green-copy.large-space {
    margin-top: 2rem;
  }

  .image-small-copy, .image-small-3 {
    height: 400px;
  }

  .image-small-3.about-testimonial {
    height: 220px;
  }

  .image-small-2 {
    height: 400px;
  }

  .image-small-2.about-testimonial {
    height: 220px;
  }

  .image-small-4 {
    height: 400px;
  }

  .image-small-4.about-testimonial {
    height: 220px;
  }

  .image-small-5 {
    height: 400px;
  }

  .image-small-5.about-testimonial {
    height: 220px;
  }

  .contact-link-copy {
    text-align: left;
    max-width: none;
    margin-top: 0;
    font-family: Inter, sans-serif;
  }

  .contact-link-copy:hover {
    color: var(--white);
  }

  .image-small-6 {
    height: 400px;
  }

  .image-small-6.about-testimonial {
    height: 220px;
  }

  .image-small-7 {
    height: 400px;
  }

  .image-small-7.about-testimonial {
    height: 220px;
  }
}

@media screen and (max-width: 767px) {
  .section-hero_home {
    flex-flow: column;
  }

  .container-hero {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }

  .content-hero {
    width: auto;
  }

  .container-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-wrapper.testimonial {
    padding-bottom: 0;
  }

  .container-wrapper.testimonial.large {
    padding-bottom: 2rem;
  }

  .content-description._10-rem-bumpout {
    padding-left: 0;
  }

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

  .paragraph._250px.white {
    max-width: 400px;
  }

  .cms-project-wrapper {
    padding-bottom: 0;
  }

  .button-long {
    width: 75%;
  }

  .cms-container-wrapper {
    padding-bottom: 0;
  }

  .cms-item-homepage {
    margin-bottom: 0;
  }

  .collection-item {
    padding-bottom: 10px;
  }

  .service-icons-container {
    flex-direction: column;
  }

  .service-icons {
    margin-bottom: 1rem;
  }

  .contact-link {
    text-align: center;
  }

  .list {
    margin-top: 20px;
    padding-left: 0;
  }

  .section-hero_about-us {
    flex-direction: row;
  }

  .container-wrapper_about {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-wrapper_about.testimonial {
    padding-bottom: 0;
  }

  .section-hero_project {
    flex-direction: row;
  }

  .container-wrapper_what-we-did {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-wrapper_what-we-did.testimonial {
    padding-bottom: 0;
  }

  .content-two-column-copy {
    flex-direction: column;
  }

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

  .container-wrapper-gallery.testimonial {
    padding-bottom: 0;
  }

  .section-contact {
    flex-direction: column;
  }

  .container-contact, .container-contact-form {
    width: 100%;
  }

  .contact-form {
    background-color: #f3f3f3;
  }

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

@media screen and (max-width: 479px) {
  .page-wrapper {
    overflow: hidden;
  }

  .section-hero_home {
    background-position: 85% 0;
    flex-direction: column;
    align-items: stretch;
    height: auto;
  }

  .container-hero {
    z-index: 2;
    flex-direction: row;
    width: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .container-hero-image {
    z-index: 1;
    width: 100%;
    height: 430px;
    position: static;
    inset: 0%;
  }

  .container-hero-image.about-us {
    background-image: url('../images/pexels-bidvine-1249611.jpg'), linear-gradient(to bottom, null, null);
    background-size: cover, auto;
    height: auto;
  }

  .container-hero-image.project {
    background-image: linear-gradient(#0000, #0000), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .button-main-cta.mobile-white {
    color: #fff;
    border-color: #fff;
  }

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

  .content-description, .content-description._4-rem-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .content-description._10-rem-bumpout {
    padding-left: 0;
  }

  .heading-2 {
    text-align: center;
    align-self: center;
    font-size: 2.3rem;
  }

  .heading-2.purple {
    font-size: 2rem;
  }

  .heading-2.white {
    font-size: 2.3rem;
  }

  .paragraph._500px.padding-2rem.mobile-white {
    color: var(--paragraph-text);
    max-width: 300px;
    font-size: .8rem;
  }

  .paragraph._500px.white {
    text-align: center;
    font-size: .8rem;
  }

  .paragraph.testimonial {
    margin-left: 0;
  }

  .paragraph._250px.white {
    font-size: .9rem;
  }

  .content-description-center {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container-wrapper-projects {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .cms-item-homepage {
    margin-bottom: 0;
  }

  .text-button-2-column.tight {
    align-items: flex-start;
  }

  .service-icons-container {
    margin-top: 2rem;
    padding-left: 0;
  }

  .service-icons {
    padding-right: 0;
  }

  .service-heading {
    font-size: 1.1rem;
  }

  .contact-link {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-contact-link.spacing {
    margin-bottom: 10px;
  }

  .footer-container-wrapper {
    padding-left: 1rem;
  }

  .copyright-text.mobile {
    text-align: center;
    max-width: 260px;
  }

  .footer-contact-info {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-nav {
    flex-flow: row;
    align-items: flex-start;
  }

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

  .footer-right-bottom {
    margin-top: 10px;
  }

  .heading-4 {
    color: #333;
    font-size: 2.4rem;
  }

  .section-hero_about-us {
    flex-direction: column;
    align-items: stretch;
    height: 100vh;
  }

  .container-hero_internal {
    z-index: 2;
    background-color: #ccfd5ed9;
    flex-direction: row;
    width: 100%;
  }

  .h1-internal {
    color: #fff;
  }

  .h1-internal.mobile-black {
    color: var(--black);
  }

  .container-wrapper_internal-projects {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .content-description-right {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section-team {
    padding-left: 0;
    padding-right: 0;
  }

  .section-hero_project {
    flex-direction: column;
    align-items: stretch;
    height: 100vh;
  }

  .container-hero_project {
    z-index: 2;
    background-color: #6145d6d9;
    flex-direction: row;
    width: 100%;
  }

  .container-wrapper-gallery {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .section-contact {
    flex-direction: column;
    align-items: stretch;
    height: auto;
  }

  .container-contact {
    z-index: 2;
    flex-direction: row;
    width: 100%;
    padding-top: 10rem;
    padding-bottom: 3rem;
  }

  .container-contact-form {
    z-index: 1;
    background-image: linear-gradient(#6145d6d9, #6145d6d9), url('../images/valentina-giarre-jdriGWcZZKo-unsplash.jpg');
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
    width: 100%;
    position: relative;
    inset: 0%;
  }

  .container-contact-form.about-us {
    background-image: url('../images/pexels-bidvine-1249611.jpg'), linear-gradient(to bottom, null, null);
    background-size: cover, auto;
    height: auto;
  }

  .container-contact-form.project {
    background-image: linear-gradient(#0000, #0000), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .h1-contact {
    color: #fff;
  }

  .contact-form {
    background-color: #f3f3f3;
  }

  .div-block-2 {
    height: 4px;
  }

  .label_tit {
    align-self: center;
  }

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

  .text-block {
    font-size: 41px;
  }

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

  .flex-block-7 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-2-copy.text-centered {
    max-width: none;
    font-size: 2.8rem;
  }

  .heading-2-copy.purple {
    font-size: 2rem;
  }

  .button-green-copy {
    font-size: 11px;
  }
}

#w-node-_58203141-8b99-029c-c3ba-af3a4a97e908-22df6305, #w-node-dd9bfd10-1fd8-9ee5-e6dd-d4649d6b827c-22df6305 {
  place-self: stretch stretch;
}


