:root {
  --cadet-blue: #1e91ac;
  --dark-slate-grey: #114b5b;
  --sky-blue: #35bbd9;
  --white: white;
  --dark-grey: #999;
}

.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 {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.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;
}

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

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

.div-block-28 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 23px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  display: flex;
}

.brand {
  margin-left: 100px;
}

.nav-link {
  color: var(--cadet-blue);
  margin-top: 5px;
  margin-bottom: auto;
  margin-right: 17px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.image {
  margin-top: 12px;
  margin-bottom: 6px;
}

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

.link {
  color: var(--dark-slate-grey);
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  text-decoration: none;
}

.button {
  background-color: var(--dark-slate-grey);
  border-radius: 6px;
  margin-right: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

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

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

.textarea-2 {
  background-color: #e9e9e9;
  border: 1px solid #0000;
  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 #00000024;
}

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

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

.text-field {
  color: #5c5c5c;
  background-color: #e9e9e9;
  border: 1px solid #0000;
  border-radius: 8px;
}

.text-field-3 {
  background-color: #e9e9e9;
  border: 1px solid #0000;
  border-radius: 8px;
}

.columns-9 {
  background-color: #0000;
  border-radius: 17px;
  justify-content: center;
  align-items: center;
  margin-top: 34px;
  margin-left: 80px;
  margin-right: 80px;
  display: flex;
}

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

.column-8 {
  background-color: #0000;
  border-radius: 12px;
}

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

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

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

.contact-form {
  background-color: var(--cadet-blue);
  background-image: url('../images/fomento-soluciones-integrales.png');
  background-position: 100%;
  background-size: cover;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 50px;
}

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

.form {
  margin-top: 23px;
}

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

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

.footer-heading {
  color: #009fe3;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

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

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

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

.div-block-27 {
  background-color: #f9faf97d;
  width: 1px;
}

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

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

.footer {
  text-align: center;
  background-color: #525151;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 45px;
}

.footer-2 {
  color: #fff;
  margin-bottom: 0;
  font-weight: 600;
  text-decoration: none;
  display: block;
}

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

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

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

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

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

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

.link-block-7 {
  position: fixed;
  inset: auto 0% 0% auto;
}

.image-52 {
  margin-bottom: 15px;
  margin-right: 15px;
  display: block;
}

.link-block-7-copy {
  margin-bottom: 66px;
  position: fixed;
  inset: auto 0% 0% auto;
}

.header {
  background-image: url('../images/fomento-constructora-carpeta-asfaltica.jpg');
  background-position: 100%;
  background-size: cover;
  height: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.image-53 {
  width: 38%;
  max-width: none;
  max-height: none;
  margin-left: 0;
  padding-right: 57px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.div-block-29 {
  flex-direction: column;
  align-items: center;
  width: 650px;
  margin-left: 30%;
  display: flex;
}

.heading-2 {
  color: var(--sky-blue);
  margin-top: 3px;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 600;
}

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

.image-54 {
  margin-top: 33px;
}

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

.button-2 {
  background-color: var(--cadet-blue);
  border-radius: 6px;
  margin-right: 23px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.button-3 {
  background-color: var(--sky-blue);
  border-radius: 6px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.div-block-31 {
  background-color: var(--cadet-blue);
  height: 140px;
  position: relative;
}

.nosotros {
  height: 550px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.div-block-32 {
  width: 700px;
  margin-left: auto;
  margin-right: 10%;
  padding-top: 9px;
}

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

.heading-3 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 17px;
}

.div-block-33 {
  align-items: center;
  display: flex;
}

.columns-10 {
  align-items: stretch;
  height: 550px;
  display: flex;
}

.div-block-34 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: right;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 550px;
  margin-left: auto;
  margin-right: 50px;
  display: block;
}

.column-10 {
  background-image: url('../images/fondo-fomento-infraesturctura.png');
  background-position: 0 0;
  background-size: cover;
  padding-top: 75px;
  padding-bottom: 75px;
}

.column-11 {
  background-image: url('../images/fomento-empresa-infraestructura-tecnologia.png');
  background-position: 100%;
  background-size: cover;
}

.heading-4 {
  color: var(--dark-grey);
  letter-spacing: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.heading-5 {
  color: var(--cadet-blue);
  font-size: 26px;
  font-weight: 600;
  line-height: 28px;
}

.paragraph-2 {
  color: var(--dark-grey);
  margin-top: 21px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.paragraph-3 {
  color: var(--dark-grey);
  margin-top: 17px;
  font-weight: 500;
  line-height: 18px;
}

.div-block-2 {
  margin-top: 42px;
}

.numeros {
  background-image: url('../images/fomento-constructura-mexico.jpg');
  background-position: 0 0;
  background-size: cover;
  height: auto;
  padding-top: 77px;
  padding-bottom: 75px;
}

.div-block-35 {
  font-family: Montserrat, sans-serif;
}

.heading-6 {
  color: var(--white);
  text-align: center;
  letter-spacing: 10px;
  font-size: 20px;
  font-weight: 600;
}

.heading-7 {
  color: var(--sky-blue);
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  line-height: 30px;
}

.paragraph-4 {
  color: var(--white);
  text-align: center;
  width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.columns-11 {
  margin-top: 46px;
}

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

.heading-8 {
  color: var(--sky-blue);
  letter-spacing: 6px;
  font-size: 18px;
  font-weight: 500;
}

.text-block-10 {
  color: var(--white);
  text-align: center;
  margin-top: 17px;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
}

.columns-12 {
  align-items: center;
  display: flex;
}

.integral {
  height: auto;
}

.columns-2 {
  align-items: stretch;
  height: auto;
  display: flex;
}

.column-2 {
  background-image: url('../images/fomento-infraestructura-edificios-tecnologia.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 75px;
  padding-bottom: 75px;
}

.column-3 {
  text-align: left;
  background-image: url('../images/fondo-fomento-infraesturctura.png');
  background-position: 50% 0;
  background-size: cover;
  padding-top: 68px;
  padding-bottom: 49px;
}

.div-block-3 {
  text-align: left;
  max-width: 550px;
  margin-left: 50px;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
}

.heading-9 {
  color: var(--dark-grey);
  letter-spacing: 6px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.distintivos {
  background-image: url('../images/fondo-fomento-infraesturctura.png');
  background-position: 0 0;
  background-size: cover;
  height: auto;
  padding-top: 50px;
  padding-bottom: 63px;
}

.div-block-37 {
  background-color: var(--white);
  border-radius: 10px;
  align-items: center;
  width: 310px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-right: 14px;
  font-family: Montserrat, sans-serif;
  display: flex;
  box-shadow: 1px 3px 7px 1px #00000036;
}

.image-56 {
  margin-left: -53px;
  margin-right: 18px;
}

.columns-13 {
  max-width: 1100px;
  margin-top: 53px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-38 {
  background-color: #dbdbdb;
  width: 220px;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
}

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

.heading-10 {
  color: var(--cadet-blue);
  letter-spacing: 4px;
  margin-top: 0;
  font-size: 16px;
  line-height: 18px;
}

.text-block-11 {
  color: var(--dark-grey);
  margin-top: 10px;
  font-weight: 500;
  line-height: 16px;
}

.container-7 {
  margin-top: 19px;
}

.div-block-40 {
  color: var(--dark-grey);
  text-align: center;
  margin-top: 41px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.servicios {
  background-color: var(--sky-blue);
  background-image: url('../images/fomento-infraestructura-y-tecnologia.png');
  background-position: 100%;
  background-size: cover;
  height: auto;
  padding-top: 67px;
  padding-bottom: 57px;
}

.container-8 {
  display: block;
}

.div-block-41 {
  text-align: center;
  flex-direction: column;
  align-items: stretch;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.button-4 {
  background-color: var(--dark-slate-grey);
  text-align: center;
  border-radius: 7px;
  width: 200px;
  margin-top: 39px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
}

.heading-11 {
  color: var(--white);
  letter-spacing: 6px;
  font-size: 18px;
}

.paragraph-5 {
  color: var(--dark-slate-grey);
  width: 700px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.paragraph-6 {
  color: var(--white);
  width: 750px;
  margin-top: 23px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
}

.columns-14 {
  margin-top: 27px;
}

.div-block-42 {
  background-color: #1e91ace8;
  border-radius: 6px;
  flex-direction: column;
  align-items: center;
  padding-top: 14px;
  display: flex;
}

.column-12 {
  padding-top: 0;
}

.image-57 {
  margin-top: 14px;
}

.heading-12 {
  color: var(--white);
  letter-spacing: 3px;
  margin-top: 15px;
  font-size: 14px;
  font-weight: 500;
  line-height: 15px;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 42px;
}

.clientes {
  background-image: url('../images/fomento-infraestructura-y-tecnologia-constructora.png');
  background-position: 0 0;
  background-size: cover;
  height: 65vh;
  padding-top: 78px;
}

.heading-13 {
  color: var(--dark-grey);
  text-align: center;
  letter-spacing: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.columns-15 {
  margin-top: 50px;
}

.button-5 {
  background-color: var(--dark-slate-grey);
  text-align: center;
  border-radius: 7px;
  width: 250px;
  margin-top: 38px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  display: block;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

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

.div-block-5 {
  text-align: center;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
}

.alcance {
  padding-top: 37px;
  padding-bottom: 54px;
}

.servicios-2 {
  padding-bottom: 42px;
}

.header-2 {
  background-image: url('../images/fomento-constructora-infraestructura.jpg');
  background-position: 100%;
  background-size: cover;
  height: 400px;
  padding-top: 27px;
  position: relative;
}

.paragraph-7 {
  color: var(--dark-grey);
  width: 750px;
  margin-top: 17px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
  line-height: 18px;
}

.column-13 {
  background-image: url('../images/fomento-infraestructura-tecnologica.png');
  background-position: 50%;
  background-size: cover;
  align-items: center;
  height: 350px;
  display: flex;
}

.column-14 {
  background-image: url('../images/fomento-infraestructura-tecnologica-carreteras.png');
  background-position: 50%;
  background-size: cover;
  align-items: center;
  height: 350px;
  display: flex;
}

.column-15 {
  background-image: url('../images/fomento-infraestructura-tecnologica-proyectos-ingenieria.png');
  background-position: 50%;
  background-size: cover;
  align-items: center;
  height: 350px;
  display: flex;
}

.column-16 {
  background-image: url('../images/fomento-infraestructura-tecnologica-proyectos-carpeta.png');
  background-position: 50%;
  background-size: cover;
  align-items: center;
  height: 350px;
  display: flex;
}

.column-17 {
  background-image: url('../images/fomento-infraestructura-tecnologica-proyectos--mexico.png');
  background-position: 50%;
  background-size: cover;
  align-items: center;
  height: 350px;
  display: flex;
}

.columns-16 {
  height: auto;
}

.div-block-43 {
  border: 1px solid var(--sky-blue);
  color: var(--white);
  text-align: right;
  border-radius: 6px;
  flex-direction: column;
  width: 400px;
  margin: auto 30px auto auto;
  padding-right: 15px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.heading-14 {
  letter-spacing: 6px;
  font-size: 20px;
  font-weight: 600;
}

.div-block-10 {
  color: var(--white);
  text-align: center;
  flex-direction: column;
  width: 400px;
  margin: auto 30px auto auto;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.image-58 {
  margin-left: 96px;
}

.div-block-12 {
  border: 1px solid var(--sky-blue);
  color: var(--white);
  text-align: left;
  border-radius: 6px;
  flex-direction: column;
  width: 400px;
  margin: auto auto auto 30px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.image-59 {
  margin-right: 84px;
}

.proyectos {
  padding-top: 75px;
  padding-bottom: 75px;
}

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

.image-61 {
  margin-top: 13px;
  margin-right: 13px;
}

.columns-17 {
  flex-direction: row;
  align-items: center;
  margin-top: 44px;
  display: flex;
}

.div-block-44 {
  margin-left: 30px;
  font-family: Montserrat, sans-serif;
}

.heading-15 {
  color: var(--dark-grey);
  letter-spacing: 6px;
  font-size: 18px;
}

.heading-16 {
  color: var(--sky-blue);
  font-size: 24px;
  line-height: 26px;
}

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

.heading-17 {
  color: var(--dark-grey);
  text-align: center;
  letter-spacing: 6px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
}

.paragraph-8 {
  text-transform: none;
  font-size: 14px;
}

.lightbox-link {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider {
  background-color: #0000;
  height: 250px;
}

.slide {
  color: var(--sky-blue);
  height: 250px;
}

.header-3 {
  background-image: url('../images/fomento-constructora-empresa.jpg');
  background-position: 100%;
  background-size: cover;
  height: 400px;
  padding-top: 27px;
  position: relative;
}

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

.heading-18 {
  color: var(--sky-blue);
  font-family: Montserrat, sans-serif;
}

.paragraph-13 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.div-block-45 {
  background-color: #e7e7e7;
  height: 2px;
  margin-bottom: 5px;
}

@media screen and (min-width: 1440px) {
  .header {
    height: auto;
    padding-top: 50px;
    padding-bottom: 52px;
  }

  .div-block-29 {
    margin-top: 39px;
    margin-bottom: 40px;
  }

  .div-block-32 {
    width: 700px;
    margin-left: auto;
    margin-right: 15%;
    padding-top: 15px;
  }

  .image-55 {
    float: none;
    margin-right: 19px;
  }

  .heading-3 {
    color: var(--white);
    margin-top: 0;
    margin-bottom: 0;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
  }

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

  .div-block-33 {
    align-items: center;
    display: flex;
  }

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

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

  .div-block-5 {
    margin-right: 100px;
  }

  .header-2, .header-3 {
    height: 56vh;
  }
}

@media screen and (max-width: 991px) {
  .columns-9 {
    margin-left: 0;
    margin-right: 0;
  }

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

  .image-53 {
    display: none;
  }

  .div-block-29 {
    margin-left: 0%;
  }

  .columns-13 {
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .column-13 {
    justify-content: flex-start;
    height: auto;
  }

  .columns-16 {
    flex-direction: row;
    display: flex;
  }

  .image-58, .image-59 {
    display: none;
  }

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

  .column-20 {
    margin-bottom: 20px;
  }

  .column-21, .column-22 {
    margin-bottom: 19px;
  }
}

@media screen and (max-width: 767px) {
  .columns-9 {
    flex-direction: column;
  }

  .contact-form, .footer {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    background-color: #fff;
    flex-direction: column;
    align-items: center;
    margin-right: 0;
    padding-bottom: 26px;
  }

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

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

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

  .menu-button {
    background-color: #fff;
  }

  .menu-button.w--open {
    color: #0478bf;
    background-color: #0000;
  }

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

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

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

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

  .heading-1 {
    width: auto;
    font-weight: 600;
  }

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

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

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

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

  .link-block-7 {
    z-index: 1;
    clear: none;
    white-space: normal;
    flex-direction: column;
    width: auto;
    margin: 10px auto;
    padding-bottom: 0;
    display: block;
    position: fixed;
    inset: auto 10px 0% auto;
  }

  .image-52 {
    float: left;
    object-fit: fill;
    margin-top: 0;
    margin-bottom: auto;
    margin-right: 0;
    position: static;
    inset: auto 0% 0% auto;
  }

  .link-block-7-copy {
    z-index: 1;
    clear: none;
    white-space: normal;
    flex-direction: column;
    width: auto;
    margin: 10px auto auto;
    display: block;
    position: fixed;
    inset: auto 10px 75px auto;
  }

  .header {
    background-position: 50%;
    height: auto;
    padding-bottom: 23px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .image-53 {
    display: none;
  }

  .div-block-29 {
    width: auto;
    margin-left: 0%;
  }

  .heading-2 {
    text-align: center;
    line-height: 28px;
  }

  .paragraph {
    width: auto;
  }

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

  .button-3 {
    margin-top: 10px;
  }

  .div-block-31 {
    height: auto;
    padding-bottom: 10px;
  }

  .nosotros {
    height: auto;
  }

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

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

  .div-block-34 {
    margin-right: auto;
  }

  .column-10 {
    padding-top: 26px;
  }

  .column-11 {
    height: 200px;
  }

  .numeros {
    background-position: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .paragraph-4 {
    width: auto;
  }

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

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

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

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

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

  .columns-13 {
    max-width: none;
    margin-top: 12px;
  }

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

  .text-block-11 {
    max-width: none;
  }

  .div-block-40, .servicios {
    padding-left: 15px;
    padding-right: 15px;
  }

  .paragraph-5, .paragraph-6 {
    width: auto;
  }

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

  .clientes {
    height: auto;
  }

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

  .galeria {
    margin-top: 27px;
  }

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

  .alcance {
    padding-left: 15px;
    padding-right: 15px;
  }

  .header-2 {
    background-position: 50%;
    height: auto;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .paragraph-7 {
    width: auto;
  }

  .column-13 {
    flex-direction: column;
    height: auto;
    padding-top: 23px;
    padding-bottom: 23px;
  }

  .column-14 {
    flex-direction: column;
    height: auto;
    padding-top: 26px;
    padding-bottom: 2px;
  }

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

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

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

  .div-block-12 {
    width: auto;
    margin-left: auto;
  }

  .image-59 {
    margin-right: 0;
  }

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

  .heading-17 {
    line-height: 24px;
  }

  .slider {
    height: auto;
  }

  .header-3 {
    background-position: 50%;
    height: auto;
    padding-bottom: 29px;
    padding-left: 15px;
    padding-right: 15px;
  }

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

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

  .column-20 {
    margin-bottom: 23px;
  }

  .column-21, .column-22 {
    margin-bottom: 24px;
  }
}

#w-node-_9c559bba-4152-fcc6-d56b-204505eea91d-18f1ea62, #w-node-_2cea8355-5470-cb84-f2bb-4e218d79feee-18f1ea62, #w-node-ba774c57-457e-03ec-a9ea-4ead3b5b6212-18f1ea62, #w-node-_0448ebd4-317a-8ce7-dc21-d5d28a843b62-18f1ea62, #w-node-a4cf94b0-e3cb-9d6a-6809-800cfbb1410d-18f1ea62, #w-node-a7b2c88c-b655-2e2b-f055-b1f32bc8d29f-18f1ea62, #w-node-cf0bea86-b9a6-9f2c-d723-f82bbdade50c-18f1ea62, #w-node-_601839b9-08f3-b668-cf81-d33cec2eb965-18f1ea62 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
