@font-face {
  font-family: Woodfordbourne;
  src: url('../fonts/woodfordbourne-regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Woodfordbourne;
  src: url('../fonts/woodfordbourne-thin.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Woodfordbourne;
  src: url('../fonts/woodfordbourne-bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Helvetica;
  src: url('../fonts/Helvetica.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

:root {
  --white: white;
  --dim-grey-2: #575757;
  --midnight-blue-3: #00306b;
  --dark-grey-2: #999;
  --black: black;
  --midnight-blue-4: #002c66;
  --forest-green: #469c2b;
  --red: #e32d15;
  --dark-slate-blue-3: #039;
  --royal-blue-2: #ff6d00;
  --steel-blue: #ff6d00;
  --proan: #004f97;
  --dark-turquoise: #41cbce;
  --goldenrod: #c09a29;
  --rojo-gruas: #de0e1d;
  --rctecnova: #edb219;
  --templaglass: #00185c;
  --firebrick: #b00000;
  --gold: #fbc909;
  --black-2: #363535;
  --dark-slate-blue: #363f7b;
  --dark-blue: #09018a;
  --dark-slate-blue-2: #003f82;
  --dim-grey: #666;
  --orange: #f7a712;
  --dark-grey: #aaa;
  --yellow-green: #a3c614;
  --deep-sky-blue: #00c2f9;
  --deep-sky-blue-2: #49b8d8;
  --midnight-blue: #263744;
  --midnight-blue-2: #14263d;
  --royal-blue: #476892;
}

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

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

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

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.body-cierres-tb {
  font-family: Ubuntu, Helvetica, sans-serif;
}

.head-cierres-tb {
  background-color: #fff;
  background-image: url('../images/573b8919b03d8ea144ce01d4_pattern.png');
  background-position: 50%;
  background-size: auto;
  border-top: 7px solid #424040;
  padding-top: 20px;
  padding-bottom: 20px;
}

.image {
  border: 4px solid #fff;
  border-radius: 5px;
  box-shadow: 0 0 15px -3px #353131;
}

.banner-cierres-tb {
  height: 500px;
}

.slider {
  color: #fff;
  height: 500px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
}

.slider.title-s3 {
  line-height: 26px;
}

.slide {
  background-image: linear-gradient(#0000004f, #0000004f), url('../images/s1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.heading {
  letter-spacing: 0;
  text-shadow: 1px 1px 6px #000;
  margin-top: 200px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 41px;
}

.heading.t-s1 {
  font-size: 51px;
}

.heading.t3-s3 {
  font-size: 55px;
}

.linea-ctb {
  background-color: #b00000;
  height: 5px;
}

.text-block {
  margin-top: 16px;
  font-family: Varela, sans-serif;
  font-size: 30px;
  font-style: italic;
  font-weight: 100;
}

.text-block.st-s2 {
  text-shadow: 1px 1px 6px #000;
  font-size: 25px;
}

.button {
  letter-spacing: 3px;
  background-color: #363535;
  border: 1px #fff;
  border-bottom: 6px solid #2c2a2a;
  border-radius: 3px;
  margin-top: 30px;
  padding-top: 12px;
  padding-bottom: 12px;
  transition: background-color .5s;
}

.button:hover {
  background-color: #000;
}

.button.btn-nosotros-cpb {
  margin-top: 20px;
}

.slide-2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/s2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.column {
  padding-left: 0;
}

.slide-3 {
  background-image: linear-gradient(#00000082, #00000082), url('../images/1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-4 {
  background-image: linear-gradient(#00000059, #00000059), url('../images/55c489bfd003e-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.text-block-2 {
  text-align: center;
  background-image: url('../images/mano-sosteniendo-smartphone.png');
  background-position: 10%;
  background-repeat: no-repeat;
  background-size: 43px;
  margin-top: 18px;
  padding-left: 15px;
  font-size: 22px;
  line-height: 26px;
}

.contacto-cierre-tb {
  color: #fff;
  background-image: linear-gradient(315deg, #363535 50%, #2c2b2b 50%);
  padding-top: 50px;
  padding-bottom: 50px;
}

.submit-button {
  letter-spacing: 3px;
  background-color: #b00000;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  display: block;
}

.column-2 {
  padding-right: 0;
}

.column-3 {
  padding-left: 0;
}

.text-block-3 {
  text-align: center;
  border-bottom: 1px solid #fff;
  margin-bottom: 12px;
  padding-bottom: 9px;
  font-size: 16px;
  font-weight: 100;
}

.heading-2 {
  text-align: center;
  border-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #fff;
}

.quienes-somos-cierres-tb {
  padding-top: 80px;
  padding-bottom: 80px;
}

.column-4 {
  background-color: #b00000;
}

.row {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  border-bottom: 2px solid #b00000;
}

.column-5 {
  text-align: justify;
  padding-left: 0;
  padding-right: 0;
}

.paragraph {
  margin-top: 40px;
  font-size: 14px;
}

.image-2 {
  float: right;
  border: 8px solid #fff;
  margin-top: 46px;
  box-shadow: 0 0 6px #242222;
}

.servicios-cierres-tb {
  background-color: #363535;
  padding-top: 80px;
  padding-bottom: 80px;
}

.column-6 {
  background-color: #b00000;
}

.heading-3 {
  color: #fff;
}

.heading-3.title-servicios-ctb {
  font-size: 35px;
}

.row-2 {
  border-bottom: 2px solid #b00000;
  margin-bottom: 43px;
}

.column-7 {
  color: #3d3b3b;
  letter-spacing: 1px;
  font-size: 16px;
}

.heading-4 {
  letter-spacing: 2px;
  font-size: 27px;
  font-style: italic;
  font-weight: 300;
}

.heading-4.st-servicios {
  color: #fff;
  letter-spacing: 0;
}

.heading-5 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 600;
}

.image-3 {
  display: block;
}

.text-block-4 {
  color: #000;
  text-transform: uppercase;
  margin-top: 11px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
}

.text-block-5 {
  color: #363535;
  background-image: url('../images/comprobado.png');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 15px;
  margin-top: 3px;
  padding-left: 28px;
  font-size: 14px;
  line-height: 19px;
}

.button-2 {
  text-align: center;
  background-color: #b00000;
  border-radius: 0;
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  transition: background-color .45s;
  display: block;
}

.button-2:hover {
  background-color: #8d0707;
}

.column-8 {
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
}

.column-8.cdddff {
  padding-bottom: 25px;
  padding-left: 45px;
  padding-right: 25px;
}

.row-3 {
  background-color: #fff;
  margin-top: 30px;
}

.column-9 {
  padding-bottom: 25px;
  padding-left: 25px;
  padding-right: 25px;
  line-height: 17px;
}

.column-9.cddf {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.footer-cierres-tb {
  text-align: center;
  background-image: url('../images/573b8919b03d8ea144ce01d4_pattern.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: auto;
  padding-top: 80px;
  padding-bottom: 0;
  font-size: 21px;
}

.column-10 {
  background-color: #b00000;
}

.heading-6 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  font-size: 42px;
}

.row-4 {
  border-bottom: 2px solid #b00000;
  margin-bottom: 50px;
}

.text-block-6 {
  color: #000;
  background-image: url('../images/mano-sosteniendo-smartphone.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 64px;
  padding-top: 80px;
  line-height: 24px;
}

.text-block-6.txt-email-tb {
  color: #000;
  background-image: url('../images/sobre-cerrado.png');
  background-size: 64px;
}

.text-block-6.txt-email-tb.t-horario {
  background-image: url('../images/calendario-con-un-reloj-herramientas-de-tiempo.png');
  background-size: 64px;
}

.row-5 {
  margin-bottom: 44px;
}

.text-block-7 {
  color: #fff;
  background-color: #000;
  line-height: 60px;
}

.row-6 {
  margin-top: 15px;
}

.footer-firma {
  background-color: #363535;
  padding: 23px 40px;
}

.row-7 {
  margin-top: 17px;
}

.link-5, .link-6, .link-7 {
  color: #000;
  text-decoration: none;
}

.banner-gracias-tb {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(#00000057, #00000057), url('../images/s1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 600px;
  font-size: 40px;
  font-style: italic;
}

.heading-13 {
  color: #fff;
  text-align: center;
  border-bottom: 2px solid #b00000;
  margin-top: 200px;
  padding-bottom: 20px;
  font-size: 50px;
}

.text-block-8 {
  letter-spacing: 2px;
  margin-top: 19px;
}

.button-3 {
  letter-spacing: 3px;
  background-color: #b00000d9;
  border-bottom: 6px solid #900a0a;
  border-radius: 4px;
  margin-top: 27px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
}

.footer-firma-tusclicks {
  background-color: #363f7b;
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer-firma-tusclicks.firma-tusclicks-azul {
  background-color: #1c7ab0;
}

.footer-firma-tusclicks.firma-bimoli {
  background-color: #263744;
}

.footer-firma-tusclicks.firma-bimoli.firma-bb {
  background-color: #2c2a2a;
  height: 30px;
  padding-top: 0;
  padding-bottom: 30px;
  padding-left: 99px;
}

.body-difont {
  font-family: Lato, sans-serif;
}

.slider-2 {
  color: #fff;
  background-color: #0000;
  height: 590px;
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 200;
  position: relative;
  inset: 0;
  overflow: hidden;
}

.slide-5 {
  z-index: 0;
  background-image: linear-gradient(#0006, #0006), url('../images/grasshoper-3mineria.JPG');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  font-size: 14px;
  position: relative;
  inset: 0;
  overflow: visible;
}

.slide-6 {
  background-image: linear-gradient(#00000063, #00000063), url('../images/IMG_226239.JPG');
  background-position: 0 0, 0 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-7 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/Carro-600x900.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.text-block-13 {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-bottom: 1px #fff;
  margin-top: 150px;
  padding-bottom: 15px;
  font-family: Lato, sans-serif;
  font-size: 43px;
  font-weight: 900;
  line-height: 46px;
}

.text-block-13.txt-obras {
  letter-spacing: 0;
  font-size: 52px;
}

.text-block-14 {
  margin-top: 12px;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 21px;
}

.slide-nav {
  font-size: 14px;
}

.column-26 {
  padding-left: 150px;
}

.column-27 {
  background-color: #09018a99;
  height: 600px;
  padding-left: 0;
  padding-right: 0;
  font-size: 15px;
}

.row-15 {
  background-color: #0000;
  border-top: 7px #09018a;
  height: 600px;
}

.div-block-7 {
  background-color: #fff;
  border-bottom: 7px solid #0b0477;
  padding-top: 9px;
  padding-bottom: 9px;
}

.text-block-17 {
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  border-bottom: 1px solid #ffffff69;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 31px;
  font-weight: 700;
  line-height: 36px;
}

.section-7 {
  z-index: 0;
  position: static;
}

.form {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.submit-button-3 {
  letter-spacing: 3px;
  background-color: #b00000;
  width: 35%;
  margin-left: auto;
  margin-right: auto;
  font-weight: 300;
  display: block;
}

.text-block-18 {
  color: #09018a;
  text-align: center;
  letter-spacing: 1px;
  background-image: url('../images/boton-con-el-simbolo-de-telefono.png');
  background-position: 31%;
  background-repeat: no-repeat;
  background-size: 23px;
  padding-left: 30px;
  font-size: 18px;
  font-weight: 300;
  line-height: 29px;
}

.text-field, .text-field-2, .text-field-3 {
  font-weight: 300;
}

.textarea-5 {
  width: 100%;
  font-weight: 300;
  overflow: auto;
}

.button-5 {
  letter-spacing: 3px;
  background-color: #b00000;
  border-radius: 3px;
  margin-top: 16px;
  font-size: 16px;
  font-weight: 300;
  transition: background-color .5s;
}

.button-5:hover {
  background-color: #850707;
}

.button-5.btn-aridos {
  z-index: 1000;
  position: relative;
}

.linea-df {
  background-color: #fff;
  width: 15%;
  height: 4px;
  margin-top: 10px;
  margin-bottom: 8px;
}

.section-8 {
  color: #fff;
  background-color: #378dbe;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 30px;
  box-shadow: 0 6px 24px #00000087;
}

.text-block-20 {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  font-size: 38px;
  font-weight: 700;
  line-height: 47px;
}

.spantxt-color {
  color: #11d5e6;
  text-shadow: 1px 1px 1px #000000ab;
  font-style: italic;
}

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

.div-block-8 {
  background-image: url('../images/grasshoper-2mineria.JPG');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 274px;
}

.div-block-8.div2-serv-df {
  background-image: url('../images/Carro-600x900.jpg');
  background-position: 50%;
  height: 274px;
}

.div-block-8.div2-serv-df.div-ardiso {
  background-image: url('../images/WhatsApp-Image-2020-01-22-at-10.47.49.jpeg');
  height: 273px;
}

.div-block-9 {
  color: #09018a;
  background-color: #fff;
  border-bottom: 5px #09018a;
  height: 274px;
  margin-top: 0;
  margin-left: 0;
  padding: 30px 20px;
  box-shadow: 6px 6px 12px 3px #00000014;
}

.div-block-9.desdd {
  border-bottom-style: none;
  box-shadow: -6px 6px 12px 3px #00000014;
}

.text-block-21 {
  text-transform: uppercase;
  font-size: 31px;
  line-height: 37px;
}

.div-block-10 {
  color: #b00000;
  background-color: #b00000;
  width: 15%;
  height: 2px;
  margin-top: 9px;
  margin-bottom: 15px;
}

.div-block-10.div-linea-equipos {
  margin: 32px auto 27px;
  display: block;
}

.div-block-10.div-linear {
  width: 10%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-10.div-linear.div-arr {
  float: none;
  width: 8%;
  height: 6px;
  margin-left: 0;
}

.paragraph-4 {
  color: #3c3c3f;
  text-align: justify;
  margin-bottom: -2px;
  font-size: 15px;
  font-style: italic;
}

.button-6 {
  letter-spacing: 3px;
  background-color: #b00000;
  border-radius: 2px;
  margin-top: 24px;
  transition: background-color .5s;
}

.button-6:hover {
  background-color: #8f0808;
}

.button-6.btn-cotizar3 {
  float: left;
  text-align: center;
  width: 21%;
  margin-top: 143px;
}

.row-16 {
  margin-bottom: 39px;
}

.row-17 {
  margin-bottom: 50px;
}

.column-28, .column-29, .column-30, .column-31, .column-32, .column-33 {
  padding-left: 0;
  padding-right: 0;
}

.section-10 {
  background-color: #e0dddd;
  background-image: none;
  background-position: 0 0;
  padding-top: 80px;
  padding-bottom: 80px;
  font-size: 20px;
}

.text-block-22 {
  color: #09018a;
  text-align: center;
  font-size: 50px;
  font-weight: 700;
}

.text-block-22.text44 {
  color: #09018a;
  text-align: center;
  margin-bottom: 10px;
  font-size: 50px;
  line-height: 50px;
}

.text-block-22.text44.title-arriendos {
  color: #fff;
  text-align: left;
  text-shadow: 1px 1px 6px #000;
  line-height: 54px;
}

.div-block-11 {
  box-shadow: none;
  background-image: url('../images/e1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-width: 1px 1px 5px;
  border-bottom-style: solid;
  border-bottom-color: #b00000;
  height: 240px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.div-block-11.div-equipo2 {
  background-image: url('../images/Harnero-620_nuestros-ekipos.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.div-block-11.div-equipo2.div-e4 {
  background-image: url('../images/IMG_0122.JPG');
  background-position: 50%;
  background-size: cover;
}

.div-block-11.div-equipo2.div-e4.deras {
  background-image: url('../images/carro.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
}

.div-block-11.div-equipo2.divlast {
  background-image: url('../images/IMG_226239.JPG');
}

.div-block-11.div-e3 {
  background-image: url('../images/Lavador-arena-17_nuestros-ekipos.jpg');
}

.div-block-11.div-e3.vdidne45 {
  background-image: url('../images/planta-de-lino-2.jpg');
}

.div-block-11.div-e3.sde345 {
  background-image: url('../images/planta-azteca-5.jpg');
}

.text-block-23 {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: #378dbe80;
  font-size: 17px;
  line-height: 44px;
  position: relative;
  top: 192px;
}

.row-18 {
  margin-top: 50px;
}

.column-34 {
  padding-left: 15px;
  padding-right: 15px;
}

.column-35, .column-37 {
  padding-left: 17px;
  padding-right: 17px;
}

.paragraph-5 {
  text-align: center;
  letter-spacing: 3px;
  font-style: italic;
}

.section-11 {
  background-image: linear-gradient(#ffffffb0, #ffffffb0), url('../images/repuesto.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 100px;
  padding-bottom: 100px;
  font-size: 16px;
}

.section-12 {
  background-color: #1c7ab0;
  width: 100%;
  padding-top: 70px;
  padding-bottom: 10px;
}

.column-39 {
  color: #fff;
  background-color: #fff;
  height: 530px;
  padding-bottom: 50px;
  padding-left: 20px;
  padding-right: 10px;
}

.image-9 {
  margin: 24px auto 13px;
  display: block;
}

.text-block-25 {
  color: #000;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  margin-top: 12px;
  margin-bottom: 15px;
  padding-left: 0;
  font-size: 15px;
  line-height: 20px;
}

.text-block-26 {
  color: #000;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 25px;
}

.div-block-12 {
  background-color: #dee3e7;
  width: 100%;
  height: 1px;
  margin-top: 31px;
  margin-bottom: 20px;
}

.column-40 {
  padding-left: 0;
  padding-right: 0;
}

.row-19 {
  z-index: 100;
  position: relative;
}

.mask {
  z-index: 0;
  position: relative;
  inset: 0;
  overflow: visible;
}

.image-11 {
  float: none;
  max-width: 80%;
  margin: 0 auto 54px;
}

.slider-3 {
  height: 600px;
}

.slide-8 {
  background-image: url('../images/sliderardisos.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-13 {
  background-color: #378dbeba;
  width: 25%;
  height: 600px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 199px;
}

.image-12 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.icon, .icon-2 {
  margin-top: 320px;
}

.tabs-menu {
  float: left;
  width: 30%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.tab-link {
  color: #818181;
  text-align: left;
  background-color: #0000;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  border-radius: 0;
  width: 90%;
  margin-top: -1px;
  margin-right: 8px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 15px;
}

.tab-link:hover {
  box-shadow: none;
  color: #378dbe;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
}

.tab-link.w--current {
  color: #378dbe;
  background-color: #0000;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  border-radius: 0;
  width: 90%;
  margin-right: 0;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  transition: all .2s;
  box-shadow: inset 6px 0 #378dbe;
}

.tab-link.top {
  text-align: left;
  width: 90%;
  margin-right: 0;
}

.tab-link.top.w--current {
  color: #818181;
  background-color: #0000;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  border-radius: 0;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  transition: opacity .2s;
  box-shadow: -6px 0 #378dbe;
}

.text-block-28 {
  text-align: left;
  text-transform: none;
  font-size: 15px;
}

.lightbox-wrapper {
  position: relative;
  overflow: hidden;
}

.lightbox-overlay {
  background-color: #378dbe87;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.zoom-icon-content {
  position: relative;
  top: 74px;
  transform: translate(0, -50%);
}

.zoom-icon {
  background-color: #b00000;
  background-image: url('../images/57862e711c0e63b15178f21a_font-awesome_4-6-3_search_100_0_ffffff_none.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 18px;
  border-radius: 100px;
  width: 60px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  transition: all .3s;
  display: block;
}

.zoom-icon:hover {
  background-color: #fff;
  background-image: url('../images/23.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px;
}

.row-20 {
  margin-top: 25px;
}

.tabs {
  margin-top: 45px;
}

.column-43 {
  padding-left: 10px;
  padding-right: 3px;
}

.column-44 {
  padding-left: 3px;
  padding-right: 3px;
}

.column-45 {
  padding-left: 3px;
  padding-right: 10px;
}

.form-block {
  width: 100%;
  margin-bottom: 30px;
}

.row-21 {
  color: #726060;
  background-color: #0000;
  padding-top: 15px;
  padding-bottom: 5px;
  position: static;
  overflow: visible;
}

.text-block-29 {
  color: #fff;
  letter-spacing: 3px;
  font-size: 17px;
  font-style: italic;
  line-height: 40px;
}

.text-block-30 {
  color: #fff;
  text-transform: uppercase;
  background-color: #378dbe;
  background-image: url('../images/ajustes-con-engranajes.png');
  background-position: 9px;
  background-repeat: no-repeat;
  background-size: 32px;
  border-left: 4px solid #1a6996;
  border-radius: 4px;
  padding-left: 50px;
  font-size: 14px;
  font-weight: 500;
  line-height: 65px;
  transition: background-color .3s;
}

.text-block-30:hover {
  background-color: #1a6996;
}

.text-block-30.txt-mandibulas {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 65px;
}

.row-22 {
  margin-top: 40px;
  margin-bottom: 25px;
}

.column-46 {
  padding-left: 17px;
}

.text-block-31 {
  color: #000;
  margin-bottom: 9px;
  font-size: 16px;
  line-height: 23px;
}

.link-13, .link-14, .link-15, .link-16, .link-17 {
  color: #000;
  text-decoration: none;
}

.section-13 {
  background-image: linear-gradient(#0000008f, #0000008f), url('../images/seleccionadora-fija-con-chancador_aridos.JPG');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 500px;
}

.column-47 {
  color: #fff;
  font-size: 34px;
  font-style: italic;
  font-weight: 600;
}

.heading-17 {
  text-shadow: 1px 1px 6px #000;
  margin-top: 161px;
  font-size: 39px;
  font-weight: 900;
}

.text-block-32 {
  text-shadow: 1px 1px 6px #000;
}

.button-7 {
  background-color: #b00000;
  margin-top: 22px;
  font-size: 17px;
  font-weight: 300;
}

.section-14 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.bodyst {
  background-image: linear-gradient(#00000080, #00000080), url('../images/_MG_2550.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  font-family: Raleway, sans-serif;
}

.headerst {
  padding-top: 10px;
}

.banst {
  padding-bottom: 30px;
  padding-left: 50px;
  padding-right: 50px;
}

.divbanst {
  letter-spacing: 0;
  text-transform: none;
  background-image: url('../images/ban.png');
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 30px;
}

.txtbanst {
  color: #fff;
  letter-spacing: -3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 60px;
  font-weight: 900;
  line-height: 55px;
}

.txtbanst2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 20px;
}

.fieldst {
  background-color: #fffc;
}

.btnenviarst {
  float: right;
  letter-spacing: 5px;
  text-transform: uppercase;
  background-color: #aaa;
}

.infost {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.infost.infost2 {
  background-color: #f0f0f0;
}

.txtinfost {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 35px;
  font-weight: 900;
  line-height: 30px;
}

.divsto {
  text-align: center;
  background-color: #aaa;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  width: 240px;
  position: absolute;
  top: 87px;
  left: -185px;
}

.text-block-83 {
  color: #fff;
  letter-spacing: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 17px;
  font-weight: 900;
}

.rowst {
  margin-bottom: 20px;
}

.callst {
  background-image: linear-gradient(#000c, #000c), url('../images/banner-facultad-arquitectura.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 50px;
  padding-bottom: 50px;
}

.txtcallst {
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
  font-size: 35px;
  font-weight: 900;
  line-height: 40px;
}

.txtcallst2 {
  color: #aaa;
  text-align: center;
}

.txtcallst2.txtfonost {
  color: #fff;
  font-size: 25px;
  line-height: 30px;
}

.icost {
  width: 70px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.icost.icoftst {
  width: 40px;
}

.txticost {
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 900;
  line-height: 40px;
}

.txticost.txtfotst {
  margin-top: 10px;
  font-size: 25px;
  line-height: 30px;
}

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

.imgst {
  width: 95%;
  margin: 0;
}

.htmlst {
  margin-top: 20px;
}

.offst {
  text-align: center;
  margin-top: 100px;
}

.txtufst {
  color: #fff;
  letter-spacing: 2px;
  background-color: #aaa;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 10px;
}

.text-block-85 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 900;
  line-height: 25px;
}

.imgstcli {
  margin-top: 60px;
}

.imgstcli.imgstcli2 {
  text-align: center;
  width: 50%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.linkst {
  color: #fff;
  text-decoration: none;
}

.linkst2 {
  color: #aaa;
  text-decoration: none;
}

.div-block-37 {
  background-image: url('../images/Cinta-Transportadora-1_nuestros-ekipos.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 4px solid #fff;
  height: 400px;
  margin-top: 52px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
  padding-left: 15px;
  display: block;
  box-shadow: 3px 3px 20px #000000c2;
}

.btnvovst {
  letter-spacing: 2px;
  background-color: #aaa;
  font-size: 20px;
  font-weight: 900;
}

.text-block-86 {
  color: #000;
  font-size: 18px;
  font-weight: 700;
}

.text-block-87 {
  color: #df1313;
  margin-bottom: 7px;
  font-size: 16px;
  font-weight: 600;
}

.body-7 {
  font-family: Lato, sans-serif;
}

.head-bb {
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}

.section-74, .slider-11 {
  height: 600px;
}

.slide-24 {
  background-image: linear-gradient(#00000057, #00000057), url('../images/s1_1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-25 {
  background-image: linear-gradient(#00000069, #00000069), url('../images/s2_1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.div-block-65 {
  z-index: 100;
  position: absolute;
  inset: 0;
}

.image-51 {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.body-9 {
  font-family: Open Sans, sans-serif;
}

.text-block-151 {
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  text-shadow: 1px 1px 6px #0000008c;
  margin-top: 210px;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 29px;
}

.text-block-152 {
  color: #fff;
  text-align: left;
  text-shadow: 1px 1px 6px #0000007d;
  margin-bottom: 11px;
  font-family: Oswald, sans-serif;
  font-size: 51px;
  line-height: 47px;
}

.text-block-152.line1-roja {
  margin-bottom: 2px;
  font-size: 47px;
  font-weight: 700;
}

.text-block-152.line1-roja.txt1-gacias-bb {
  margin-top: 207px;
  font-size: 42px;
}

.div-block-66 {
  background-color: #ffffffcf;
  border-radius: 0 0 4px 4px;
  width: 90%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 15px 30px;
  display: block;
}

.text-field-17, .textarea-9, .text-field-18, .text-field-19 {
  text-align: center;
}

.submit-button-14 {
  background-color: #000;
  width: 100%;
}

.text-block-153 {
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  margin-top: 8px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
}

.text-block-153.txt2-gracias-bb {
  font-size: 27px;
}

.linea-div {
  background-color: #e32d15;
  width: 5%;
  height: 5px;
  margin-bottom: 41px;
}

.linea-div.linea-div-blanco {
  background-color: #fff;
  width: 13%;
}

.linea-div.linea-contact {
  width: 12%;
  margin-bottom: 49px;
}

.linea-div.div-linea-banner {
  width: 12%;
}

.text-block-154 {
  color: #fff;
  letter-spacing: 3px;
  background-color: #e32d15;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  width: 90%;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 36px;
  display: block;
  box-shadow: 0 0 0 -16px #ad2412;
}

.section-75 {
  box-shadow: none;
  background-color: #e32d15;
  padding-top: 22px;
  padding-bottom: 40px;
}

.text-block-155 {
  color: #fff;
  letter-spacing: 2px;
  font-family: Oswald, sans-serif;
  font-size: 40px;
  line-height: 38px;
}

.link-78 {
  background-color: #0000;
  border: 2px solid #fff;
  border-radius: 3px;
}

.link-78.btn-ver-oficinas {
  transition: background-color .5s;
}

.link-78.btn-ver-oficinas:hover {
  color: #2e2c2c;
  background-color: #fff;
}

.text-block-156 {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 74px;
}

.column-111 {
  padding-left: 48px;
}

.section-76 {
  background-color: #eff0f0;
  background-image: url('../images/fondo-servicios.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 80px;
  padding-bottom: 80px;
}

.slide-26 {
  background-image: url('../images/s1-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-26.s2-1 {
  background-image: url('../images/s2-1.jpg');
}

.slide-26.s2-1.dewsa {
  background-image: url('../images/IMG-20181022-WA0054.jpg');
}

.slide-26.s2-1.dewsa.dreff {
  background-image: url('../images/IMG_20181221_161646643_HDR-1.jpg');
  background-size: 350px;
}

.slide-26.s2-1.dewsa.dreff.wtc {
  background-image: url('../images/WhatsApp-Image-2019-08-01-at-13.01.34-1.jpeg');
}

.slide-26.s3-1 {
  background-image: url('../images/five-1110x623.jpg');
}

.slide-26.s3-1.sdeeel {
  background-image: url('../images/i1.jpg');
}

.slide-26._45tt {
  background-image: url('../images/WhatsApp-Image-2019-07-17-at-10.16.42-2.jpeg');
}

.slide-26._45tt.imhg21 {
  background-image: url('../images/WhatsApp-Image-2019-08-16-at-15.40.02.jpeg');
}

.slide-26.der56 {
  background-image: url('../images/WhatsApp-Image-2019-07-04-at-15.50.29-1.jpeg');
}

.slide-26.sli234 {
  background-image: url('../images/WhatsApp-Image-2019-11-08-at-12.59.44.jpeg');
}

.slide-26.ser1 {
  background-image: url('../images/WhatsApp-Image-2020-02-25-at-13.26.22-1.jpeg');
}

.slide-26.ser1.v1 {
  background-image: url('../images/v2.jpg');
}

.slide-26.ser1.o1 {
  background-image: url('../images/o1.jpeg');
}

.slide-26.ser1.t1 {
  background-image: url('../images/t3.jpeg');
}

.slide-26.ser1.t1.sl1 {
  background-image: url('../images/WhatsApp-Image-2020-01-27-at-07.52.jpg');
}

.slide-26.ser1.g1 {
  background-image: url('../images/g1.jpeg');
}

.slide-26.l1 {
  background-image: url('../images/l1.jpg');
}

.slide-26.o1 {
  background-image: url('../images/o2.jpg');
}

.slide-26.bb1 {
  background-image: url('../images/5e342da5c0130c1720a5449a_WhatsApp-Image-2020-01-27-at-07.jpg');
}

.slide-26.bb2 {
  background-image: url('../images/WhatsApp-Image-2020-01-16-at-5.12.57-PM.jpg');
}

.slide-26.bb3 {
  background-image: url('../images/23.jpg');
}

.slide-26.bb4 {
  background-image: url('../images/234.jpg');
}

.slide-26.bb5 {
  background-image: url('../images/65.jpg');
}

.slide-26.bb6 {
  background-image: url('../images/345.jpg');
}

.slide-26.bb7 {
  background-image: url('../images/654.jpg');
}

.slide-26.bb8 {
  background-image: url('../images/2348.jpg');
}

.slide-26.bb9 {
  background-image: url('../images/5465.jpg');
}

.slide-27 {
  background-image: url('../images/s1-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-27.s2-2 {
  background-image: url('../images/s2-2.jpg');
}

.slide-27.s2-2.vbccc {
  background-image: url('../images/IMG-20181022-WA0055.jpg');
}

.slide-27.s2-2.vbccc.cdeert {
  background-image: url('../images/WhatsApp-Image-2019-08-01-at-13.01.34.jpeg');
  background-size: cover;
}

.slide-27.s3-2 {
  background-image: url('../images/j-1110x623.jpg');
}

.slide-27.s3-2.ghjuy {
  background-image: url('../images/IMG-20181024-WA0011.jpg');
}

.slide-27.leop {
  background-image: url('../images/WhatsApp-Image-2019-07-17-at-10.16.42-3.jpeg');
}

.slide-27.leop.rett432 {
  background-image: url('../images/WhatsApp-Image-2019-08-16-at-15.40.26.jpeg');
}

.slide-27.dfre321 {
  background-image: url('../images/WhatsApp-Image-2019-11-08-at-13.00.06.jpeg');
}

.slide-27.x2 {
  background-image: url('../images/WhatsApp-Image-2020-02-25-at-13.26.22-2.jpeg');
}

.slide-27.x2.v2 {
  background-image: url('../images/v1.jpg');
}

.slide-27.x2.t2 {
  background-image: url('../images/t1.jpeg');
}

.slide-27.x2.t2.sl222 {
  background-image: url('../images/2_22.jpg');
}

.slide-27.x2.g2 {
  background-image: url('../images/g2.jpeg');
}

.slide-27.l2 {
  background-image: url('../images/l2.jpg');
}

.slide-27.o9 {
  background-image: url('../images/o1.jpg');
}

.slide-28 {
  background-image: url('../images/s1-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-28.s2-3 {
  background-image: url('../images/s2-3.jpg');
}

.slide-28.s2-3.oloiu {
  background-image: url('../images/IMG-20181022-WA0058.jpg');
}

.slide-28.s2-3.oloiu.leitr {
  background-image: url('../images/WhatsApp-Image-2019-08-01-at-13.01.34-5.jpeg');
}

.slide-28.s3-3 {
  background-image: url('../images/one-1110x623.jpg');
}

.slide-28.s3-3.sder4 {
  background-image: url('../images/IMG-20181024-WA0015.jpg');
}

.slide-28.s34rty {
  background-image: url('../images/WhatsApp-Image-2019-07-17-at-10.16.42.jpeg');
}

.slide-28.s34rty.vfrgeewe {
  background-image: url('../images/WhatsApp-Image-2019-08-16-at-15.40.41.jpeg');
}

.slide-28.tre34 {
  background-image: url('../images/WhatsApp-Image-2019-07-04-at-15.50.29.jpeg');
}

.slide-28.sldire45y {
  background-image: url('../images/WhatsApp-Image-2019-11-08-at-13.02.05.jpeg');
}

.slide-28.x3 {
  background-image: url('../images/WhatsApp-Image-2020-02-25-at-13.37.38.jpeg');
}

.slide-28.x3.v3 {
  background-image: url('../images/v3.jpg');
}

.slide-28.x3.o3 {
  background-image: url('../images/o3.jpeg');
}

.slide-28.x3.t3 {
  background-image: url('../images/3_20.jpg');
}

.slide-28.x3.g3 {
  background-image: url('../images/g3.jpeg');
}

.slide-28.l3 {
  background-image: url('../images/l3.jpg');
}

.slide-28.o3 {
  background-image: url('../images/o3.jpg');
}

.slide-29 {
  background-image: url('../images/tree-1110x623.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-29.s2-4 {
  background-image: url('../images/s2-4.jpg');
}

.slide-29.s2-4.xsyui {
  background-image: url('../images/IMG-20181022-WA0060.jpg');
}

.slide-29.s2-4.xsyui.rewq {
  background-image: url('../images/WhatsApp-Image-2019-08-01-at-13.01.34-5.jpeg');
}

.slide-29.fggghyu {
  background-image: url('../images/IMG-20181024-WA0016.jpg');
}

.slide-30 {
  background-image: url('../images/s1-5.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-30.s3-5 {
  background-image: url('../images/WhatsApp-Image-2019-02-20-at-2.09.22-PM.jpeg');
  background-size: 479px;
}

.slide-30.s3-5.qwert {
  background-image: url('../images/IMG-20181024-WA0018.jpg');
}

.slide-30.btrewq {
  background-image: url('../images/IMG-20180910-WA0023.jpg');
}

.slide-30.btrewq.gyuiii {
  background-image: url('../images/IMG-20181022-WA0064.jpg');
}

.slide-30.btrewq.gyuiii.swqq {
  background-image: url('../images/WhatsApp-Image-2019-08-01-at-13.01.34-4.jpeg');
  background-size: cover;
}

.slide-30.qw21 {
  background-image: url('../images/WhatsApp-Image-2019-07-17-at-10.16.43-2.jpeg');
}

.slide-30.qw21.nbdewqw {
  background-image: url('../images/WhatsApp-Image-2019-08-16-at-15.41.33.jpeg');
}

.slide-30.qw21.leonbv {
  background-image: url('../images/WhatsApp-Image-2019-08-16-at-15.42.20.jpeg');
}

.slide-30.qw21.leonbv.geneds {
  background-image: url('../images/WhatsApp-Image-2019-08-16-at-15.42.40.jpeg');
}

.slide-30.qw21.mlenq {
  background-image: url('../images/WhatsApp-Image-2019-08-16-at-15.43.28.jpeg');
}

.slide-30.gyuio987 {
  background-image: url('../images/WhatsApp-Image-2019-11-08-at-13.02.09.jpeg');
}

.slide-30.njuy67 {
  background-image: url('../images/WhatsApp-Image-2019-11-08-at-13.02.11-2.jpeg');
}

.slide-30.vcbbnnn {
  background-image: url('../images/WhatsApp-Image-2019-11-08-at-13.02.12-1.jpeg');
}

.slide-30.de4321 {
  background-image: url('../images/WhatsApp-Image-2019-11-08-at-13.02.12-3.jpeg');
}

.slide-30.x4r {
  background-image: url('../images/x5.jpg');
}

.slide-30.x4r.v5 {
  background-image: url('../images/v5.jpg');
}

.slide-30.x4r.o5 {
  background-image: url('../images/o5.jpeg');
}

.slide-30.x4r.t5 {
  background-image: url('../images/t5.jpeg');
}

.slide-30.x4r.t5.sl1111 {
  background-image: url('../images/5.jpg');
}

.slide-30.vcxse4 {
  background-image: url('../images/x6.jpg');
}

.slide-30.vcxse4.v6 {
  background-image: url('../images/v6.jpg');
}

.slide-30.vcxse4.o6 {
  background-image: url('../images/o6.jpeg');
}

.slide-30.vcxse4.t6 {
  background-image: url('../images/t6.jpeg');
}

.slide-30.vcxse4.t6.sl333 {
  background-image: url('../images/6.jpg');
}

.slide-30.xzaq2 {
  background-image: url('../images/x7.jpg');
}

.slide-30.xzaq2.v7 {
  background-image: url('../images/v7.jpg');
}

.slide-30.xzaq2.o7 {
  background-image: url('../images/o7.jpeg');
}

.slide-30.xzaq2.t7 {
  background-image: url('../images/t7.jpeg');
}

.slide-30.xzaq2.t7.slll {
  background-image: url('../images/7.jpg');
}

.slide-30.xzaq2.t8 {
  background-image: url('../images/t8.jpeg');
}

.slide-30.xzaq2.t8.sl444 {
  background-image: url('../images/8.jpg');
}

.slide-30.xzaq2.t8.sl555 {
  background-image: url('../images/9.jpg');
}

.slide-30.xzaq2.t8.sl77 {
  background-image: url('../images/10.jpg');
}

.slide-30.xzaq2.t8.sl88 {
  background-image: url('../images/11.jpg');
}

.slide-30.xzaq2.t8.sl99 {
  background-image: url('../images/12.jpg');
}

.slide-30.xzaq2.t8.sl100 {
  background-image: url('../images/13.jpg');
}

.slide-30.gtrewq {
  background-image: url('../images/x8.jpg');
}

.slide-30.gtrewq.v8 {
  background-image: url('../images/v8.jpg');
}

.slide-30.gtrewq.v9 {
  background-image: url('../images/v9.jpg');
}

.slide-30.gtrewq.v10 {
  background-image: url('../images/v10.jpg');
}

.slide-30.gtrewq.v11 {
  background-image: url('../images/v11.jpg');
}

.slide-31 {
  background-image: url('../images/s1-6.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-31.ghyt {
  background-image: url('../images/IMG-20180910-WA0025.jpg');
}

.slide-31.ghyt.iio {
  background-image: url('../images/WhatsApp-Image-2019-08-01-at-13.01.34-6.jpeg');
}

.slide-31.wqszx {
  background-image: url('../images/WhatsApp-Image-2019-07-04-at-15.51.29.jpeg');
}

.slide-31._21wsxz {
  background-image: url('../images/WhatsApp-Image-2019-07-04-at-15.51.30.jpeg');
}

.slide-31.qw214 {
  background-image: url('../images/WhatsApp-Image-2019-07-04-at-15.51.31-1.jpeg'), url('../images/s1-6.jpg');
  background-position: 50%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
}

.div-block-68 {
  background-color: #fff;
  height: auto;
  padding: 20px 30px;
}

.div-block-68.div-last {
  height: 400px;
}

.text-block-157 {
  text-align: left;
  margin-bottom: 5px;
  font-size: 19px;
  line-height: 25px;
}

.column-112 {
  padding-left: 0;
  padding-right: 0;
}

.column-112.dedw2 {
  background-color: var(--white);
  padding-bottom: 10px;
  padding-left: 12px;
}

.column-113 {
  background-color: #fff;
  padding-left: 0;
  padding-right: 0;
}

.slider-12 {
  background-image: url('../images/x8.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
}

.slider-12.slider-last {
  height: 550px;
}

.slider-12.slider-last.golf {
  height: 361px;
}

.link-79 {
  letter-spacing: 2px;
  background-color: #e32d15;
  border-radius: 3px;
  transition: background-color .5s;
}

.link-79:hover {
  background-color: #ce210b;
}

.linea-title {
  background-color: #e32d15;
  width: 10%;
  height: 3px;
  margin-bottom: 16px;
}

.row-40 {
  background-color: var(--white);
  margin-bottom: 30px;
  box-shadow: 1px 1px 11px -1px #00000069;
}

.text-block-159 {
  letter-spacing: 1px;
  font-size: 17px;
  line-height: 33px;
}

.text-block-159.dddf09 {
  letter-spacing: 0;
  margin-bottom: 0;
}

.text-block-159.dddf09.re3456 {
  margin-bottom: 36px;
}

.text-block-160 {
  margin-bottom: 31px;
}

.text-block-161 {
  margin-bottom: 13px;
  font-style: normal;
}

.text-block-161.dertw, .text-block-161.dertw.deecc {
  line-height: 33px;
}

.text-block-163 {
  color: #726f6f;
  letter-spacing: 2px;
  font-family: Oswald, sans-serif;
  font-size: 27px;
  line-height: 37px;
}

.text-block-164 {
  margin-bottom: 9px;
  font-family: Oswald, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 32px;
}

.text-block-164.title3-bb {
  color: #fff;
  letter-spacing: 0;
  margin-bottom: 19px;
  font-size: 42px;
  line-height: 39px;
}

.section-77 {
  background-image: url('../images/s2_1.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-70 {
  background-color: #e32d15ed;
  border-radius: 4px;
  padding: 40px 35px;
}

.text-block-165 {
  color: #fff;
  margin-bottom: 33px;
  font-size: 16px;
}

.div-block-71 {
  background-color: #2c2a2a;
  height: 400px;
  padding: 50px 50px 50px 99px;
}

.column-114 {
  padding-left: 0;
  padding-right: 0;
}

.items-contact-bb {
  color: #fff;
  background-image: url('../images/location.png');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 25px;
  margin-bottom: 15px;
  padding-left: 29px;
  line-height: 28px;
}

.items-contact-bb.itemscontact-fono {
  background-image: url('../images/icon2.png');
  background-size: 25px;
}

.items-contact-bb.itemscontact-fono.items-contact-celu {
  background-image: url('../images/telefono-antiguo2.png');
  background-size: 25px;
}

.items-contact-bb.items-email-bb {
  background-image: url('../images/sobre2.png');
  background-size: 25px;
}

.link-80, .link-81 {
  color: #fff;
  text-decoration: none;
}

.column-115 {
  padding-left: 0;
  padding-right: 0;
}

.link-82, .link-84 {
  color: #353232;
  text-decoration: none;
}

.link-85 {
  color: #fff;
  text-decoration: none;
}

.link-86 {
  color: #333;
  text-decoration: none;
}

.div-harm2 {
  background-color: #dbf2c8;
  height: 0;
  padding: 0 20px;
  overflow: hidden;
}

.bodyva {
  background-image: linear-gradient(#00000080, #00000080), url('../images/ban.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  font-family: Raleway, sans-serif;
}

.banva {
  padding-top: 20px;
  padding-bottom: 50px;
  position: static;
  top: 57px;
}

.txtbanva {
  color: #fff;
  text-align: center;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin-top: 100px;
  margin-bottom: 10px;
  font-size: 50px;
  font-weight: 300;
  line-height: 50px;
}

.logova {
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.fotva {
  background-color: var(--dim-grey-2);
  padding: 50px 100px;
}

.fotva.fotva2 {
  padding-top: 20px;
}

.txtfotva {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 25px;
}

.txtfonofotva {
  color: #fff;
  background-image: url('../images/phone-symbol-of-an-auricular-inside-a-circle.png');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 25px;
  margin-bottom: 10px;
  padding-left: 30px;
  font-size: 20px;
  line-height: 30px;
}

.txtfonofotva.mailfotva {
  background-image: url('../images/email-1_1.png');
  background-size: 25px;
}

.htmlva {
  margin-top: 20px;
}

.linkva {
  color: #fff;
  text-decoration: none;
}

.columns-2 {
  align-items: center;
  display: none;
}

.italic-text-2, .italic-text-23, .italic-text-24 {
  font-style: normal;
}

.bodyan {
  font-family: Montserrat, sans-serif;
}

.headan {
  z-index: 3;
  background-color: #fff;
  width: 100%;
  padding: 10px 50px;
  position: fixed;
}

.txtbanan {
  color: #fff;
  text-align: center;
  border-bottom: 1px solid #fff;
  width: 50%;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 60px;
}

.txtbanan.txtgracan {
  width: 80%;
}

.banan {
  background-image: linear-gradient(#0006, #0006), url('../images/Brokerage.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  padding: 150px 50px 100px;
}

.txtbanan2 {
  background-color: var(--midnight-blue-3);
  color: #fff;
  text-align: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 19px;
}

.forman {
  background-color: #ffffffa3;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
}

.btnenviaran {
  background-color: #00306b;
  width: 100%;
}

.infoan {
  margin-top: 0;
  padding: 100px 50px;
}

.infoan.infoan2 {
  background-color: #ebebeb;
}

.txtinfoan {
  border-bottom: 4px solid var(--dark-grey-2);
  color: var(--midnight-blue-3);
  margin-bottom: 0;
  font-size: 40px;
  line-height: 50px;
}

.slideran {
  height: 205px;
}

.txtofan {
  background-color: var(--midnight-blue-3);
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 900;
}

.divan {
  background-color: var(--midnight-blue-3);
  padding: 15px 10px;
}

.txtan {
  color: #fff;
  background-image: url('../images/maps-and-flags_1.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-top: 10px;
  padding-left: 25px;
  font-size: 16px;
  line-height: 30px;
}

.tabsan {
  margin-left: 10px;
  margin-right: 10px;
}

.imgslian {
  width: 100%;
}

.txtand1 {
  margin-top: 15px;
  padding-left: 10px;
  font-size: 16px;
  font-style: italic;
}

.divan1 {
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  margin-top: 15px;
  padding: 10px;
}

.txtufan {
  color: var(--midnight-blue-3);
  margin-top: 10px;
  font-size: 20px;
  font-weight: 400;
}

.divan3 {
  color: var(--dark-grey-2);
  text-align: center;
  font-weight: 700;
}

.footeran {
  background-color: #fff;
  padding: 50px;
}

.txtfotan {
  color: #fff;
  background-image: url('../images/phone-receiver_1.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 25px;
  margin-top: 20px;
  padding-left: 30px;
  font-size: 20px;
  line-height: 30px;
}

.txtfotan.txtfotan2 {
  background-image: url('../images/close-envelope_2.png');
  margin-left: 100px;
}

.txtfotan.txtfotan3 {
  color: var(--midnight-blue-3);
  background-image: url('../images/facebook-placeholder-for-locate-places-on-maps-1.png');
  margin-left: 0;
}

.txtfotan.txtheadan {
  color: var(--midnight-blue-3);
  background-image: url('../images/phone-receiver_1.png');
  margin-top: 5px;
  margin-left: 15px;
}

.txtfotan.txtheadan.txtheadan2 {
  background-image: url('../images/close-envelope_2.png');
  margin-top: 5px;
}

.txtfotan.txtheadan.txtheadan2.txtwhatan {
  background-image: url('../images/whatsapp_PNG1.png');
  background-size: 20px;
}

.txtfotan.txtheadan.txtheadab3 {
  margin-top: 0;
}

.htmlan {
  margin-top: 20px;
}

.linkan {
  color: var(--midnight-blue-3);
  text-decoration: none;
}

.linkan.linkan2 {
  color: var(--midnight-blue-3);
}

.callan {
  background-color: var(--midnight-blue-3);
  padding: 50px;
}

.callan.callan2 {
  background-color: var(--midnight-blue-3);
}

.text-block-184 {
  color: #fff;
  text-align: left;
  font-size: 45px;
  line-height: 40px;
}

.btnan {
  background-color: var(--dark-grey-2);
  text-align: center;
  border-radius: 10px;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 20px;
}

.btnan.btnheadan {
  float: right;
  background-color: var(--midnight-blue-3);
  width: 80%;
  margin-top: 10px;
  padding: 10px;
  font-size: 16px;
}

.txtbajan {
  color: var(--midnight-blue-3);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 900;
  line-height: 30px;
}

.submit-button-16 {
  color: #343434;
  background-color: #fdd13e;
  width: 100%;
}

.section-89 {
  background-color: #343434;
  padding-top: 2%;
  padding-bottom: 2%;
}

.section-90 {
  background-color: #fdd13e;
}

.column-130 {
  background-color: #343434e6;
  padding-top: 8%;
  padding-bottom: 8%;
}

.column-131 {
  background-color: #343434;
  justify-content: space-between;
  padding-top: 2%;
  padding-bottom: 2%;
}

.field-label-6 {
  color: #fff;
  font-size: 30px;
  line-height: 36px;
}

.body-11 {
  text-align: center;
  font-family: Raleway, sans-serif;
}

.section-91 {
  background-image: url('../images/bauschutt.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.columns-3, .columns-4 {
  align-items: center;
  display: flex;
}

.paragraph-19 {
  color: #fff;
}

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

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

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

.link-91 {
  color: #fff;
  text-decoration: none;
}

.text-block-185 {
  color: #fff;
  font-size: 38px;
  line-height: 44px;
}

.columns-6 {
  align-items: center;
  padding-top: 1%;
  padding-bottom: 1%;
  display: flex;
}

.column-134 {
  margin-left: auto;
  margin-right: auto;
}

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

.text-block-187 {
  color: #fff;
  text-align: left;
  font-size: 32px;
  font-weight: 200;
  line-height: 38px;
}

.text-block-188 {
  color: #fff;
  text-align: left;
  font-size: 48px;
  font-weight: 600;
  line-height: 54px;
}

.div-block-73 {
  background-color: #343434d9;
  padding: 4% 3%;
  box-shadow: 1px 1px 3px #000;
}

.text-block-189 {
  text-align: left;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 800;
  line-height: 38px;
}

.column-136 {
  padding-top: 1%;
  padding-bottom: 1%;
}

.columns-7 {
  align-items: stretch;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.section-92 {
  background-color: #eee;
  padding-top: 8%;
  padding-bottom: 8%;
}

.text-block-190 {
  margin-top: 2%;
  font-size: 42px;
  font-weight: 800;
  line-height: 48px;
}

.text-block-191 {
  margin-top: 2%;
  margin-bottom: 2%;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
}

.container-8 {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 1px 1px 3px #000;
}

.button-23 {
  color: #343434;
  background-color: #fdd13e;
  border-radius: 15px;
  box-shadow: 1px 1px 3px #000;
}

.column-137 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  display: flex;
}

.column-137.dsfg3, .column-137.fgd {
  padding-left: 0;
  padding-right: 0;
}

.column-139 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 20px;
  display: flex;
}

.column-139.ds43 {
  padding-left: 0;
  padding-right: 0;
}

.image-61 {
  border-bottom-right-radius: 15px;
}

.image-62 {
  padding-right: 10px;
}

.section-93 {
  background-color: #343434;
  padding-top: 3%;
  padding-bottom: 3%;
}

.section-94 {
  background-color: #fdd13e;
  padding-top: 1%;
  padding-bottom: 1%;
}

.html-embed-4 {
  text-align: left;
}

.div-block-75 {
  text-align: center;
  align-items: center;
}

.text-block-192 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.image-63, .image-64 {
  margin-top: 1%;
  margin-bottom: 1%;
}

.link-92, .link-93 {
  color: #fff;
  text-decoration: none;
}

.list {
  color: #fff;
  text-align: left;
  font-size: 22px;
  font-weight: 300;
  line-height: 28px;
}

.section-95 {
  background-image: linear-gradient(#fdd13e91, #fdd13e91), url('../images/Backhoe_GettyImages-664979638.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 6%;
  padding-bottom: 6%;
}

.text-block-193 {
  font-size: 42px;
  font-weight: 700;
  line-height: 52px;
}

.button-24 {
  background-color: #343434;
  margin-top: 2%;
  font-size: 26px;
  line-height: 32px;
}

.heading-32 {
  background-color: #fdd13e;
  margin-top: 20%;
  margin-bottom: 20%;
  padding-top: 2%;
  padding-bottom: 2%;
  box-shadow: 1px 1px 3px #000;
}

.sderm {
  background-image: url('../images/WhatsApp-Image-2019-05-16-at-2.00.00-PM-2.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.sderm.sqwz {
  background-image: url('../images/WhatsApp-Image-2019-07-17-at-10.16.43-1.jpeg');
}

.sderm.sqwz.cdewq {
  background-image: url('../images/WhatsApp-Image-2019-08-16-at-15.41.20.jpeg');
}

.sderm.qwer21 {
  background-image: url('../images/WhatsApp-Image-2019-07-04-at-15.50.30.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
}

.sderm.kioc {
  background-image: url('../images/WhatsApp-Image-2019-11-08-at-13.02.07.jpeg');
  background-repeat: no-repeat;
}

.sderm.x4 {
  background-image: url('../images/WhatsApp-Image-2020-02-25-at-13.26.22-4.jpeg');
  background-repeat: no-repeat;
}

.sderm.x4.v4 {
  background-image: url('../images/v4.jpg');
}

.sderm.x4.o4 {
  background-image: url('../images/04.jpeg');
}

.sderm.x4.t4 {
  background-image: url('../images/t4.jpeg');
}

.sderm.x4.t4.sl111 {
  background-image: url('../images/4_13.jpg');
}

.sderm.x4.g4 {
  background-image: url('../images/g4.jpeg');
}

.sderm.x4.g5 {
  background-image: url('../images/g5.jpeg');
}

.columns-8, .image-65 {
  display: none;
}

.dfre4 {
  background-image: url('../images/WhatsApp-Image-2019-07-17-at-10.16.43-6.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.dfre4.dewq12 {
  background-image: url('../images/WhatsApp-Image-2019-07-17-at-10.16.43.jpeg');
}

.dfre4.dewq12.fgrtry {
  background-image: url('../images/WhatsApp-Image-2019-07-04-at-15.51.32-1.jpeg');
}

.dfre4.dewq12.fre3 {
  background-image: url('../images/WhatsApp-Image-2019-07-04-at-15.51.32-2.jpeg');
}

.dfre4.dewq12.fvbnm {
  background-image: url('../images/WhatsApp-Image-2019-07-04-at-15.51.32-3.jpeg');
}

.dfre4.dewq12.vcdee {
  background-image: url('../images/WhatsApp-Image-2019-07-04-at-15.51.32.jpeg');
}

.dfre4.gtyuu8 {
  background-image: url('../images/WhatsApp-Image-2019-07-04-at-15.51.31.jpeg');
}

.rerty {
  background-image: url('../images/WhatsApp-Image-2019-07-04-at-15.50.29-2.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.qw133 {
  background-image: url('../images/WhatsApp-Image-2019-07-04-at-15.51.29-1.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.swqq {
  background-image: url('../images/WhatsApp-Image-2019-07-04-at-15.51.33.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.column-143 {
  text-align: center;
}

.img-ec-1 {
  margin-bottom: 12px;
}

.img-ec-1.img-ec-2.hnmi90 {
  margin-bottom: 15px;
}

.columns-9 {
  margin-top: 32px;
  display: none;
}

.slide-53 {
  background-image: url('../images/WhatsApp-Image-2019-11-08-at-13.02.12.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.trem9 {
  background-image: url('../images/WhatsApp-Image-2019-11-08-at-13.02.13-1.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.uuyy {
  background-image: url('../images/WhatsApp-Image-2019-11-08-at-13.02.13.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.link-94 {
  color: var(--black);
  text-decoration: none;
}

.link-94.bhuio {
  color: #fff;
}

.link-95, .link-96 {
  color: #333;
  text-decoration: none;
}

.grid {
  grid-template-rows: auto auto auto auto;
  grid-template-areas: "Area"
                       "."
                       "."
                       ".";
}

.div-galerry {
  background-image: url('../images/WhatsApp-Image-2019-12-19-at-10.13.23.jpeg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
}

.div-galerry.dg1 {
  background-image: url('../images/WhatsApp-Image-2019-12-19-at-10.13.25-1.jpeg');
  background-position: 50%;
}

.div-galerry.gd2 {
  background-image: url('../images/WhatsApp-Image-2019-12-19-at-10.13.25.jpeg');
  background-position: 50%;
}

.div-galerry.dg4 {
  background-image: url('../images/WhatsApp-Image-2019-12-19-at-10.13.26.jpeg');
  background-position: 0 0;
}

.div-galerry.gd5 {
  background-image: url('../images/WhatsApp-Image-2019-12-19-at-10.13.29-1.jpeg');
  background-position: 50%;
}

.div-galerry.dg56 {
  background-image: url('../images/WhatsApp-Image-2019-12-19-at-10.13.28.jpeg');
}

.div-galerry.dg7 {
  background-image: url('../images/WhatsApp-Image-2019-12-19-at-10.13.29.jpeg');
  background-position: 50%;
}

.se34 {
  background-image: url('../images/o2.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.g7 {
  background-image: url('../images/g7.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.g8 {
  background-image: url('../images/g8.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.g9 {
  background-image: url('../images/g9.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.g10 {
  background-image: url('../images/g10.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.g11 {
  background-image: url('../images/g11.jpeg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.g11.c1 {
  background-image: url('../images/C1.jpeg');
}

.g11.c1.a1 {
  background-image: url('../images/A1.jpeg');
}

.c2 {
  background-image: url('../images/C2.jpeg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.c3 {
  background-image: url('../images/C3.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.c4 {
  background-image: url('../images/C4.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.c5 {
  background-image: url('../images/C5.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.a2 {
  background-image: url('../images/A2.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.a3 {
  background-image: url('../images/A3.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.a4 {
  background-image: url('../images/A4.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.a5 {
  background-image: url('../images/A5.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.a6 {
  background-image: url('../images/A6.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.a7 {
  background-image: url('../images/A7.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.a8 {
  background-image: url('../images/A8.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.a9 {
  background-image: url('../images/A9.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.a10 {
  background-image: url('../images/A10.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.text-block-194 {
  text-align: center;
  margin-top: 24px;
  font-size: 33px;
  font-weight: 500;
  line-height: 33px;
}

.pagos-tb {
  background-color: #e9e9e9;
  padding-top: 40px;
  padding-bottom: 40px;
}

.link-97 {
  color: #2c2b2b;
  text-decoration: none;
}

.italic-text-25 {
  line-height: 23px;
}

.whatsapp-gs {
  z-index: 100;
  text-align: center;
  letter-spacing: 0;
  object-fit: fill;
  background-color: #0dc152;
  background-image: url('../images/whatsapp-2_1whatsapp (2).png');
  background-position: 5%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: 100px;
  width: 19%;
  margin-bottom: 17px;
  margin-left: 20px;
  font-family: Oswald, sans-serif;
  font-size: 17px;
  line-height: 27px;
  transition: box-shadow .2s;
  display: block;
  position: fixed;
  inset: auto auto 0% 0%;
  box-shadow: 3px 3px 8px -2px #00000078;
}

.whatsapp-gs:hover {
  background-color: #0db64e;
  margin-bottom: 17px;
  box-shadow: 5px 5px 12px #00000078;
}

.whatsapp-gs.whats-ner {
  text-align: center;
  background-position: 13%;
  width: 10%;
  margin-left: 0;
  margin-right: 20px;
  padding-left: 35px;
  font-size: 20px;
  inset: auto 0% 0% auto;
}

.column-146 {
  text-align: center;
}

.section-96 {
  padding-bottom: 17px;
}

.link-98 {
  color: #252525;
  text-decoration: none;
}

.text-block-195 {
  margin-bottom: 16px;
  font-size: 18px;
}

.bodyin {
  font-family: Raleway, sans-serif;
}

.headin {
  padding-top: 10px;
  padding-bottom: 10px;
}

.banin {
  background-image: url('../images/ban2.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;
}

.divin {
  background-color: #002c66bd;
  padding: 20px;
}

.txtbanin {
  color: #fff;
  text-align: center;
  font-size: 26px;
  line-height: 30px;
}

.txtbanin2 {
  border-bottom: 2px solid var(--white);
  color: #fff;
  text-align: center;
  font-size: 45px;
  font-weight: 900;
  line-height: 45px;
}

.txtescrin {
  color: #fff;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.txtbain2 {
  color: #fff;
  text-align: justify;
  font-size: 18px;
  line-height: 25px;
}

.btnenviarin {
  background-color: var(--midnight-blue-4);
  width: 100%;
}

.formin {
  background-color: var(--forest-green);
  margin-top: 40px;
  padding: 10px;
}

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

.txtibfoin {
  border-bottom: 1px solid var(--forest-green);
  color: var(--midnight-blue-4);
  text-align: center;
  margin-bottom: 40px;
  font-size: 38px;
  line-height: 40px;
}

.txtibfoin.infoin2 {
  color: #fff;
}

.txtibfoin.infoin2.infoin33 {
  text-align: left;
  width: 60%;
  font-size: 25px;
  line-height: 30px;
}

.txtibfoin.desin {
  margin-top: 100px;
}

.text-block-196 {
  text-align: justify;
  font-size: 16px;
  line-height: 23px;
}

.text-block-196._2222 {
  text-align: center;
}

.btncontin {
  background-color: var(--midnight-blue-4);
  text-align: center;
  border-radius: 100px;
  width: 60%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  display: block;
}

.btncontin.btndesin {
  width: 50%;
}

.lightin {
  padding: 6px;
}

.callin {
  background-color: var(--midnight-blue-4);
  padding-top: 50px;
  padding-bottom: 50px;
}

.divcalin {
  text-align: center;
}

.txtcallin {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
}

.txtnin {
  font-size: 40px;
  font-weight: 900;
  line-height: 40px;
}

.txtlistin {
  background-image: url('../images/tick.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 12px;
  padding-left: 16px;
  font-size: 16px;
  line-height: 30px;
}

.divin1 {
  color: #fff;
  text-align: center;
  margin-top: 15px;
  font-size: 17px;
  line-height: 20px;
}

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

.fotin {
  background-color: #333;
  padding-top: 50px;
  padding-bottom: 50px;
}

.logofotin {
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.txtfotin {
  color: #fff;
  background-image: url('../images/i2_2.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 10px;
  padding-left: 30px;
  font-size: 16px;
  line-height: 30px;
}

.txtfotin.fotin2 {
  background-image: url('../images/i3_2.png');
}

.txtfotin.fotin2.fotin1 {
  margin-top: 10px;
}

.txtfotin.fotin3 {
  background-image: url('../images/i1_2.png');
}

.txtfotin.fotin3.fotin11 {
  margin-top: 10px;
}

.txtfotin.fotin4 {
  background-image: url('../images/i4_1.png');
  background-position: 0 10%;
  background-size: 20px;
}

.linkin {
  color: var(--white);
  text-decoration: none;
}

.linkin.linkin2 {
  color: var(--midnight-blue-4);
}

.htmlin {
  margin-top: 30px;
}

.logoin {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container-li {
  max-width: 87%;
}

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

.text-block-197 {
  text-align: center;
  letter-spacing: 2px;
  font-size: 15px;
}

.htc {
  text-align: center;
  background-image: url('../images/llamada-telefonica.svg');
  background-position: 21%;
  background-repeat: no-repeat;
  background-size: 19px;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}

.htc.htc-email {
  background-image: url('../images/email.svg');
  background-position: 0%;
}

.link-99 {
  color: #1d1d1d;
  text-decoration: none;
}

.section-97 {
  background-image: linear-gradient(272deg, #0009, #fff0), url('../images/banner2.jpg');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  height: 700px;
}

.text-block-198 {
  color: #fff;
  letter-spacing: 3px;
  margin-top: 146px;
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 37px;
}

.body-12 {
  font-family: Montserrat, sans-serif;
}

.text-block-199 {
  font-weight: 800;
}

.text-block-200 {
  color: #fff;
  font-size: 34px;
  font-weight: 800;
  line-height: 58px;
}

.text-block-200.tgfrt {
  margin-top: 174px;
}

.text-block-201 {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  background-color: #00d3de;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  margin-top: 118px;
  font-size: 16px;
  font-weight: 500;
  line-height: 49px;
}

.text-block-201.frt67 {
  background-color: var(--red);
}

.div-form-icr {
  background-color: #ffffffba;
  border-radius: 0;
  padding: 33px 20px;
  box-shadow: 3px 3px 9px -3px #00000070;
}

.btn-form-ids {
  background-color: #03b9c4;
  width: 100%;
}

.btn-form-ids.gty67 {
  background-color: var(--red);
}

.text-block-202 {
  color: var(--white);
  margin-bottom: 31px;
  font-size: 17px;
  line-height: 28px;
}

.btn-left {
  background-color: var(--red);
  border-radius: 5px;
  padding-left: 32px;
  padding-right: 32px;
  font-size: 15px;
  line-height: 28px;
  transition: background-color .4s;
}

.btn-left:hover {
  background-color: #d12d17;
}

.column-147 {
  letter-spacing: 0;
  font-size: 14px;
}

.section-98 {
  background-color: #f1f1f1;
  padding-top: 80px;
  padding-bottom: 80px;
}

.div-img-serv {
  background-image: url('../images/Imagen-002.jpg');
  background-position: 100%;
  background-size: cover;
  height: 450px;
}

.div-img-serv.div-s3 {
  background-image: url('../images/Imagen-003.jpg');
  background-position: 50% 0;
}

.div-img-serv.div-img4 {
  background-image: url('../images/Imagen-004.jpg');
}

.div-img-serv.img-serv5 {
  background-image: url('../images/Imagen-006.JPG');
}

.div-img-serv.dfr6 {
  background-image: url('../images/Imagen-008.jpg');
}

.column-148 {
  padding-left: 0;
  padding-right: 0;
}

.div-text-serv {
  background-color: #fff;
  height: 450px;
  padding: 40px 60px 60px;
}

.column-149 {
  padding-left: 0;
  padding-right: 0;
}

.text-block-203 {
  margin-bottom: 31px;
  font-size: 15px;
  line-height: 27px;
}

.text-block-204 {
  color: #fff;
  background-color: #000;
  border-top-right-radius: 10px;
  padding: 10px 20px;
  font-size: 22px;
  font-weight: 600;
  line-height: 27px;
}

.column-150 {
  padding-left: 0;
  padding-right: 0;
}

.text-block-205 {
  text-align: center;
  margin-bottom: 12px;
  font-size: 40px;
  font-weight: 700;
  line-height: 46px;
}

.columns-11 {
  margin-bottom: 73px;
}

.btn-call1-id {
  color: #fff;
  letter-spacing: 2px;
  background-color: #bdc6c600;
  border: 1px solid #fff;
  margin-top: 42px;
  font-size: 16px;
}

.btn-call1-id:hover {
  color: #fff;
  background-color: #fcc724;
  border-color: #fcc724;
}

.btn-call1-id.w--current {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
}

.btn-call1-id.btn-css {
  margin-top: 36px;
  font-size: 17px;
}

.btn-call1-id.btn-css:hover {
  color: #fff;
  background-color: #fcc724;
  border-color: #fcc724;
}

.text-block-206 {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: 29px;
}

.div-block-5 {
  background-color: #000040d4;
  padding: 60px;
}

.title1-servcisio {
  color: #6b7475;
  text-align: center;
  letter-spacing: 5px;
  font-size: 18px;
  font-weight: 500;
}

.title1-servcisio.ltr {
  color: #fcc724;
  text-align: left;
}

.section-99 {
  background-image: linear-gradient(107deg, #0000, #0000009e), url('../images/canstockphoto31830311-2.jpg');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-99.sder {
  background-image: url('../images/the-statue-of-justice-symbol.jpg');
  background-position: 0%;
  background-size: cover;
  background-attachment: fixed;
}

.title-2-serv {
  color: #313030;
  text-align: center;
  margin-bottom: 38px;
  font-size: 40px;
  font-weight: 900;
  line-height: 51px;
}

.title-2-serv.ase43 {
  color: #fff;
  text-align: left;
  text-shadow: 1px 1px 1px #00000082;
  margin-bottom: 27px;
  font-size: 36px;
}

.title-2-serv.tcf {
  color: #000;
  margin-bottom: 18px;
}

.column-152 {
  padding-left: 0;
  padding-right: 0;
}

.div-block-76 {
  background-color: #2e2e2e;
  height: 550px;
  padding: 60px 140px 60px 60px;
}

.column-153 {
  padding-left: 0;
  padding-right: 0;
}

.div-block-77 {
  background-color: #313131;
  background-image: url('../images/Imagen-009.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 549px;
  padding: 60px 60px 60px 140px;
}

.text-block-207 {
  color: #fff;
  margin-bottom: 25px;
  font-size: 40px;
  font-weight: 700;
  line-height: 44px;
}

.text-block-208 {
  color: #fff;
  margin-bottom: 41px;
  font-size: 15px;
  line-height: 30px;
}

.list-2 {
  color: #fff;
  margin-bottom: 30px;
  padding-left: 4px;
  font-size: 17px;
  line-height: 30px;
}

.text-block-209 {
  margin-bottom: 8px;
}

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

.link-9 {
  color: #424242;
  letter-spacing: 0;
  font-size: 17px;
  line-height: 31px;
  text-decoration: none;
}

.text-block-210 {
  text-align: justify;
  letter-spacing: 0;
  margin-bottom: 36px;
  font-size: 15px;
}

.text-block-210.text-cf {
  text-align: center;
  margin-bottom: 42px;
  font-size: 18px;
}

.text-block-210.text-cf.vfrt5 {
  margin-top: 0;
}

.contact-header-irv {
  text-align: center;
  letter-spacing: 0;
  background-image: url('../images/telefono_1telefono.png');
  background-position: 20%;
  background-repeat: no-repeat;
  background-size: 19px;
  margin-top: 20px;
  font-size: 19px;
  line-height: 22px;
}

.contact-header-irv.gtrrrp {
  background-image: url('../images/ring-phone.png');
  background-position: 34%;
  background-size: 40px;
  font-size: 20px;
  line-height: 30px;
}

.contact-header-irv.gtrrrp.rci {
  background-image: url('../images/phone_1phone.png');
}

.contact-header-irv.gtrrrp.rci.rtgt {
  background-size: 24px;
}

.contact-header-irv.cw {
  background-image: url('../images/correo_1correo.png');
  background-position: 38%;
  background-size: 21px;
  font-size: 20px;
  line-height: 24px;
}

.contact-header-irv.cw.celular-f {
  letter-spacing: 0;
  background-position: 19%;
}

.contact-header-irv.cw.celular-f.wder {
  background-image: url('../images/whatsapp.svg');
  background-position: 32%;
  background-size: 28px;
  font-size: 17px;
  line-height: 30px;
}

.contact-header-irv.cw.celular-f.wder.rcwp {
  background-image: url('../images/whatsapp-1.png');
}

.contact-header-irv.cw.celular-f.wder.rcwp.tgtfg {
  background-image: url('../images/whatsapp_PNG1.png');
}

.contact-header-irv.cw.fp {
  letter-spacing: 0;
  background-image: url('../images/tarjeta_1tarjeta.png');
  background-position: 6%;
  margin-bottom: 9px;
}

.contact-header-irv.cw.fp.yy66 {
  background-image: url('../images/correo-electronico.svg');
  background-position: 36%;
  background-size: 24px;
  margin-bottom: 3px;
  font-size: 19px;
}

.contact-header-irv.cw.fp.yy66.rci {
  background-image: url('../images/correo-electronico.png');
  background-size: 40px;
}

.contact-header-irv.cw.fp.yy66.rci.gtgt {
  background-image: url('../images/close-envelope_2.png');
  background-size: 24px;
}

.contacto-impre {
  padding-top: 74px;
  padding-bottom: 88px;
}

.num-tel {
  color: #000;
  text-align: center;
  letter-spacing: 0;
  font-size: 21px;
  font-weight: 700;
  line-height: 35px;
}

.num-tel.num-wtas {
  font-size: 19px;
}

.num-tel.num-wtas.ret56 {
  line-height: 22px;
}

.html-embed-5 {
  margin-top: 73px;
}

.fotlu {
  background-color: #000;
  padding: 50px 100px;
}

.fotlu.firma-cp {
  padding-top: 20px;
  padding-bottom: 20px;
}

.htmllu {
  margin-top: 0;
}

.form-2 {
  text-align: center;
}

.submit-button-10 {
  letter-spacing: 2px;
  background-color: #00bbe7;
  width: 100%;
}

.submit-button-10.btn-fg {
  background-color: #009694;
  border-radius: 6px;
}

.submit-button-10.btn-fg.rt567 {
  background-color: #f1a93700;
  border: 1px solid #fff;
  border-radius: 8px;
  width: 32%;
  transition: background-color .4s;
}

.submit-button-10.btn-fg.rt567:hover {
  color: #3b3b3b;
  background-color: #fff;
}

.submit-button-10.hju89 {
  background-color: var(--red);
  border-radius: 7px;
  width: 33%;
}

.txttabhu {
  color: #ea821e;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
}

.txttabhu.frt56 {
  color: #9c4824;
  text-align: center;
  margin-bottom: 11px;
}

.txttabhu.frt56.tyu8 {
  color: #535353;
}

.txttabhu.frt56.tyu8.yui {
  color: #fff;
  letter-spacing: 2px;
  margin-bottom: 23px;
  font-size: 24px;
  font-weight: 500;
}

.section-15 {
  background-color: #f6b54f;
  background-image: linear-gradient(#f6b54fe8, #f6b54fe8), url('../images/BONES.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, contain;
  background-attachment: scroll, fixed;
  padding-top: 26px;
  padding-bottom: 27px;
}

.section-15.hyu789 {
  background-color: #313131;
  background-image: none;
  padding-top: 53px;
  padding-bottom: 34px;
}

.container-vk {
  max-width: 80%;
}

.div-block-28 {
  background-color: #f6b54f;
  width: 10%;
  height: 4px;
}

.div-block-28.linea-left {
  margin-bottom: 48px;
}

.div-block-28.linea-left.linea-center {
  text-align: center;
  width: 6%;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-28.linea-left.linea-center.rt678 {
  background-color: var(--red);
  margin-bottom: 89px;
}

.div-block-28.linea-left.linea-center.rt678.yu890 {
  margin-bottom: 41px;
}

.div-block-28.linea-left.rt56hj {
  background-color: var(--red);
}

.text-block-211 {
  color: #fff;
  letter-spacing: 2px;
  margin-bottom: 33px;
  font-size: 19px;
}

.item-contact {
  color: var(--dark-slate-blue-3);
  text-align: center;
  letter-spacing: 0;
  font-size: 19px;
  font-weight: 600;
  line-height: 25px;
}

.item-contact.vbnml {
  font-size: 23px;
}

.link-73 {
  color: #4d4d4d;
  text-decoration: none;
}

.contact-header-ic {
  color: #3d5b96;
  text-align: center;
  letter-spacing: 3px;
  background-image: url('../images/manija-de-telefono-silueta_1manija-de-telefono-silueta.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-top: 23px;
  font-size: 13px;
}

.contact-header-ic.contact-env {
  color: #fff;
  background-image: url('../images/correo_3correo.png');
}

.contact-header-ic.contact-env.h-m-pr {
  color: #000;
  background-image: url('../images/correo_2correo.png');
}

.contact-header-ic.contact-env.h-m-pr.hm-cser {
  color: #393939;
  letter-spacing: 1px;
  background-image: url('../images/email_1.svg');
  margin-top: 12px;
}

.contact-header-ic.contact-env.h-m-pr.hm-cser.fvc3 {
  background-image: url('../images/envelope_1.svg');
  margin-top: 0;
}

.contact-header-ic.contact-env.h-m-pr.hm-cser._6uikl {
  background-image: url('../images/email_1.svg');
  margin-top: 0;
}

.contact-header-ic.contact-env.h-m-pr.hm-cser.dfg {
  background-image: url('../images/email-sobre-cerrado-lleno.png');
}

.contact-header-ic.contact-env.h-m-pr.gtyui {
  color: #fff;
  letter-spacing: 1px;
  font-size: 12px;
}

.contact-header-ic.contact-env.h-m-pr.gtyui.jnbgh {
  background-image: url('../images/correo-electronico.svg');
}

.contact-header-ic.contact-env.h-m-pr.gtyui.jnbgh.rcn {
  background-image: url('../images/correo-electronico.png');
}

.contact-header-ic.contact-env.h-m-pr.gtyui.jnbgh.rcn.tunga {
  background-image: url('../images/global.png');
}

.contact-header-ic.contact-env.h-m-pr.gtyui.jnbgh.rcn.tctc {
  background-image: url('../images/close-envelope_1.png');
}

.contact-header-ic.hf-pr {
  color: #000;
  background-image: url('../images/telefono_2telefono.png');
}

.contact-header-ic.hf-pr.hc-serv {
  color: #000;
  letter-spacing: 1px;
  background-image: url('../images/llamada-telefonica_1.svg');
  margin-top: 0;
}

.contact-header-ic.hf-pr.hc-serv.fgvg {
  background-image: url('../images/phone-call.svg');
}

.contact-header-ic.hf-pr.hc-serv.hju {
  background-image: url('../images/llamada-telefonica_1.svg');
  margin-top: 0;
}

.contact-header-ic.hf-pr.hc-serv.dfg {
  background-image: url('../images/telefono-antiguo.png');
  margin-top: 12px;
}

.contact-header-ic.hf-pr.vgbhj {
  color: #fff;
  letter-spacing: 1px;
  font-size: 12px;
}

.contact-header-ic.hf-pr.vgbhj.u890 {
  background-image: url('../images/llamada-telefonica_2.svg');
}

.contact-header-ic.hf-pr.vgbhj.u890.rcn {
  background-image: url('../images/ring-phone.png');
  background-size: 32px;
  padding-top: 30px;
}

.contact-header-ic.hf-pr.vgbhj.u890.rcn.rcnn {
  background-image: url('../images/whatsapp-1.png');
}

.contact-header-ic.hf-pr.vgbhj.u890.rcn.rcnn.tgtgt {
  background-image: url('../images/whatsapp-2_1whatsapp (2).png');
  background-size: 22px;
}

.contact-header-ic.hf-pr.vgbhj.u890.rcn.tgtg {
  background-image: url('../images/phone-receiver.png');
  background-size: 20px;
}

.column-102 {
  margin-top: 0;
}

.text-block-132 {
  color: #2138af;
  font-size: 35px;
  font-weight: 700;
  line-height: 37px;
}

.text-block-132.hfr67 {
  color: #a8b0da;
  font-size: 30px;
  line-height: 45px;
}

.text-block-132.hfr67.gt78 {
  color: #fff;
  font-size: 21px;
}

.header-ic {
  padding-top: 9px;
  padding-bottom: 10px;
}

.header-ic.bannerele {
  background-image: linear-gradient(#00000080, #00000080), url('../images/electrical-technician-working-in-switchboard-with-fuses.jpg');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-bottom: 100px;
}

.header-ic.bannerele.mnjui {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/sites_pages-6101a641575dd.jpg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.header-ic.bannerele.mnjui.fgty678i {
  background-image: linear-gradient(#000000a1, #000000a1), url('../images/e4553ce9-df59-4db6-af92-f5c62434309e_1.jpg');
  background-position: 0 0, 50%;
}

.header-ic.bannerele.mnjui.fgty678i.vg678 {
  padding-bottom: 159px;
}

.header-ic.bannerele.mnjui.fgty678i.rcnb {
  background-image: linear-gradient(#00000038, #00000038), url('../images/Foto-landing.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.header-ic.bannerele.mnjui.fgty678i.rcnb.temposag {
  background-image: linear-gradient(#000c2c36, #000c2c36), url('../images/banner.JPG');
}

.columns-19 {
  align-items: center;
  margin-bottom: 0;
  padding-right: 8px;
  display: flex;
}

.columns-19.fgt67890 {
  margin-bottom: 23px;
}

.columns-19.j8890p {
  margin-bottom: 0;
}

.link-72 {
  color: var(--black);
  text-decoration: none;
}

.link-72.frty {
  color: #fff;
}

.section-29 {
  background-image: linear-gradient(263deg, #0000, #fff), url('../images/technician-plumber-using-wrench-to-repair-water-pipe-under-the-sink.jpg');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  height: auto;
  padding-bottom: 80px;
}

.section-29.gt678 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/repair-of-gas-boiler.jpg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.section-29.gt678.byu {
  background-image: linear-gradient(#000000a8, #000000a8), url('../images/51898.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 532px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.section-29.gt678.byu.d457u {
  background-image: linear-gradient(#0000007a, #0000007a), url('../images/IMG-20250117-WA0131.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: center;
  align-items: center;
  height: 585px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.section-29.gt678.byu.fgty789 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/6_1.jpg');
  background-position: 0 0, 50% 26%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.section-29.gt678.byu.gt67 {
  background-image: linear-gradient(#000000ad, #000000ad), url('../images/51898.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.section-29.gt678.byu.porpor {
  background-image: linear-gradient(#0000003b, #0000003b), url('../images/edt_mp1_01.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.text-block-133 {
  color: #fff;
  text-align: center;
  margin-bottom: 9px;
  font-size: 23px;
  font-weight: 600;
  line-height: 27px;
}

.submit-button-17 {
  background-color: var(--royal-blue-2);
  border-radius: 7px;
  width: 100%;
  padding-left: 26px;
  font-size: 13px;
}

.submit-button-17:hover {
  background-color: #2f496b;
}

.submit-button-17.vc23 {
  background-color: var(--red);
}

.submit-button-17.vc23:hover {
  background-color: #b12411;
}

.submit-button-17.dfg.popopo {
  background-color: var(--proan);
}

.button-25 {
  background-color: var(--steel-blue);
  text-align: center;
  border-radius: 8px;
  width: 49%;
  margin-top: 20px;
  margin-left: 0;
  margin-right: auto;
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
  transition: background-color .5s;
  display: block;
}

.button-25:hover {
  background-color: var(--royal-blue-2);
}

.button-25.btn-left {
  border-radius: 8px;
  width: 51%;
  margin-left: 0;
}

.button-25.btn-left.gt789 {
  border-radius: 8px;
  width: 52%;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
}

.button-25.btn-left.gt789.w--current {
  width: 53%;
  margin-left: auto;
  margin-right: auto;
}

.button-25.btn-left.gt789.b6789 {
  background-color: #2138af;
}

.button-25.btn-left.gt789.b6789:hover {
  background-color: #1a2b83;
}

.button-25.btn-left.n7890 {
  background-color: #2138af;
}

.button-25.btn-left.n7890:hover {
  background-color: #182980;
}

.button-25.btn-left.n7890.htyuio {
  background-color: var(--royal-blue-2);
  width: 264px;
}

.button-25.btn-left.n7890.htyuio:hover {
  background-color: #2b4c75;
}

.button-25.btn-left.n7890.htyuio.v67yu {
  background-color: var(--red);
  width: 188px;
}

.button-25.btn-left.n7890.htyuio.v67yu:hover {
  background-color: #b42715;
}

.button-25.btn-left.n7890.htyuio.popopo {
  background-color: var(--proan);
}

.button-25.btn-left.n7890.htyuio.popopo:hover {
  border: 1px solid var(--proan);
  background-color: var(--white);
}

.button-25.hjui {
  width: 46%;
}

.button-25.hjui.vfr56 {
  background-color: #fb0001;
  width: 40%;
}

.button-25.hjui.vfr56:hover {
  background-color: #c00e0e;
}

.button-25.hjui.hyu890 {
  background-color: var(--royal-blue-2);
}

.button-25.btn5 {
  background-color: var(--royal-blue-2);
  width: 68%;
}

.button-25.btn5:hover {
  background-color: #2f4f77;
}

.button-25.btn5.vbgy789 {
  background-color: var(--red);
  width: 157px;
}

.button-25.btn5.vbgy789:hover {
  background-color: #c22c18;
}

.button-25.ghy8 {
  background-color: #fff0;
  border: 1px solid #fff;
  width: 25%;
  margin-left: auto;
}

.button-25.ghy8:hover {
  color: var(--proan);
  background-color: #fff;
}

.button-25.hjui {
  background-color: #476892;
  width: 46%;
}

.button-25.hjui:hover {
  background-color: #2b507f;
}

.button-25.hjui.hyuio {
  background-color: #fea200;
  margin-left: 0;
  font-weight: 500;
}

.button-25.hjui.hyuio:hover {
  background-color: #e78803;
}

.button-25.hjui.hyuio.jmnjkop {
  background-color: #41cbce;
  width: 39%;
  font-weight: 600;
}

.button-25.hjui.hyuio.jmnjkop:hover {
  background-color: #30aeb1;
}

.button-25.hjui.hyuio.by789 {
  width: 74%;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
}

.button-25.hjui.cfgty78ik {
  background-color: var(--dark-turquoise);
  text-align: center;
  width: 67%;
}

.button-25.hjui.cfgty78ik:hover {
  background-color: #32b1b4;
}

.button-25.popopo {
  background-color: var(--proan);
}

.button-25.popopo:hover {
  background-color: var(--white);
  color: var(--proan);
}

.text-block-212 {
  color: #fff;
  text-align: left;
  letter-spacing: 2px;
  text-shadow: 2px 2px 15px #00000078;
  margin-top: 0;
  padding-top: 0;
  font-size: 21px;
  font-weight: 500;
  line-height: 38px;
}

.text-block-212.gt678 {
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: none;
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 40px;
  font-weight: 800;
  line-height: 43px;
}

.text-block-212.gt678.tif {
  font-size: 54px;
  line-height: 55px;
}

.text-block-212.gt678.tif.mu890 {
  color: #fff;
  font-size: 52px;
}

.text-block-212.gt678.tif.mu890.vbh {
  text-align: left;
  margin-bottom: 11px;
  font-size: 30px;
  line-height: 43px;
}

.text-block-212.gt678.tif.mu890.vbh.h670 {
  margin-top: 95px;
}

.text-block-212.gt678.tif.mu890.vbh.yu789 {
  margin-top: 86px;
  margin-bottom: 10px;
}

.text-block-212.gt678.tif.mu890.vbh._56789 {
  margin-top: 107px;
}

.text-block-212.gt678.tif.mu890.vbh.porep {
  font-size: 42px;
}

.text-block-212.gt678.gbyui {
  color: #fff;
  text-align: left;
  margin-bottom: 9px;
  font-size: 62px;
  line-height: 67px;
}

.text-block-212.gt678.gbyui.vb67kl {
  text-shadow: 1px 1px 1px #000;
  font-size: 41px;
  line-height: 51px;
}

.text-block-212.gt678.gbyui.vb67kl.cvfgrt {
  margin-top: 119px;
  font-size: 49px;
  line-height: 55px;
}

.text-block-212.hy789 {
  color: #fff;
  letter-spacing: 1px;
  text-shadow: 0 0 1px #00000078;
  margin-top: 0;
}

.text-block-212.hy789.sert {
  margin-top: 118px;
}

.text-block-212.cvg67 {
  color: #fff;
  letter-spacing: 0;
  margin-top: 0;
  font-size: 39px;
  font-weight: 700;
  line-height: 43px;
}

.text-block-212.cvg67.gty78 {
  margin-top: 109px;
  font-size: 53px;
  line-height: 56px;
}

.text-block-212.hy789 {
  color: #fff;
  margin-top: 143px;
}

.text-block-212.hy789.gbvdf {
  text-align: left;
  text-shadow: 1px 1px 1px #00000078;
  margin-top: 92px;
  font-size: 17px;
}

.div-block-24 {
  background-color: #384482bf;
  border-left: 6px #00064154;
  border-radius: 8px;
  width: 83%;
  min-height: 300px;
  margin-top: 102px;
  padding: 25px 30px 20px;
}

.div-block-24.u789 {
  background-color: #2f3aa3c7;
}

.div-block-24.u789.hyui {
  background-color: #00000063;
  min-height: auto;
  margin-top: 39px;
}

.div-block-24.hyui {
  background-color: #0000007a;
  margin-top: 59px;
}

.column-92 {
  padding-left: 62px;
}

.column-95 {
  text-align: center;
  flex: 0 auto;
  order: 0;
  align-self: auto;
}

.text-field-4 {
  text-align: center;
  border-radius: 0;
}

.container-pg {
  max-width: 86%;
}

.text-block-27 {
  color: #757575;
  margin-bottom: 7px;
  font-size: 30px;
  font-weight: 500;
  line-height: 35px;
}

.text-block-27.bg678 {
  color: #797979;
}

.text-block-27.gty67 {
  color: #585858;
}

.image-68 {
  text-align: center;
}

.text-block-213 {
  color: var(--black);
  margin-top: 1px;
  margin-bottom: 21px;
  font-size: 39px;
  font-weight: 600;
  line-height: 49px;
}

.text-block-213.caqw3 {
  color: #111;
}

.text-block-213.caqw3.vbghuio {
  text-align: center;
  background-color: #f5f5f500;
}

.text-block-213.tngt {
  color: #000;
  text-transform: uppercase;
  font-size: 35px;
  font-weight: 700;
}

.text-block-213.frty {
  margin-bottom: 37px;
  font-size: 24px;
  line-height: 34px;
}

.text-block-213.frty.gty7i {
  text-transform: uppercase;
  font-weight: 700;
}

.text-block-213.cebty {
  text-align: center;
  margin-bottom: 52px;
}

.text-block-214 {
  text-align: justify;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
}

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

.column-94 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-right: 51px;
  display: block;
}

.section-32 {
  padding-top: 60px;
  padding-bottom: 2px;
}

.section-32._789kl {
  padding-bottom: 60px;
}

.section-32._789kl.hjmn {
  padding-top: 52px;
  padding-bottom: 0;
}

.section-32._789kl.hjmn.vcxa {
  padding-bottom: 60px;
}

.section-32._789kl.huiop, .section-32._789kl.ghyui {
  background-color: #f1f1f1;
}

.text-block-136 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 6px;
  font-size: 21px;
  font-weight: 500;
  line-height: 28px;
}

.div-block-25 {
  background-color: #fff;
  border: 1px #000;
  border-radius: 0 0 8px 8px;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 265px;
  margin-bottom: 40px;
  padding: 30px 25px;
  display: flex;
}

.div-img-serv-de {
  background-image: url('../images/ser1.jpg');
  background-position: 0 0;
  background-size: cover;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  height: 200px;
}

.div-img-serv-de.serv3 {
  background-image: url('../images/serv5.jpg');
}

.div-img-serv-de.serv3.ju890 {
  background-image: url('../images/male-plumber-using-wrench-to-tighten-water-faucet-in-kitchen-seen-up-close.jpg');
}

.div-img-serv-de.serv3.ju890.bnjk {
  background-image: url('../images/Portada_imagen-blog_Mesa-de-trabajo-1-2500x1250.jpg');
}

.div-img-serv-de.serv3.ju890.bnjk.cvf67890 {
  background-image: url('../images/famaci_025-300x226.jpg');
}

.div-img-serv-de.serv3.ju890.bnjk.bnm {
  background-image: url('../images/rsw_600h_600cg_true-2.webp');
}

.div-img-serv-de.serv2 {
  background-image: url('../images/serv4.jpg');
}

.div-img-serv-de.serv2._6tgvfder {
  background-image: url('../images/repair-of-gas-boiler.jpg');
}

.div-img-serv-de.serv2._6tgvfder.ju90 {
  background-image: url('../images/workers-examining-the-work.jpg');
}

.div-img-serv-de.serv2._6tgvfder.ju90.dcw234 {
  background-image: url('../images/-db565422-3544-4b39-a139-da0dc35ac886.jpg');
}

.div-img-serv-de.serv2._6tgvfder.ju90._67bn {
  background-image: url('../images/rsw_600h_600cg_true-1.webp');
}

.div-img-serv-de.serv2._6tgvfder.ju90._67bn.gtyb {
  background-image: url('../images/rsw_600h_600cg_true-4.webp');
}

.div-img-serv-de.div-img-serv-ig {
  background-image: url('../images/plumber-fixing-white-sink-pipe-with-adjustable-wrench.jpg');
}

.div-img-serv-de.div-img-serv-ig.de45 {
  background-image: url('../images/engineer-meeting-for-architectural-project-working-with-partner.jpg');
}

.div-img-serv-de.div-img-serv-ig.de45.vd56 {
  background-image: url('../images/famaci_035-229x300.jpg');
}

.div-img-serv-de.div-img-serv-ig.de45.fr578 {
  background-image: url('../images/pages_galleries-63337cab905d5.jpg');
}

.div-img-serv-de.div-img-serv-ig.de45.fr578.hyui {
  background-image: url('../images/rsw_600h_600cg_true-3.webp');
}

.div-img-serv-de.div-img-serv-ig.de45.fr578.cdf5678 {
  background-image: url('../images/80748844_132817194851927_6695653254807683072_n.jpg');
}

.div-img-serv-de.div-img-serv-ig.de45.fr578.bgyy78 {
  background-image: url('../images/Piso-flotante-laminado-7-mm-Terraclick-Colores.webp');
}

.div-img-serv-de.div-img-serv-ig.de45.gt7890 {
  background-image: url('../images/sites_pages-61e88515e9dea.jpeg');
}

.div-img-serv-de.der567 {
  background-image: url('../images/IMG-20240517-WA0068.jpg');
}

.div-img-serv-de.hn7890 {
  background-image: url('../images/wer.jpg');
}

.div-img-serv-de.vbvbgh {
  background-image: url('../images/10144.jpg');
}

.div-img-serv-de.vbvbgh.cder5 {
  background-image: url('../images/techos.jpg');
}

.div-img-serv-de.nhjji {
  background-image: url('../images/pintura-industrial.jpg');
}

.div-img-serv-de.nhjji.vf56 {
  background-image: url('../images/concepto-reparacion-construccion-hogar-cierre-macho-guantes-sosteniendo-rodillo-pintura.jpg');
  background-position: 100%;
}

.div-img-serv-de.sdsd45 {
  background-image: url('../images/20230601005209_fpdl.in_trabajador-soldadura-marcos-puertas_35076-1358_medium.jpg');
}

.div-img-serv-de.sdsd45.cart {
  background-image: url('../images/15673.jpg');
}

.div-img-serv-de.sdsd45.nbjkvl98 {
  background-color: var(--proan);
  background-image: url('../images/curso-capacitacion-up.jpg'), linear-gradient(#004f97cc, #004f97cc), url('../images/mar-seamless.JPG');
  background-position: 50%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: cover, auto, contain;
}

.div-img-serv-de.sdsd45.hjg876 {
  background-color: var(--proan);
  background-image: url('../images/oficinas-modulares_up.jpeg'), linear-gradient(#004f97cc, #004f97cc), url('../images/mar-seamless.JPG');
  background-position: 50%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: cover, auto, contain;
}

.div-img-serv-de.sdsd45.rt7jgh6 {
  background-color: var(--proan);
  background-image: url('../images/embarcaciones-deportivas.JPG'), linear-gradient(#004f97cc, #004f97cc), url('../images/mar-seamless.JPG');
  background-position: 50%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: cover, auto, contain;
}

.div-img-serv-de.ghn.lo {
  background-image: url('../images/images.jpg');
}

.div-img-serv-de.ghn.lo.lkjkl {
  background-color: var(--proan);
  background-image: url('../images/ft_01-1.jpg'), url('../images/mar-seamless.JPG');
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, contain;
}

.div-img-serv-de.ghn.lo.lkjkl.poip {
  background-image: url('../images/Ferreteria.jpg'), linear-gradient(#004f97cc, #004f97cc), url('../images/mar-seamless.JPG');
  background-position: 50%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: cover, auto, contain;
}

.div-img-serv-de.ghn.lo.hdfg7 {
  background-color: var(--proan);
  background-image: url('../images/bodegas-modulares-up.jpg'), linear-gradient(#004f97cc, #004f97cc), url('../images/mar-seamless.JPG');
  background-position: 50%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: cover, auto, contain;
}

.div-img-serv-de.ghn.lo.afsdgsa {
  background-image: url('../images/casas-de-emergencia_up.jpg'), linear-gradient(#004f97cc, #004f97cc), url('../images/mar-seamless.JPG');
  background-position: 50%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: cover, auto, contain;
}

.div-img-serv-de.fg678 {
  background-image: url('../images/techos.jpg');
}

.div-img-serv-de.fg678.poip {
  background-color: var(--proan);
  background-image: url('../images/tinajas.png'), linear-gradient(#004f97cc, #004f97cc), url('../images/mar-seamless.JPG');
  background-position: 50%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: cover, auto, contain;
}

.div-img-serv-de.fg678.dsa345 {
  background-color: var(--proan);
  background-image: url('../images/Casetas-vigilancia_up.jpg'), linear-gradient(#004f97cc, #004f97cc), url('../images/mar-seamless.JPG');
  background-position: 50%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: cover, auto, contain;
}

.div-img-serv-de.fg678.gdfgfdgh {
  background-image: url('../images/baño-modular_up.jpeg'), linear-gradient(#004f97cc, #004f97cc), url('../images/mar-seamless.JPG');
  background-position: 50%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: cover, auto, contain;
}

.div-img-serv-de.fgh678 {
  background-image: url('../images/IMG-20240517-WA0067.jpg');
  background-position: 100%;
}

.div-img-serv-de.fgh678.ghyui {
  background-image: url('../images/10144.jpg');
}

.div-img-serv-de.fgh678.mnnhjmkh7866 {
  background-image: url('../images/embarcacion-trabajo_up.png'), linear-gradient(#004f97cc, #004f97cc), url('../images/mar-seamless.JPG');
  background-position: 50%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: cover, auto, contain;
}

.div-img-serv-de.camionpluma {
  background-image: url('../images/e4553ce9-df59-4db6-af92-f5c62434309e.JPG');
  background-position: 50%;
}

.div-img-serv-de.camionpluma.rci {
  background-image: url('../images/metalpol-3-01.jpg');
}

.div-img-serv-de.camionpluma.rci.tgtg {
  background-image: url('../images/puertas-de-acceso.jpg');
  height: 300px;
}

.div-img-serv-de.camionpluma.rci.tgtg.fsd {
  background-image: url('../images/baranda-home-v1-min.jpg.jpeg');
}

.div-img-serv-de.camionpluma.rci.tgtg.fsd.fdfgdfg.dgf {
  border-top-right-radius: 0;
}

.div-img-serv-de.camionpluma.rci.tgtg.fsd.fdfgdfg.dgf.ghfgh {
  background-image: url('../images/IMG_20220214_161924.jpg');
}

.div-img-serv-de.camionpluma.rci.tgtg.fsd.fdfgdfg.dgf.ty656 {
  background-image: url('../images/puertas-de-acceso.jpg');
}

.div-img-serv-de.camionpluma.rci.tgtg.fsd.fdfgdfg.dgf.tfy56 {
  background-image: url('../images/piso-laminado-barandav1-min.jpg.jpeg');
}

.div-img-serv-de.camionpluma.rci.tgtg.fsd.gdfgd.sdf {
  background-image: url('../images/IMG_20220214_161951.jpg');
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.div-img-serv-de.camionpluma.rci.tgtg.fsd.gdfgd.sdf.ytr65 {
  background-image: url('../images/socovesa2.jpg.jpeg');
  background-position: 0%;
}

.div-img-serv-de.camionpluma.rci.tgtg.fsd.gdfgd.sdf._756jg {
  background-image: url('../images/vidrios-templados-puertas-division-de-oficinas-v1-min.jpg.jpeg');
}

.div-img-serv-de.camionpluma.rci.tgtg.fsd.gdfgd.sdf.thf {
  background-image: url('../images/especiales2.JPG');
  background-position: 25%;
  background-size: cover;
}

.div-img-serv-de.camionpluma.rci.tgtg.fsd.gdfgd.dfg {
  background-image: url('../images/laminados-portada-1.jpg');
  border-top-left-radius: 0;
}

.div-img-serv-de.camionpluma.rci.tgtg.fsd.gdfgd.dfg.utyu.jghj {
  background-image: url('../images/3-showerdoor.jpg');
}

.div-img-serv-de.camionpluma.rci.tgtg.fsd.gdfgd.dfg._767yuo {
  background-image: url('../images/slider-home-1.png');
}

.div-img-serv-de.camionpluma.rci.tgtg.fsd.gdfgd.dfg.bhj7 {
  background-image: url('../images/especiales.JPG');
}

.div-img-serv-de.canastillo {
  background-image: url('../images/ea54d90e-a87c-443a-b8fb-dfe22e22bc19.JPG');
  background-position: 50% 38%;
  background-repeat: no-repeat;
}

.div-img-serv-de.canastillo.rci {
  background-image: url('../images/IMG_20220214_161846.jpg');
  background-position: 50%;
  height: 300px;
}

.div-img-serv-de.canastillo.rci.tgtg {
  background-image: url('../images/IMG_20220214_161924.jpg');
  background-position: 0%;
  background-size: cover;
  height: 300px;
}

.div-img-serv-de.camiones-planos {
  background-image: url('../images/1CDA1567-2662-47D1-907A-837B02737887.JPG');
  background-position: 50%;
}

.column-98 {
  padding-left: 10px;
  padding-right: 10px;
}

.section-31 {
  background-image: linear-gradient(#101966, #486296b5), url('../images/frt.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  margin-top: 33px;
  padding-top: 0;
  padding-bottom: 95px;
}

.section-31.h7890 {
  margin-top: 0;
  padding-top: 100px;
}

.section-31.h7890.ghyuio {
  background-image: linear-gradient(#00000080, #00000080), url('../images/trabajadores-construccion-cascos-planean-rascacielos-usando-planos-trabajo-equipo-generado-ia.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section-31.h7890.ghyuio.fvt678 {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/construction-silhouette.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.section-31.h7890.ghyuio.gtyu {
  background-image: linear-gradient(#0000009c, #0000009c), url('../images/main-power-plant-energy-ideas-and-energy-saving.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section-31.h7890.ghyuio.gtyu.vbv7890 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/pages_galleries-61e8889263bd2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section-31.h7890.ghyuio.b7890 {
  display: none;
}

.section-31.h7890.ghyuio.oproe {
  background-color: #001324;
  background-image: linear-gradient(#001324e3, #001324e3), url('../images/seam.JPG');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.text-block-135 {
  color: #fff;
  text-align: center;
  margin-bottom: 54px;
  font-size: 40px;
  font-weight: 700;
  line-height: 53px;
}

.text-block-135.c4zxaqw {
  margin-bottom: 15px;
}

.text-block-215 {
  color: #254f9d;
  text-align: center;
  letter-spacing: 0;
  border-bottom: 1px solid #135d8d;
  margin-top: 0;
  margin-bottom: 16px;
  padding-bottom: 11px;
  font-size: 21px;
  font-weight: 500;
  line-height: 27px;
}

.text-block-215.ts1 {
  color: #000;
  font-size: 19px;
  font-weight: 600;
}

.body-13 {
  font-family: Montserrat, sans-serif;
}

.section-59 {
  background-color: #1b2764;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-59.bnhyu {
  background-color: #2138af;
}

.section-59.bnhyu.yu8 {
  background-color: var(--royal-blue-2);
}

.section-59.bnhyu.yu8.c56789 {
  background-color: var(--red);
}

.section-59.bnhyu.yu8.vbhyui {
  background-color: #fea200;
}

.section-59.bnhyu.yu8.vbhyui.h890lp {
  background-color: var(--dark-turquoise);
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-59.bnhyu.yu8.opop {
  background-color: var(--proan);
}

.text-block-134 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 48px;
}

.text-block-134.vf6790 {
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 32px;
}

.text-block-134.vf6790.b89okl {
  letter-spacing: 1px;
  font-size: 30px;
  font-weight: 500;
}

.text-block-134.fbhj {
  text-align: left;
  font-size: 32px;
}

.text-block-134.xcbkl {
  font-size: 30px;
}

.text-block-134.rtydrhb {
  font-size: 34px;
}

.column-154 {
  text-align: right;
  border-right: 1px #00000063;
  height: 201px;
  padding-left: 39px;
  padding-right: 7px;
}

.column-154.vcb {
  text-align: center;
}

.column-155 {
  border-right: 1px solid #00000059;
  height: 201px;
  padding-right: 30px;
}

.row-8 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 31px;
  display: block;
}

.row-8.nmkl {
  margin-bottom: 0;
}

.text-block-33 {
  color: #fff;
  background-image: url('../images/maps-and-flags_2maps-and-flags.png');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 24px;
  margin-bottom: 17px;
  padding-left: 31px;
  line-height: 26px;
}

.text-block-33.ty78 {
  background-image: url('../images/reloj_1reloj.png');
  background-position: 0 0;
}

.text-block-33.txt-email-v {
  background-image: url('../images/close-envelope_3close-envelope.png');
  background-size: 22px;
  font-size: 15px;
}

.text-block-33.txt-email-v.fvr56 {
  background-image: url('../images/maps-and-flags_2maps-and-flags.png');
  background-position: 0 18%;
}

.text-block-33.txt-email-v.prop {
  background-image: url('../images/email-sobre-cerrado-lleno.png');
}

.text-block-33.txt-email-v.prop.fdsf {
  background-image: url('../images/facebook-marcador-de-posicion-para-ubicar-lugares-en-mapas.png');
}

.text-block-33.txt-email-v {
  text-align: left;
  background-image: url('../images/close-envelope_3close-envelope.png');
  background-size: 22px;
  font-size: 15px;
}

.text-block-33.txt-email-v.vbgtyui {
  background-image: url('../images/whatsapp-2_1whatsapp (2).png');
}

.text-block-34 {
  color: #fff;
  text-align: left;
  background-image: url('../images/telefono_3telefono.png');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 22px;
  margin-bottom: 14px;
  padding-left: 33px;
  font-size: 15px;
  line-height: 29px;
}

.text-block-34.vddw {
  background-image: url('../images/logotipo-de-instagram.svg');
}

.text-block-34.vddw.cv56hj {
  background-image: url('../images/facebook.svg');
}

.text-block-34.prop {
  color: var(--proan);
  background-image: url('../images/telefono-antiguo.png');
}

.text-block-34.vb7890 {
  text-align: center;
  background-position: 39%;
  background-size: 35px;
  padding-left: 61px;
  font-size: 27px;
  font-weight: 500;
  line-height: 45px;
}

.link-70 {
  color: #fff;
  text-decoration: none;
}

.link-70.prop {
  color: var(--proan);
}

.section-33 {
  background-color: #000;
  padding-top: 74px;
  padding-bottom: 36px;
}

.section-33.trdhgf {
  background-color: #fff;
}

.text-block-137 {
  color: #fff;
  margin-bottom: 17px;
  font-size: 21px;
  font-weight: 700;
  line-height: 28px;
}

.link-18 {
  color: #fff;
  text-decoration: none;
}

.link-18.prop {
  color: var(--proan);
}

.image-52 {
  border-radius: 7px;
}

.column-156 {
  text-align: center;
  border-left: 1px solid #00000063;
  border-right: 0 #00000063;
  height: 201px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 34px;
}

.section-58 {
  background-color: #131313;
  padding-bottom: 32px;
}

.text-block-216 {
  color: #fff;
  text-align: left;
  margin-bottom: 25px;
}

.text-block-217 {
  color: #fff;
  text-align: left;
  margin-bottom: 26px;
  font-size: 19px;
  font-weight: 500;
  line-height: 26px;
}

.text-block-217.hnm, .text-block-217.fgh {
  margin-bottom: 17px;
}

.text-block-217.gb89kl {
  margin-bottom: 12px;
}

.text-block-217.fdgdfg {
  color: var(--proan);
}

.text-block-218 {
  text-align: center;
  font-size: 15px;
}

.image-69 {
  border-radius: 11px;
  box-shadow: 2px 2px 16px #00000052;
}

.text-block-219 {
  color: #fff;
  text-align: left;
  font-size: 17px;
  line-height: 30px;
}

.container-ie {
  max-width: 89%;
}

.submit-button-18 {
  background-color: #476892;
  border-radius: 7px;
  width: 100%;
  padding-left: 26px;
  font-size: 13px;
}

.submit-button-18:hover {
  background-color: #2f496b;
}

.submit-button-18.cvdwe {
  background-color: #fea200;
}

.submit-button-18.cvdwe:hover {
  background-color: #e29300;
}

.submit-button-18.cvdwe.df6790 {
  background-color: var(--dark-turquoise);
}

.column-157 {
  text-align: center;
  padding-right: 136px;
}

.column-157.nbvr56 {
  padding-right: 43px;
}

.item-contact-2 {
  color: #862828;
  text-align: center;
  letter-spacing: 0;
  font-size: 19px;
  font-weight: 600;
}

.item-contact-2.gty {
  color: #fff;
  font-size: 19px;
}

.image-70 {
  margin-top: 17px;
}

.body-14 {
  font-family: Open Sans, sans-serif;
}

.text-block-220 {
  text-align: left;
  margin-bottom: 24px;
  font-size: 15px;
  line-height: 29px;
}

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

.div-block-78 {
  background-color: #fff;
  border: 1px #000;
  border-radius: 0 0 8px 8px;
  flex-direction: column;
  justify-content: space-between;
  min-height: 207px;
  margin-bottom: 40px;
  padding: 30px 25px;
  display: flex;
}

.text-block-222 {
  text-align: center;
}

.text-block-223 {
  color: #fff;
  text-align: center;
  font-size: 45px;
  font-weight: 700;
  line-height: 51px;
}

.image-71 {
  box-shadow: 5px 5px 20px -4px #00000070;
}

.section-100 {
  background-color: var(--midnight-blue-3);
  background-image: linear-gradient(#002c66d9, #002c66d9), url('../images/f_5da76405d6820.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}

.gallery-container {
  letter-spacing: 30px;
  column-count: 3;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0;
  display: block;
}

.gallery-container.u789 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  direction: ltr;
  letter-spacing: 26px;
  column-count: 3;
  flex-direction: row;
  place-content: flex-start space-between;
  align-items: flex-start;
  display: block;
}

.lightbox-link-26 {
  margin-bottom: 20px;
}

.heading-31 {
  text-align: center;
}

.heading-31.gt67nb {
  color: #fff;
}

.div-block-79 {
  background-color: #ffbb12;
  width: 68px;
  height: 2px;
  margin-bottom: 49px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-148 {
  color: #fff;
  text-align: center;
  margin-bottom: 29px;
  font-size: 15px;
  line-height: 26px;
}

.lightbox-link-25 {
  margin-bottom: 19px;
}

.lightbox-link-27, .lightbox-link-28, .lightbox-link-29, .lightbox-link-30 {
  margin-bottom: 20px;
}

.columns-20 {
  margin-bottom: 41px;
}

.lightbox-link-31, .lightbox-link-32, .lightbox-link-33, .lightbox-link-34, .lightbox-link-35, .lightbox-link-36, .lightbox-link-37, .lightbox-link-38, .image-72, .lightbox-link-39 {
  margin-bottom: 20px;
}

.text-field-20 {
  text-align: center;
}

.lightbox-link-40 {
  margin-bottom: 20px;
}

.bodybi {
  background-image: linear-gradient(to right, #00000080 28%, #0000 61%), url('../images/choose-asphalt-contractor.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  font-family: Merriweather, serif;
}

.headbi {
  padding-top: 0;
  padding-left: 100px;
  padding-right: 100px;
}

.logobi {
  width: 150px;
  display: block;
}

.logobi.logofo {
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
}

.banbi {
  padding: 100px;
}

.text-block-224 {
  font-size: 30px;
}

.text-block-225 {
  color: #f8db01;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px #000;
  margin-bottom: 17px;
  font-family: Montserrat, sans-serif;
  font-size: 31px;
  font-weight: 900;
  line-height: 35px;
}

.text-block-225.txtbis {
  border-left: 5px solid var(--goldenrod);
  color: #000;
  text-shadow: none;
  margin-bottom: 50px;
  padding-left: 20px;
}

.text-block-225.txtbis.txtxxs {
  color: #fff;
}

.text-block-225.txtbis.txtxxs._2323 {
  border-left-color: var(--black);
  color: #000;
  margin-bottom: 25px;
}

.txtbanbi2 {
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  line-height: 25px;
}

.txtbanbi2._34 {
  color: #000;
}

.formbi {
  background-color: #f8db01d6;
  margin-top: 30px;
  padding: 18px;
}

.submit-button-19 {
  background-color: #000;
  width: 100%;
}

.txtfonbi {
  color: #fff;
  background-image: url('../images/i1_3.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 25px;
  margin-top: 22px;
  padding-left: 30px;
  font-size: 18px;
  line-height: 30px;
}

.txtfonbi.mailbi {
  background-image: url('../images/i3_3.png');
  margin-top: 15px;
}

.txtfonbi.txtinsni {
  background-image: url('../images/icos.png');
}

.linkbi {
  color: var(--white);
  text-decoration: none;
}

.info {
  background-color: #fff;
  padding: 100px;
}

.text-block-226 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 900;
  line-height: 30px;
}

.text-block-227 {
  text-align: center;
}

.div-block-80 {
  text-align: center;
  border-radius: 10px;
  height: 280px;
  margin: 11px;
  padding: 16px;
  box-shadow: 1px 1px 11px #00000073;
}

.callbi {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/banner-1.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding: 100px;
}

.callbi.callbi2 {
  background-color: #f8db01;
  background-image: none;
  padding-top: 50px;
  padding-bottom: 50px;
}

.txtlisbi {
  color: #fff;
  background-image: url('../images/checked.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 25px;
  padding-left: 35px;
  font-size: 18px;
  line-height: 30px;
}

.button-26 {
  text-align: center;
  background-color: #000;
  border-radius: 100px;
  width: 80%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  display: block;
}

.button-26.btbtb {
  background-color: #f8db01;
}

.button-26.btntnt {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.text-block-228 {
  text-align: justify;
}

.fotbi {
  background-color: #333;
  padding: 50px 100px;
}

.html-embed-6 {
  text-align: center;
  margin-top: 20px;
}

.text-block-229 {
  color: #fff;
  text-align: left;
  margin-bottom: 27px;
  font-size: 22px;
}

.heading-33 {
  font-size: 31px;
}

.azultext {
  color: var(--steel-blue);
}

.heading-34 {
  font-size: 30px;
  line-height: 35px;
}

.heading-34.gt6789 {
  color: #fff;
  margin-top: 0;
}

.text-block-230, .text-block-231, .text-block-232, .text-block-233 {
  text-align: left;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
}

.text-block-234, .text-block-235, .text-block-236 {
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
}

.text-block-237 {
  font-size: 15px;
  line-height: 24px;
}

.text-block-238 {
  color: #fff;
  font-size: 22px;
}

.text-block-239 {
  color: #fff;
  font-size: 18px;
  line-height: 27px;
}

.div-block-81 {
  text-align: center;
  background-color: #f2f2f2;
  border-radius: 6px;
  width: 32%;
  height: 272px;
  padding: 35px 20px;
}

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

.text-block-264 {
  background-image: url('../images/mejor-precio.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 50px;
  margin-bottom: 10px;
  padding-top: 70px;
  font-size: 20px;
  font-weight: 600;
  line-height: 27px;
}

.text-block-264.exper {
  background-image: url('../images/experiencia.svg');
}

.text-block-264.exper.vr567 {
  background-image: url('../images/fiabilidad.svg');
  background-size: 90px;
  padding-top: 115px;
}

.text-block-264.exper.vr567.vbn {
  background-image: url('../images/apreton-de-manos.svg');
}

.text-block-264.metecl {
  background-image: url('../images/cerca-electrica.svg');
  background-size: 90px;
  padding-top: 115px;
}

.text-block-264.metecl.nh89 {
  background-image: url('../images/de-coser.svg');
}

.text-block-264.metecl.nh89.cxe4 {
  background-image: url('../images/garantizado.svg');
}

.text-block-264.gtyu {
  background-image: url('../images/patron-de-tela.svg');
  background-size: 90px;
  padding-top: 115px;
}

.text-block-264.gtyu.fgt6 {
  background-image: url('../images/construccion.svg');
}

.text-block-262 {
  color: #2b2b2b;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 18px;
  font-size: 35px;
  font-weight: 700;
  line-height: 51px;
}

.flex-block-8 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  place-content: space-around center;
}

.div-block-82 {
  background-color: #957bc4;
  width: 80px;
  height: 3px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-82.bgty {
  background-color: #ca1919;
}

.div-block-82.bgty.liena-celeste {
  background-color: var(--steel-blue);
}

.container-pr {
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  max-width: 1092px;
  display: block;
}

.image-74 {
  max-width: 59%;
}

.bold-text {
  color: #000;
}

.bold-text.fgh {
  font-size: 16px;
}

.bold-text-2, .bold-text-3 {
  color: var(--black);
}

.bold-text-3.fgh {
  font-size: 16px;
}

.list-3 {
  color: #fff;
  text-align: left;
  text-shadow: 1px 1px 1px var(--black);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 29px;
  display: flex;
}

.list-4 {
  margin-bottom: 31px;
  padding-left: 16px;
  font-size: 15px;
}

.list-item-2 {
  margin-bottom: 23px;
  font-size: 16px;
  font-weight: 500;
}

.columns-21 {
  padding-top: 24px;
}

.list-item-3, .list-item-4 {
  margin-bottom: 14px;
  font-size: 16px;
  font-weight: 500;
}

.div-block-83 {
  background-color: #f6b54f;
  width: 10%;
  height: 4px;
}

.div-block-83.linea-left {
  margin-bottom: 48px;
}

.div-block-83.linea-left.linea-center {
  text-align: center;
  width: 6%;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-83.linea-left.linea-center.rt678 {
  background-color: #e32d15;
  margin-bottom: 89px;
}

.div-block-83.linea-left.linea-center.rt678.yu890 {
  background-color: var(--rojo-gruas);
  width: 60px;
  margin-bottom: 41px;
}

.div-block-83.linea-left.linea-center.rt678.yu890.rcl {
  background-color: var(--rctecnova);
}

.div-block-83.linea-left.linea-center.rt678.yu890.rcl.tg {
  background-color: var(--templaglass);
}

.text-block-265 {
  text-align: justify;
  letter-spacing: 0;
  margin-bottom: 36px;
  font-size: 15px;
}

.text-block-265.text-cf {
  text-align: center;
  margin-bottom: 42px;
  font-size: 18px;
}

.text-block-265.text-cf.vfrt5 {
  margin-top: 0;
}

.html-embed-7 {
  margin-top: 73px;
}

.link-100 {
  color: #424242;
  letter-spacing: 0;
  font-size: 22px;
  line-height: 31px;
  text-decoration: none;
}

.text-block-266 {
  color: #fff;
  text-align: justify;
  margin-bottom: 41px;
  font-size: 15px;
  line-height: 30px;
}

.text-block-267 {
  color: #fff;
  margin-bottom: 25px;
  font-size: 40px;
  font-weight: 900;
  line-height: 44px;
}

.btn-left-2 {
  background-color: var(--rojo-gruas);
  border-radius: 5px;
  padding-left: 32px;
  padding-right: 32px;
  font-size: 15px;
  font-weight: 700;
  line-height: 28px;
  transition: background-color .4s;
}

.btn-left-2:hover {
  background-color: var(--firebrick);
}

.btn-left-2.rcb {
  background-color: var(--rctecnova);
}

.btn-left-2.rcb:hover {
  background-color: var(--white);
  color: #edb219;
}

.btn-left-2.rcb.tgtg {
  background-color: var(--white);
  color: var(--templaglass);
}

.btn-left-2.rcb.tgtg:hover {
  background-color: var(--templaglass);
  color: var(--white);
}

.div-block-84 {
  background-color: #f6b54f;
  width: 10%;
  height: 4px;
}

.div-block-84.linea-left {
  margin-bottom: 48px;
}

.div-block-84.linea-left.rt56hj {
  background-color: var(--rctecnova);
  width: 60px;
  margin-bottom: 32px;
}

.div-block-84.linea-left.rt56hj.po {
  background-color: var(--white);
}

.div-block-85 {
  background-color: #000;
  height: 580px;
  padding: 60px 100px 60px 60px;
}

.div-block-85.rct {
  height: 610px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block-85.rct.tgtg {
  background-color: #00103d;
}

.column-160 {
  padding-left: 0;
  padding-right: 0;
}

.div-block-86 {
  background-color: #313131;
  background-image: url('../images/Imagen-009.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 549px;
  padding: 60px 60px 60px 140px;
}

.div-block-86.div-img-qs {
  background-image: url('../images/7169862f-46b6-4380-ae98-1b201cd493b5.JPG');
  border: 1px #000;
  height: 580px;
}

.div-block-86.div-img-qs.rcb {
  background-image: url('../images/PANEL-MURO-2.jpg');
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 610px;
}

.div-block-86.div-img-qs.rcb.tgtgt {
  background-image: url('../images/20220712_163822-min.jpg.jpeg');
}

.column-161 {
  padding-left: 0;
  padding-right: 0;
}

.text-block-268 {
  color: #2e3970;
  text-align: center;
  letter-spacing: 5px;
  text-shadow: 2px 2px 15px #00000078;
  margin-top: 171px;
  padding-top: 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 38px;
}

.text-block-268.hy789 {
  color: #fff;
  margin-top: 143px;
}

.text-block-268.hy789.gbvdf {
  color: var(--rojo-gruas);
  text-align: left;
  letter-spacing: 1px;
  text-shadow: none;
  background-color: #fff;
  border-radius: 6px;
  width: 228px;
  margin-top: 92px;
  margin-bottom: 7px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 21px;
  font-weight: 700;
}

.text-block-268.hy789.gbvdf.rcx {
  color: #ecb10c;
  text-align: left;
  text-transform: uppercase;
  text-shadow: 0 4px 3px #0003;
  -webkit-text-fill-color: inherit;
  background-color: #fff0;
  background-clip: border-box;
  width: 100%;
  margin-top: 69px;
  padding-left: 0;
  font-size: 21px;
  font-weight: 900;
}

.text-block-268.hy789.gbvdf.rcx.tgh {
  color: var(--gold);
}

.text-block-268.gt678 {
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: none;
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 40px;
  font-weight: 800;
  line-height: 43px;
}

.text-block-268.gt678.gbyui {
  color: #fff;
  text-align: left;
  margin-bottom: 9px;
  font-size: 62px;
  line-height: 67px;
}

.text-block-268.gt678.gbyui.vb67kl {
  text-shadow: 1px 1px 1px #000;
  font-size: 44px;
  font-weight: 900;
  line-height: 51px;
}

.text-block-268.gt678.gbyui.vb67kl.gft6678 {
  margin-top: 60px;
}

.text-block-268.gt678.gbyui.vb67kl.rcth {
  text-align: left;
  font-size: 58px;
  line-height: 62px;
}

.link-101 {
  color: #000;
  text-decoration: none;
}

.link-101.bhuio {
  color: #fff;
}

.column-162 {
  margin-top: 0;
}

.column-162.bggds {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-87 {
  background-color: #384482bf;
  border-left: 6px #00064154;
  border-radius: 8px;
  width: 83%;
  min-height: 300px;
  margin-top: 102px;
  padding: 25px 30px 20px;
}

.div-block-87.hyui {
  background-color: #000e36a1;
  margin-top: 59px;
}

.div-block-87.hyui.gdfgdfg {
  background-color: #000e3670;
  margin-top: 0;
}

.text-block-269 {
  color: #fff;
  text-align: center;
  margin-bottom: 18px;
  font-size: 23px;
  font-weight: 400;
  line-height: 27px;
}

.text-block-269.tg {
  color: var(--white);
  -webkit-text-stroke-color: var(--gold);
}

.submit-button-20 {
  background-color: #476892;
  border-radius: 7px;
  width: 100%;
  padding-left: 26px;
  font-size: 13px;
}

.submit-button-20:hover {
  background-color: #2f496b;
}

.submit-button-20.cvdwe {
  background-color: #fea200;
}

.submit-button-20.cvdwe:hover {
  background-color: #e29300;
}

.submit-button-20.cvdwe.df6790 {
  background-color: var(--rojo-gruas);
}

.submit-button-20.cvdwe.df6790.rctsb {
  background-color: var(--rctecnova);
  font-weight: 900;
}

.submit-button-20.cvdwe.df6790.rctsb.tg {
  background-color: var(--templaglass);
  box-shadow: 2px 2px 5px #0003;
}

.column-163 {
  padding-left: 62px;
}

.text-field-21 {
  text-align: center;
  border-radius: 0;
}

.image-78 {
  margin-top: 17px;
}

.image-78.logogruas {
  margin-top: 0;
}

.column-164 {
  text-align: center;
  padding-right: 136px;
}

.column-164.nbvr56 {
  padding-right: 43px;
}

.column-164.nbvr56.hjjjj {
  padding-bottom: 1px;
  padding-right: 224px;
}

.column-164.nbvr56.rct4 {
  background-image: linear-gradient(#00000030, #00000030);
  border-radius: 5px;
  padding: 55px 12px 55px 40px;
}

.column-164.nbvr56.rct4.rctgrax {
  text-align: left;
}

.button-27 {
  text-align: center;
  background-color: #ff6d00;
  border-radius: 8px;
  width: 49%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
  transition: background-color .5s;
  display: block;
}

.button-27:hover {
  background-color: #ff6d00;
}

.button-27.hjui {
  background-color: #476892;
  width: 46%;
}

.button-27.hjui:hover {
  background-color: #2b507f;
}

.button-27.hjui.hyuio {
  background-color: #fea200;
  margin-left: 0;
  font-weight: 500;
}

.button-27.hjui.hyuio:hover {
  background-color: #e78803;
}

.button-27.hjui.hyuio.jmnjkop {
  background-color: #41cbce;
  width: 39%;
  font-weight: 600;
}

.button-27.hjui.hyuio.jmnjkop:hover {
  background-color: #30aeb1;
}

.button-27.dfgtytyu {
  background-color: var(--rojo-gruas);
  width: 197px;
  margin-left: 0;
  margin-right: auto;
  font-weight: 700;
}

.button-27.dfgtytyu.btnrc {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #ecb10c;
  font-weight: 900;
}

.button-27.dfgtytyu.btnrc:hover {
  background-color: var(--white);
  color: #edb219;
}

.button-27.dfgtytyu.btnrc.tgtg {
  background-color: var(--templaglass);
}

.button-27.dfgtytyu.btnrc.tgtg:hover {
  background-color: var(--white);
  color: var(--templaglass);
  -webkit-text-stroke-color: var(--gold);
}

.link-102 {
  color: #fff;
  text-decoration: none;
}

.link-102.frty {
  color: #fff;
}

.columns-22 {
  align-items: center;
  margin-bottom: 78px;
  padding-right: 8px;
  display: flex;
}

.columns-22.zxcsef {
  background-color: var(--templaglass);
  border-radius: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.text-block-270 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 45px;
  font-weight: 900;
  line-height: 51px;
}

.text-block-270.rctx {
  font-size: 32px;
  font-weight: 700;
}

.text-block-270.rctx.tgx {
  -webkit-text-stroke-color: var(--gold);
}

.text-block-270.rctx.tgx.fghfh {
  font-size: 26px;
}

.text-block-270.rctx.tgx.fghfh.jhjk {
  color: var(--gold);
}

.text-block-271 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 6px;
  font-size: 21px;
  font-weight: 500;
  line-height: 28px;
}

.text-block-271.rc {
  color: #edb219;
  -webkit-text-stroke-color: #edb219;
  font-weight: 700;
}

.button-28 {
  text-align: center;
  background-color: #ff6d00;
  border-radius: 8px;
  width: 49%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
  transition: background-color .5s;
  display: block;
}

.button-28:hover {
  background-color: #ff6d00;
}

.button-28.ghy8 {
  background-color: #fff0;
  border: 1px solid #fff;
  width: 25%;
  font-weight: 700;
}

.button-28.ghy8:hover {
  color: #252525;
  background-color: #fff;
}

.button-28.ghy8.rc {
  border-color: #edb219;
}

.button-28.ghy8.rc:hover {
  color: var(--rctecnova);
}

.button-28.ghy8.rc.w--current {
  border-color: #edb219;
}

.button-28.ghy8.rc.tgtg {
  border-color: #fff;
}

.button-28.ghy8.rc.tgtg:hover {
  color: var(--templaglass);
  -webkit-text-stroke-color: var(--templaglass);
}

.section-101 {
  background-color: #1b2764;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-101.bnhyu {
  background-color: #2138af;
}

.section-101.bnhyu.yu8 {
  background-color: #ff6d00;
}

.section-101.bnhyu.yu8.vbhyui {
  background-color: #fea200;
}

.section-101.bnhyu.yu8.vbhyui.h890lp {
  background-color: var(--rojo-gruas);
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-101.bnhyu.yu8.vbhyui.h890lp.tcn {
  background-color: #ecb10c;
}

.section-101.bnhyu.yu8.vbhyui.h890lp.tcn.rctx {
  background-color: #433f34;
  border: 1px #000;
}

.section-101.bnhyu.yu8.vbhyui.h890lp.tcn.rctx.gfgff {
  background-color: #001758;
  background-image: radial-gradient(circle closest-corner at 50% 50%, #030044, var(--templaglass));
}

.text-block-272 {
  text-align: center;
  font-family: Varela Round, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.div-block-88 {
  background-color: #ececec;
  border: 1px #000;
  border-radius: 0 0 8px 8px;
  flex-direction: column;
  justify-content: space-between;
  min-height: 259px;
  margin-bottom: 40px;
  padding: 30px 25px;
  display: flex;
}

.column-165 {
  padding-left: 10px;
  padding-right: 10px;
}

.text-block-273 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 6px;
  font-size: 21px;
  font-weight: 500;
  line-height: 28px;
}

.text-block-273.fgtyty {
  color: var(--rojo-gruas);
  font-weight: 700;
}

.section-102 {
  border-radius: 5px;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-102.h7890 {
  margin-top: 0;
  padding-top: 100px;
}

.section-102.h7890.ghyuio {
  background-image: linear-gradient(#00000080, #00000080), url('../images/trabajadores-construccion-cascos-planean-rascacielos-usando-planos-trabajo-equipo-generado-ia.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section-102.h7890.ghyuio.gtyu {
  background-image: linear-gradient(#0000009c, #0000009c), url('../images/main-power-plant-energy-ideas-and-energy-saving.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section-102.h7890.ghyuio.gtyu.vbv7890 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/pages_galleries-61e8889263bd2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.button-29 {
  text-align: center;
  background-color: #ff6d00;
  border-radius: 8px;
  width: 49%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
  transition: background-color .5s;
  display: block;
}

.button-29:hover {
  background-color: #ff6d00;
}

.button-29.hjui {
  background-color: #476892;
  width: 46%;
}

.button-29.hjui:hover {
  background-color: #2b507f;
}

.button-29.hjui.cfgty78ik {
  background-color: var(--rojo-gruas);
  text-align: center;
  width: 67%;
}

.button-29.hjui.cfgty78ik:hover {
  background-color: #000;
}

.button-29.hjui.cfgty78ik.rcb {
  background-color: var(--rctecnova);
}

.button-29.hjui.cfgty78ik.rcb:hover {
  background-color: var(--white);
  color: #edb219;
}

.button-29.hjui.cfgty78ik.rcb.tgtg {
  background-color: var(--templaglass);
}

.button-29.hjui.cfgty78ik.rcb.tgtg:hover {
  background-color: var(--white);
  color: var(--templaglass);
}

.text-block-274 {
  color: #000;
  text-align: center;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 900;
  line-height: 53px;
}

.text-block-274.tg {
  color: var(--templaglass);
}

.text-block-274.tg.fsdff {
  margin-bottom: 0;
  font-size: 32px;
}

.text-block-275 {
  color: #254f9d;
  text-align: center;
  letter-spacing: 0;
  border-bottom: 1px solid #135d8d;
  margin-top: 0;
  margin-bottom: 16px;
  padding-bottom: 11px;
  font-size: 21px;
  font-weight: 500;
  line-height: 27px;
}

.text-block-275.ts1 {
  color: #000;
  font-size: 19px;
  font-weight: 600;
}

.text-block-275.ts1.bvcdrty {
  border-bottom-width: 2px;
  border-bottom-color: var(--rojo-gruas);
  font-size: 22px;
}

.text-block-275.ts1.bvcdrty.rcn {
  border-bottom-color: var(--rctecnova);
}

.text-block-275.ts1.bvcdrty.rcn.tg {
  border-bottom-width: 1px;
  border-bottom-color: var(--templaglass);
  color: var(--templaglass);
}

.body-15 {
  font-family: Lato, sans-serif;
}

.text-block-276 {
  color: #050505;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 18px;
  font-size: 35px;
  font-weight: 900;
  line-height: 51px;
}

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

.section-103.fr568 {
  background-color: #ddd;
}

.section-103.fr568.sgdsf {
  background-color: #e9e9e9;
}

.div-block-89 {
  background-color: #957bc4;
  width: 80px;
  height: 3px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-89.bgty {
  background-color: #ca1919;
}

.div-block-89.bgty.liena-celeste {
  background-color: var(--rojo-gruas);
}

.div-block-89.bgty.liena-celeste.rcl {
  -webkit-text-fill-color: inherit;
  background-color: #edb219;
  background-clip: border-box;
}

.div-block-89.bgty.liena-celeste.rcl.tg {
  background-color: var(--templaglass);
}

.div-block-89.bgty.liena-celeste.rcl.tg.fghf {
  margin-bottom: 40px;
}

.div-block-90 {
  text-align: center;
  background-color: #fff;
  border-radius: 6px;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 32%;
  height: 272px;
  padding: 35px 20px;
  display: flex;
}

.text-block-277 {
  background-image: url('../images/mejor-precio.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 50px;
  margin-bottom: 10px;
  padding-top: 70px;
  font-size: 20px;
  font-weight: 600;
  line-height: 27px;
}

.text-block-277.exper {
  background-image: url('../images/gestion-de-equipos.svg');
  background-size: 80px;
  margin-bottom: 0;
  padding-top: 100px;
}

.text-block-277.exper.vr567 {
  background-image: url('../images/fiabilidad.svg');
  background-size: 90px;
  padding-top: 115px;
}

.text-block-277.exper.vr567.vbn {
  background-image: url('../images/apreton-de-manos.svg');
}

.text-block-277.exper.rctb {
  background-image: url('../images/control-de-calidad.png');
}

.text-block-277.exper.rctb.tgg {
  background-image: url('../images/camion.png');
}

.text-block-277.gtyu {
  background-image: url('../images/patron-de-tela.svg');
  background-size: 90px;
  padding-top: 115px;
}

.text-block-277.gtyu.fgt6 {
  background-image: url('../images/construccion.svg');
}

.text-block-277.metecl {
  background-image: url('../images/cerca-electrica.svg');
  background-size: 90px;
  padding-top: 115px;
}

.text-block-277.metecl.nh89 {
  background-image: url('../images/de-coser.svg');
}

.text-block-277.metecl.nh89.cxe4 {
  background-image: url('../images/garantizado.svg');
}

.text-block-277.dferer {
  background-image: url('../images/grua.svg');
  background-size: 80px;
  margin-bottom: 0;
  padding-top: 100px;
}

.text-block-277.dferer.rctb {
  background-image: url('../images/edificio-verde.png');
}

.text-block-277.dferer.rctb.tgtg {
  background-image: url('../images/industria-40.png');
}

.text-block-277.der456 {
  background-image: url('../images/labor.svg');
  background-size: 80px;
  margin-bottom: 0;
  padding-top: 100px;
}

.text-block-277.der456.rctb {
  background-image: url('../images/el-tiempo-es-dinero.png');
}

.text-block-277.der456.rctb.ttg {
  background-image: url('../images/pared-de-vidrio.png');
}

.link-103 {
  color: #090808;
  text-decoration: none;
}

.lightbox-link-41 {
  margin-bottom: 16px;
}

.flex-block-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  place-items: start stretch;
  display: grid;
}

.flex-block-9.gh789 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.image-79 {
  max-width: 71%;
}

.flex-block-10 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.columns-23 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-278 {
  color: #fff;
  text-align: left;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}

.text-block-278.rct {
  text-align: left;
  text-shadow: 0 3px 2px #0003;
  font-size: 32px;
  font-weight: 400;
}

.text-block-278.rct.gtfasfsdg {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 5px;
  font-size: 23px;
  font-weight: 700;
  line-height: 38px;
}

.text-block-278.rct.gtfasfsdg.gsdfg {
  background-color: var(--templaglass);
  text-align: center;
  margin-bottom: 5px;
}

.columns-24 {
  text-transform: none;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.columns-26 {
  justify-content: flex-start;
  align-items: stretch;
}

.bold-text-4 {
  font-size: 26px;
  font-weight: 400;
}

.bold-text-4.dfsd3 {
  font-size: 24px;
}

.container-10 {
  text-align: center;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.slide-54 {
  background-image: url('../images/PLACA-MGO-NOVAPLAC-APLICACIONES-06.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.image-80, .image-81, .image-82, .image-83 {
  width: 100%;
}

.columns-27 {
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.section-104 {
  background-color: var(--black);
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.button-30 {
  background-color: var(--black-2);
  color: var(--rctecnova);
  text-align: left;
  border-radius: 10px;
  margin-top: 40px;
  padding-top: 9px;
  font-size: 22px;
  font-weight: 700;
}

.image-84 {
  width: 32px;
}

.whatsapp-gs-2 {
  z-index: 100;
  text-align: center;
  letter-spacing: 0;
  object-fit: fill;
  background-color: #0dc152;
  background-image: url('../images/whatsapp-2_1whatsapp (2).png');
  background-position: 5%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: 100px;
  width: 236px;
  margin-bottom: 17px;
  margin-left: 0;
  margin-right: 20px;
  padding-left: 20px;
  padding-right: 10px;
  font-family: Oswald, sans-serif;
  font-size: 17px;
  line-height: 27px;
  transition: box-shadow .2s;
  display: block;
  position: fixed;
  inset: auto 0% 0% auto;
  box-shadow: 3px 3px 8px -2px #00000078;
}

.whatsapp-gs-2:hover {
  background-color: #0db64e;
  margin-bottom: 17px;
  box-shadow: 5px 5px 12px #00000078;
}

.list-5 {
  font-size: 15px;
  font-weight: 600;
}

.text-block-279 {
  text-align: center;
  font-size: 18px;
}

.bold-text-5, .bold-text-6 {
  color: var(--gold);
}

.list-item-6, .list-item-7, .list-item-8, .list-item-9, .list-item-10 {
  font-size: 19px;
}

.text-block-280 {
  color: #fff;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 500;
}

.lightbox-link-42 {
  text-align: center;
}

.list-6 {
  color: #fff;
  text-align: left;
  font-size: 22px;
  font-weight: 300;
  line-height: 28px;
}

.text-block-281 {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
}

.image-85, .image-86 {
  padding-left: 10px;
}

html.w-mod-js [data-ix="mover-izquierda"] {
  transform: translate(-2000px);
}

html.w-mod-js [data-ix="hide-lightbox-overlay-initial-appear"] {
  opacity: 0;
}

html.w-mod-js [data-ix="move-zoom-icon-on-initial-appear"] {
  opacity: 0;
  transform: translate(0, 40px);
}

html.w-mod-js [data-ix="sliderwhiter"] {
  opacity: 1;
  display: block;
}

html.w-mod-js [data-ix="int-slider-shadow-interaction"] {
  opacity: 0;
}

@media screen and (max-width: 991px) {
  .heading.t-s1 {
    line-height: 49px;
  }

  .heading.t3-s3 {
    font-size: 45px;
  }

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

  .text-block.st-s2 {
    font-size: 21px;
  }

  .column {
    padding-left: 57px;
  }

  .text-block-2 {
    background-position: 0;
    padding-left: 11px;
  }

  .paragraph {
    font-size: 13px;
  }

  .heading-3.title-servicios-ctb {
    font-size: 26px;
  }

  .heading-4 {
    font-size: 21px;
  }

  .heading-5 {
    margin-top: 0;
  }

  .text-block-4 {
    font-size: 16px;
  }

  .text-block-5 {
    font-size: 13px;
  }

  .column-8.cdddff {
    padding-bottom: 14px;
  }

  .row-3.rserv {
    margin-top: 30px;
  }

  .heading-6 {
    letter-spacing: 0;
    font-size: 37px;
  }

  .text-block-6, .text-block-6.txt-email-tb, .text-block-6.txt-email-tb.t-horario {
    font-size: 16px;
  }

  .row-6, .row-7 {
    margin-top: 0;
  }

  .titrr {
    font-size: 27px;
  }

  .heading-13 {
    font-size: 40px;
  }

  .text-block-8 {
    font-size: 30px;
  }

  .text-block-13.txt-obras {
    line-height: 60px;
  }

  .text-block-14 {
    font-size: 17px;
  }

  .button-5.btm-obras, .button-5.btn-aridos {
    letter-spacing: 1px;
    font-size: 14px;
  }

  .text-block-20 {
    letter-spacing: 0;
  }

  .div-block-8, .div-block-9 {
    height: 350px;
  }

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

  .text-block-22.text44 {
    font-size: 30px;
  }

  .text-block-22.text44.title-arriendos {
    line-height: 40px;
  }

  .text-block-23 {
    font-size: 14px;
  }

  .column-34, .column-35, .column-37 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-13 {
    width: 35%;
    right: 68px;
  }

  .text-block-29 {
    text-align: center;
    letter-spacing: 1px;
  }

  .text-block-30 {
    padding-top: 7px;
    padding-bottom: 7px;
    line-height: 18px;
  }

  .text-block-30.txt-mandibulas {
    padding-top: 6px;
    padding-bottom: 7px;
    line-height: 20px;
  }

  .text-block-30.hhh {
    line-height: 36px;
  }

  .text-block-30.hhg {
    line-height: 39px;
  }

  .text-block-30.fgtrr, .text-block-30.gjlp, .text-block-30.gilp {
    line-height: 36px;
  }

  .container-2 {
    font-size: 14px;
  }

  .heading-17 {
    font-size: 34px;
  }

  .text-block-32 {
    font-size: 29px;
  }

  .txtbanst {
    letter-spacing: -1px;
    font-size: 40px;
    line-height: 40px;
  }

  .txtinfost {
    font-size: 30px;
  }

  .divsto {
    width: 150px;
    top: 62px;
    left: -7px;
  }

  .text-block-83 {
    letter-spacing: 1px;
    font-size: 14px;
  }

  .txtcallst {
    font-size: 30px;
  }

  .text-block-152 {
    font-size: 39px;
  }

  .text-block-152.line1-roja {
    font-size: 36px;
  }

  .text-block-152.line1-roja.txt1-gacias-bb {
    font-size: 33px;
  }

  .text-block-153.txt2-gracias-bb {
    letter-spacing: 0;
    font-size: 23px;
  }

  .text-block-155 {
    letter-spacing: 0;
    font-size: 37px;
  }

  .link-78.btn-ver-oficinas {
    text-align: center;
    font-size: 13px;
  }

  .text-block-159 {
    text-align: center;
  }

  .text-block-164.title3-bb {
    letter-spacing: 1px;
  }

  .txtbanva {
    margin-top: 50px;
    font-size: 30px;
    line-height: 30px;
  }

  .fotva, .headan {
    padding-left: 0;
    padding-right: 0;
  }

  .txtbanan {
    font-size: 50px;
  }

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

  .txtbanan2 {
    line-height: 25px;
  }

  .txtan {
    line-height: 20px;
  }

  .txtand1 {
    font-size: 14px;
  }

  .divan1 {
    height: 170px;
  }

  .txtufan {
    font-size: 16px;
  }

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

  .txtfotan {
    background-position: 0 5%;
    background-size: 10px;
    margin-top: 0;
    padding-left: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .txtfotan.txtheadan {
    background-position: 0%;
    background-size: 15px;
    margin-top: 15px;
    padding-left: 15px;
    font-size: 15px;
  }

  .columns-8 {
    display: none;
  }

  .whatsapp-gs {
    width: 40%;
    font-family: Oswald, sans-serif;
    font-size: 16px;
  }

  .txtbanin {
    font-size: 23px;
  }

  .txtbanin2 {
    text-align: center;
  }

  .text-block-201 {
    font-size: 15px;
  }

  .div-form-icr {
    padding: 10px;
  }

  .btn-call1-id {
    letter-spacing: 0;
    font-size: 13px;
  }

  .title-2-serv.ase43 {
    font-size: 26px;
  }

  .contact-header-irv {
    letter-spacing: 0;
    font-size: 15px;
  }

  .num-tel {
    font-size: 18px;
  }

  .num-tel.num-wtas {
    font-size: 19px;
  }

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

  .item-contact {
    letter-spacing: 0;
    font-size: 16px;
  }

  .columns-19.fgt67890 {
    flex-flow: column;
  }

  .button-25 {
    width: 80%;
  }

  .button-25.btn-left.n7890.htyuio.popopo {
    width: 70%;
  }

  .text-block-212 {
    letter-spacing: 2px;
    font-size: 29px;
    line-height: 32px;
  }

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

  .text-block-215 {
    letter-spacing: 0;
    font-size: 19px;
  }

  .item-contact-2 {
    letter-spacing: 0;
    font-size: 16px;
  }

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

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

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

  .div-block-85.rct {
    height: 100%;
  }

  .div-block-86.div-img-qs.rcb {
    width: 100%;
  }

  .text-block-268 {
    letter-spacing: 2px;
    font-size: 29px;
    line-height: 32px;
  }

  .button-27, .button-28 {
    width: 80%;
  }

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

  .button-29 {
    width: 80%;
  }

  .text-block-275 {
    letter-spacing: 0;
    font-size: 19px;
  }

  .whatsapp-gs-2 {
    width: 40%;
    font-family: Oswald, sans-serif;
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .heading {
    text-align: center;
    font-size: 50px;
  }

  .text-block.st-s2 {
    text-align: center;
  }

  .button {
    text-align: center;
    width: 46%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .column {
    padding-left: 10px;
  }

  .text-block-2 {
    background-position: 17%;
    line-height: 49px;
  }

  .column-2 {
    padding-right: 10px;
  }

  .column-3 {
    padding-left: 10px;
  }

  .quienes-somos-cierres-tb {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph {
    font-size: 14px;
  }

  .servicios-cierres-tb {
    padding-left: 100px;
    padding-right: 100px;
  }

  .heading-3.title-servicios-ctb {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 30px;
  }

  .heading-4.st-servicios {
    text-align: center;
    font-size: 17px;
  }

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

  .text-block-5 {
    margin-left: 19px;
  }

  .button-2 {
    width: 87%;
  }

  .column-8 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .column-8.cdddff {
    padding-left: 0;
    padding-right: 0;
  }

  .column-9 {
    padding-bottom: 0;
  }

  .textarea-4 {
    width: 97%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .heading-13 {
    width: 81%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 6px;
    font-size: 30px;
    display: block;
  }

  .text-block-8 {
    letter-spacing: 1px;
    font-size: 23px;
  }

  .slider-2 {
    height: 800px;
  }

  .text-block-13 {
    text-align: center;
    margin-top: 181px;
  }

  .text-block-13.txt-obras {
    line-height: 40px;
  }

  .text-block-14 {
    text-align: center;
    font-size: 17px;
  }

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

  .text-block-17 {
    margin-top: 10px;
  }

  .section-7 {
    height: 800px;
  }

  .text-block-18 {
    background-position: 81px;
  }

  .button-5 {
    text-align: center;
    letter-spacing: 1px;
    width: 41%;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    display: block;
  }

  .button-5.btn-aridos {
    text-align: center;
    letter-spacing: 1px;
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    display: block;
  }

  .linea-df {
    margin: 5px auto;
    display: block;
  }

  .text-block-20 {
    font-size: 30px;
    line-height: 42px;
  }

  .section-9 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-8, .div-block-8.div2-serv-df, .div-block-8.div2-serv-df.div-ardiso {
    height: 230px;
  }

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

  .button-6.btn-cotizar3 {
    margin-top: 95px;
  }

  .section-10 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .text-block-22 {
    font-size: 40px;
  }

  .div-block-11 {
    margin-bottom: 25px;
  }

  .div-block-11.div-equipo2 {
    margin-bottom: 0;
  }

  .div-block-11.div-equipo2.div-e4 {
    background-repeat: no-repeat;
    background-size: cover;
    height: 240px;
  }

  .column-34 {
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .column-35, .column-37 {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-5 {
    letter-spacing: 1px;
    font-size: 18px;
  }

  .section-11 {
    background-image: linear-gradient(#ffffffc7, #ffffffc7), url('../images/e2m.jpg');
    background-position: 0 0, 0 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-12 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .image-11 {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .div-block-13 {
    width: 55%;
    height: 470px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: absolute;
    inset: 294px 0 0;
  }

  .column-43, .column-44, .column-45 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-29 {
    margin-bottom: 18px;
    line-height: 18px;
  }

  .text-block-30 {
    margin-bottom: 10px;
    line-height: 36px;
  }

  .text-block-30.txt-mandibulas {
    line-height: 36px;
  }

  .text-block-30.hhh {
    margin-bottom: 0;
  }

  .text-block-30.fgtrr, .text-block-30.gjlp {
    margin-bottom: 10px;
  }

  .text-block-30.gilp {
    margin-bottom: 0;
  }

  .row-22 {
    margin-top: 10px;
  }

  .column-46 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-17, .text-block-32 {
    text-align: center;
  }

  .button-7 {
    text-align: center;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .imgst {
    margin-top: 10px;
  }

  .div-block-37 {
    height: 300px;
  }

  .text-block-151 {
    text-align: center;
    margin-top: 38px;
  }

  .text-block-152 {
    text-align: center;
  }

  .text-block-152.line1-roja {
    font-size: 43px;
  }

  .text-block-152.line1-roja.txt1-gacias-bb {
    font-size: 37px;
  }

  .div-block-66 {
    margin-top: 0;
    padding-bottom: 15px;
  }

  .text-block-153 {
    text-align: center;
    letter-spacing: 0;
    font-size: 16px;
  }

  .text-block-153.txt2-gracias-bb {
    font-size: 25px;
  }

  .linea-div {
    margin-bottom: 17px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .text-block-154 {
    margin-top: 10px;
  }

  .link-78.btn-ver-oficinas {
    width: 40%;
    margin-top: 13px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .text-block-156 {
    text-align: center;
    padding-left: 0;
  }

  .column-112.dedw2 {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-163 {
    text-align: center;
  }

  .text-block-164 {
    text-align: center;
    line-height: 43px;
  }

  .image-54 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .txtbanva {
    font-size: 27px;
  }

  .headan {
    padding-bottom: 20px;
  }

  .txtbanan {
    width: 70%;
  }

  .txtbanan2, .forman {
    width: 80%;
  }

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

  .divan {
    margin-bottom: 10px;
  }

  .divan3 {
    margin-bottom: 15px;
  }

  .txtfotan {
    text-align: center;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    margin-bottom: 15px;
    font-size: 18px;
  }

  .txtfotan.txtfotan2, .txtfotan.txtfotan3 {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
  }

  .txtfotan.txtheadan {
    text-align: center;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    font-size: 20px;
  }

  .txtfotan.txtheadan.txtheadan2 {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
  }

  .column-140, .column-141, .columns-8 {
    display: none;
  }

  .img-ec-1 {
    margin-bottom: 19px;
  }

  .img-ec-1.img-ec-4 {
    margin-bottom: 33px;
  }

  .column-144, .column-145 {
    text-align: center;
  }

  .whatsapp-gs {
    background-position: 10%;
    width: 47%;
    font-size: 16px;
  }

  .whatsapp-gs.whats-ner {
    width: 45%;
  }

  .text-block-201 {
    margin-top: 13px;
  }

  .column-151 {
    padding-left: 55px;
  }

  .section-99 {
    padding-top: 46px;
    padding-bottom: 53px;
  }

  .text-block-210.text-cf {
    font-size: 16px;
    line-height: 24px;
  }

  .contact-header-irv {
    background-position: 39%;
    font-size: 20px;
  }

  .contact-header-irv.cw {
    background-position: 12%;
  }

  .contact-header-irv.cw.celular-f {
    background-position: 36%;
  }

  .contact-header-irv.cw.fp {
    background-position: 30%;
  }

  .item-contact {
    font-size: 13px;
  }

  .column-102 {
    text-align: center;
  }

  .columns-19.j8890p.opfod {
    flex-flow: column;
  }

  .section-29.gt678.byu.porpor {
    height: 900px;
  }

  .div-block-24 {
    width: 70%;
  }

  .div-block-25 {
    margin-bottom: 35px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .text-block-215 {
    font-size: 34px;
  }

  .column-155 {
    height: 93px;
    padding-left: 42px;
  }

  .item-contact-2 {
    font-size: 13px;
  }

  .div-block-78 {
    margin-bottom: 35px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .logobi {
    width: 100px;
  }

  .text-block-225 {
    font-size: 30px;
  }

  .txtbanbi2 {
    color: #fff;
    text-shadow: -1px -1px 6px #000, 1px 1px 1px #000;
  }

  .txtfonbi, .txtfonbi.mailbi {
    font-size: 15px;
  }

  .div-block-81 {
    width: 48%;
  }

  .text-block-265.text-cf {
    font-size: 16px;
    line-height: 24px;
  }

  .column-159 {
    text-align: center;
  }

  .div-block-87 {
    width: 70%;
  }

  .div-block-88 {
    margin-bottom: 35px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .text-block-275 {
    font-size: 34px;
  }

  .div-block-90 {
    width: 48%;
  }

  .column-167 {
    text-align: left;
    flex-flow: column;
    align-self: center;
    align-items: center;
    margin-top: 20px;
    display: flex;
  }

  .columns-28 {
    text-align: center;
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .whatsapp-gs-2 {
    background-position: 10%;
    width: 47%;
    font-size: 16px;
  }
}

@media screen and (max-width: 479px) {
  .image {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .heading {
    font-size: 30px;
    line-height: 34px;
  }

  .heading.t-s1 {
    font-size: 30px;
    line-height: 36px;
  }

  .heading.t3-s3 {
    font-size: 30px;
    line-height: 35px;
  }

  .text-block {
    text-align: center;
    font-size: 17px;
    line-height: 23px;
  }

  .text-block.st-s2 {
    font-size: 17px;
  }

  .button {
    width: 77%;
  }

  .button.btn-nosotros-cpb {
    letter-spacing: 0;
  }

  .slide-4 {
    background-image: linear-gradient(to bottom, null, null), url('../images/55c489bfd003e-1.jpg');
    background-position: 0 0, 50%;
  }

  .text-block-2 {
    background-position: 62px;
    background-size: 27px;
    font-size: 18px;
    line-height: 24px;
  }

  .text-block-3 {
    font-size: 14px;
  }

  .servicios-cierres-tb {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-3.title-servicios-ctb {
    font-size: 24px;
  }

  .heading-4 {
    letter-spacing: 0;
    margin-top: 0;
    margin-bottom: -1px;
    font-size: 16px;
  }

  .heading-4.st-servicios {
    margin-bottom: 13px;
    font-size: 15px;
    line-height: 19px;
  }

  .heading-5 {
    font-size: 17px;
  }

  .text-block-4 {
    margin-top: 0;
  }

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

  .text-block-7 {
    line-height: 36px;
  }

  .titrr {
    letter-spacing: 0;
    font-size: 26px;
  }

  .textarea-4 {
    width: 94%;
  }

  .heading-13 {
    line-height: 34px;
  }

  .text-block-8 {
    letter-spacing: 0;
    font-size: 19px;
  }

  .slider-2 {
    height: 500px;
    overflow: hidden;
  }

  .text-block-13 {
    margin-top: 60px;
    font-size: 24px;
    line-height: 33px;
  }

  .text-block-13.txt-obras {
    font-size: 37px;
    line-height: 25px;
  }

  .text-block-14 {
    font-size: 15px;
  }

  .section-7 {
    height: 500px;
  }

  .button-5 {
    letter-spacing: 0;
    width: 61%;
  }

  .button-5.btn-aridos {
    letter-spacing: 0;
    width: 60%;
  }

  .linea-df {
    margin-top: 5px;
  }

  .text-block-20 {
    font-size: 18px;
    line-height: 31px;
  }

  .div-block-9 {
    height: 400px;
  }

  .text-block-21 {
    text-align: center;
    font-size: 25px;
  }

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

  .div-block-10.div-linea-equipos {
    margin-top: 10px;
  }

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

  .button-6 {
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .button-6.btn-cotizar3 {
    width: 50%;
    margin-top: 20px;
  }

  .text-block-22 {
    font-size: 20px;
  }

  .text-block-22.text44 {
    font-size: 27px;
  }

  .text-block-22.text44.title-arriendos {
    font-size: 26px;
    line-height: 30px;
  }

  .div-block-11 {
    margin-bottom: 20px;
  }

  .text-block-23 {
    padding-bottom: 2px;
    line-height: 20px;
  }

  .text-block-23.gytui {
    padding-top: 11px;
    padding-bottom: 8px;
    line-height: 19px;
  }

  .text-block-23.hyu7 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-block-23.fgt67p {
    padding-top: 11px;
    padding-bottom: 10px;
    line-height: 22px;
  }

  .text-block-23.ghty {
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .section-11 {
    background-image: linear-gradient(#ffffffd1, #ffffffd1), url('../images/e2m.jpg');
    background-position: 0 0, 0 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-12 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .column-39 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-25 {
    font-size: 14px;
  }

  .text-block-26 {
    font-size: 13px;
  }

  .div-block-13 {
    width: 100%;
  }

  .icon {
    width: 30px;
    height: 30px;
    top: -32px;
    right: 302px;
  }

  .icon-2 {
    width: 20px;
    height: 20px;
    top: -84px;
    left: 24px;
  }

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

  .text-block-32 {
    font-size: 18px;
  }

  .image-13 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

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

  .txtbanst {
    font-size: 25px;
  }

  .divsto {
    top: -20px;
  }

  .text-block-83 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-37 {
    height: 210px;
  }

  .column-77, .column-78, .column-79, .column-80, .column-81, .column-82, .column-83, .column-84 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-151 {
    font-size: 28px;
  }

  .text-block-152 {
    font-size: 28px;
    line-height: 40px;
  }

  .text-block-153 {
    font-size: 14px;
  }

  .text-block-153.txt2-gracias-bb {
    font-size: 22px;
    line-height: 22px;
  }

  .text-block-155 {
    text-align: center;
    letter-spacing: 0;
    font-size: 34px;
  }

  .link-78.btn-ver-oficinas {
    width: 71%;
  }

  .link-78.btn-ver-oficinas.btn-contact3 {
    width: 77%;
  }

  .text-block-156 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .column-111 {
    padding-left: 0;
  }

  .text-block-157 {
    text-align: center;
    font-size: 16px;
    line-height: 21px;
  }

  .column-112.dedw2 {
    padding-top: 11px;
    padding-right: 10px;
  }

  .slider-12 {
    height: 300px;
  }

  .link-79 {
    text-align: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .linea-title {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .text-block-160, .text-block-161 {
    text-align: center;
  }

  .text-block-164 {
    font-size: 30px;
  }

  .text-block-164.title3-bb {
    letter-spacing: 0;
    font-size: 37px;
  }

  .text-block-165 {
    text-align: center;
  }

  .div-block-71 {
    padding-left: 49px;
  }

  .div-harm2 {
    height: 0;
  }

  .txtbanva {
    font-size: 25px;
  }

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

  .headan {
    padding-bottom: 0;
    position: fixed;
  }

  .txtbanan {
    width: 100%;
    font-size: 40px;
  }

  .txtinfoan {
    font-size: 35px;
  }

  .txtfotan {
    text-align: left;
    padding-left: 0;
  }

  .txtfotan.txtfotan2 {
    text-align: left;
    margin-left: 0;
    padding-left: 0;
  }

  .txtfotan.txtfotan3 {
    text-align: left;
    padding-left: 0;
  }

  .txtfotan.txtheadan.txtheadan2.txtwhatan {
    background-image: url('../images/whatsapp_PNG1.png');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: 20px;
  }

  .txtfotan.txtheadan1 {
    text-align: center;
    margin-top: 5px;
    font-size: 12px;
  }

  .text-block-184 {
    font-size: 38px;
  }

  .column-131, .columns-3, .columns-4 {
    flex-direction: column;
  }

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

  .column-133 {
    flex-direction: column;
  }

  .columns-6 {
    flex-flow: column wrap-reverse;
  }

  .column-135 {
    flex-flow: column wrap;
  }

  .text-block-189 {
    text-align: center;
    font-size: 28px;
  }

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

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

  .column-137 {
    padding-left: 10px;
  }

  .column-139 {
    padding: 2%;
  }

  .column-142 {
    display: none;
  }

  .columns-8, .image-65 {
    display: block;
  }

  .image-66 {
    display: none;
  }

  .img-ec-1.img-ec-2.hnmi90 {
    margin-bottom: 14px;
  }

  .img-ec-1.img-ec-3 {
    margin-bottom: 9px;
  }

  .img-ec-1.img-ec-4 {
    margin-bottom: 20px;
  }

  .img-ec-1.fgty67 {
    margin-bottom: 14px;
  }

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

  .text-block-194 {
    margin-bottom: 18px;
    font-size: 25px;
    line-height: 30px;
  }

  .pagos-tb {
    padding-top: 16px;
  }

  .whatsapp-gs {
    z-index: 0;
    width: 75%;
    margin-bottom: 0;
    margin-left: 0;
    padding-right: 6px;
    transition-duration: .4s;
    inset: auto auto 60px;
  }

  .whatsapp-gs:hover {
    margin-bottom: 0;
  }

  .whatsapp-gs.whats-ner {
    background-position: 21%;
    background-size: 22px;
    width: 54%;
    margin-bottom: 11px;
  }

  .txtibfoin {
    margin-top: 40px;
  }

  .btncontin, .btncontin.btndesin {
    width: 100%;
  }

  .container-li {
    max-width: 91%;
  }

  .columns-10 {
    display: block;
  }

  .htc {
    margin-bottom: 15px;
  }

  .section-97 {
    height: 471px;
  }

  .text-block-198 {
    margin-top: 53px;
    font-size: 23px;
  }

  .text-block-200 {
    font-size: 34px;
    line-height: 46px;
  }

  .text-block-200.tgfrt {
    margin-top: 117px;
    margin-bottom: 2px;
    line-height: 40px;
  }

  .text-block-201 {
    margin-top: 10px;
    font-size: 18px;
  }

  .text-block-202 {
    font-size: 14px;
  }

  .section-98 {
    padding-bottom: 40px;
  }

  .div-img-serv {
    height: 205px;
  }

  .div-text-serv {
    height: 519px;
    padding: 20px;
  }

  .div-text-serv.uio90 {
    height: 262px;
  }

  .div-text-serv.yui89o {
    height: 288px;
  }

  .text-block-203 {
    margin-bottom: 17px;
    font-size: 14px;
  }

  .text-block-204 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 17px;
  }

  .text-block-205 {
    font-size: 30px;
  }

  .btn-call1-id {
    margin-top: 0;
    font-size: 15px;
  }

  .text-block-206 {
    font-size: 15px;
    line-height: 25px;
  }

  .column-151 {
    padding-left: 22px;
    padding-right: 20px;
  }

  .div-block-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .title1-servcisio {
    letter-spacing: 1px;
    font-size: 15px;
    line-height: 19px;
  }

  .title1-servcisio.ltr {
    font-size: 17px;
  }

  .section-99 {
    padding-top: 43px;
  }

  .section-99.sder {
    background-position: 100%;
  }

  .title-2-serv {
    margin-bottom: 23px;
    font-size: 26px;
    line-height: 42px;
  }

  .title-2-serv.ase43 {
    margin-bottom: 12px;
    font-size: 26px;
  }

  .div-block-76 {
    height: 626px;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-77 {
    height: 263px;
  }

  .text-block-207 {
    font-size: 33px;
  }

  .text-block-208 {
    margin-bottom: 12px;
    font-size: 14px;
  }

  .list-2 {
    font-size: 14px;
    line-height: 27px;
  }

  .link-9, .text-block-210.text-cf {
    font-size: 16px;
  }

  .text-block-210.text-cf.vfrt5 {
    margin-bottom: 27px;
  }

  .contact-header-irv {
    background-position: 29%;
    margin-top: 12px;
    font-size: 19px;
  }

  .contact-header-irv.gtrrrp {
    background-position: 25%;
    margin-bottom: 0;
  }

  .contact-header-irv.cw {
    background-position: 30%;
    margin-top: 7px;
    font-size: 19px;
  }

  .contact-header-irv.cw.celular-f {
    background-position: 25%;
  }

  .contact-header-irv.cw.celular-f.wder {
    background-position: 23%;
    margin-bottom: 0;
  }

  .contact-header-irv.cw.fp {
    background-position: 13%;
  }

  .contact-header-irv.cw.fp.yy66 {
    background-position: 30%;
    margin-bottom: 0;
  }

  .contacto-impre {
    padding-top: 43px;
    padding-bottom: 43px;
  }

  .num-tel {
    margin-bottom: 23px;
    font-size: 21px;
    line-height: 20px;
  }

  .num-tel.num-wtas {
    letter-spacing: 0;
    font-size: 16px;
  }

  .html-embed-5 {
    margin-top: 27px;
  }

  .htmllu {
    text-align: center;
    font-size: 11px;
  }

  .submit-button-10.btn-fg.rt567 {
    width: 100%;
  }

  .submit-button-10.hju89 {
    border-radius: 6px;
    width: 100%;
  }

  .txttabhu.frt56.tyu8.yui {
    letter-spacing: 1px;
    font-size: 16px;
  }

  .container-vk {
    max-width: 93%;
  }

  .div-block-28.linea-left {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-28.linea-left.linea-center {
    width: 13%;
    margin-bottom: 35px;
  }

  .div-block-28.linea-left.linea-center.rt678 {
    margin-bottom: 40px;
  }

  .div-block-28.linea-left.linea-center.rt678.yu890 {
    margin-bottom: 17px;
  }

  .div-block-28.linea-left.rt56hj {
    margin-bottom: 22px;
    margin-left: 0;
    margin-right: auto;
  }

  .text-block-211 {
    letter-spacing: 0;
    font-size: 14px;
  }

  .image-67 {
    margin-bottom: 14px;
  }

  .item-contact {
    margin-bottom: 7px;
    font-size: 18px;
  }

  .contact-header-ic.contact-env.h-m-pr.hm-cser {
    letter-spacing: 0;
    font-size: 12px;
  }

  .contact-header-ic.contact-env.h-m-pr.gtyui {
    margin-top: 17px;
  }

  .contact-header-ic.hf-pr.hc-serv {
    letter-spacing: 0;
    font-size: 12px;
  }

  .column-102 {
    text-align: center;
  }

  .text-block-132 {
    text-align: center;
    font-size: 31px;
  }

  .text-block-132.hfr67 {
    margin-bottom: 59px;
  }

  .text-block-132.hfr67.gt78 {
    margin-bottom: 20px;
  }

  .header-ic.bannerele {
    background-image: linear-gradient(#0000008f, #0000008f), url('../images/electrical-technician-working-in-switchboard-with-fuses.jpg');
    background-position: 0 0, 100% 100%;
    background-size: auto, cover;
    padding-bottom: 32px;
  }

  .columns-19 {
    margin-bottom: 58px;
    display: block;
  }

  .columns-19.fgt67890 {
    margin-bottom: 4px;
  }

  .columns-19.j8890p {
    margin-bottom: 13px;
  }

  .section-29 {
    background-image: url('../images/plumbing-parts-and-tools-on-white-background.jpg');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
  }

  .section-29.gt678 {
    background-image: linear-gradient(#00000082, #00000082), url('../images/repair-of-gas-boiler.jpg');
    background-position: 0 0, 50%;
    padding-bottom: 41px;
  }

  .section-29.gt678.byu {
    background-image: linear-gradient(#0000009e, #0000009e), url('../images/wepik-export-202312061544177mau.jpeg');
    background-position: 0 0, 100%;
    flex-flow: column;
    height: 1065px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-29.gt678.byu.d457u {
    flex-flow: column;
    height: 662px;
  }

  .section-29.gt678.byu.bgt6789 {
    height: 400px;
  }

  .section-29.gt678.byu.gt67 {
    background-image: linear-gradient(to bottom, null, null), url('../images/51898.jpg');
    background-position: 0 0, 50%;
    height: 1000px;
  }

  .section-29.gt678.byu.gt67.vbgg {
    height: 674px;
  }

  .section-29.gt678.byu.porpor {
    height: 900px;
  }

  .submit-button-17:hover {
    background-color: var(--steel-blue);
  }

  .button-25 {
    width: 70%;
    margin-left: auto;
  }

  .button-25.btn-left {
    width: 69%;
    margin-left: auto;
    margin-right: auto;
    line-height: 20px;
  }

  .button-25.btn-left.gt789 {
    width: 61%;
  }

  .button-25.btn-left.gt789.w--current {
    width: 66%;
  }

  .button-25.btn-left.n7890.htyuio {
    width: 66%;
    margin-bottom: 28px;
  }

  .button-25.btn-left.n7890.htyuio:hover {
    background-color: var(--black);
  }

  .button-25.hjui.vfr56, .button-25.btn5 {
    width: 71%;
  }

  .button-25.btn5:hover {
    background-color: #000;
  }

  .button-25.ghy8 {
    width: 70%;
    font-size: 13px;
    line-height: 21px;
  }

  .button-25.hjui {
    width: 74%;
  }

  .button-25.hjui.hyuio {
    margin-left: auto;
    margin-right: auto;
  }

  .button-25.hjui.hyuio.jmnjkop {
    width: 63%;
    margin-bottom: 39px;
  }

  .text-block-212 {
    text-align: center;
    letter-spacing: 0;
    text-shadow: none;
    margin-top: 1px;
    font-size: 14px;
  }

  .text-block-212.gt678 {
    text-shadow: none;
    font-size: 29px;
    line-height: 36px;
  }

  .text-block-212.gt678.tif.mu890 {
    margin-bottom: 9px;
    font-size: 31px;
    line-height: 40px;
  }

  .text-block-212.gt678.tif.mu890.vbh {
    text-align: center;
    font-size: 19px;
    line-height: 30px;
  }

  .text-block-212.gt678.tif.mu890.vbh.h670 {
    margin-top: 52px;
  }

  .text-block-212.gt678.tif.mu890.vbh.yu789 {
    margin-top: 33px;
  }

  .text-block-212.gt678.tif.mu890.vbh._56789 {
    margin-top: 37px;
  }

  .text-block-212.gt678.tif.mu890.vbh.porep {
    font-size: 34px;
  }

  .text-block-212.gt678.gbyui {
    text-align: center;
    font-size: 39px;
    line-height: 50px;
  }

  .text-block-212.gt678.gbyui.vb67kl {
    font-size: 25px;
    line-height: 36px;
  }

  .text-block-212.gt678.gbyui.vb67kl.cvfgrt {
    margin-top: 86px;
    font-size: 34px;
    line-height: 48px;
  }

  .text-block-212.hy789 {
    margin-top: 26px;
    font-size: 16px;
    line-height: 26px;
  }

  .text-block-212.cvg67 {
    font-size: 24px;
    line-height: 33px;
  }

  .text-block-212.cvg67.gty78 {
    margin-top: 51px;
    font-size: 37px;
    line-height: 50px;
  }

  .text-block-212.hy789 {
    font-size: 16px;
    line-height: 26px;
  }

  .text-block-212.hy789.gbvdf {
    text-align: center;
    margin-top: 60px;
  }

  .div-block-24 {
    width: 100%;
    margin-top: 38px;
    padding-left: 22px;
    padding-right: 22px;
  }

  .div-block-24.u789.hyui {
    background-color: #00000075;
    margin-top: 24px;
  }

  .div-block-24.hyui {
    margin-top: 20px;
  }

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

  .container-pg {
    max-width: 94%;
  }

  .text-block-27 {
    text-align: center;
    margin-bottom: -2px;
    font-size: 18px;
    line-height: 22px;
  }

  .text-block-27.gty67 {
    font-size: 15px;
  }

  .image-68 {
    max-width: 61%;
  }

  .image-68.n7890 {
    max-width: 94%;
    margin-top: 29px;
  }

  .image-68.n7890.jkiop.jyyi {
    max-width: 100%;
  }

  .image-68.gy79l {
    margin-top: 37px;
  }

  .text-block-213 {
    text-align: center;
    font-size: 26px;
    line-height: 41px;
  }

  .text-block-213.caqw3.vbghuio {
    line-height: 33px;
  }

  .text-block-213.tngt {
    font-size: 20px;
    line-height: 31px;
  }

  .text-block-213.frty {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 26px;
  }

  .text-block-213.cebty {
    margin-bottom: 28px;
  }

  .text-block-214 {
    text-align: justify;
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
  }

  .column-94 {
    padding-right: 10px;
  }

  .section-32._789kl {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .text-block-136 {
    font-size: 19px;
    font-weight: 400;
    line-height: 24px;
  }

  .div-block-25 {
    min-height: 190px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-98 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-31 {
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-31.h7890 {
    padding-top: 40px;
  }

  .text-block-135 {
    margin-bottom: 31px;
    font-size: 23px;
    line-height: 36px;
  }

  .text-block-215 {
    float: none;
    font-size: 21px;
  }

  .text-block-215.ts1 {
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 24px;
  }

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

  .section-59.bnhyu.yu8 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-59.bnhyu.yu8.opop {
    margin-top: auto;
  }

  .text-block-134 {
    letter-spacing: -1px;
    font-size: 19px;
    line-height: 31px;
  }

  .text-block-134.vf6790 {
    letter-spacing: 0;
    font-size: 28px;
  }

  .text-block-134.vf6790.b89okl {
    letter-spacing: 0;
    font-size: 16px;
  }

  .text-block-134.fbhj {
    text-align: center;
    font-size: 25px;
  }

  .text-block-134.xcbkl {
    font-size: 17px;
    line-height: 29px;
  }

  .text-block-134.rtydrhb {
    font-size: 30px;
  }

  .column-154 {
    text-align: center;
    height: auto;
    margin-bottom: 48px;
    padding-top: 43px;
    padding-left: 10px;
  }

  .column-155 {
    text-align: center;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .row-8 {
    display: block;
  }

  .text-block-33.txt-email-v {
    margin-bottom: 36px;
    font-size: 16px;
  }

  .text-block-34 {
    font-size: 16px;
  }

  .text-block-34.vb7890 {
    text-align: center;
    background-position: 10%;
    padding-left: 22px;
  }

  .section-33 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-block-137 {
    margin-top: 41px;
  }

  .column-156 {
    text-align: left;
    height: auto;
    padding-left: 10px;
  }

  .text-block-216 {
    text-align: center;
    font-size: 16px;
  }

  .text-block-217 {
    text-align: center;
    margin-top: 0;
  }

  .text-block-217.gb89kl {
    margin-top: 55px;
  }

  .image-69 {
    margin-top: 47px;
  }

  .text-block-219 {
    text-align: center;
    font-size: 14px;
    line-height: 22px;
  }

  .column-157 {
    padding-right: 10px;
  }

  .column-157.nbvr56 {
    padding-left: 0;
    padding-right: 0;
  }

  .item-contact-2 {
    margin-bottom: 7px;
    font-size: 21px;
  }

  .item-contact-2.gty {
    font-size: 23px;
  }

  .image-70 {
    margin-bottom: 29px;
  }

  .text-block-220 {
    text-align: justify;
    font-size: 14px;
    line-height: 25px;
  }

  .column-158 {
    text-align: center;
  }

  .div-block-78 {
    min-height: 190px;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-223 {
    letter-spacing: -1px;
    font-size: 24px;
    line-height: 28px;
  }

  .image-71 {
    margin-top: 46px;
  }

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

  .gallery-container {
    column-count: 2;
  }

  .gallery-container.u789 {
    display: flex;
  }

  .heading-31 {
    font-size: 26px;
  }

  .text-block-148 {
    font-size: 14px;
  }

  .logobi {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .banbi {
    padding-top: 50px;
    padding-bottom: 0;
  }

  .txtbanbi2 {
    font-size: 18px;
  }

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

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

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

  .txtlisbi {
    margin-bottom: 20px;
  }

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

  .text-block-229 {
    text-align: center;
    font-size: 15px;
  }

  .heading-34.gt6789 {
    margin-bottom: 28px;
    font-size: 25px;
  }

  .text-block-238 {
    font-size: 14px;
  }

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

  .image-73 {
    max-width: 51%;
  }

  .div-block-81 {
    width: 88%;
  }

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

  .text-block-264 {
    font-size: 18px;
  }

  .text-block-262 {
    font-size: 24px;
    line-height: 35px;
  }

  .flex-block-8 {
    flex-direction: column;
  }

  .div-block-82 {
    margin-bottom: 37px;
  }

  .list-3 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    text-align: left;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    font-size: 16px;
  }

  .image-75, .image-76, .image-77 {
    margin-top: 36px;
  }

  .div-block-83.linea-left {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-83.linea-left.linea-center {
    width: 13%;
    margin-bottom: 35px;
  }

  .div-block-83.linea-left.linea-center.rt678 {
    margin-bottom: 40px;
  }

  .div-block-83.linea-left.linea-center.rt678.yu890 {
    margin-bottom: 17px;
  }

  .text-block-265.text-cf {
    font-size: 16px;
  }

  .text-block-265.text-cf.vfrt5 {
    margin-bottom: 27px;
  }

  .html-embed-7 {
    margin-top: 27px;
  }

  .link-100 {
    font-size: 21px;
  }

  .text-block-266 {
    margin-bottom: 12px;
    font-size: 14px;
  }

  .text-block-267 {
    font-size: 33px;
  }

  .div-block-84.linea-left {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-84.linea-left.rt56hj {
    margin-bottom: 22px;
    margin-left: 0;
    margin-right: auto;
  }

  .div-block-85 {
    height: 723px;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-86 {
    height: 263px;
  }

  .div-block-86.div-img-qs {
    height: 231px;
  }

  .text-block-268 {
    text-align: center;
    letter-spacing: 0;
    text-shadow: none;
    margin-top: 47px;
    font-size: 20px;
  }

  .text-block-268.hy789 {
    font-size: 16px;
    line-height: 26px;
  }

  .text-block-268.hy789.gbvdf {
    text-align: center;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-268.hy789.gbvdf.rcx.tgh {
    text-align: center;
  }

  .text-block-268.gt678 {
    text-shadow: none;
    font-size: 29px;
    line-height: 36px;
  }

  .text-block-268.gt678.gbyui {
    text-align: center;
    font-size: 39px;
    line-height: 50px;
  }

  .text-block-268.gt678.gbyui.vb67kl {
    font-size: 25px;
    line-height: 36px;
  }

  .text-block-268.gt678.gbyui.vb67kl.rcth {
    text-align: center;
    font-size: 36px;
    line-height: 48px;
  }

  .column-162 {
    text-align: center;
  }

  .div-block-87 {
    width: 100%;
    margin-top: 38px;
    padding-left: 22px;
    padding-right: 22px;
  }

  .div-block-87.hyui, .div-block-87.hyui.gdfgdfg {
    margin-top: 20px;
  }

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

  .image-78 {
    margin-bottom: 29px;
  }

  .column-164 {
    padding-right: 10px;
  }

  .column-164.nbvr56 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-164.nbvr56.hjjjj {
    padding-right: 0;
  }

  .column-164.nbvr56.rct4 {
    padding-left: 10px;
  }

  .button-27 {
    width: 70%;
  }

  .button-27.hjui {
    width: 74%;
  }

  .button-27.hjui.hyuio {
    margin-left: auto;
    margin-right: auto;
  }

  .button-27.hjui.hyuio.jmnjkop {
    width: 63%;
    margin-bottom: 39px;
  }

  .button-27.dfgtytyu {
    margin-left: auto;
    margin-right: auto;
  }

  .columns-22 {
    margin-bottom: 58px;
    display: block;
  }

  .text-block-270 {
    letter-spacing: -1px;
    font-size: 20px;
    line-height: 28px;
  }

  .text-block-270.rctx {
    font-size: 28px;
  }

  .text-block-271 {
    font-size: 19px;
    font-weight: 400;
    line-height: 24px;
  }

  .button-28 {
    width: 70%;
  }

  .button-28.ghy8 {
    width: 70%;
    font-size: 13px;
    line-height: 21px;
  }

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

  .section-101.bnhyu.yu8 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-88 {
    min-height: 190px;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .column-165 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-273 {
    font-size: 19px;
    font-weight: 400;
    line-height: 24px;
  }

  .section-102 {
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-102.h7890 {
    padding-top: 40px;
  }

  .button-29 {
    width: 70%;
  }

  .button-29.hjui {
    width: 74%;
  }

  .text-block-274 {
    margin-bottom: 31px;
    font-size: 23px;
    line-height: 36px;
  }

  .text-block-275 {
    float: none;
    font-size: 21px;
  }

  .text-block-275.ts1 {
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 24px;
  }

  .text-block-276 {
    font-size: 24px;
    line-height: 35px;
  }

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

  .div-block-89 {
    margin-bottom: 37px;
  }

  .div-block-90 {
    width: 88%;
  }

  .text-block-277 {
    font-size: 18px;
  }

  .column-166 {
    padding-left: 0;
    padding-right: 0;
  }

  .flex-block-9 {
    grid-template-columns: 1fr 1fr;
    justify-items: stretch;
  }

  .flex-block-9.gh789 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .image-79 {
    max-width: 52%;
  }

  .flex-block-10 {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .columns-23 {
    flex-flow: column;
  }

  .text-block-278.rct {
    text-align: center;
  }

  .text-block-278.rct.gtfasfsdg {
    font-size: 18px;
  }

  .columns-24, .columns-27 {
    flex-flow: column;
  }

  .list-item-5 {
    text-align: left;
  }

  .whatsapp-gs-2 {
    z-index: 0;
    width: 75%;
    margin-bottom: 9px;
    margin-left: 0;
    margin-right: 10px;
    padding-right: 6px;
    transition-duration: .4s;
    inset: auto 0% 0% auto;
  }

  .whatsapp-gs-2:hover {
    margin-bottom: 0;
  }

  .bold-text-5, .bold-text-6 {
    font-size: 24px;
  }

  .text-block-280 {
    text-align: center;
    font-size: 20px;
    line-height: 22px;
  }

  .column-168 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}


@font-face {
  font-family: 'Woodfordbourne';
  src: url('../fonts/woodfordbourne-regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Woodfordbourne';
  src: url('../fonts/woodfordbourne-thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Woodfordbourne';
  src: url('../fonts/woodfordbourne-bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}