:root {
  --dim-grey: #63656a;
  --red: #e2211c;
  --white: white;
  --firebrick: #aa0602;
}

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

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

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

.brand {
  margin-left: 50px;
}

.button-5 {
  background-color: var(--red);
  border-radius: 8px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.nav-link-2 {
  color: var(--dim-grey);
  padding-left: 15px;
  padding-right: 15px;
  font-family: Futurah, sans-serif;
  font-weight: 600;
}

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

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

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

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

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

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

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

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

.contact-form {
  background-color: var(--red);
  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;
}

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

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

.columns-6 {
  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;
}

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

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

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

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

.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-7 {
  flex-direction: column;
  align-items: center;
  display: block;
  position: static;
}

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

.form {
  margin-top: 23px;
}

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

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

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

.footer-link-copy {
  color: #fff;
  margin-top: 15px;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
  display: block;
}

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

.footer-heading {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.5;
}

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

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

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

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

.text-block-9 {
  color: #fff;
  font-weight: 500;
}

.div-block-27 {
  width: 1px;
  background-color: rgba(255, 255, 255, .44);
}

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

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

.text-block-2 {
  color: #fff;
  margin-top: 10px;
  font-weight: 500;
}

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

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

.header {
  height: 400px;
  background-image: url('../images/policen_poliestireno_del_centro.png');
  background-position: 50%;
  background-size: cover;
  position: relative;
}

.div-block-29 {
  max-width: 37%;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: 300px;
  padding-top: 20px;
  padding-bottom: 50px;
  display: flex;
}

.image-25 {
  z-index: 3;
  max-width: 50%;
  margin-bottom: -32px;
  margin-left: 0;
  position: absolute;
  top: 31%;
  bottom: 0%;
  left: 36px;
  right: auto;
}

.image-26 {
  max-width: 30%;
  margin-bottom: -67px;
  margin-right: -118px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.body {
  height: 1585.86px;
}

.heading-3 {
  color: var(--white);
  text-align: center;
  font-family: Futurab, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph {
  width: 450px;
  color: var(--white);
  text-align: center;
  font-family: Futurah, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 18px;
}

.button-6 {
  background-color: var(--red);
  border-radius: 5px;
  margin-right: 17px;
  font-family: Futurab, sans-serif;
  font-size: 16px;
}

.button-2 {
  background-color: #10bd2a;
  border-radius: 5px;
  margin-right: 17px;
  font-family: Futurab, sans-serif;
  font-size: 16px;
}

.policen {
  height: auto;
  background-image: url('../images/fondo_policen_aguascalientes.png');
  background-position: 100% 0;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.pilares {
  height: auto;
  background-color: var(--red);
  color: var(--red);
  background-image: url('../images/fondo_policen_aguascalientes_rojo.png');
  background-position: 0%;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 50px;
  position: relative;
}

.heading-4 {
  width: 650px;
  color: var(--red);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Futurab, sans-serif;
  font-size: 24px;
  line-height: 24px;
}

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

.paragraph-2 {
  width: 600px;
  color: var(--dim-grey);
  text-align: center;
  margin-top: 18px;
  font-family: Futurah, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 18px;
}

.button-7 {
  background-color: var(--red);
  border-radius: 6px;
  margin-top: 22px;
  font-family: Futurah, sans-serif;
  font-size: 18px;
}

.image-27 {
  width: 25%;
  height: auto;
  max-height: 100%;
  max-width: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

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

.image-29 {
  width: 22%;
  max-width: 100%;
  position: absolute;
  top: auto;
  bottom: 20%;
  left: auto;
  right: 0%;
}

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

.paragraph-3 {
  color: var(--white);
  text-align: center;
  font-family: Futurah, sans-serif;
  line-height: 15px;
}

.div-block-31 {
  flex-direction: column;
  align-items: center;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.columns-7 {
  width: auto;
  max-width: 900px;
  margin-top: 8px;
}

.columns-8 {
  width: 900px;
  margin-top: 24px;
}

.conocenos {
  height: auto;
  min-height: 320px;
  position: relative;
}

.medio-ambiente {
  height: 380px;
  background-color: #339546;
  background-image: url('../images/fondo_policen_eco.png');
  background-position: 50% 100%;
  background-size: cover;
  padding-top: 30px;
  padding-bottom: 50px;
}

.heading-6 {
  text-align: center;
  font-family: Futurab, sans-serif;
  font-size: 28px;
  line-height: 29px;
}

.div-block-32 {
  width: auto;
  max-width: 700px;
  color: var(--red);
  margin-top: 89px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-33 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 27px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-30 {
  width: 20%;
  margin-bottom: 0;
  position: absolute;
  top: 17%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.image-31 {
  width: 20%;
  margin-bottom: 0;
  position: absolute;
  top: 17%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.heading-7 {
  width: 600px;
  color: var(--white);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Futurab, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 25px;
}

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

.galeria {
  margin-bottom: 43px;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 84px;
  margin-left: 50px;
  margin-right: 50px;
}

.header-2 {
  z-index: 1;
  height: 400px;
  background-image: url('../images/fondo_policen_header.png');
  background-position: 100%;
  background-size: cover;
  position: relative;
}

.heading-8 {
  color: var(--white);
  text-align: right;
  font-family: Futurah, sans-serif;
  font-size: 34px;
  font-weight: 300;
  line-height: 30px;
}

.div-block-35 {
  max-width: none;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 30px;
  right: auto;
}

.image-32 {
  max-width: none;
  position: absolute;
  top: 4%;
  bottom: auto;
  left: 12%;
  right: auto;
}

.div-block-36 {
  z-index: 0;
  height: 100px;
  background-color: var(--red);
  position: relative;
}

.container-7 {
  max-width: 1300px;
  position: relative;
}

.heading-9 {
  color: var(--white);
  text-align: center;
  margin-top: 25px;
  font-family: Futurah, sans-serif;
  font-size: 30px;
  line-height: 30px;
}

.productos {
  background-image: url('../images/fondo_policen_productos.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.image-33 {
  max-width: 30%;
  margin-top: 23px;
  margin-bottom: -67px;
  margin-right: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.div-block-37 {
  flex-direction: column;
  align-items: center;
  padding-bottom: 28px;
  display: flex;
}

.heading-10 {
  color: var(--red);
  text-align: center;
  margin-top: 53px;
  font-family: Futurab, sans-serif;
  font-size: 28px;
}

.columns-9 {
  align-items: flex-end;
  margin-top: 52px;
  display: flex;
}

.heading-11 {
  background-color: var(--red);
  color: var(--white);
  border-radius: 6px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Futurah, sans-serif;
  font-size: 24px;
}

.button-8 {
  border: 2px solid var(--red);
  color: var(--dim-grey);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 6px;
  margin-top: 7px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Futurah, sans-serif;
  font-size: 16px;
}

.aguascalientes {
  height: auto;
  margin-top: 69px;
  position: relative;
}

.pilares-2 {
  height: auto;
  color: var(--red);
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/fondo_policen_productos.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 75px;
  padding-bottom: 80px;
  position: relative;
}

.columns-10 {
  width: auto;
  max-width: 900px;
  margin-top: 44px;
  margin-left: 100px;
  margin-right: 100px;
}

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

.column-9 {
  height: 500px;
  background-color: var(--red);
  background-image: url('../images/fondo_policen_aguascalientes_rojo.png');
  background-position: 0 0;
  background-size: auto;
  padding-left: 30px;
}

.column-10 {
  height: 500px;
  background-image: url('../images/Policen-55-min.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  padding-left: 0;
  position: relative;
}

.image-34 {
  max-height: 100%;
  max-width: none;
}

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

.div-block-38 {
  width: 500px;
  flex-direction: column;
  align-items: center;
  margin-top: 54px;
  margin-left: 54px;
  display: flex;
}

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

.paragraph-5 {
  color: var(--white);
  margin-top: 21px;
  font-family: Futurah, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
}

.columns-11 {
  height: 500px;
}

.button-9 {
  background-color: #15be40;
  border-radius: 6px;
  margin-top: 9px;
  font-family: Futurab, sans-serif;
  font-size: 16px;
}

.heading-13 {
  width: 700px;
  color: var(--dim-grey);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Futurab, sans-serif;
  line-height: 26px;
}

.paragraph-6 {
  color: var(--dim-grey);
  text-align: center;
  font-family: Futurah, sans-serif;
  font-size: 16px;
}

.image-36 {
  width: 22%;
  max-width: 100%;
  position: absolute;
  top: auto;
  bottom: 10%;
  left: auto;
  right: 0%;
}

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

.container-8 {
  padding-right: 100px;
}

.alcance {
  height: 500px;
  margin-top: 0;
  position: relative;
}

.column-11 {
  height: 500px;
  background-color: var(--red);
  background-image: url('../images/fondo_policen_aguascalientes_rojo.png');
  background-position: 0%;
  background-size: cover;
  padding-left: 0;
  position: relative;
}

.column-12 {
  height: 500px;
  background-color: var(--red);
  background-image: url('../images/Policen-106.jpg');
  background-position: 50%;
  background-size: cover;
  padding-left: 30px;
}

.image-38 {
  max-height: 500px;
  max-width: none;
  margin-left: -138px;
  display: inline-block;
  position: absolute;
  top: auto;
  bottom: 27px;
  left: 0%;
  right: auto;
}

.div-block-40 {
  width: 500px;
  flex-direction: column;
  align-items: center;
  margin-top: 54px;
  margin-left: auto;
  margin-right: 5%;
  display: flex;
}

.image-39 {
  margin-top: -124px;
  margin-bottom: -54px;
}

.onncce {
  height: 350px;
}

.section-2 {
  height: 180px;
  background-color: var(--dim-grey);
  background-image: url('../images/fondo_policen_aguascalientes_rojo.png');
  background-position: 0 0;
  background-size: cover;
  margin-top: -115px;
}

.div-block-41 {
  align-items: center;
  margin-top: 51px;
  display: flex;
}

.image-40 {
  float: left;
  margin-right: 27px;
  display: block;
}

.heading-14 {
  color: var(--red);
  font-family: Futurab, sans-serif;
  font-size: 32px;
}

.columns-12 {
  max-width: none;
  flex-direction: column-reverse;
  flex: 0 auto;
  align-self: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-7 {
  color: var(--dim-grey);
  font-family: Futurah, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

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

.heading-15 {
  color: var(--red);
  font-family: Futurab, sans-serif;
  font-size: 26px;
}

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

.image-5 {
  max-width: 45%;
  margin-bottom: -53px;
  margin-left: 0;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 30px;
  right: auto;
}

.image-6 {
  max-width: 30%;
  margin-bottom: -67px;
  margin-right: -118px;
  position: absolute;
  top: auto;
  bottom: 33%;
  left: auto;
  right: 10%;
}

.div-block-1 {
  width: 600px;
  max-width: none;
  flex-direction: column;
  align-items: center;
  margin-top: 61px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 50px;
  display: flex;
}

.image-3 {
  width: 22%;
  height: auto;
  max-height: 100%;
  max-width: 320px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.header-3 {
  height: 400px;
  background-image: url('../images/policen_poliestireno_del_centro.png');
  background-position: 50%;
  background-size: cover;
  position: relative;
}

.image-4 {
  max-width: 50%;
  margin-bottom: 0;
  margin-left: 0;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0;
  right: auto;
}

.losa {
  height: auto;
  background-image: url('../images/fondo_policen_productos.png');
  background-position: 0 0;
  background-size: auto;
  background-attachment: fixed;
  padding-bottom: 48px;
}

.medidas {
  background-color: var(--white);
  padding-bottom: 38px;
}

.beneficios {
  height: 350px;
  background-color: var(--red);
}

.heading-16 {
  width: 700px;
  color: var(--dim-grey);
  text-align: center;
  margin-top: 69px;
  margin-left: auto;
  margin-right: auto;
  font-family: Futurab, sans-serif;
  line-height: 24px;
}

.heading-17 {
  background-color: var(--red);
  color: var(--white);
  border-radius: 8px;
  margin-top: 45px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Futurab, sans-serif;
  font-size: 30px;
  font-weight: 400;
  display: block;
}

.text-block-10 {
  margin-top: 31px;
  font-family: Futurah, sans-serif;
  font-size: 18px;
}

.columns-14 {
  align-items: center;
  margin-top: 33px;
  display: flex;
}

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

.heading-18 {
  background-color: var(--red);
  color: var(--white);
  text-align: center;
  border-radius: 6px;
  margin-bottom: 0;
  padding: 7px 15px;
  font-family: Futurab, sans-serif;
  font-size: 21px;
  line-height: 24px;
}

.button-10 {
  background-color: var(--red);
  border-radius: 6px;
  margin-top: 17px;
  font-family: Futurah, sans-serif;
}

.text-block-11 {
  width: auto;
  color: var(--dim-grey);
  text-align: center;
  margin-top: 4px;
  font-family: Futurah, sans-serif;
  font-size: 16px;
}

.image-41 {
  margin-top: 22px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-19 {
  color: #fff;
  margin-top: 10px;
  font-family: Futurah, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 18px;
}

.div-block-15 {
  align-items: center;
  margin-top: -1px;
  line-height: 16px;
  display: flex;
}

.usos-diversos {
  height: 400px;
  background-color: var(--red);
  background-image: url('../images/fondo_policen_aguascalientes_rojo.png');
  background-position: 0 0;
  background-size: cover;
}

.heading-20 {
  width: 600px;
  color: #fff;
  text-align: center;
  margin: 40px auto 0;
  font-family: Futurab, sans-serif;
  font-size: 26px;
  font-weight: 600;
}

.image-9 {
  float: left;
  margin-right: 11px;
}

.columns {
  margin-top: 2px;
}

.div-block-16 {
  width: 285px;
  height: 1px;
  background-color: rgba(255, 255, 255, .32);
  margin-top: 3px;
  margin-left: 50px;
}

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

.text-block-6 {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}

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

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

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

.header-4 {
  height: 400px;
  background-image: url('../images/fondo_vigueta.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  position: relative;
}

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

.image-10 {
  margin-top: 22px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-11 {
  margin-top: -3px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.columns-1 {
  flex-direction: row;
  align-items: flex-end;
  margin-top: 52px;
  display: flex;
}

.paragraph-9 {
  color: var(--dim-grey);
  text-align: center;
  margin-top: 11px;
  font-family: Futurah, sans-serif;
  line-height: 16px;
}

.header-5 {
  height: 400px;
  background-image: url('../images/fondo-casetones.png');
  background-position: 50%;
  background-size: cover;
  position: relative;
}

.image-42 {
  margin-top: 42px;
  margin-left: auto;
  margin-right: auto;
}

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

.header-6 {
  height: 400px;
  background-image: url('../images/fondo-panel-constructivo.png');
  background-position: 50%;
  background-size: cover;
  position: relative;
}

.image-2 {
  max-width: 50%;
  margin-bottom: 20px;
  margin-left: -78px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 25px;
  right: auto;
}

.header-7 {
  height: 400px;
  background-image: url('../images/fondo-ADEHSIVOS.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.columns-2 {
  align-items: center;
  margin-top: 33px;
  display: flex;
}

.image-43 {
  margin-top: 31px;
  margin-left: auto;
  margin-right: 33px;
}

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

.navbar-logo-center-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

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

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

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

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:hover {
  color: var(--red);
  font-weight: 700;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

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

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

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

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

.navbar-b {
  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);
}

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

.heading-22 {
  color: #e60003;
}

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

.button-8-copy {
  border: 2px solid var(--red);
  background-color: var(--red);
  color: var(--white);
  border-radius: 6px;
  margin-top: 7px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Futurah, sans-serif;
  font-size: 16px;
}

.image-44 {
  margin-top: -63px;
}

.usos-diversos-2 {
  height: 400px;
  background-color: var(--firebrick);
  background-image: url('../images/fondo_policen_aguascalientes_rojo.png');
  background-position: 0 0;
  background-size: cover;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 84px;
  margin-left: 50px;
  margin-right: 50px;
}

.link-block-7 {
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

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

.image-52 {
  display: inline-block;
  position: fixed;
  bottom: 0;
  left: 0;
  right: auto;
}

.wa {
  display: inline-block;
  position: static;
  bottom: 0;
  left: auto;
  right: 0;
}

.link-block-8 {
  position: fixed;
  bottom: 15px;
  right: 15px;
}

.pop {
  z-index: 4;
  width: 100vh;
  height: 100vw;
  display: none;
  position: fixed;
}

.popup {
  z-index: 4;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, .55);
  display: none;
  position: fixed;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.div-block-54 {
  width: 600px;
  height: 450px;
  background-color: var(--white);
  margin-top: 20%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}

.image-55 {
  position: static;
}

.div-block-55 {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.div-block-56 {
  width: 600px;
  height: 430px;
  background-color: var(--white);
  border-radius: 10px;
  margin: auto;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-57 {
  margin-top: 7px;
  margin-right: 7px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.heading-3-copy {
  color: #fff;
  text-align: center;
  font-family: Futurab, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
}

.image-56 {
  margin-left: 48px;
}

.button-10-copy {
  background-color: var(--red);
  border-radius: 6px;
  margin-top: 17px;
  font-family: Futurah, sans-serif;
}

.header-7-copy {
  height: 400px;
  background-image: url('../images/fondo-placa-constructiva.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

@media screen and (min-width: 1440px) {
  .image-5 {
    max-width: 50%;
  }

  .pop {
    z-index: 4;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, .64);
    display: none;
    position: fixed;
  }

  .div-block-51 {
    width: 650px;
    height: 460px;
    background-color: var(--white);
    color: var(--white);
    border-radius: 13px;
    margin: auto;
    padding: 30px 30px 0;
    display: block;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .image-53 {
    margin-top: 7px;
    margin-right: 7px;
    position: static;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .div-block-52 {
    position: absolute;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .image-54 {
    max-width: none;
    display: block;
  }
}

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

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

  .div-block-29 {
    margin-right: 150px;
  }

  .image-25 {
    max-width: 40%;
  }

  .paragraph {
    width: auto;
    text-align: right;
  }

  .paragraph.tab {
    font-size: 15px;
    line-height: 15px;
  }

  .image-29 {
    display: none;
  }

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

  .columns-8 {
    width: auto;
  }

  .image-30, .image-31 {
    display: none;
  }

  .header-2 {
    background-position: 50%;
  }

  .heading-8.tab {
    font-size: 28px;
    line-height: 26px;
  }

  .image-32 {
    max-width: 20%;
    left: 5%;
  }

  .div-block-36.cel {
    height: 150px;
  }

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

  .image-33 {
    max-width: 25%;
  }

  .image-35 {
    display: none;
  }

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

  .image-38 {
    display: none;
  }

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

  .image-5 {
    display: none;
  }

  .image-6 {
    max-width: 25%;
    margin-bottom: -24px;
    margin-right: -72px;
  }

  .div-block-1 {
    margin-left: 50px;
  }

  .image-4 {
    display: none;
  }

  .button-10 {
    text-align: center;
    line-height: 16px;
  }

  .image-2 {
    display: none;
  }

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

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: rgba(0, 0, 0, 0);
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .div-block-44 {
    flex-direction: column;
    align-items: flex-end;
    display: flex;
  }

  .button-10-copy {
    text-align: center;
    line-height: 16px;
  }
}

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

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

  .footer {
    padding: 40px 20px;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }
}

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

  .brand.w--current {
    margin-left: 0;
    padding-left: 0;
  }

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

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

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

  .menu-button {
    background-color: #fff;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .heading-1 {
    width: auto;
  }

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

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

  .html-embed.cel {
    max-width: 100%;
  }

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

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

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

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

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

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

  .header {
    height: auto;
  }

  .div-block-29 {
    max-width: none;
    background-color: var(--red);
    margin-top: 344px;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-25 {
    max-width: 90%;
    top: 22%;
    left: auto;
  }

  .image-26 {
    display: none;
  }

  .paragraph {
    width: auto;
  }

  .button-6.cel {
    background-color: var(--firebrick);
  }

  .button-2 {
    margin-top: 14px;
  }

  .heading-4 {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 22px;
  }

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

  .columns-8 {
    width: auto;
    flex-direction: column;
    display: flex;
  }

  .conocenos {
    padding-bottom: 15px;
  }

  .medio-ambiente {
    height: auto;
  }

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

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

  .heading-7 {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .header-2 {
    height: auto;
    background-color: var(--white);
    background-image: none;
    background-size: auto;
  }

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

  .image-32 {
    max-width: 85%;
  }

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

  .div-block-36.cel {
    height: 220px;
    background-color: var(--firebrick);
  }

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

  .heading-9 {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .pilares-2 {
    margin-top: 290px;
  }

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

  .column-9 {
    height: auto;
    padding-bottom: 13px;
  }

  .column-10 {
    height: 300px;
  }

  .image-35 {
    display: none;
  }

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

  .heading-13 {
    width: auto;
  }

  .div-block-39 {
    margin-left: 0;
  }

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

  .alcance, .column-11 {
    height: auto;
  }

  .column-12 {
    height: 200px;
  }

  .image-38 {
    display: none;
  }

  .div-block-40 {
    width: auto;
    margin-right: auto;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .onncce {
    margin-top: 218px;
  }

  .section-2 {
    height: 220px;
    margin-top: -206px;
  }

  .div-block-41 {
    flex-direction: row;
    margin-top: 20px;
  }

  .image-40 {
    margin-top: 15px;
  }

  .heading-14 {
    text-align: center;
    line-height: 34px;
  }

  .columns-12 {
    flex-direction: column-reverse;
  }

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

  .heading-15 {
    text-align: center;
    margin-bottom: 30px;
    line-height: 26px;
  }

  .image-5 {
    max-width: 80%;
    margin-bottom: -100px;
  }

  .image-6 {
    margin-bottom: 0;
    margin-right: 0;
    display: none;
  }

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

  .heading-16 {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-17 {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 30px;
  }

  .text-block-10 {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }

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

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

  .usos-diversos {
    height: auto;
  }

  .heading-20 {
    width: auto;
  }

  .div-block-16 {
    width: 200px;
  }

  .container {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

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

  .nav-menu-three {
    flex-direction: column;
  }

  .navbar-b {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

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

  .usos-diversos-2 {
    height: auto;
  }

  .grid-2 {
    flex-direction: column;
    grid-template-rows: auto auto;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .link-block-7 {
    width: auto;
    clear: none;
    white-space: normal;
    flex-direction: column;
    margin: 10px auto auto;
    display: inline-block;
    position: static;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

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

  .image-52 {
    display: none;
  }

  .div-block-44, .column-13 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .container-14 {
    margin-top: 139px;
  }

  .div-block-45, .div-block-46, .column-14, .div-block-47, .div-block-48, .div-block-49 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .div-block-56 {
    width: auto;
    height: 280px;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }
}

#w-node-_80697d2d-6c3b-b513-9ae2-00e0c95e93db-499ff021, #w-node-_65f8a868-9869-e67f-5297-86835285a6ed-499ff021, #w-node-_4a042ef7-5e76-2f5a-33c9-18756e7c2740-499ff021, #w-node-_1114d842-07dc-90cf-8265-69bd13fc87e4-499ff021, #w-node-_9c4d8761-4988-0dd4-4d65-3346698e05f5-499ff021, #w-node-_30b3cc2f-23ef-196c-1a32-b6c32c015b96-499ff021, #w-node-_17345f0e-23f8-75fe-39fd-f878b8dabc71-499ff021, #w-node-_15456717-7ac2-71e4-f099-40f9d541b4c2-499ff021, #w-node-_80697d2d-6c3b-b513-9ae2-00e0c95e93db-c84f4882, #w-node-_65f8a868-9869-e67f-5297-86835285a6ed-c84f4882, #w-node-_4a042ef7-5e76-2f5a-33c9-18756e7c2740-c84f4882, #w-node-_9c4d8761-4988-0dd4-4d65-3346698e05f5-c84f4882, #w-node-_30b3cc2f-23ef-196c-1a32-b6c32c015b96-c84f4882, #w-node-_17345f0e-23f8-75fe-39fd-f878b8dabc71-c84f4882 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Futura book bt';
  src: url('../fonts/FUTURA-BOOK-BT.TTF') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futurab';
  src: url('../fonts/FUTURAB.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futuramc';
  src: url('../fonts/FUTURAMC.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futurah';
  src: url('../fonts/FUTURAH.TTF') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}