:root {
  --dim-grey: #575756;
  --firebrick: #b61517;
  --white: white;
  --dark-red: #8d1917;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

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

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

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

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

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

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

.link {
  color: var(--dim-grey);
  font-family: Bank gothic, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  text-decoration: none;
}

.button {
  background-color: var(--firebrick);
  border-radius: 5px;
  margin-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Bank gothic, sans-serif;
}

.brand {
  margin-left: 100px;
}

.link-block {
  align-items: center;
  margin-left: 12px;
  display: flex;
}

.navbar {
  z-index: 1000;
  background-color: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  left: 0%;
  right: 0%;
  transform: translate(0);
  box-shadow: 3px 3px 9px rgba(0, 0, 0, .28);
}

.div-block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 23px;
  display: flex;
}

.nav-link {
  color: var(--dim-grey);
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Bank gothic, sans-serif;
  font-weight: 400;
}

.nav-menu {
  align-items: center;
  margin-right: 50px;
  display: flex;
}

.image {
  margin-top: 6px;
}

.header {
  height: 500px;
  background-image: url('../images/fondo-daan-infraestructura.jpg');
  background-position: 50% 100%;
  background-size: cover;
  position: relative;
}

.image-2 {
  float: left;
  margin: 70px 0 0 auto;
  display: block;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-2 {
  height: 50px;
  background-color: var(--firebrick);
}

.container {
  max-width: 90%;
  align-items: flex-start;
  padding-top: 24px;
  display: flex;
}

.div-block-3 {
  flex-direction: column;
  align-items: center;
  margin-top: 45px;
  display: flex;
}

.image-3 {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.heading {
  color: #fff;
  text-align: center;
  font-family: Bank gothic, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 26px;
}

.text-span {
  color: #fff;
  font-size: 34px;
  text-decoration: none;
}

.text-span-2 {
  color: var(--white);
  font-size: 34px;
}

.paragraph {
  color: var(--white);
  text-align: center;
  margin-top: 11px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
}

.button-2 {
  background-color: var(--firebrick);
  border-radius: 6px;
  font-family: Exo, sans-serif;
  font-size: 18px;
}

.heading-2 {
  color: var(--white);
  text-align: center;
  margin-top: 10px;
  font-family: Bank gothic, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 26px;
}

.link-block-2 {
  width: 160px;
  background-color: #23e03f;
  border-radius: 6px;
  align-items: center;
  padding: 8px 15px;
  display: flex;
}

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

.text-block {
  width: 150px;
  color: var(--white);
  text-align: left;
  padding-left: 0;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  text-decoration: none;
}

.text-span-3 {
  text-decoration: none;
}

.heading-3 {
  line-height: 18px;
  text-decoration: none;
}

.button-3 {
  background-color: #0bdb19;
  border-radius: 6px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.nosotros {
  background-image: url('../images/fondo-daan-isotipo.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 50px;
  padding-bottom: 100px;
  position: relative;
}

.image-5 {
  float: right;
  margin-left: 30px;
}

.div-block-4 {
  width: 500px;
}

.div-block-5 {
  margin-top: 55px;
}

.columns {
  margin-top: 82px;
}

.heading-4 {
  color: var(--firebrick);
  text-align: right;
  font-family: Exo, sans-serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 26px;
}

.paragraph-2 {
  color: var(--dim-grey);
  text-align: right;
  font-family: Exo, sans-serif;
  font-size: 17px;
  font-weight: 600;
}

.div-block-6 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.heading-5 {
  color: var(--dim-grey);
  text-align: center;
  font-family: Exo, sans-serif;
  font-size: 20px;
  line-height: 23px;
}

.div-block-7 {
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button-4 {
  z-index: 1;
  background-color: var(--firebrick);
  border-radius: 6px;
  margin-top: 10px;
  margin-right: 22px;
  font-family: Exo, sans-serif;
  font-size: 18px;
  position: relative;
}

.div-block-8 {
  margin-top: 23px;
}

.heading-6 {
  color: var(--firebrick);
  text-align: center;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 26px;
  line-height: 28px;
}

.paragraph-3 {
  color: var(--dim-grey);
  text-align: center;
  margin-top: 11px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.columns-2 {
  align-items: flex-start;
  margin-top: 45px;
  display: flex;
}

.div-block-9 {
  border-radius: 6px;
  flex-direction: column;
  align-items: center;
  display: flex;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, .15);
}

.div-block-10 {
  flex-direction: column;
  align-items: center;
  padding-right: 15px;
  display: flex;
}

.heading-7 {
  color: var(--firebrick);
  text-align: center;
  font-family: Exo, sans-serif;
  font-size: 20px;
  line-height: 20px;
}

.image-6 {
  margin-left: 15px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.gris {
  height: 350px;
}

.clientes {
  height: 500px;
}

.image-7 {
  max-height: none;
  max-width: none;
  display: inline-block;
}

.columns-3 {
  height: 350px;
  background-color: var(--dim-grey);
  color: var(--dim-grey);
  background-image: url('../images/daan-infraestructura-construccion.png');
  background-position: 50%;
  background-size: cover;
  flex-direction: row;
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.div-block-11 {
  width: 700px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
  display: flex;
}

.paragraph-4 {
  color: var(--white);
  font-family: Exo, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 26px;
}

.paragraph-5 {
  color: var(--white);
  text-align: center;
  font-family: Exo, sans-serif;
  font-size: 16px;
  line-height: 16px;
}

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

.heading-8 {
  color: var(--firebrick);
  text-align: center;
  font-family: Exo, sans-serif;
  font-size: 26px;
  line-height: 28px;
}

.div-block-12 {
  margin-top: 84px;
}

.paragraph-6 {
  width: 700px;
  color: var(--dim-grey);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
}

.columns-4 {
  margin-top: 43px;
}

.planeamos {
  height: 300px;
  background-color: var(--dark-red);
}

.columns-5 {
  width: auto;
  height: 100%;
  align-items: center;
  display: flex;
}

.heading-9 {
  color: var(--white);
  font-family: Bank gothic, sans-serif;
  font-weight: 400;
}

.div-block-13 {
  text-align: right;
}

.paragraph-7 {
  color: var(--white);
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
}

.paragraph-8 {
  color: var(--white);
  font-family: Exo, sans-serif;
  font-weight: 400;
  line-height: 16px;
}

.image-8 {
  position: static;
}

.construimos {
  height: 300px;
  background-color: var(--dim-grey);
}

.columns-6 {
  width: auto;
  height: 300px;
  flex-wrap: nowrap;
  align-items: center;
  display: flex;
}

.div-block-14 {
  text-align: left;
}

.evaluamos {
  height: 300px;
  background-color: var(--firebrick);
}

.dise-amos {
  height: 300px;
  background-color: var(--dim-grey);
}

.div-block-15 {
  height: 100%;
}

.column-2 {
  height: 300px;
  object-fit: fill;
  background-image: url('../images/diseño-daan-infraestructura.png');
  background-position: 50%;
  background-size: cover;
}

.columns-7 {
  width: auto;
  height: 100%;
  align-items: center;
  margin-top: 31px;
  display: flex;
}

.pilares {
  padding-top: 80px;
}

.columns-8 {
  margin-top: 63px;
}

.paragraph-9 {
  text-align: center;
  margin-top: 21px;
  font-family: Exo, sans-serif;
  font-weight: 500;
  line-height: 16px;
}

.asesores {
  height: auto;
  padding-top: 100px;
}

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

.div-block-16 {
  height: 250px;
  background-color: var(--firebrick);
  margin-top: -57px;
}

.div-block-17 {
  margin-top: 71px;
}

.heading-10 {
  color: var(--white);
  text-align: center;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 28px;
  font-weight: 600;
}

.paragraph-10 {
  width: 600px;
  color: var(--white);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Exo, sans-serif;
  font-size: 16px;
  line-height: 16px;
}

.button-5 {
  border: 1px solid var(--white);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 6px;
  margin-right: 19px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.div-block-18 {
  justify-content: center;
  align-items: center;
  margin-top: 19px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.galer-a {
  padding-top: 58px;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-content: space-around;
  justify-content: start;
  align-items: stretch;
  justify-items: stretch;
  margin-left: 50px;
  margin-right: 50px;
}

.text-field-3 {
  background-color: #e9e9e9;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 8px;
}

.container-5 {
  background-color: #fff;
  border-radius: 13px;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  box-shadow: 9px 10px 11px rgba(0, 0, 0, .14);
}

.div-block-26 {
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-23 {
  margin-top: 18px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.column-8 {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 12px;
}

.heading-11 {
  color: #fff;
  font-size: 32px;
}

.column-7 {
  flex-direction: column;
  align-items: center;
  display: block;
  position: static;
}

.checkbox-label-2 {
  color: #737373;
}

.form {
  margin-top: 23px;
}

.submit-button {
  width: 150px;
  background-color: #17dc09;
  border-radius: 14px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.paragraph-form {
  color: #898989;
  text-align: center;
  margin-top: 19px;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 16px;
}

.success-message {
  color: #fff;
  background-color: #00f725;
  border-radius: 16px;
  padding: 15px 10px;
  font-weight: 700;
}

.html-embed {
  height: auto;
  border-radius: 10px;
}

.html-embed.cel {
  opacity: 1;
  border: 1px #000;
  border-radius: 7px;
}

.heading-1 {
  width: 600px;
  color: #fff;
  text-align: center;
  margin: 21px auto 0;
  font-family: Bank gothic, sans-serif;
  font-size: 26px;
  font-weight: 400;
}

.contact-form {
  background-color: var(--firebrick);
  background-image: url('../images/fondo-daan-isotipo.png');
  background-position: 50%;
  background-size: cover;
  margin-top: 108px;
  padding-top: 40px;
  padding-bottom: 50px;
}

.text-field {
  color: #5c5c5c;
  background-color: #e9e9e9;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 8px;
}

.error-message {
  color: #fff;
  text-align: center;
  background-color: #fa0000;
  border-radius: 16px;
  font-weight: 700;
}

.columns-9 {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 17px;
  justify-content: center;
  align-items: center;
  margin-top: 34px;
  margin-left: 80px;
  margin-right: 80px;
  display: flex;
}

.textarea-2 {
  background-color: #e9e9e9;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 8px;
}

.div-block-27 {
  width: 1px;
  background-color: rgba(249, 250, 249, .49);
}

.footer-flex-container {
  text-align: left;
  justify-content: space-between;
  margin-bottom: 0;
  display: flex;
}

.image-24 {
  margin-top: 30px;
}

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

.footer-2 {
  color: var(--white);
  margin-bottom: 0;
  font-weight: 600;
  text-decoration: none;
  display: block;
}

.footer-2:hover {
  text-decoration: underline;
}

.footer-heading-copy {
  color: #02f302;
  margin-top: 28px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.5;
}

.footer {
  background-color: var(--dim-grey);
  text-align: center;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 45px;
}

.footer-heading {
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link-copy {
  color: #fff;
  margin-top: 15px;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.footer-link-copy:hover {
  text-decoration: underline;
}

.text-block-2 {
  color: #fff;
  margin-top: 10px;
  font-family: Exo, sans-serif;
  font-weight: 500;
}

.text-block-9 {
  color: #fff;
  font-family: Exo, sans-serif;
  font-weight: 500;
}

.footer-link {
  color: #fff;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

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

.text-block-8 {
  background-color: var(--dark-red);
  color: #fff;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 700;
}

.image-25 {
  margin-top: 28px;
}

.text-block-10 {
  color: var(--dim-grey);
  font-family: Exo, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
}

.container-10 {
  margin-top: 61px;
  font-family: Exo, sans-serif;
}

.heading-15 {
  color: var(--firebrick);
}

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

.portafolio {
  background-image: url('../images/fondo-daan-isotipo.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.image-26 {
  float: left;
  border-radius: 6px;
  margin-right: 31px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, .34);
}

.div-block-31 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-32 {
  margin-top: 79px;
}

.heading-16 {
  color: var(--firebrick);
  font-family: Bank gothic, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 20px;
}

.paragraph-12 {
  color: var(--dim-grey);
  margin-top: 9px;
  font-family: Exo, sans-serif;
  font-weight: 500;
  line-height: 16px;
}

.columns-10 {
  align-items: flex-start;
  margin-top: 37px;
  display: flex;
}

.text-block-11 {
  color: var(--dim-grey);
  font-family: Exo, sans-serif;
  font-weight: 800;
  position: static;
}

.text-block-12 {
  color: var(--dim-grey);
  font-family: Exo, sans-serif;
  font-weight: 500;
}

.heading-17 {
  color: var(--dark-red);
  text-align: center;
  font-family: Bank gothic, sans-serif;
  font-weight: 400;
}

.paragraph-13 {
  width: 700px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.servicios {
  padding-top: 54px;
  padding-bottom: 50px;
}

.columns-11 {
  align-items: flex-end;
  display: flex;
}

.image-27 {
  width: 650px;
  max-width: 150%;
  position: static;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.text-span-4 {
  color: #77d6ff;
  font-size: 36px;
}

.text-span-5 {
  color: #ff9083;
  font-size: 36px;
}

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

.image-28 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.image-28-copy {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.comercial {
  height: 350px;
  background-color: #790000;
  background-image: url('../images/fondo-construccion-plaza-comercial-daan.jpg');
  background-position: 0 0;
  background-size: auto;
  flex-direction: column;
  align-items: center;
  margin-top: 56px;
  display: flex;
}

.column-12 {
  background-image: url('../images/IMG_1883-1-min.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
}

.image-29 {
  z-index: 0;
  margin-top: -228px;
  position: relative;
}

.bold-text {
  font-family: Bank gothic, sans-serif;
  font-weight: 400;
}

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

.columns-12 {
  height: 400px;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.column-13 {
  background-color: #e03d3f;
}

.column-14 {
  background-color: #b61517;
}

.column-15 {
  background-color: #a51315;
}

.column-16 {
  background-color: var(--dark-red);
}

.div-block-33 {
  flex-direction: column;
  align-items: center;
  padding: 30px 15px;
  display: flex;
}

.section {
  height: 400px;
  background-image: linear-gradient(to right, #e03d3f, #8d1917);
}

.div-block-34 {
  height: 350px;
  background-color: var(--dim-grey);
  background-image: url('../images/fondo-daan-isotipo.png'), url('../images/fondo-daan-infraestructura.jpg');
  background-position: 100% 100%, 50%;
  background-size: cover, cover;
  background-attachment: scroll, scroll;
  padding-top: 68px;
}

.heading-18 {
  color: var(--white);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
}

.paragraph-14 {
  color: var(--white);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 16px;
}

.div-block-35 {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.heading-19 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 26px;
}

.heading-20 {
  color: var(--white);
  text-align: right;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 18px;
}

.paragraph-15 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 16px;
}

@media screen and (max-width: 991px) {
  .header {
    height: 400px;
  }

  .image-2.tab {
    max-width: 50%;
    margin-top: auto;
    display: block;
  }

  .div-block-2 {
    height: 60px;
    line-height: 16px;
  }

  .div-block-3 {
    align-items: flex-end;
    margin-left: -184px;
  }

  .heading-2 {
    line-height: 20px;
  }

  .image-5 {
    max-width: 50%;
  }

  .image-6 {
    z-index: 0;
  }

  .gris {
    height: 198px;
  }

  .columns-3 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .column {
    padding-top: 15px;
    padding-bottom: 19px;
  }

  .columns-9 {
    margin-left: 0;
    margin-right: 0;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-11 {
    z-index: 2;
    position: relative;
  }

  .comercial {
    height: 198px;
  }
}

@media screen and (max-width: 767px) {
  .contact-form {
    padding: 40px 20px;
  }

  .columns-9 {
    flex-direction: column;
  }

  .footer {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 479px) {
  .menu-button {
    background-color: #fff;
  }

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

  .brand.w--current {
    margin-left: 20px;
  }

  .link-block {
    flex-direction: column;
    margin-top: 18px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block {
    align-items: center;
    margin-top: 19px;
  }

  .nav-link {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-menu {
    background-color: #fff;
    flex-direction: column;
    align-items: center;
    margin-right: 0;
    padding-bottom: 26px;
  }

  .header {
    height: auto;
  }

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

  .div-block-2 {
    height: auto;
  }

  .container {
    flex-direction: column-reverse;
  }

  .div-block-3 {
    width: auto;
    align-items: center;
    margin-left: 0;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .heading {
    width: auto;
    font-size: 30px;
  }

  .text-span-2 {
    font-size: 30px;
  }

  .heading-2 {
    line-height: 22px;
  }

  .div-block-4 {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-5 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .columns {
    margin-top: 45px;
  }

  .div-block-6 {
    margin-bottom: 17px;
  }

  .div-block-7 {
    flex-direction: column;
  }

  .button-4 {
    margin-bottom: 12px;
  }

  .div-block-8 {
    margin-top: 57px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .columns-2 {
    flex-direction: column;
  }

  .image-6 {
    display: none;
  }

  .gris {
    height: auto;
  }

  .clientes {
    height: auto;
    padding-bottom: 32px;
  }

  .columns-3 {
    height: 450px;
    flex-direction: column;
  }

  .div-block-11 {
    width: auto;
    margin-top: 22px;
    margin-left: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-8 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .paragraph-6 {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .columns-4 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
  }

  .planeamos {
    height: auto;
  }

  .columns-5 {
    height: auto;
    flex-direction: column;
  }

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

  .construimos {
    height: auto;
  }

  .columns-6 {
    height: auto;
    flex-direction: column;
  }

  .evaluamos, .dise-amos, .div-block-15 {
    height: auto;
  }

  .columns-7 {
    flex-direction: column;
  }

  .div-block-16 {
    height: auto;
    padding-bottom: 22px;
  }

  .div-block-17 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-10 {
    line-height: 26px;
  }

  .paragraph-10 {
    width: auto;
    margin-top: 10px;
  }

  .button-5 {
    margin-bottom: 15px;
  }

  .div-block-18 {
    flex-direction: column;
  }

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

  .grid.cel {
    flex-direction: column;
    display: flex;
  }

  .container-5 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .column-7 {
    margin-bottom: 35px;
  }

  .heading-1 {
    width: auto;
    font-family: Bank gothic, sans-serif;
    font-weight: 400;
  }

  .contact-form {
    margin-top: 26px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .columns-9 {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-heading-copy {
    margin-top: 20px;
  }

  .footer {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .column-9 {
    margin-bottom: 19px;
  }

  .column-10 {
    margin-bottom: 22px;
  }

  .column-11 {
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .div-block-28, .div-block-29 {
    flex-direction: column;
    align-items: center;
    margin-bottom: 25px;
    display: flex;
  }

  .div-block-30 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

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

  .columns-10 {
    flex-direction: column;
  }

  .paragraph-13 {
    width: auto;
  }

  .columns-11 {
    max-width: 100%;
    flex-direction: column;
    align-items: center;
  }

  .image-27 {
    width: auto;
    max-width: 100%;
  }

  .text-span-5 {
    font-size: 30px;
  }

  .image-28, .image-28-copy {
    display: none;
  }

  .comercial {
    height: auto;
  }

  .image-29 {
    margin-top: -136px;
  }

  .columns-12 {
    height: auto;
    flex-direction: column;
  }

  .section {
    height: auto;
  }

  .div-block-34 {
    padding-top: 22px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

#w-node-_8f3b6ba1-5bd6-a91b-80d7-6d360b174546-7ca676b0, #w-node-_7b0bfca3-2ac8-0a78-4c32-4af05557673f-7ca676b0, #w-node-e8734403-69e1-5b55-441d-273c9f18287d-7ca676b0, #w-node-_476794d2-ce50-6b32-b047-e93e5f52e9b2-7ca676b0, #w-node-_10708c23-da30-1cdc-9c58-7a8bc81b1266-7ca676b0, #w-node-_9f3480ab-1b37-ead9-d749-13fd08d4372b-7ca676b0, #w-node-_57dbfb93-6753-4557-2efd-cd94ca39b80e-7ca676b0, #w-node-dca160cc-3c3a-9128-dc6b-030841f4c849-7ca676b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Bank gothic';
  src: url('../fonts/BANK-GOTHIC-MEDIUM-BT.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}