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

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

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

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

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

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

body {
  font-family: Montserrat, sans-serif;
  color: #0f0f0f;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Futura font', sans-serif;
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Gelion, sans-serif;
  color: #0f0f0f;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}

p {
  margin-bottom: 0px;
}

a {
  font-family: 'Futura font', sans-serif;
  color: #0f0f0f;
  font-weight: 700;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

label {
  display: block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

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

.container.indexz {
  position: relative;
  z-index: 1;
}

.container.polygon {
  width: 1205px;
}

.container.absolute {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image {
  display: block;
  margin-left: -48px;
}

.menu {
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 56px;
  padding-bottom: 56px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.black {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.menu-opc {
  font-family: Montserrat, sans-serif;
  color: #0f0f0f;
  font-weight: 400;
}

.menu-opc:hover {
  color: #f0b021;
  font-weight: 400;
  text-decoration: none;
}

.menu-opc:focus {
  color: #f0b021;
}

.menu-opc.w--current {
  color: #f0b021;
}

.opc-contact-mobile {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #0f0f0f;
  text-decoration: none;
}

.opc-contact-mobile:hover {
  color: #0f0f0f;
  text-decoration: underline;
}

.arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 38px;
  height: 38px;
  max-width: 38px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #f0b021;
  font-family: Montserrat, sans-serif;
  color: #0f0f0f;
}

.arrow:hover {
  background-color: #fff;
}

.text-block {
  margin-right: 24px;
  font-family: Gelion, sans-serif;
  font-weight: 700;
}

.conecta-img-white {
  display: none;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.brand {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.opc-contact {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #0f0f0f;
  line-height: 18px;
  text-decoration: none;
}

.opc-contact:hover {
  color: #f0b021;
  text-decoration: none;
}

.container-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.info-1 {
  width: 30%;
  max-width: 100%;
  font-family: Futura, sans-serif;
  font-weight: 700;
}

.info-2 {
  width: 70%;
  max-width: 100%;
}

.text-1 {
  width: 211px;
  font-family: Gelion, sans-serif;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
}

.text-info {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 22px;
}

.link {
  color: #0f0f0f;
  text-decoration: none;
}

.heading {
  margin-bottom: 22px;
  font-family: Gelion, sans-serif;
  text-align: center;
}

.text-span {
  color: #f0b021;
}

.yellow-line {
  max-width: 100%;
  border-top: 2px solid #f0b021;
}

.black-line {
  width: 138.5px;
  height: 0px;
  margin-top: 8px;
  border-top: 0.5px solid #000;
}

.polit-int {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  text-align: center;
}

.foooter-bg {
  z-index: 10;
  background-image: -webkit-gradient(linear, left top, right top, from(#000), to(#4b4b4b));
  background-image: linear-gradient(90deg, #000, #4b4b4b);
}

.s1 {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.s1.tmp {
  display: none;
}

.footer-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 61px;
  padding-bottom: 70px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-from {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 109px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.arrow-but {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 38px;
  height: 38px;
  max-width: 38px;
  margin-left: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #f0b021;
  background-image: url('../images/btn1.png');
  background-position: 50% 50%;
  background-size: auto;
  font-family: Montserrat, sans-serif;
  color: #0f0f0f;
}

.arrow-but:hover {
  background-color: #fff;
  background-image: url('../images/btn2.png');
  background-position: 50% 50%;
  background-size: auto;
}

.text-field {
  width: 260px;
  max-width: 100%;
  font-size: 12px;
  font-style: italic;
}

.link-2 {
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.checkbox {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 100%;
  background-color: #fff;
}

.ttl-foot {
  margin-bottom: 20px;
  font-family: Gelion, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 32px;
  font-weight: 700;
  text-transform: uppercase;
}

.opc-foot {
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 400;
}

.opc-foot:hover {
  color: #f0b021;
  text-decoration: none;
}

.opcs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.opcs.tmp {
  display: none;
}

.rrss {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rrss-text {
  color: #fff;
  font-weight: 700;
}

.footer-wt {
  background-color: #fff;
}

.contenido {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 36px;
  padding-bottom: 36px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.line-foot {
  width: 753px;
  height: 0px;
  max-width: 100%;
  margin-top: 24px;
  border: 1px solid #000;
}

.ubicacion {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.img-foot {
  padding-right: 12px;
  padding-left: 12px;
}

.ubi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: right;
}

.image-2 {
  padding-left: 24px;
}

.foooter-mobile {
  display: none;
  background-image: -webkit-gradient(linear, left top, right top, from(#000), to(#4b4b4b));
  background-image: linear-gradient(90deg, #000, #4b4b4b);
}

.ubi-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: right;
}

.rrss-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-span-2 {
  color: #f0b021;
}

.heading-2 {
  margin-bottom: 85.4px;
  font-family: Gelion, sans-serif;
  text-align: center;
}

.contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

._01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55%;
  padding: 75px 84px 42px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-top: 4px solid #f0b021;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#464646));
  background-image: linear-gradient(180deg, #000, #464646);
}

._02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  padding-top: 69px;
  padding-bottom: 141px;
  padding-left: 49px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.text-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 42px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #fff;
}

.form-block {
  display: block;
  width: 544px;
  max-width: 100%;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.contact-button {
  padding: 16px;
  background-color: #f0b021;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Gelion, sans-serif;
  color: #0f0f0f;
  font-size: 16px;
  font-weight: 700;
}

.contact-button:hover {
  background-color: #fff;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-family: Montserrat, sans-serif;
  color: rgba(46, 46, 46, 0.24);
}

.texto-ctm {
  font-family: Futura, sans-serif;
}

.texto-p1 {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
}

.text-t1 {
  padding-bottom: 32px;
  font-family: Gelion, sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}

.link-3 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-decoration: underline;
}

.checkbox-2 {
  border-radius: 20px;
}

.contacto-cont {
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.check {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 95px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.check.movile {
  display: none;
}

.seccion {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.title.rrss {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.num {
  color: #f0b021;
  font-weight: 700;
}

.link-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  font-family: Gelion, sans-serif;
  font-size: 16px;
}

.image-4 {
  margin-right: 19px;
}

.title-rrss.rrss {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-5 {
  width: 38px;
  height: 38px;
  margin-right: 38px;
}

.what-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 64px;
  padding: 13.5px 23px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-color: #57d163;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
}

.contact-forms {
  display: -ms-grid;
  display: grid;
  justify-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 100px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.what-button-mobile {
  position: fixed;
  left: auto;
  top: auto;
  right: 7%;
  bottom: 0%;
  z-index: 7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 13.5px 23px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-color: #57d163;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
}

.what-button-mobile.contacto {
  display: none;
}

.mapa {
  width: 100%;
  height: 384px;
  max-height: 100%;
  background-image: url('../images/Mapa.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.success-message {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: transparent;
}

.success-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
  text-align: left;
}

.button {
  margin-top: 33px;
  background-color: #f0b021;
  color: #0f0f0f;
  font-size: 16px;
}

.error-ms {
  color: #fff;
}

.error-message {
  background-color: transparent;
}

.text-span-3 {
  color: #f0b021;
}

.cont-proyect {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 904px;
  height: 360px;
  max-width: 100%;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-span-4 {
  color: #0f0f0f;
}

.pry-txt {
  position: relative;
  font-family: Gelion, sans-serif;
  color: #0f0f0f;
  font-size: 50px;
  line-height: 60px;
  text-align: center;
}

.proyect-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 31px;
  margin-bottom: 31px;
  padding-bottom: 31px;
}

.proyect-info-01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 28px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #585858;
}

.circle-num {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 38px;
  height: 38px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #f0b021;
  font-family: Gelion, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.line-h {
  height: auto;
  margin-right: 46px;
  margin-left: 46px;
  border-left: 1px solid #000;
}

.proyect-info-title {
  color: #585858;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

.proyecto-info-cont {
  margin-right: 100px;
}

.boton-tap {
  width: 38px;
  height: 38px;
  cursor: pointer;
}

.boton-tap:active {
  background-image: url('../images/arrow-up.svg');
}

.boton-tap.movil1 {
  display: none;
}

.proyect-info-02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 28px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.paragraph {
  margin-bottom: 38px;
  padding-top: 10px;
  color: #0f0f0f;
  line-height: 22px;
}

.check-yellow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  margin-bottom: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #0f0f0f;
}

.check-yellow-arrow {
  margin-right: 37px;
}

.check-yellow-arrow.opacity {
  opacity: 0;
}

.paragraph-2 {
  margin-bottom: 0px;
}

.proyect-desglose {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  padding: 40px 59px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: linear-gradient(63deg, #252c2c, #3b4646);
}

.proyect-desglose.mostrar {
  display: block;
  background-image: linear-gradient(45deg, #252c2c, #3b4646);
}

.tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: transparent;
  font-family: 'Futura font', sans-serif;
  color: hsla(0, 0%, 100%, 0.16);
  font-size: 20px;
  font-weight: 700;
}

.tab-link-tab-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: transparent;
  font-family: Gelion, sans-serif;
  color: hsla(0, 0%, 100%, 0.15);
}

.tab-link-tab-1:hover {
  color: #fff;
  text-decoration: none;
}

.tab-link-tab-1.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  background-color: transparent;
  font-family: Gelion, sans-serif;
  color: #fff;
}

.tab-title {
  margin-top: 0px;
  margin-right: 32px;
  margin-bottom: 15px;
  font-family: Gelion, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 32px;
}

.tab-img {
  margin-right: 31px;
  padding-right: 38px;
  opacity: 0;
}

.tab-img:focus {
  opacity: 1;
}

.tab-img.show {
  opacity: 1;
}

.tab-txt {
  color: #fff;
}

.tab-ph {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 30px 8px 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tabs-content {
  width: 100%;
  margin-top: -47px;
}

.etiqueta {
  position: absolute;
  left: auto;
  top: -14px;
  right: -1px;
  bottom: auto;
}

.proyect-info-tab {
  display: none;
  margin-top: 31px;
  margin-bottom: 0px;
  padding-bottom: 31px;
}

.proyect-info-tab.mostrar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

._01-img.first {
  display: none;
}

._02-img {
  display: none;
}

._02-img.first-show {
  display: block;
}

.wp-blabk {
  position: relative;
  width: 100%;
  max-width: 100%;
  background-image: url('../images/Cabezera.png');
  background-position: 50% 50%;
  background-size: cover;
}

.wp-blabk.home {
  height: 768px;
  background-image: url('../images/Bg_header.jpg');
}

.menu-opc-wihte {
  display: block;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 400;
}

.menu-opc-wihte:hover {
  color: #f0b021;
  text-decoration: none;
}

.menu-opc-wihte:focus {
  color: #f0b021;
}

.menu-opc-wihte.w--current {
  color: #f0b021;
}

.opc-contact-white {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  text-decoration: none;
}

.opc-contact-white:hover {
  color: #fff;
  text-decoration: underline;
}

.bg-black-s1 {
  width: 100%;
  color: #fff;
}

.bg-black {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.bg-black.home {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.text-span-5 {
  color: #f0b021;
}

.bg-black-title {
  margin-bottom: 0px;
  font-family: Gelion, sans-serif;
  font-weight: 700;
}

.bg-black-title.padding-right {
  padding-right: 100px;
  font-family: Gelion, sans-serif;
}

.bg-black-txt {
  margin-bottom: 40px;
  font-family: Gelion, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

.bg-black-txt.movil {
  display: none;
}

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

.bg-black-cont {
  margin-bottom: 125px;
  font-size: 16px;
}

.bg-black-cont.movil {
  display: none;
}

.bg-black-img {
  margin-bottom: 99px;
}

.servicios {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-left: 59px;
  background-image: linear-gradient(63deg, #000, #353535);
}

.cont-service {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.cont-service._2 {
  margin-top: -2px;
}

.cont-tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.cont-tab-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: linear-gradient(60deg, #000, #252c2c);
}

.tabs-content-2 {
  width: 100%;
}

.cont-tab-opc {
  background-color: transparent;
  font-family: 'Futura font', sans-serif;
  color: hsla(0, 0%, 100%, 0.24);
  font-size: 20px;
}

.cont-tab-opc:hover {
  text-decoration: none;
}

.cont-tab-opc.w--current {
  padding-top: 9px;
  padding-bottom: 9px;
  background-color: transparent;
  color: #f0b021;
  text-decoration: underline;
}

.soluciones-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.soluciones-cont-img {
  width: 70%;
  background-image: url('../images/Soluciones-5.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.soluciones-cont-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #f7f7f7;
}

.soluciones-cont-s1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 31px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.soluciones-cont-s1_cont {
  width: 100%;
  font-family: Gelion, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}

.soluciones-cont-s1_boton {
  width: 50%;
  text-align: center;
}

.soluciones-cont-boton {
  padding: 16px;
  background-color: #f0b021;
  color: #0f0f0f;
  font-size: 16px;
}

.soluciones-cont-boton:hover {
  background-color: #0f0f0f;
  color: #fff;
  text-decoration: none;
}

.soluciones-cont-content_article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 22px;
  margin-bottom: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.soluciones-cont-content_article-txt {
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

.soluciones-cont-content_article-line {
  width: 100%;
  height: 0px;
  border-top: 1px solid #000;
}

.soluciones-cont-content_check {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 26px;
  margin-left: 78px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.soluciones-cont-content_check-img {
  margin-right: 24px;
}

.soluciones-cont-img_block {
  width: 370px;
}

.soluciones-cont-content_form {
  width: 718px;
  padding-top: 50px;
  padding-right: 97px;
  background-color: #f7f7f7;
}

.cont-service-izq {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  max-width: 100%;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 44px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-right: 2px solid #f0b021;
}

.cont-service-der {
  width: 50vw;
  max-width: 100%;
  margin-right: auto;
  padding-top: 0px;
  padding-bottom: 44px;
  padding-left: 109px;
  border: 1px none transparent;
  background-color: #fff;
}

.cont-service-izq_content {
  width: 544px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.cont-service-izq_title1 {
  margin-bottom: 11px;
  font-size: 16px;
  font-weight: 300;
}

.cont-service-izq_title2 {
  font-family: Gelion, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.fliying {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-top: 104px;
  padding-bottom: 104px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.flying-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 920px;
  height: 384px;
  max-height: 100%;
  max-width: 100%;
  padding-right: 92px;
  padding-left: 82px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/Sr-bg.png');
  background-position: 50% 50%;
  background-size: cover;
}

.flying-sr {
  width: 335.85px;
  height: 446px;
}

.flying-txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: right;
}

.flying-txt-pr {
  width: 349px;
  margin-bottom: 45px;
  font-family: Gelion, sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}

.flying-txt-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
}

.flying-txt-button:hover {
  color: #0f0f0f;
  text-decoration: none;
}

.flying-txt-arrow {
  width: 38px;
  height: 38px;
  margin-left: 24px;
  background-image: url('../images/Arrow-1.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.flying-txt-arrow:hover {
  background-image: url('../images/Arrow-2.svg');
}

.soluciones-line {
  position: absolute;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 0px;
  height: 585px;
  max-height: 100%;
  margin-left: -2px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 2px solid #f0b021;
}

.cont-soluciones {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 31px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 31px;
  padding-bottom: 29px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cont-soluciones-h1 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: Gelion, sans-serif;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.cont-soluciones-p2 {
  font-size: 16px;
}

.dot {
  position: static;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 19px;
  height: 19px;
  border-radius: 100%;
  background-color: #f0b021;
}

.sol-cont-invertido {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sol-cont-invertido_img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  margin-right: 100px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-image: url('../images/Soluciones-2.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.soluciones-cont-invertido {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 57px;
  margin-bottom: 57px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.solinv-cont-content_form {
  width: 718px;
  padding-top: 50px;
  padding-right: 97px;
  background-color: #fff;
}

.soluciones-cont-img1 {
  width: 70%;
  background-image: url('../images/Soluciones-1.png');
  background-position: 50% 50%;
  background-size: cover;
}

.soluciones-cont-img3 {
  width: 70%;
  background-image: url('../images/Sistemas.png');
  background-position: 50% 50%;
  background-size: cover;
}

.sol-cont-invertido_img4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  margin-right: 100px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-image: url('../images/Soluciones-4.svg');
  background-position: 50% 50%;
  background-size: cover;
}

._w-img {
  margin-right: 14.5px;
}

.cont-service-img {
  width: 100%;
}

.cont-service-tab {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.cont-service-tab_izq {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  margin-left: auto;
  clear: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-right: 2px solid #f0b021;
}

.cont-service-tab_der {
  position: relative;
  width: 50vw;
  margin-right: auto;
  padding-bottom: 0px;
  padding-left: 104px;
  background-color: #fff;
}

.size-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cont-service-tab_opc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 544px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  font-family: Gelion, sans-serif;
  color: #797979;
  font-size: 20px;
}

.cont-service-tab_opc:hover {
  color: #f0b021;
  text-decoration: underline;
}

.cont-service-tab_opc.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 544px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  color: #f0b021;
  font-size: 20px;
  text-decoration: underline;
}

.c1 {
  display: block;
  margin-right: 41.4px;
}

.c1:focus {
  opacity: 1;
}

.c1.hide {
  display: none;
}

.text-block-2 {
  color: #fff;
  font-size: 20px;
}

.bg-serv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(49deg, #252c2c, #3b4646);
}

.cont-service-tab_panel {
  width: 544px;
  border: 1px none transparent;
}

.cont-service-tab_chek {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 17.5px;
  margin-bottom: 17.5px;
}

.cont-service-tab_chek.margin-paragraph {
  margin-bottom: 32px;
}

.cont-service-tab_chek.margin-paragraph.hide {
  display: none;
}

.cont-service-tab_img {
  margin-right: 41px;
}

.cont-service-img {
  position: static;
  left: -100%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: auto;
}

.porcent {
  display: block;
  width: 544px;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.title-tab {
  position: static;
  top: -140.5px;
  z-index: 3;
}

.text-span-7 {
  color: #f0b021;
  font-style: italic;
  font-weight: 700;
}

.cont-service-tab_title {
  margin-top: 31px;
  margin-bottom: 31px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

.porcent-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.porcent1 {
  display: -ms-grid;
  display: grid;
  width: 544px;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.cont-service-tab_chek2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 17.5px;
  margin-bottom: 17.5px;
}

.tab-img {
  margin-right: 0px;
}

.tab-link-img {
  width: 100%;
  margin-top: 35px;
  padding: 0px;
}

.a1 {
  width: 100%;
  height: auto;
}

.tab-pane-img {
  width: 0px;
}

.a2 {
  display: none;
  width: 100%;
  height: auto;
}

.a3 {
  display: none;
  width: 100%;
  height: auto;
}

.a4 {
  display: none;
  width: 100%;
  height: auto;
}

.a5 {
  display: none;
  width: 100%;
  height: auto;
}

.a6 {
  display: none;
  width: 100%;
  height: auto;
}

.a7 {
  display: none;
  width: 100%;
  height: auto;
}

.a8 {
  display: none;
  width: 100%;
  height: auto;
}

.b2 {
  display: none;
}

.b3 {
  display: none;
}

.b4 {
  display: none;
}

.b5 {
  display: none;
}

.b6 {
  display: none;
}

.b7 {
  display: none;
}

.b8 {
  display: none;
}

.c-div {
  display: block;
  width: 30px;
  height: 30px;
  margin-right: 41.4px;
  font-family: Gelion, sans-serif;
}

.c-div:focus {
  opacity: 1;
}

.c3 {
  display: none;
  margin-right: 41.4px;
}

.c3:focus {
  opacity: 1;
}

.c4 {
  display: none;
  margin-right: 41.4px;
}

.c4:focus {
  opacity: 1;
}

.c5 {
  display: none;
  margin-right: 41.4px;
}

.c5:focus {
  opacity: 1;
}

.c6 {
  display: none;
  margin-right: 41.4px;
}

.c6:focus {
  opacity: 1;
}

.c7 {
  display: none;
  margin-right: 41.4px;
}

.c7:focus {
  opacity: 1;
}

.c8 {
  display: none;
  margin-right: 41.4px;
}

.c8:focus {
  opacity: 1;
}

.soluciones-cont-s1_botm {
  display: none;
  width: 50%;
  text-align: center;
}

.paragraph-3 {
  line-height: 22px;
}

.paragraph-4 {
  line-height: 22px;
}

.paragraph-5 {
  line-height: 22px;
}

.paragraph-6 {
  line-height: 22px;
}

.paragraph-7 {
  line-height: 22px;
}

.bg-serv-mobile {
  display: none;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(41deg, #000, #252c2c 57%);
}

.service-drop {
  color: #fff;
  font-weight: 700;
}

.service-drop:hover {
  display: block;
  color: #f0b021;
}

.service-drop-link {
  color: #fff;
}

.service-drop-title {
  color: #fff;
}

.service-drop-title:hover {
  color: #f0b021;
  text-decoration: none;
}

.service-drop-icon {
  color: #fff;
}

.service-drop-icon:hover {
  color: #f0b021;
}

.service-drop-line {
  width: 100%;
  height: 0px;
  margin-right: 53px;
  margin-bottom: 23.5px;
  margin-left: 53px;
  border-top: 1px solid #fff;
}

.d1 {
  width: 100%;
  margin-right: 30px;
  margin-left: 30px;
  padding-right: 0px;
  color: #fff;
  text-align: center;
}

.d1-p {
  font-family: 'Futura font', sans-serif;
  color: #f0b021;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
}

.d1-cont {
  margin-top: 24px;
  padding: 45px 25px 40px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-color: #fff;
}

.d1-cont-check {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #0f0f0f;
}

.d1-cont-check_img {
  margin-right: 11px;
}

.service-drop-main {
  color: #fff;
  font-weight: 700;
}

.service-drop-main:hover {
  display: block;
  color: #f0b021;
}

.d2 {
  width: 100%;
  margin-right: 30px;
  margin-left: 30px;
  padding-right: 0px;
  color: #fff;
  text-align: center;
}

.d3 {
  width: 100%;
  margin-right: 30px;
  margin-left: 30px;
  padding-right: 0px;
  color: #fff;
  text-align: center;
}

.d4 {
  width: 100%;
  margin-right: 30px;
  margin-left: 30px;
  padding-right: 0px;
  color: #fff;
  text-align: center;
}

.d5 {
  width: 100%;
  margin-right: 30px;
  margin-left: 30px;
  padding-right: 0px;
  color: #fff;
  text-align: center;
}

.d6 {
  width: 100%;
  margin-right: 30px;
  margin-left: 30px;
  padding-right: 0px;
  color: #fff;
  text-align: center;
}

.d7 {
  width: 100%;
  margin-right: 30px;
  margin-left: 30px;
  padding-right: 0px;
  color: #fff;
  text-align: center;
}

.d8 {
  width: 100%;
  margin-right: 30px;
  margin-left: 30px;
  padding-right: 0px;
  color: #fff;
  text-align: center;
}

.wp-blabk-ng {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -5;
  width: 100%;
  height: auto;
  max-width: none;
}

.proyect-info1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 28px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #585858;
}

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

.proyect-info-boton {
  margin-top: 30px;
  padding: 16px;
  background-color: #0f0f0f;
  font-family: Gelion, sans-serif;
  font-size: 16px;
}

.proyect-info-boton:hover {
  background-color: #f0b021;
  color: #0f0f0f;
  text-decoration: none;
}

.proyect-info-boton_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.boton-servicios {
  display: none;
}

.div-block {
  display: none;
  width: 80%;
  height: 0px;
}

.text-block-3.hide {
  display: none;
}

.drop-serv {
  display: none;
}

.tab-title-2 {
  margin-top: 0px;
  margin-right: 32px;
  margin-bottom: 0px;
  font-family: Gelion, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}

.paragraph-8 {
  font-weight: 700;
}

.rrss-fo {
  margin-right: 11px;
}

.container-infof {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 104px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.check-footer {
  margin-right: 16px;
  border-radius: 100%;
}

.check-footer.w--redirected-checked {
  border-color: #f0b021;
  background-color: #f0b021;
}

.follow-in {
  position: fixed;
  left: auto;
  top: 50%;
  right: -75px;
  bottom: 0%;
  z-index: 7;
  width: 200px;
  height: 52px;
  padding: 16px;
  background-color: #f0b021;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.follow-in:hover {
  background-color: #fff;
  color: #0f0f0f;
  text-decoration: none;
}

.follow-in_txt {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.follow-in_link {
  display: block;
  font-family: Gelion, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.follow-in_link:hover {
  text-decoration: none;
}

.what-buttonm {
  display: none;
  padding: 13.5px 23px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-color: #57d163;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
}

.line-header {
  position: absolute;
  left: 0%;
  width: 209px;
  height: 25px;
  margin-top: 228px;
  padding-right: 0px;
  border-color: #000 #f0b021 #f0b021 #000;
  border-right-style: none;
  border-right-width: 1px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.line-header._2 {
  position: relative;
  width: 193.1px;
  margin-top: -12.5px;
  border-right-style: solid;
}

.line-header_div {
  position: relative;
  margin-bottom: 53px;
}

.text-block-4 {
  font-family: Futura, sans-serif;
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
}

.soluciones-cont-content_check2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 86px;
  margin-left: 78px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.section {
  position: relative;
  z-index: 5;
}

.c2 {
  display: none;
}

.c2:focus {
  opacity: 1;
}

.cover-txt {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 260px;
  height: 40px;
  margin-bottom: 13px;
  background-color: #f0b021;
}

.ctm {
  position: relative;
}

.bg-py {
  width: 100%;
  height: 565px;
  max-height: 100%;
  margin-bottom: 38px;
  background-image: url('../images/header-proyectos.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.py-mb {
  display: none;
}

.proyect-info-02-s {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 28px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-9 {
  width: 38px;
  height: 38px;
}

.text-block-5 {
  text-align: left;
}

.html-embed {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.icon-ap {
  margin-top: 185px;
  margin-left: -33px;
}

.text-yellow {
  color: #f0b021;
}

.text-header {
  margin-bottom: 88px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.text-header.padding {
  padding-right: 110px;
}

.div-title {
  position: relative;
  margin-bottom: 42px;
}

.button-services {
  display: inline-block;
  padding: 16px 20px;
  background-color: #f0b021;
  color: #0f0f0f;
  font-size: 16px;
  line-height: 17px;
}

.button-services:hover {
  background-color: #fff;
  color: #0f0f0f;
  text-decoration: none;
}

.button-services.margin-right {
  margin-right: 40px;
  font-family: Gelion, sans-serif;
}

.link-discover {
  font-family: Futura, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.link-discover:hover {
  color: #f0b021;
  text-decoration: underline;
}

.div-header {
  width: 50%;
  color: #fff;
}

.div-header.margin-left {
  padding-left: 40px;
}

.div-header.flex-vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.div-arrow-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 442px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.arrow-left {
  width: 38px;
  height: 38px;
  margin-right: 42px;
  background-image: url('../images/arrow-left.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.flex-discover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.link-scroll {
  color: #f0b021;
}

.line-yellow {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 174px;
  width: 48%;
  height: 8px;
  background-color: #f0b021;
}

.image-header {
  width: 570px;
  height: 582px;
  margin-right: 37px;
  margin-left: auto;
  background-image: url('../images/img1.png');
  background-position: 50% 50%;
  background-size: cover;
}

.div-image {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 50%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.div-solutions {
  width: 600px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.div-title-solutions {
  position: relative;
}

.title-solutions {
  margin-top: 0px;
  margin-bottom: 34px;
  font-family: Gelion, sans-serif;
  font-size: 40px;
  line-height: 48px;
}

.text-solutions {
  font-size: 16px;
  line-height: 24px;
}

.rectangle-yellow {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: -1;
  width: 225px;
  height: 45px;
  margin-right: 35px;
  background-color: #f0b021;
}

.section-solutions {
  padding-top: 88px;
  padding-bottom: 80px;
}

.section-polygon {
  width: 100%;
  padding-top: 85px;
  padding-bottom: 85px;
  background-image: url('../images/bg-gris.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.section-polygon.movil {
  display: none;
}

.div-title-polygon {
  width: 322px;
  margin-right: auto;
  margin-bottom: 45px;
  margin-left: auto;
  text-align: center;
}

.title-polygon {
  margin-top: 0px;
  font-family: Gelion, sans-serif;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.text-polygon {
  font-size: 16px;
  line-height: 24px;
}

.flex-polygon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-polygon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33333%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-polygon.left {
  display: block;
}

.div-polygon.center {
  padding-bottom: 63px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.div-polygon.right {
  display: block;
}

.div-polygon-central {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 311.48px;
  height: 269.75px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/poligono1.png');
  background-position: 50% 50%;
  background-size: cover;
}

.polygon2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 293.43px;
  height: 254.11px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/poligono2.png');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
  text-align: center;
}

.figure {
  display: inline-block;
  margin-bottom: 5px;
  text-align: center;
}

.figure.banner {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 40.2px;
}

.subtitle-polygon {
  font-family: Gelion, sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}

.subtitle-polygon.margin-service {
  margin-bottom: 9px;
  font-family: Gelion, sans-serif;
}

.textsmall-polygon {
  font-size: 10px;
  line-height: 16px;
}

.div-titles {
  width: 135px;
  margin-right: auto;
  margin-left: auto;
}

.trazado {
  position: absolute;
  width: 89.61px;
  height: 301.46px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/trazado1.png');
  background-position: 50% 50%;
  background-size: cover;
}

.trazado._2 {
  left: auto;
  right: 0%;
  background-image: url('../images/trazado2.png');
}

.service {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 144.54861450195312px;
}

.service.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.service.reverse._4 {
  position: relative;
  z-index: 1;
  height: 150px;
  margin-left: -89px;
  padding-right: 20px;
}

.service.reverse._5 {
  position: relative;
  z-index: 1;
  margin-left: -5px;
}

.service.reverse._6 {
  position: relative;
  z-index: 1;
  margin-left: -90px;
  padding-right: 20px;
}

.service._1 {
  position: relative;
  z-index: 1;
  height: 150px;
  margin-right: -88px;
  padding-left: 40px;
  text-align: right;
}

.service._2 {
  position: relative;
  z-index: 1;
  margin-right: -4px;
  text-align: right;
}

.service._3 {
  position: relative;
  z-index: 1;
  margin-right: -88px;
  padding-left: 60px;
  text-align: right;
}

.service-info.show {
  opacity: 1;
}

.service-icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 118.76px;
  height: 80.63px;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/figura2.png');
  background-position: 50% 50%;
  background-size: cover;
}

.service-icon.reverse {
  margin-right: 22.6px;
  padding-right: 10px;
  padding-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-image: url('../images/figura9.png');
}

.service-icon.margin-left {
  margin-left: 22.6px;
}

.polygon-small {
  width: 75.24px;
  height: 65.16px;
  background-image: url('../images/figura3.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.polygon-small.security {
  background-image: url('../images/figura4.svg');
}

.polygon-small.customer {
  background-image: url('../images/figura5.svg');
}

.polygon-small.cost {
  background-image: url('../images/figura6.svg');
}

.polygon-small.reliability {
  background-image: url('../images/figura7.svg');
}

.polygon-small.optimization {
  background-image: url('../images/figura8.svg');
}

.text-service {
  line-height: 22px;
}

.plus {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 30px;
  height: 30px;
  border-radius: 20px;
  background-image: url('../images/plus.svg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: -1px 1px 3px 0 rgba(0, 0, 0, 0.16);
}

.plus.right {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.section-banner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
}

.bg-banner {
  width: 50%;
}

.bg-banner.image-banner {
  background-image: url('../images/Banner.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.bg-banner.image-banner._1 {
  width: 100%;
  height: 100%;
}

.bg-banner.bg-banner-gray {
  background-image: linear-gradient(66deg, #252c2c, #3b4646);
}

.bg-banner.image-banner2 {
  width: 100%;
  height: 100%;
  background-image: url('../images/Banner_aliados.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.bg-banner.banner2 {
  position: relative;
  width: 55%;
}

.flex-banner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-banner.aliados {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-banner {
  position: relative;
  width: 50%;
  color: #fff;
}

.div-banner.info {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-banner.info.aliados {
  padding-top: 45px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.div-link-banner {
  display: inline-block;
  margin-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.div-link-banner:hover {
  color: #fff;
  text-decoration: underline;
}

.title-banner {
  margin-bottom: 29px;
  padding-right: 100px;
  font-family: Gelion, sans-serif;
  color: #fff;
  font-weight: 900;
}

.arrow-right {
  width: 38px;
  height: 38px;
  background-image: url('../images/btn1.png');
  background-position: 50% 50%;
  background-size: cover;
}

.link-services {
  margin-right: 24px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  line-height: 19px;
  font-weight: 700;
}

.flex-linkservices {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.bg-industries {
  padding: 108px 181px 100px;
  background-color: #f7f7f7;
}

.title-industries {
  margin-top: 0px;
  margin-bottom: 19.5px;
  font-family: Gelion, sans-serif;
  font-size: 40px;
  line-height: 48px;
}

.div-title-indstries {
  width: 530px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  text-align: center;
}

.bg-yellow {
  padding-right: 10px;
  padding-left: 10px;
  background-color: #f0b021;
}

.grid-industries {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 120px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.industy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.industri-img {
  margin-bottom: 35.1px;
}

.industry-title {
  font-family: Gelion, sans-serif;
  font-size: 16px;
  line-height: 17px;
  font-weight: 700;
  text-transform: uppercase;
}

.industry-title.margin-phases {
  margin-bottom: 20px;
}

.banner-yellow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  background-color: #f0b021;
}

.slider-title {
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
}

.slider-subtitle {
  font-size: 16px;
  line-height: 24px;
}

.text-slider {
  display: block;
  font-family: Gelion, sans-serif;
  font-size: 56px;
  line-height: 78px;
  font-weight: 700;
}

.banner-black {
  padding-top: 23px;
  padding-bottom: 23px;
  background-color: #0f0f0f;
}

.logo-banner {
  padding-right: 70px;
  padding-left: 70px;
  text-align: right;
}

.div-logo {
  display: inline-block;
  width: 120.03px;
}

.section-phases {
  padding-top: 92px;
  padding-bottom: 64px;
}

.div-title-phases {
  width: 402px;
  margin-right: auto;
  margin-bottom: 55px;
  margin-left: auto;
  text-align: center;
}

.div-title-phases.margin-customers {
  margin-bottom: 80px;
}

.text-phases {
  font-size: 16px;
  line-height: 24px;
}

.div-check {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 890px;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.check-phases {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #000;
  border-radius: 20px;
  background-color: #fff;
}

.line-check {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 0.8px;
  background-color: #0f0f0f;
}

.section-customes {
  padding-top: 51px;
  padding-bottom: 105px;
}

.grid-customers {
  display: -ms-grid;
  display: grid;
  margin-bottom: 10px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-customers._2 {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.logo-customer {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.logo-customer:hover {
  -webkit-filter: none;
  filter: none;
}

.logo-customer.uapaep.show {
  display: none;
}

.title-banner-aliados {
  margin-bottom: 90px;
  padding-right: 0px;
  padding-left: 134px;
  font-family: Gelion, sans-serif;
  color: #0f0f0f;
  font-weight: 700;
}

.grid-aliados {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  color: #0f0f0f;
}

.aliado {
  width: 233.25px;
  max-width: 100%;
  margin-left: 111px;
  text-align: center;
}

.aliado.hide-movil.hide {
  display: none;
}

.logo-aliado {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 27.6px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.logo-aliado:hover {
  -webkit-filter: none;
  filter: none;
}

.text-aliados {
  color: #585858;
  font-size: 12px;
  line-height: 18px;
  font-style: italic;
}

.line-banner {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 44.6px;
  width: 335.43px;
  height: 10px;
  background-image: url('../images/line1.png');
  background-position: 50% 50%;
  background-size: cover;
}

.line-banner2 {
  position: absolute;
  left: auto;
  top: 55px;
  right: -81px;
  bottom: auto;
  width: 275px;
  height: 162.74px;
  background-image: url('../images/line2.png');
  background-position: 50% 50%;
  background-size: cover;
}

.line-banner2.movil {
  display: none;
}

.line-banner3 {
  position: absolute;
  left: auto;
  top: 55px;
  right: 0%;
  bottom: auto;
  width: 40%;
  height: 10px;
  background-image: url('../images/line3.png');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-slider-info {
  width: 45%;
  padding-top: 39.8px;
  padding-left: 85px;
}

.div-slider-img {
  position: relative;
  width: 55%;
  height: 320px;
}

.sustraccion-white {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/Sustracción-43.png');
  background-position: 100% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.sustraccion-gris {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url('../images/Sustracción-41.png');
  background-position: 100% 0%;
  background-size: auto;
  background-repeat: no-repeat;
}

.line1-slider {
  position: absolute;
  left: 76px;
  top: auto;
  right: auto;
  bottom: 72.7px;
  z-index: 3;
  width: 209.14px;
  height: 123.77px;
  background-image: url('../images/line-white1.png');
  background-position: 50% 50%;
  background-size: cover;
}

.line2-slider {
  position: absolute;
  left: auto;
  top: 50.3px;
  right: 68.7px;
  bottom: auto;
  z-index: 3;
  width: 209.14px;
  height: 123.77px;
  background-image: url('../images/line-white2.png');
  background-position: 50% 50%;
  background-size: cover;
}

.robot-hand {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 4;
  width: 459.4px;
  height: 350.71px;
  background-image: url('../images/mano-robot.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hexagon {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 4;
  display: none;
  width: 333.54px;
  height: 144.96px;
  background-image: url('../images/hexagono.png');
  background-position: 50% 50%;
  background-size: cover;
}

.container-slider {
  position: relative;
}

.div-slider {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 45%;
  height: 100%;
}

.slider-robot {
  height: 100%;
  background-color: transparent;
}

.arrow-slider {
  display: none;
}

.content-slide {
  padding-top: 150px;
  padding-left: 85px;
}

.slide-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  padding-left: 85px;
}

.rectangle-yellow-solutions {
  padding-right: 30px;
  background-color: #f0b021;
}

.chek-yellow-movil {
  display: none;
}

.icon-arrow-movil.left {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.div-banner1 {
  overflow: hidden;
  width: 50%;
}

.section-header {
  overflow: hidden;
}

.div-img2 {
  overflow: hidden;
  width: 45%;
}

.div-info-polygon {
  height: 150px;
}

.div-video {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  display: none;
  width: 100vw;
  height: 100vh;
}

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

.link-scroll-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Gelion, sans-serif;
  color: #fff;
}

.link-scroll-header:hover {
  text-decoration: underline;
}

.stop-video {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-top: 60px;
  margin-right: 40px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  opacity: 1;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Gelion, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 30px;
  font-weight: 400;
  text-decoration: none;
}

.stop-video:hover {
  background-color: hsla(0, 0%, 96.9%, 0.3);
  text-decoration: none;
}

.button-section {
  display: inline-block;
}

.title-service {
  font-family: Gelion, sans-serif;
  font-size: 24px;
}

.bg-black-services {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 50%;
  height: 71px;
  background-image: url('../images/bg-black.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.paragraph-neumatica {
  margin-bottom: 20px;
}

.paragraph-opacity {
  opacity: 0;
}

.div-menu-movil {
  display: none;
}

.input {
  margin-bottom: 16px;
  padding-right: 16px;
  padding-left: 16px;
  background-color: #f7f7f7;
  font-family: Gelion, sans-serif;
  color: rgba(46, 46, 46, 0.4);
  font-size: 16px;
  font-style: italic;
}

.title-succes {
  font-family: Gelion, sans-serif;
  font-size: 24px;
  line-height: 32px;
}

.text-succes {
  line-height: 22px;
}

.flex-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.b9 {
  display: none;
}

.logo-footer-liditek {
  display: inline-block;
}

.whatsapp_widget {
  position: fixed;
  left: auto;
  top: auto;
  right: 20px;
  bottom: 20px;
  display: none;
  width: 68px;
  height: 68px;
  background-image: url('../images/whatsapp_1whatsapp.png');
  background-position: 50% 50%;
  background-size: contain;
}

.line_grey {
  display: none;
}

.success-message-2 {
  background-color: transparent;
}

.text-block-6 {
  color: #fff;
}

.error-message-2 {
  background-color: transparent;
}

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

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

.youtube {
  height: 100%;
}

@media screen and (min-width: 1920px) {
  .line-header {
    width: 30%;
  }
}

@media screen and (max-width: 991px) {
  .container {
    width: 100vw;
    padding-right: 32px;
    padding-left: 32px;
  }

  .container.indexz {
    padding-right: 32px;
    padding-left: 32px;
  }

  .container.polygon {
    width: 100vw;
    padding-right: 32px;
    padding-left: 32px;
  }

  .container.absolute {
    padding-right: 32px;
    padding-left: 32px;
  }

  .image {
    width: 116.31px;
    margin-left: 0px;
  }

  .menu {
    margin-top: 0px;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .menu.aviso {
    margin-top: 0px;
  }

  .menu-opc {
    display: block;
    color: #fff;
  }

  .opc-contact-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    color: #fff;
    text-decoration: none;
  }

  .opc-contact-mobile:hover {
    color: #f0b021;
    text-decoration: none;
  }

  .arrow:hover {
    background-color: #fff;
  }

  .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #0f0f0f;
    color: #fff;
  }

  .menu-button {
    background-color: transparent;
  }

  .menu-button:active {
    background-color: #0f0f0f;
  }

  .menu-button:focus {
    background-color: #0f0f0f;
  }

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

  .brand {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .opc-contact {
    display: none;
    padding: 20px;
    color: #0f0f0f;
    text-decoration: none;
  }

  .opc-contact:hover {
    color: #f0b021;
    text-decoration: none;
  }

  .heading {
    margin-bottom: 22px;
  }

  .yellow-line {
    border-top-width: 4px;
  }

  .foooter-bg {
    display: none;
  }

  .s1 {
    width: 100%;
  }

  .footer-cont {
    width: 100%;
    padding-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .arrow-but:hover {
    background-color: #fff;
  }

  .line-foot {
    width: 500px;
  }

  .ubi {
    font-size: 12px;
  }

  .image-2 {
    padding-bottom: 22px;
    padding-left: 0px;
  }

  .foooter-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 46px;
    padding-bottom: 46px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .in {
    width: 48px;
    height: 48px;
    padding: 10px;
  }

  .ft-mobile {
    color: #fff;
  }

  .link-foot {
    font-family: Montserrat, sans-serif;
    color: #f0b021;
    font-size: 12px;
    font-weight: 400;
  }

  .center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .opc-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .ubi-mobile {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-size: 12px;
  }

  .rrss-mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-3 {
    display: none;
  }

  .heading-2 {
    font-size: 36px;
  }

  .contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  ._01 {
    width: 100%;
  }

  ._02 {
    width: 100%;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-contact {
    width: 50%;
    margin-right: 0px;
  }

  .form-block {
    margin-right: auto;
    margin-left: auto;
  }

  .form {
    width: 50%;
  }

  .what-button-mobile {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: none;
    border-radius: 0px;
  }

  .what-button-mobile.contacto {
    display: none;
  }

  .success-cont {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .proyect-info {
    margin-bottom: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .proyect-info-01 {
    padding-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .circle-num {
    display: none;
    margin-right: 20px;
  }

  .proyecto-info-cont {
    display: none;
    margin-right: 0px;
  }

  .proyecto-info-cont.mostrar {
    display: block;
  }

  .boton-tap {
    display: none;
  }

  .boton-tap.movil1 {
    display: block;
  }

  .boton-tap.movil1:active {
    background-image: none;
  }

  .proyect-info-02 {
    padding-bottom: 28px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .proyect-desglose {
    margin-right: 0px;
    margin-left: 0px;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tab-title.margin-right {
    margin-right: 0px;
  }

  .etiqueta {
    display: none;
  }

  .proyect-info-tab {
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .wp-blabk {
    background-position: 100% 50%;
  }

  .wp-blabk.home {
    height: 600px;
    background-position: 50% 50%;
  }

  .menu-opc-wihte {
    display: block;
    color: #fff;
  }

  .opc-contact-white {
    display: none;
    padding: 20px;
    color: #0f0f0f;
    text-decoration: none;
  }

  .opc-contact-white:hover {
    color: #f0b021;
    text-decoration: none;
  }

  .bg-black {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .bg-black.home {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .bg-black-title.padding-right {
    padding-right: 0px;
  }

  .bg-black-txt {
    display: none;
  }

  .bg-black-txt.movil {
    display: block;
  }

  .bg-black-cont {
    display: none;
  }

  .bg-black-cont.movil {
    display: block;
  }

  .cont-service {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cont-service._2 {
    margin-top: 0px;
  }

  .soluciones-cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .soluciones-cont-img {
    width: 100%;
    height: 200px;
  }

  .soluciones-cont-content {
    padding-right: 30px;
    padding-left: 30px;
  }

  .soluciones-cont-s1 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .soluciones-cont-s1_boton {
    display: none;
  }

  .soluciones-cont-content_article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .soluciones-cont-content_article-txt {
    text-align: center;
  }

  .soluciones-cont-content_article-line {
    margin-bottom: 37px;
  }

  .soluciones-cont-content_form {
    padding-right: 0px;
  }

  .flying-cont {
    width: 100%;
    height: auto;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: linear-gradient(18deg, #000, #3f3f3f);
  }

  .flying-sr {
    margin-top: -84px;
  }

  .flying-txt {
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 10px solid #fff;
    background-color: #f0b021;
    text-align: center;
  }

  .soluciones-line {
    height: 70%;
    margin-top: 71px;
  }

  .cont-soluciones {
    margin-top: 0px;
    padding-top: 0px;
  }

  .sol-cont-invertido {
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .sol-cont-invertido_img {
    width: 100%;
    height: 200px;
    margin-right: 0px;
  }

  .soluciones-cont-invertido {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .solinv-cont-content_form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .soluciones-cont-img1 {
    width: 100%;
    height: 200px;
  }

  .soluciones-cont-img3 {
    width: 100%;
    height: 200px;
  }

  .sol-cont-invertido_img4 {
    width: 100%;
    height: 200px;
    margin-right: 0px;
  }

  .cont-service-tab_izq {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bg-serv {
    display: none;
  }

  .soluciones-cont-s1_botm {
    display: block;
    width: 100%;
    padding-bottom: 50px;
    text-align: center;
  }

  .paragraph-3 {
    text-align: center;
  }

  .paragraph-3.align-left {
    text-align: left;
  }

  .paragraph-4 {
    text-align: center;
  }

  .paragraph-5 {
    text-align: center;
  }

  .paragraph-6 {
    text-align: center;
  }

  .paragraph-7 {
    text-align: center;
  }

  .bg-serv-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .service-drop {
    position: static;
    padding-right: 0px;
    padding-left: 0px;
  }

  .service-drop.w--open {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .service-drop-link {
    background-color: transparent;
    text-decoration: none;
  }

  .service-drop-link:hover {
    color: #f0b021;
    text-decoration: none;
  }

  .service-drop-title {
    margin-right: 0px;
  }

  .service-drop-icon {
    position: static;
    margin-right: 0px;
    margin-left: 10px;
  }

  .service-drop-line {
    width: 80%;
  }

  .d1-p {
    font-family: Gelion, sans-serif;
  }

  .d1-cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 60px;
    padding-left: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #0f0f0f;
    font-size: 14px;
    text-align: center;
  }

  .d1-cont-check {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: left;
  }

  .dropdown-list {
    position: static;
  }

  .dropdown-list.w--open {
    background-color: transparent;
  }

  .dropdown-list.w--open:hover {
    color: #f0b021;
  }

  .service-drop-main {
    position: static;
  }

  .service-drop-main:hover {
    display: block;
  }

  .service-drop-main.w--open {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .service-drop-cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .d2 {
    display: none;
  }

  .d3 {
    display: none;
  }

  .d4 {
    display: none;
  }

  .d1-cont-p {
    margin-bottom: 35px;
  }

  .d1-cont-t {
    margin-bottom: 31px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
  }

  .d5 {
    display: none;
  }

  .d6 {
    display: none;
  }

  .d7 {
    display: none;
  }

  .d8 {
    display: none;
  }

  .wp-blabk-ng {
    width: 100%;
    height: 100%;
  }

  .proyect-info1 {
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .follow-in {
    display: none;
  }

  .line-header {
    width: 198px;
    margin-top: 177px;
  }

  .line-header._2 {
    width: 193.6px;
    margin-top: -12px;
  }

  .proyect-info-02-s {
    padding-bottom: 28px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .icon-ap {
    display: none;
  }

  .text-header.padding {
    margin-bottom: 60px;
    padding-right: 0px;
  }

  .div-header.margin-left {
    width: 100%;
    margin-bottom: 50px;
    padding-left: 0px;
    text-align: center;
  }

  .div-header._1 {
    display: block;
    width: 100%;
  }

  .div-arrow-header {
    margin-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .line-yellow {
    display: none;
  }

  .image-header {
    display: none;
  }

  .section-polygon {
    display: none;
  }

  .section-polygon.movil {
    position: relative;
    display: block;
  }

  .div-polygon-central {
    background-image: url('../images/poligono-movil.svg');
  }

  .div-polygon-central._2 {
    background-image: url('../images/poligono1.svg');
  }

  .div-polygon-central._3 {
    background-image: url('../images/poligono2.svg');
  }

  .div-polygon-central._4 {
    background-image: url('../images/poligono3.svg');
  }

  .div-polygon-central._5 {
    background-image: url('../images/poligono4.svg');
  }

  .div-polygon-central._6 {
    background-image: url('../images/poligono5.svg');
  }

  .div-polygon-central._7 {
    background-image: url('../images/poligono6.svg');
  }

  .subtitle-polygon.margin-service {
    text-align: center;
  }

  .div-titles {
    margin-top: 60px;
    color: #fff;
    text-align: center;
  }

  .div-banner.info {
    padding-left: 40px;
  }

  .title-banner {
    padding-right: 10px;
  }

  .bg-industries {
    padding-right: 40px;
    padding-left: 40px;
  }

  .text-slider {
    font-size: 40px;
    line-height: 50px;
  }

  .section-phases {
    padding-bottom: 30px;
  }

  .div-check {
    width: 100%;
  }

  .logo-customer {
    -webkit-filter: none;
    filter: none;
  }

  .logo-aliado {
    -webkit-filter: none;
    filter: none;
  }

  .line-banner3 {
    display: none;
  }

  .sustraccion-white {
    background-position: 20% 50%;
  }

  .sustraccion-gris {
    background-position: 0% 50%;
  }

  .robot-hand {
    width: 300px;
    height: 250px;
    background-position: 50% 100%;
    background-size: contain;
  }

  .hexagon {
    width: 200px;
    height: 70px;
  }

  .text-polygon-movil {
    font-size: 16px;
    text-align: center;
  }

  .figure-movil {
    margin-bottom: 26.9px;
  }

  .figure-movil.first {
    position: relative;
  }

  .slider-polygon {
    position: relative;
    height: auto;
    background-color: transparent;
  }

  .slidenav-hidde {
    display: none;
  }

  .icon-arrow {
    display: none;
    border-radius: 20px;
    background-color: #f0b021;
  }

  .icon-arrow-movil {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    height: 60px;
    padding-right: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100px;
    background-color: #f0b021;
  }

  .icon-arrow-movil.left {
    -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
    transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  }

  .arrow-right-polygon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .arrow-polygon {
    width: 22.30902862548828px;
    height: 25.19097328186035px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-image: url('../images/arrow-right-black_1.svg');
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: no-repeat;
  }

  .stop-video {
    margin-top: 80px;
  }

  .button-section {
    display: none;
  }

  .line-polygon {
    position: absolute;
    top: 53.5%;
    right: 0px;
    z-index: 1;
    width: 30%;
    height: 1px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #626466;
  }

  .bg-black-services {
    display: none;
  }

  .title-succes {
    margin-top: 0px;
  }

  .whatsapp_widget {
    z-index: 20;
    display: block;
  }

  .line_grey {
    display: none;
  }

  .text_catselect {
    margin-top: 15px;
    color: #f0b021;
    font-weight: 300;
  }
}

@media screen and (max-width: 767px) {
  .container.movile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .info-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .info-2 {
    width: 100%;
  }

  .text-1 {
    width: 100%;
    margin-bottom: 30px;
    font-size: 20px;
    text-align: center;
  }

  .text-info {
    font-size: 12px;
    line-height: 20px;
  }

  .heading {
    margin-top: 0px;
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 26px;
  }

  .black-line {
    display: none;
  }

  .polit-int {
    text-align: center;
  }

  .s1.mobile {
    display: none;
  }

  .contenido {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .cont-1 {
    display: none;
  }

  .cont-2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .image-3 {
    display: block;
  }

  .heading-2 {
    margin-top: 0px;
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 26px;
  }

  ._01 {
    padding: 40px 32px;
  }

  ._02 {
    display: none;
  }

  .text-contact {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 32px;
  }

  .form-block {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .form {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .texto-ctm {
    text-align: center;
  }

  .texto-p1 {
    line-height: 22px;
  }

  .text-t1 {
    font-size: 18px;
    line-height: 26px;
    text-align: center;
  }

  .checkbox-2 {
    margin-right: 20px;
  }

  .check {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 21px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .check.movile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .what-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .what-button:hover {
    color: #0f0f0f;
    text-decoration: none;
  }

  .what-button-mobile {
    display: none;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .success-message {
    padding-right: 0px;
    padding-left: 0px;
  }

  .success-cont {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .error-ms {
    text-align: center;
  }

  .text-span-4 {
    color: #f0b021;
  }

  .pry-txt {
    font-size: 18px;
    line-height: 26px;
  }

  .proyect-info-01 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .circle-num {
    margin-right: 0px;
  }

  .proyect-info-title {
    width: 100%;
    text-align: center;
  }

  .boton-tap.movil1 {
    width: 30px;
    height: 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .boton-tap.movil1:active {
    background-image: none;
  }

  .proyect-info-02 {
    padding-bottom: 0px;
  }

  .paragraph.objective {
    text-align: center;
  }

  .check-yellow-arrow.opacity {
    opacity: 1;
  }

  .proyect-desglose {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .proyect-desglose.mostrar {
    text-align: center;
  }

  .tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tabs-menu {
    display: none;
    padding: 13px 24px;
    background-color: #f7f7f7;
  }

  .tab-link-tab-1 {
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 5px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    color: #0f0f0f;
    font-size: 12px;
    text-align: left;
  }

  .tab-link-tab-1:hover {
    color: #f0b021;
  }

  .tab-link-tab-1.w--current {
    color: #f0b021;
  }

  .tab-title {
    font-size: 18px;
    line-height: 26px;
  }

  .tab-title.margin-right {
    text-align: center;
  }

  .tab-img {
    display: none;
  }

  .tab-txt {
    text-align: left;
  }

  .tab-ph {
    padding-right: 0px;
    padding-left: 0px;
  }

  .tabs-content {
    margin-top: 20px;
  }

  .proyect-info-tab {
    padding-right: 0px;
    padding-left: 0px;
  }

  .wp-blabk {
    background-position: 65% 0%;
  }

  .wp-blabk.home {
    background-position: 30% 50%;
  }

  .bg-black-title {
    font-size: 18px;
    text-align: center;
  }

  .bg-black-title.padding-right {
    margin-top: 60px;
    font-size: 18px;
    line-height: 26px;
  }

  .bg-black-txt {
    text-align: center;
  }

  .bg-black-cont {
    font-size: 12px;
    text-align: center;
  }

  .bg-black-img {
    display: none;
  }

  .soluciones-cont-s1_cont {
    font-size: 18px;
    line-height: 26px;
  }

  .soluciones-cont-content_check {
    margin-left: 0px;
  }

  .soluciones-cont-content_form {
    width: 100%;
  }

  .flying-txt {
    padding-right: 20px;
    padding-left: 20px;
  }

  .flying-txt-pr {
    width: 100%;
    font-size: 18px;
    line-height: 26px;
  }

  .soluciones-line {
    height: 65%;
  }

  .cont-soluciones-h1 {
    font-size: 18px;
  }

  .cont-soluciones-p2 {
    font-size: 12px;
  }

  .solinv-cont-content_form.margin-top {
    padding-top: 0px;
  }

  .paragraph-3 {
    font-size: 12px;
  }

  .paragraph-3.align-left {
    text-align: left;
  }

  .paragraph-4 {
    font-size: 12px;
  }

  .paragraph-5 {
    font-size: 12px;
  }

  .paragraph-6 {
    font-size: 12px;
  }

  .paragraph-7 {
    font-size: 12px;
  }

  .d1-cont {
    padding-right: 32px;
    padding-left: 32px;
    font-size: 12px;
  }

  .wp-blabk-ng {
    width: auto;
  }

  .proyect-info-boton_div {
    display: none;
  }

  .boton-servicios {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-weight: 700;
  }

  .div-block {
    display: block;
    width: 100%;
    margin-top: 32px;
    margin-bottom: 32px;
    padding-right: 0px;
    padding-bottom: 0px;
    border-top: 2px solid #f0b021;
  }

  .text-block-3 {
    color: #fff;
    font-size: 12px;
    text-align: center;
  }

  .drop-serv {
    display: none;
    margin-top: 13px;
    margin-bottom: 44px;
  }

  .drop-serv-to {
    width: 100%;
    height: 40px;
    margin-right: 0px;
    margin-bottom: 37px;
    padding-top: 12px;
    padding-right: 20px;
    padding-bottom: 12px;
    background-color: #fff;
  }

  .tab-title-2 {
    display: none;
    margin-right: 0px;
  }

  .paragraph-8 {
    line-height: 22px;
    font-weight: 400;
  }

  .container-infof {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .what-buttonm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .what-buttonm:hover {
    color: #0f0f0f;
    text-decoration: none;
  }

  .line-header {
    left: auto;
    width: 230px;
    margin-top: 170px;
  }

  .line-header._2 {
    left: -59px;
    right: 0px;
    margin-top: -19px;
    margin-right: auto;
    margin-left: auto;
  }

  .soluciones-cont-content_check2 {
    margin-left: 0px;
  }

  .bg-py {
    display: none;
  }

  .gb-py-m {
    background-image: url('../images/bg.svg');
    background-position: 0px 0px;
    background-size: auto;
  }

  .py-mb {
    display: block;
  }

  .text-header.padding {
    font-size: 12px;
    line-height: 20px;
  }

  .div-title {
    margin-bottom: 20px;
  }

  .button-services.margin-right {
    margin-right: 0px;
  }

  .link-discover {
    display: none;
  }

  .div-header.margin-left {
    margin-bottom: 70px;
  }

  .flex-discover {
    font-size: 14px;
  }

  .div-solutions {
    width: 100%;
  }

  .title-solutions {
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 26px;
  }

  .text-solutions {
    font-size: 12px;
    line-height: 20px;
  }

  .rectangle-yellow {
    display: none;
    width: 107px;
    height: 22px;
    margin-right: 0px;
  }

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

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

  .div-title-polygon {
    width: 100%;
    margin-bottom: 30px;
  }

  .title-polygon {
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 26px;
    text-transform: none;
  }

  .text-polygon {
    font-size: 12px;
    line-height: 20px;
  }

  .div-polygon-central {
    width: 190.28px;
    height: 164.79px;
  }

  .figure.banner {
    right: auto;
    margin-right: auto;
    margin-left: auto;
  }

  .subtitle-polygon {
    font-size: 16px;
  }

  .textsmall-polygon {
    font-size: 8px;
    line-height: 14px;
  }

  .div-titles {
    padding-right: 10px;
    padding-left: 10px;
  }

  .section-banner {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .bg-banner.image-banner {
    width: 100%;
    height: 240px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .bg-banner.bg-banner-gray {
    width: 100%;
    height: 303px;
  }

  .bg-banner.image-banner2 {
    width: 100%;
    height: 338px;
  }

  .bg-banner.banner2 {
    width: 100%;
    height: 293px;
  }

  .flex-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-banner {
    width: 100%;
    height: 240px;
  }

  .div-banner.info {
    padding-top: 51.2px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .div-banner._2 {
    height: 338px;
  }

  .title-banner {
    padding-right: 0px;
    font-size: 16px;
    line-height: 24px;
  }

  .link-services {
    font-size: 14px;
    line-height: 18px;
  }

  .section-industries {
    background-color: #f7f7f7;
  }

  .bg-industries {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .title-industries {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 26px;
  }

  .div-title-indstries {
    width: 100%;
    font-size: 12px;
  }

  .grid-industries {
    grid-column-gap: 16px;
    grid-row-gap: 25px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .industry-title {
    font-size: 14px;
  }

  .industry-title.margin-phases {
    margin-bottom: 8px;
  }

  .industry-title.margin-phases.planeacion {
    margin-bottom: 8px;
  }

  .section-slider {
    background-color: #f0b021;
  }

  .slider-title {
    font-size: 18px;
    line-height: 26px;
  }

  .slider-subtitle {
    margin-bottom: 155.2px;
    font-size: 12px;
    line-height: 20px;
  }

  .text-slider {
    font-size: 32px;
    line-height: 45px;
    text-align: center;
  }

  .banner-black {
    background-color: #f0b021;
  }

  .logo-banner {
    display: none;
  }

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

  .div-title-phases {
    width: 100%;
    margin-bottom: 42px;
  }

  .div-title-phases.margin-customers {
    margin-bottom: 40px;
  }

  .title-phases {
    margin-bottom: 14px;
    font-size: 18px;
    line-height: 26px;
  }

  .text-phases {
    font-size: 12px;
    line-height: 20px;
  }

  .div-check {
    display: none;
  }

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

  .grid-customers {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-customers._2 {
    width: 100%;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .logo-customer.uapaep {
    display: none;
  }

  .logo-customer.uapaep.show {
    display: block;
  }

  .title-banner-aliados {
    margin-bottom: 44px;
    padding-left: 0px;
    font-size: 18px;
    line-height: 26px;
  }

  .title-banner-aliados.margin-aliados {
    margin-bottom: 44px;
  }

  .grid-aliados {
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .aliado {
    margin-left: 0px;
  }

  .aliado.hide-movil {
    display: none;
  }

  .line-banner {
    display: none;
  }

  .line-banner2 {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: none;
  }

  .line-banner2.movil {
    left: auto;
    top: 100px;
    right: 0%;
    bottom: auto;
    display: block;
    width: 50%;
    background-position: 0% 50%;
    background-size: auto;
    background-repeat: no-repeat;
  }

  .div-slider-info {
    width: 100%;
    padding-top: 43.8px;
    padding-left: 0px;
    text-align: center;
  }

  .div-slider-img {
    display: none;
    text-align: center;
  }

  .div-slider {
    width: 100%;
  }

  .content-slide {
    padding-top: 140px;
    padding-left: 0px;
  }

  .slide-nav {
    margin-bottom: 10px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .chek-yellow-movil {
    display: block;
    width: 26px;
    height: 26px;
    margin-bottom: 8px;
  }

  .figure-movil.first {
    margin-bottom: 40px;
  }

  .icon-arrow-movil {
    width: 30px;
    height: 30px;
  }

  .arrow-right-polygon {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .arrow-polygon {
    width: 15px;
    height: 15px;
    background-size: contain;
  }

  .div-banner1 {
    width: 100%;
    height: 240px;
  }

  .div-img2 {
    width: 100%;
    height: 338px;
  }

  .div-video {
    background-image: url('../images/video-movil.png');
  }

  .text-dimensiones {
    font-size: 12px;
    font-weight: 700;
  }

  .subtitle-movil {
    font-size: 14px;
  }

  .title-movil-projects {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
  }

  .title-movil-projects.margin-right {
    padding-right: 30px;
  }

  .line-polygon {
    top: 48.5%;
    width: 33.5%;
  }

  .div-menu-movil {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    padding: 13px 24px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #f7f7f7;
    text-align: left;
  }

  .title-menu {
    display: none;
    font-size: 12px;
    font-weight: 800;
  }

  .title-menu.mostrar {
    display: block;
  }

  .title-succes {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 26px;
  }

  .flex-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .whatsapp_widget {
    position: fixed;
    left: auto;
    top: auto;
    right: 10px;
    bottom: 10px;
    display: block;
    width: 60px;
    height: 60px;
    background-image: url('../images/whatsapp_1whatsapp.png');
    background-size: contain;
    background-repeat: no-repeat;
  }

  .line_grey {
    display: block;
    width: 148px;
    height: 2px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #585858;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    margin-right: 0px;
  }

  .menu-button {
    background-color: transparent;
  }

  .menu-button:active {
    background-color: #0f0f0f;
  }

  .brand {
    padding-right: 10px;
    padding-bottom: 10px;
  }

  .heading {
    font-size: 18px;
    line-height: 26px;
  }

  .polit-int {
    margin-top: 14px;
  }

  .footer-cont {
    padding-top: 31px;
  }

  ._01 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .text-contact {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .form-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .form {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .texto-ctm {
    text-align: center;
  }

  .check {
    padding-top: 21px;
  }

  .cont-proyect {
    height: 160px;
    padding-top: 56px;
    padding-bottom: 56px;
    background-position: 50% 50%;
    background-size: cover;
    text-align: center;
  }

  .pry-txt {
    font-size: 18px;
    line-height: 26px;
  }

  .proyecto-info-cont {
    margin-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .proyect-info-02 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .wp-blabk {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .soluciones-cont-content_check {
    margin-left: 0px;
  }

  .flying-sr {
    width: 100%;
    height: auto;
  }

  .flying-txt-pr {
    font-weight: 700;
  }

  .soluciones-line {
    height: 60%;
    margin-top: 140px;
  }

  .wp-blabk-ng {
    display: block;
    width: 100vw;
    height: 105vh;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .drop-serv {
    margin-top: 13px;
    margin-bottom: 44px;
  }

  .drop-serv-to {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    padding-top: 12px;
    padding-right: 20px;
    padding-bottom: 12px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
  }

  .drop-serv-to.w--open {
    font-weight: 700;
  }

  .dropdown-list-2 {
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    text-decoration: none;
  }

  .dropdown-link {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    text-decoration: none;
  }

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

  .drop-info {
    width: 100%;
  }

  .paragraph-8 {
    font-weight: 400;
  }

  .line-header {
    width: 150px;
  }

  .soluciones-cont-content_check2 {
    margin-left: 0px;
  }

  .gb-py-m {
    background-position: 50% 50%;
    background-size: cover;
  }

  .proyect-info-02-s {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .line-polygon {
    top: 44.7%;
  }

  .whatsapp_widget {
    bottom: 10px;
    width: 55px;
    height: 55px;
  }

  .line_grey {
    max-height: 100px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #585858;
  }
}

#w-node-_930faf5d-77eb-e23a-f39d-408306d2be86-93d0a428 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_92a353ab-a2af-5eb7-cd1e-04f504ec52bc-93d0a428 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_20934866-3630-6bf9-6be2-63e8aae1ae32-93d0a428 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-cf0b1035-576b-9e58-ff20-73156652ad74-93d0a428 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-cf0b1035-576b-9e58-ff20-73156652ad79-93d0a428 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-cf0b1035-576b-9e58-ff20-73156652ad7e-93d0a428 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_504cdbd0-4d80-a234-da80-d4df0b687904-93d0a428 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-c9853dcc-7eb1-53f1-095b-ae5dca4cd9e5-93d0a428 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_3b9c3e32-4364-e450-1c6c-3a895182e55e-93d0a428 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-f2fdba59-8635-8fb8-c372-51f5f30c7543-93d0a428 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-d90548a2-ed5d-8ea8-cab5-81a388069705-93d0a428 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_59f85cd3-a24d-54e9-9288-bd20cd0290ab-93d0a428 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-a1e2c87b-5e21-06fa-e0a2-d063d349dae9-93d0a428 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_61fdcca5-112e-7537-78ae-0f58f2f85d2b-93d0a428 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_61fdcca5-112e-7537-78ae-0f58f2f85d2d-93d0a428 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_61fdcca5-112e-7537-78ae-0f58f2f85d2f-93d0a428 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_61fdcca5-112e-7537-78ae-0f58f2f85d31-93d0a428 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_61fdcca5-112e-7537-78ae-0f58f2f85d33-93d0a428 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_61fdcca5-112e-7537-78ae-0f58f2f85d35-93d0a428 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_9c947baa-da90-e00a-7147-60ad9557abc4-93d0a428 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-ad100ce8-d98a-4c97-796b-6da2db4b0ec1-93d0a428 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-dd15cd92-8224-355e-e984-1e4ba12ca0be-6af5c531 {
  -ms-grid-column-align: start;
  justify-self: start;
}

@media screen and (max-width: 767px) {
  #w-node-a1e2c87b-5e21-06fa-e0a2-d063d349dae9-93d0a428 {
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_9c947baa-da90-e00a-7147-60ad9557abc4-93d0a428 {
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }
}

@font-face {
  font-family: 'Futura';
  src: url('../fonts/Futura-Bold-font.ttf') format('truetype'), url('../fonts/futura-bold.ttf') format('truetype'), url('../fonts/Futura-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura';
  src: url('../fonts/futura-bold.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura font';
  src: url('../fonts/Futura-Bold-font.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura font';
  src: url('../fonts/Futura-Bold-Italic-font.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Futura extra font';
  src: url('../fonts/Futura-Extra-Black-font.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gelion';
  src: url('../fonts/Gelion-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gelion';
  src: url('../fonts/Gelion-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gelion';
  src: url('../fonts/Gelion-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gelion';
  src: url('../fonts/Gelion-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gelion';
  src: url('../fonts/Gelion-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gelion';
  src: url('../fonts/Gelion-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gelion';
  src: url('../fonts/Gelion-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gelion';
  src: url('../fonts/Gelion-RegularItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gelion';
  src: url('../fonts/Gelion-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gelion';
  src: url('../fonts/Gelion-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gelion';
  src: url('../fonts/Gelion-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gelion';
  src: url('../fonts/Gelion-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gelion';
  src: url('../fonts/Gelion-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gelion';
  src: url('../fonts/Gelion-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}