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

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


.section_respaldos {
  padding-top: 40px;
  padding-bottom: 0px;
  background-color: #f5f5f5;
}

.section_respaldos {
    padding-top: 10px;
  }


.div_respaldosample {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: auto;
  margin-right: 50px;
  margin-bottom: 50px;
  margin-left: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div_respaldosample._2 {
  width: auto;
}

.div_respaldosample {
    width: 250px;
    margin-right: 25px;
    margin-bottom: 30px;
    margin-left: 25px;
  }





















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

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

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

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

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

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

.body {
  background-color: #fff;
}

.background-video {
  height: 73vh;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.8)), color-stop(57%, transparent));
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.8), transparent 57%);
}

.heading {
  display: inline-block;
  margin-top: 10px;
  font-family: 'Titillium Web', sans-serif;
  text-align: center;
}

.heading.blanco {
  margin-top: 0px;
  color: #fff;
  text-align: left;
}

.head_2.centrado {
  display: block;
  color: #353535;
  font-size: 32px;
  line-height: 38px;
  text-align: center;
}

.head_2.centrado.proyectos {
  margin-bottom: 0px;
  padding-bottom: 0px;
  color: #fff;
}

.head_2.centrado.blanco {
  font-family: 'Titillium Web', sans-serif;
  color: #fff;
  font-size: 35px;
}

.heading.blanco.centrado {
  margin-top: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: center;
}

.heading.izquierda {
  margin-top: 25px;
  font-size: 18px;
  line-height: 23px;
  text-align: left;
}

.heading.izquierda.categor-as {
  margin-top: 20px;
  color: #333;
  font-size: 28px;
  line-height: 32px;
}

.heading.izquierda.catalogos {
  margin-top: 0px;
  margin-bottom: 40px;
  font-size: 22px;
  line-height: 25px;
  text-align: center;
}

.heading.izquierda.catalogo-de-productos {
  color: #333;
  text-decoration: none;
}

.footer {
  background-color: #284d6d;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.head-pagina {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25))), url('../images/PRODUCTOS.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url('../images/PRODUCTOS.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.head-pagina.productos {
  height: 30vh;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.head-pagina.servicios {
  height: 30vh;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(40, 77, 109, 0.39)), to(rgba(40, 77, 109, 0.39))), url('../images/cabservicios.jpg');
  background-image: linear-gradient(180deg, rgba(40, 77, 109, 0.39), rgba(40, 77, 109, 0.39)), url('../images/cabservicios.jpg');
  background-position: 0px 0px, 50% 75%;
  background-size: auto, cover;
}

.head-pagina.representaciones {
  width: 100%;
  height: 30vh;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), -webkit-gradient(linear, left top, left bottom, from(rgba(40, 77, 109, 0.45)), to(rgba(40, 77, 109, 0.45))), url('../images/cabrep.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(180deg, rgba(40, 77, 109, 0.45), rgba(40, 77, 109, 0.45)), url('../images/cabrep.jpg');
  background-position: 0px 0px, 0px 0px, 50% 20%;
  background-size: auto, auto, cover;
}

.head-pagina.tecnolog-a {
  height: 30vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0.15))), -webkit-gradient(linear, left top, left bottom, from(rgba(40, 77, 109, 0.44)), to(rgba(40, 77, 109, 0.44))), url('../images/cabtecc.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), linear-gradient(180deg, rgba(40, 77, 109, 0.44), rgba(40, 77, 109, 0.44)), url('../images/cabtecc.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
}

.head-pagina.cat-logos {
  height: 30vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(40, 77, 109, 0.35)), to(rgba(40, 77, 109, 0.35))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0.15))), url('../images/cabcatalogos.jpg');
  background-image: linear-gradient(180deg, rgba(40, 77, 109, 0.35), rgba(40, 77, 109, 0.35)), linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), url('../images/cabcatalogos.jpg');
  background-position: 0px 0px, 0px 0px, 50% 60%;
  background-size: auto, auto, cover;
}

.paragraph {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Lato, sans-serif;
  color: #fff;
  text-align: center;
}

.paragraph.izquierda {
  margin-top: 10px;
  padding-right: 0px;
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
  text-align: left;
}

.paragraph.oscuro {
  color: #000;
  text-align: center;
}

.paragraph.oscuro.left {
  margin-bottom: 20px;
  font-size: 14px;
  text-align: left;
}

.paragraph.oscuro.left.camcad {
  margin-bottom: 55px;
  padding-top: 0px;
}

.paragraph.subheading {
  padding-right: 115px;
  padding-left: 115px;
  font-size: 18px;
}

.section-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.container-servicios {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 1300px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  height: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #284d6d;
}

.imagen-servicios {
  width: 500px;
  height: 500px;
  border-style: solid;
  border-width: 0px;
  border-color: #e77318;
  border-radius: 0px;
  background-image: url('../images/WELDING.png');
  background-position: 78% 40%;
  background-size: cover;
  opacity: 1;
}

.imagen-servicios.soldadura {
  background-image: url('../images/Soldfinal.jpg');
  background-position: 0% 50%;
}

.imagen-servicios.mecanizado {
  background-image: url('../images/MECANIZADO.png'), url('../images/WELDING.png');
  background-position: 50% 50%, 78% 40%;
  background-size: cover, cover;
}

.imagen-servicios.metrologia {
  background-image: url('../images/Serv3.jpg');
  background-position: 50% 50%;
}

.imagen-servicios.cam {
  background-image: url('../images/CAD.png');
  background-position: 0% 50%;
}

.imagen-servicios.dise-o {
  background-image: url('../images/Serv4.jpg');
  background-position: 70% 50%;
}

.imagen-servicios.termico {
  background-image: url('../images/3_1.png');
  background-position: 50% 50%;
}

.secci-n-servicios {
  height: 85vh;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.45)), to(hsla(0, 0%, 100%, 0.45))), url('../images/GEO2.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.45), hsla(0, 0%, 100%, 0.45)), url('../images/GEO2.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  color: #333;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 250px;
  padding-right: 55px;
  padding-bottom: 40px;
  padding-left: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tab-texto {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 220px;
  height: 70px;
  margin-bottom: 16px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #284d6d;
  -webkit-transition: all 425ms ease;
  transition: all 425ms ease;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
}

.tab-texto:hover {
  background-color: #277cb2;
}

.tab-texto.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1a1a1a;
  box-shadow: 1px 1px 3px 0 #000;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
}

.secci-n-representaciones {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 80px;
  padding-bottom: 220px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.51)), to(hsla(0, 0%, 100%, 0.51))), url('../images/BGGEO2.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.51), hsla(0, 0%, 100%, 0.51)), url('../images/BGGEO2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.hblog {
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 28px;
}

.hblog.form {
  margin-top: 10px;
  font-family: 'Titillium Web', sans-serif;
  color: #fff;
  font-size: 24px;
}

.hblog.form {
  margin-top: 10px;
  font-family: 'Titillium Web', sans-serif;
  color: #fff;
  font-size: 24px;
}

.hblog.form {
  margin-top: 10px;
  font-family: 'Titillium Web', sans-serif;
  color: #fff;
  font-size: 24px;
}

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

.parrafo-3 {
  margin-top: 5px;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}

.parrafo-3.exito {
  color: #fff;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.5px;
}

.parrafo-3.error {
  color: #fff;
}

.checkbox-label-2 {
  margin-bottom: 10px;
  padding-right: 0px;
  padding-left: 20px;
  font-family: Lato, sans-serif;
  color: #d4d4d4;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}

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

.content-block.bg-text {
  width: 520px;
  padding: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0px;
  background-color: #284d6d;
}

.content-block.bg-text {
  position: relative;
  left: 188px;
  bottom: 6px;
  z-index: 90;
  display: block;
  width: 500px;
  padding: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 2px;
  background-color: #284d6d;
}

.content-block.bg-text._2 {
  position: relative;
  left: 204px;
  top: -130px;
  width: auto;
  max-width: 300px;
  padding: 15px 30px 20px;
  background-color: #1d1f21;
  box-shadow: 0 0 20px -4px #1f1f1f;
}

.content-block.bg-text._2.mexico {
  margin-top: 25px;
}

.error-message {
  position: relative;
  z-index: 3;
  padding-top: 6px;
  padding-bottom: 6px;
  border-radius: 7px;
  background-color: #ff6868;
  box-shadow: 1px 3px 7px -1px #000;
}

.success-message {
  padding-top: 100px;
  padding-bottom: 100px;
  border-radius: 7px;
  background-color: #4aad27;
}

.form-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.checkbox-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 30px;
}

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

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.secci-n-tecnolog-a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.7)), to(hsla(0, 0%, 100%, 0.7))), url('../images/GEO2.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.7), hsla(0, 0%, 100%, 0.7)), url('../images/GEO2.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.accordion-item-trigger {
  background-color: #fff;
}

.container-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.69)), to(hsla(0, 0%, 100%, 0.69))), url('../images/BGGEO2.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.69), hsla(0, 0%, 100%, 0.69)), url('../images/BGGEO2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.columnas-productos {
  height: auto;
}

.productos-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 22%;
  height: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #d4d4d4;
}

.productos-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 78%;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 241.640625px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.boton {
  width: 200px;
  margin-top: 40px;
  padding-top: 11px;
  padding-bottom: 11px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #277cb2;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: Lato, sans-serif;
  text-align: center;
  cursor: pointer;
}

.boton:hover {
  background-color: #284d6d;
}

.boton.cotiza {
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.container-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-productos {
  margin-bottom: 10px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: Lato, sans-serif;
  color: #333;
  font-size: 15px;
  text-decoration: none;
}

.link-productos:hover {
  color: #277cb2;
}

.link-productos:visited {
  color: #000;
}

.link-productos.w--current {
  color: #277cb2;
}

.tabs-content {
  max-width: 1000px;
}

.line {
  width: 100px;
  height: 1.5px;
  background-color: #fff;
}

.icono-servicios {
  margin-top: 25px;
  margin-left: 25px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.text-block {
  text-decoration: none;
}

.linea {
  background-color: #284d6d;
}

.linea._2 {
  width: 150px;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.div-block-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 540px;
  height: 330px;
  padding: 23px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-style: solid;
  border-width: 1px;
  border-color: #a3a3a3;
  background-color: #fff;
  box-shadow: 1px 1px 7px -3px #000;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.div-block-24:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

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

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

.navmini {
  display: none;
  overflow: visible;
  height: 4.5vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #277cb2;
}

.container-27 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 1100px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-27._2 {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-link-2 {
  margin-right: 15px;
  margin-left: 15px;
  padding: 0px 0px 10px;
  border-bottom: 2px solid transparent;
  -webkit-transition: color 450ms ease, border 50ms ease;
  transition: color 450ms ease, border 50ms ease;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.3px;
  text-decoration: none;
}

.nav-link-2:hover {
  border-bottom: 2px solid #277cb2;
  border-radius: 0px;
  color: #277cb2;
  font-weight: 400;
}

.nav-link-2.w--current {
  border-bottom-color: #277cb2;
  color: #277cb2;
}

.nav-link-2.mini {
  padding-bottom: 0px;
  border: 1px none #000;
}

.nav-link-2.mini:hover {
  border: 0px none transparent;
}

.nav-link-2.current {
  border-bottom-color: #277cb2;
  color: #277cb2;
}

.navbar-2 {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 80px;
  background-color: #1d1f21;
}

.brand {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.logoheader-2 {
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.logoheader-2:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.slide-nav {
  display: none;
  height: 0px;
  padding-top: 40px;
  border-radius: 0px;
  opacity: 0;
}

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

.divcolumna {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 600px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-image: url('../images/BG2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  cursor: pointer;
}

.divcolumna:hover {
  background-image: url('../images/BG2.jpg');
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.divcolumna.izquierda {
  min-height: 420px;
  background-image: url('../images/x6-sidecomp.jpg');
  background-position: 50% 100%;
  box-shadow: 1px 1px 12px -9px #000;
}

.divcolumna.medio {
  min-height: 420px;
  background-image: url('../images/WATER-FORCE.jpg');
  background-position: 50% 50%;
}

.divcolumna.izqda {
  min-height: 420px;
  background-image: url('../images/Sunprod.jpg');
  background-position: 50% 50%;
}

.divcolumna.a {
  min-height: 400px;
  background-image: url('../images/Fotos-CDS-45.jpg');
}

.divcolumna.b {
  min-height: 400px;
  background-image: url('../images/Fotos-CDS--30.jpg');
  background-position: 45% 50%;
}

.divcolumna.c {
  min-height: 400px;
  background-image: url('../images/DRILL-LUBE.jpg');
  background-position: 10% 50%;
}

.subhead_1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 25px;
  font-weight: 500;
  text-align: center;
}

.subhead_1.max {
  margin-bottom: 10px;
  font-size: 22px;
}

.container-29 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-bottom: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-29._2 {
  margin-bottom: 20px;
}

.subheadserv {
  margin-top: 0px;
  margin-bottom: 6px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
}

.head_2 {
  display: inline-block;
  margin: 0px auto 10px;
  font-family: Exo, sans-serif;
  font-size: 40px;
}

.linea-2 {
  width: 100px;
  height: 2px;
  margin-bottom: 20px;
  background-color: #a1a1a1;
}

.linea-2.hdp {
  margin-left: 30px;
  background-color: #f9d213;
}

.servheader {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 32px;
}

.div-block-2 {
  position: relative;
  top: 85px;
  padding-top: 25px;
  padding-right: 25px;
  padding-left: 25px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#284d6d), to(#284d6d));
  background-image: linear-gradient(180deg, #284d6d, #284d6d);
  box-shadow: 0 0 7px 0 #5e5e5e;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.div-block-2:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#277cb2), to(#277cb2));
  background-image: linear-gradient(180deg, #277cb2, #277cb2);
}

.section-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 100px;
  padding-bottom: 150px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f0f0f0;
}

.container-30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1250px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.servparrafo {
  margin-bottom: 25px;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 13px;
}

.news_link {
  font-family: Lato, sans-serif;
  color: #277cb2;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.news_link:hover {
  text-decoration: underline;
}

.columns-14 {
  display: inline-block;
  height: 100%;
  max-width: 1250px;
  margin-right: 0px;
  margin-left: 0px;
}

.div-block-25 {
  height: auto;
  padding-left: 15px;
}

.head_3 {
  margin-top: 0px;
  margin-bottom: 5px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Titillium Web', sans-serif;
  font-size: 30px;
  line-height: 35px;
}

.head_3.mini {
  margin-bottom: 8px;
  line-height: 32px;
}

.head_3._3 {
  margin-bottom: 0px;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
}

.column-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.formfield_email {
  height: 45px;
  max-width: none;
  min-width: 380px;
  margin-right: 30px;
  margin-bottom: 0px;
  margin-left: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 1.5px;
  border-color: #05445f;
  border-radius: 4px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 22px;
  text-align: left;
}

.formfield_email:hover {
  background-color: #f5f5f5;
}

.formfield_email:active {
  border-width: 2px;
  box-shadow: 0 0 12px 0 #aaa;
}

.form-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column_newsletter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.head_newsletter {
  margin-bottom: 10px;
  padding-right: 10px;
  font-family: 'Titillium Web', sans-serif;
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
}

.div_newsletter {
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 0px;
  padding-left: 7px;
  border: 1px none #000;
  border-radius: 1px;
  background-color: #fff;
  box-shadow: 1px 0 17px -10px #303030;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.div_newsletter:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.section_newsletter {
  display: none;
  padding-top: 70px;
  padding-bottom: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.77)), to(hsla(0, 0%, 100%, 0.77))), url('../images/fondoRD-2-13.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.77), hsla(0, 0%, 100%, 0.77)), url('../images/fondoRD-2-13.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.subhead_3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
}

.form-block-5 {
  width: 1200px;
  margin-bottom: 0px;
}

.container-31 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.img_newsletter {
  -webkit-transition: all 450ms ease;
  transition: all 450ms ease;
}

.img_newsletter:hover {
  -webkit-filter: contrast(141%);
  filter: contrast(141%);
}

.minisub_newaletter {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
  color: #284d6d;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 450px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.button {
  margin-top: 10px;
  margin-right: auto;
  margin-left: 0px;
  padding: 15px 80px;
  background-color: #04445f;
  font-family: 'Titillium Web', sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
}

.button:hover {
  background-color: #0270ab;
}

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

.button.mini {
  margin-top: 0px;
  padding: 18px 50px;
  background-color: #284d6d;
  -webkit-transition: box-shadow 400ms ease;
  transition: box-shadow 400ms ease;
}

.button.mini:hover {
  box-shadow: 0 0 15px -3px #414141;
}

.button.mini {
  margin-top: 0px;
  padding: 18px 50px;
  -webkit-transition: box-shadow 400ms ease;
  transition: box-shadow 400ms ease;
}

.button.mini:hover {
  box-shadow: 0 0 15px -3px #414141;
}

.social-link {
  margin-right: 11px;
  opacity: 0.29;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.social-link:hover {
  opacity: 0.74;
}

.section-10 {
  position: relative;
  z-index: 10;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #1d1f21;
}

.section-10.footer {
  padding-top: 40px;
  padding-bottom: 0px;
  background-color: #284d6d;
}

.headtec {
  margin-top: 20px;
  margin-bottom: 0px;
  font-family: 'Titillium Web', sans-serif;
  font-size: 28px;
}

.container_form_news-2 {
  display: none;
  max-width: 1250px;
  margin-top: 40px;
  padding: 25px 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 0px;
  border-color: #ccc;
  background-color: #f5f5f5;
}

.linea-3 {
  width: 100px;
  height: 3px;
  margin-bottom: 10px;
  background-color: #284d6d;
}

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

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.headcat {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Titillium Web', sans-serif;
  color: #277cb2;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
}

.divcat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 320px;
  height: auto;
  margin-top: 0px;
  margin-right: 20px;
  padding: 20px 20px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #d1d1d1;
  background-color: #fff;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.divcat:hover {
  box-shadow: 1px 1px 14px -8px #000;
}

.image-27 {
  margin-top: 16px;
  margin-right: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.link-block {
  text-decoration: none;
}

.link-block-2 {
  text-decoration: none;
}

.link-block-3 {
  text-decoration: none;
}

.column-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 9px;
  padding-left: 9px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-29 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 241.640625px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.divtabsheader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-right: 0px;
  padding: 30px 30px 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  background-color: transparent;
}

.parrprod {
  width: 850px;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
}

.div-block-33 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  margin-left: 10px;
  padding: 0px 36px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-34 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 250px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-31 {
  margin-top: 25px;
  margin-left: 25px;
}

.image-32 {
  margin-top: 25px;
  margin-left: 25px;
}

.div-block-36 {
  position: relative;
  top: 175px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 352.84375px;
  height: 250px;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border: 1px none #284d6d;
  border-radius: 3px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  box-shadow: 1px 1px 12px -6px #000;
}

.div-block-36:hover {
  background-color: #fff;
  background-image: none;
}

.container-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-width: 1250px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-33 {
  display: inline-block;
  margin-bottom: 20px;
}

.rephead {
  margin-bottom: 20px;
  font-family: 'Titillium Web', sans-serif;
  color: #292929;
  font-size: 35px;
  line-height: 38px;
  text-align: center;
}

.divlogorep {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

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

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

.column-46 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-14 {
  height: auto;
  padding-top: 60px;
  padding-bottom: 50px;
  background-color: #f5f5f5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/BGGEO2.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/BGGEO2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.column-47 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns-29 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.paragraph-2 {
  margin-bottom: 0px;
  padding-right: 118px;
  font-family: Lato, sans-serif;
  color: #333;
  font-size: 17px;
  line-height: 22px;
  font-weight: 400;
}

.paragraph-2.tabs {
  margin-bottom: 30px;
  padding-right: 93px;
  padding-left: 30px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.heading-5 {
  margin-top: 60px;
  margin-bottom: 40px;
  font-family: Exo, sans-serif;
  color: #424242;
  font-size: 32px;
  text-align: center;
}

.section-15 {
  height: auto;
  padding-top: 0px;
  padding-bottom: 230px;
  background-color: #f5f5f5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.79)), to(hsla(0, 0%, 100%, 0.79))), url('../images/fondoRD-2-13.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.79), hsla(0, 0%, 100%, 0.79)), url('../images/fondoRD-2-13.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
}

.container-32 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.tabs-menu-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.imagenproducto {
  width: 875px;
  height: 525px;
  border-radius: 0px;
}

.tabproducto {
  margin-bottom: 10px;
  padding: 0px 7px 0px 0px;
  background-color: #277cb2;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.tabproducto.w--current {
  margin-bottom: 10px;
  padding: 0px 7px 0px 0px;
  background-color: #284d6d;
}

.divtabprod {
  width: 100.00004%;
}

.tabs-content-3 {
  margin-right: 20px;
}

.regresar-text {
  font-family: 'Titillium Web', sans-serif;
  color: #fff;
  font-size: 16px;
}

.left-arrow-3 {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 5;
  height: 55px;
}

.right-arrow-3 {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  height: 55px;
}

.text-block-3 {
  display: none;
  font-family: 'Fa solid 900', sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 55px;
}

.text-block-3:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.prefooter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40vh;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(49, 87, 121, 0.4)), to(rgba(49, 87, 121, 0.4))), url('../images/Fotos-CDS-56.jpg');
  background-image: linear-gradient(180deg, rgba(49, 87, 121, 0.4), rgba(49, 87, 121, 0.4)), url('../images/Fotos-CDS-56.jpg');
  background-position: 0px 0px, 50% 40%;
  background-size: auto, cover;
}

.div-block-41 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 480px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.subhead_3-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
}

.head_3-2 {
  margin-top: 0px;
  margin-bottom: 5px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Titillium Web', sans-serif;
  font-size: 30px;
  line-height: 35px;
  text-align: left;
}

.head_3-2.mini {
  margin-bottom: 8px;
  line-height: 32px;
}

.container_form_news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1250px;
  margin-top: 40px;
  padding: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5f5f5;
}

.container_form_news.solo {
  max-width: 900px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  background-color: hsla(0, 0%, 96.1%, 0.92);
}

.div-block-42 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.linea-6 {
  width: 200px;
  height: 2px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: 0px;
  background-color: #277cb2;
}

.button-4 {
  margin-top: 10px;
  margin-right: auto;
  margin-left: 0px;
  padding: 15px 80px;
  border-radius: 2px;
  background-color: #04445f;
  font-family: 'Titillium Web', sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
}

.button-4:hover {
  background-color: #0270ab;
}

.button-4:active {
  background-color: #000;
}

.button-4.centro {
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  background-color: #277cb2;
}

.brand-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.brand-2._2 {
  margin-bottom: 15px;
}

.brand-2._2 {
  margin-bottom: 0px;
}

.brand-2._2 {
  margin-bottom: 0px;
}

.tabs-menu-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.columns-31 {
  margin-right: 0px;
  margin-left: 0px;
}

.tabs-content-4 {
  background-color: #fff;
}

.column-49 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-43 {
  margin-left: 30px;
}

.headtabrep {
  margin-top: 0px;
  margin-bottom: 20px;
  margin-left: 30px;
  font-family: 'Titillium Web', sans-serif;
}

.hdptab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 50px;
  margin-right: 20px;
  margin-left: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 4px solid #277cb2;
  background-color: transparent;
  color: #277cb2;
}

.hdptab.w--current {
  margin-right: 20px;
  margin-left: 20px;
  border-style: none;
  background-color: #277cb2;
  color: #fff;
}

.tabreptext {
  margin-bottom: 20px;
  font-family: 'Titillium Web', sans-serif;
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
}

.image-44 {
  margin-left: 30px;
}

.image-45 {
  margin-left: 30px;
}

.div_fotoslider_nosotros-2 {
  height: 100%;
  background-image: url('../images/fotosliderNOSOTROS2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div_fotoslider_nosotros-2._3 {
  height: auto;
  background-image: url('../images/fotosliderNOSOTROS4.jpg');
}

.div_fotoslider_nosotros-2._3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  height: auto;
  background-image: none;
}

.div_fotoslider_nosotros-2._3 {
  height: 93%;
  padding-bottom: 0px;
  background-image: url('../images/Graph2.jpg');
}

.div_fotoslider_nosotros-2._3.uno {
  background-image: url('../images/Graph1.jpg');
}

.div_fotoslider_nosotros-2._3.uno.hdp {
  background-image: url('../images/grafico-1.jpg');
}

.div_fotoslider_nosotros-2._3.hdp {
  background-image: url('../images/grafico-2.jpg');
}

.slide-nav-4 {
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 55px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #284d6d;
}

.slider-6 {
  height: 100%;
  background-color: #000;
}

.div-block-46 {
  margin-top: 60px;
  padding: 10px 0px 0px;
  background-color: transparent;
}

.div-block-49 {
  position: static;
  right: 15%;
  display: none;
  width: 1100px;
  height: 800px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f5f5f5;
}

.sinoserv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  height: 150px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 1px 1px 9px -5px #000;
}

.sinoserv:hover {
  box-shadow: 1px 1px 14px -7px #000;
}

.textsino {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 25px;
  font-family: 'Titillium Web', sans-serif;
  color: #277cb2;
  font-size: 25px;
  line-height: 28px;
}

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

.column-52 {
  padding-right: 0px;
  padding-left: 0px;
}

.prodsino {
  margin-bottom: 20px;
  margin-left: 0px;
}

.div-block-50 {
  margin-top: 40px;
  margin-bottom: 60px;
}

.image-49 {
  margin-top: 20px;
  margin-bottom: 0px;
  padding: 0px;
  background-color: #fff;
}

.div_headcambiante {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1100px;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div_headcambiante.oculto {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.herohead {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: 'Titillium Web', sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 45px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 4px 4px 6px #000;
}

.text_headmini {
  width: 60%;
  margin-top: 0px;
  font-family: Lato, sans-serif;
  font-size: 25px;
  line-height: 30px;
  font-weight: 400;
  text-shadow: 5px 5px 14px #000;
}

.bold-text-6 {
  color: #48b2f5;
  font-size: 27px;
  text-shadow: 0 0 7px #000;
}

.button-5 {
  margin-top: 10px;
  margin-right: auto;
  margin-left: 0px;
  padding: 15px 80px;
  border-radius: 2px;
  background-color: #277cb2;
  font-family: 'Titillium Web', sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
}

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

.button-5:active {
  background-color: #000;
}

.text-block-5 {
  font-family: Lato, sans-serif;
  color: #8d9196;
  font-size: 15px;
  line-height: 20px;
}

.text-block-5.big {
  color: #fff;
  font-size: 16px;
}

.footer-link-4 {
  display: inline-block;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Lato, sans-serif;
  color: #909499;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0.3px;
  text-decoration: none;
}

.footer-link-4:hover {
  color: #d9d9d9;
}

.section_clientes-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 18vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slide {
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
}

.slider-2 {
  height: 100%;
  max-height: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.slider-2.solo-phone {
  display: none;
}

.slider-2.solo-phone {
  display: none;
}

.container-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 1150px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.hero-paragraph-3 {
  margin-bottom: 20px;
  padding-right: 0px;
  font-family: Lato, sans-serif;
  color: #afafaf;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 400;
}

.container-contacto-2 {
  position: relative;
  left: -454px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container-contacto-2.combo {
  display: none;
}

.div-block-52 {
  display: none;
}

.div-block-53 {
  position: relative;
  top: 126px;
}

.button-6 {
  margin-top: 10px;
  margin-right: auto;
  margin-left: 0px;
  padding: 15px 80px;
  border-radius: 2px;
  background-color: #04445f;
  font-family: 'Titillium Web', sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
}

.button-6:hover {
  background-color: #0270ab;
}

.button-6:active {
  background-color: #000;
}

.button-6.centro {
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  color: #202020;
}

.button-6.centro {
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
}

.button-6.centro.solo-para-brochure {
  background-color: #ddd;
  color: #277cb2;
}

.button-6.mini {
  margin-top: 0px;
  margin-right: 0px;
  padding: 18px 50px;
  background-color: #277cb2;
  -webkit-transition: box-shadow 400ms ease;
  transition: box-shadow 400ms ease;
}

.button-6.mini {
  margin-top: 0px;
  margin-right: 0px;
  padding: 18px 50px;
  -webkit-transition: box-shadow 400ms ease;
  transition: box-shadow 400ms ease;
}

.section-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 85vh;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/BGCONTACTO.jpg');
  background-position: 100% 50%;
  background-size: 105%;
  background-repeat: repeat;
  background-attachment: scroll;
}

.checkbox-2 {
  margin-top: 0px;
  padding-right: 0px;
  background-color: #f1921d;
}

.textfieldform-3 {
  display: block;
  overflow: visible;
  height: 40px;
  margin-bottom: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px 1px 2px;
  border-color: transparent transparent #05445f;
  border-radius: 4px;
  background-color: rgba(17, 17, 17, 0.52);
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 25px;
  font-weight: 500;
}

.bold-text-9 {
  position: relative;
  margin-right: 10px;
  font-family: 'Fa solid 900', sans-serif;
  color: #277cb2;
  font-size: 16px;
}

.bold-text-9._2 {
  color: #277cb2;
}

.form-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 6px;
  padding-bottom: 6px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.headcat-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Titillium Web', sans-serif;
  color: #277cb2;
  font-size: 20px;
}

.close-modal {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65px;
  height: 65px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0px;
  background-color: #277cb2;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  cursor: pointer;
}

.close-modal:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.close {
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  text-align: center;
}

.modal-body {
  position: absolute;
  width: 800px;
  min-height: 50px;
  padding: 60px 44px 41px;
  border-radius: 10px;
  background-color: #fff;
}

.container-35 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 980px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text_formtext {
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  text-align: center;
}

.img_centro {
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
}

.text_formtitle {
  font-family: 'Titillium Web', sans-serif;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
}

.divcat-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -14px;
  margin-left: -14px;
  padding: 15px 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #d1d1d1;
  background-color: hsla(0, 0%, 100%, 0.89);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.divcat-2:hover {
  background-color: hsla(0, 0%, 100%, 0.89);
}

.form_fieldbrochure {
  width: 80%;
  height: 40px;
  margin: 0px auto 25px;
  border: 2px solid #277cb2;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
}

.modalfondo {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 20;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-color: rgba(0, 0, 0, 0.46);
}

.modalfondo.cat {
  left: 0%;
  display: none;
}

.cont_brochure {
  max-width: 800px;
  margin: 0px auto 60px;
}

.div-block-54 {
  margin-top: 60px;
}

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

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

.image-52 {
  margin-bottom: 30px;
}

.div-block-56 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-53 {
  margin-right: 10px;
}

.logoheader-4 {
  position: relative;
  left: -8px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.logoheader-4:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.footer-column-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.heading-9 {
  color: #fff;
}

.image-54 {
  width: 35px;
  height: 35px;
  max-width: none;
  margin-right: 22px;
}

.image-54:hover {
  -webkit-filter: brightness(200%);
  filter: brightness(200%);
}

.columns-33 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-57 {
  margin-top: 20px;
}

.container-36 {
  max-width: 1100px;
  margin-bottom: 20px;
}

.container-36.solo-responsive {
  display: none;
}

.bold-text-10 {
  position: relative;
  margin-right: 10px;
  font-family: 'Fa solid 900', sans-serif;
  color: #fff;
  font-size: 16px;
}

.final-footer {
  display: block;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #0e0f10;
  color: #000;
}

.final-footer.nule {
  display: none;
}

.footer-text-3 {
  margin-top: 0px;
  color: #939393;
  font-size: 15px;
  text-align: center;
}

.image-55 {
  height: 150px;
}

.image-56 {
  height: 150px;
}

.image-57 {
  height: 150px;
}

.image-58 {
  height: 150px;
}

.div-block-35 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-24 {
  width: 41px;
  height: 25px;
  max-width: none;
  box-shadow: 0 0 9px -2px #000;
}

.link {
  color: #fff4f4;
}

.div-block-59 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.63)), to(hsla(0, 0%, 100%, 0.63))), url('../images/fondoRD-2-13.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.63), hsla(0, 0%, 100%, 0.63)), url('../images/fondoRD-2-13.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.div-block-60 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-62 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.link-block-6 {
  text-decoration: none;
}

.image-59 {
  width: 150px;
  height: 150px;
}

.image-60 {
  width: 150px;
  height: 150px;
}

.image-61 {
  width: 150px;
  height: 150px;
}

.image-62 {
  width: 150px;
  height: 150px;
}

.marca {
  max-height: 100%;
  max-width: 100%;
}

.left-arrow {
  left: -79px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.right-arrow {
  right: -79px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.slider-wrapper-wide-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 0px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-wrapper-wide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  height: 100%;
  max-width: 100%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 12px;
  padding-left: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-63 {
  width: 840px;
  height: 525px;
}

.dropdown-link {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 15px;
  padding-left: 15px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.dropdown-link:hover {
  color: #277cb2;
}

.dropdown-list {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.dropdown-list.w--open {
  left: 0%;
  top: 97%;
  right: 0%;
  bottom: auto;
  background-color: #1d1f21;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.icon-3 {
  margin-right: 19px;
  color: #fff;
  font-size: 19px;
}

.logoheader {
  position: relative;
  left: -8px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.logoheader:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.div_language {
  margin-left: 30px;
}

.dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.dropdown-toggle.w--open {
  background-color: #1d1f21;
}

.dropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-4 {
  font-family: 'Fa solid 900', sans-serif;
  color: #fff;
  font-size: 20px;
}

.image-64 {
  width: 150px;
  height: 150px;
}

.image-65 {
  width: 150px;
  height: 150px;
}

.image-66 {
  width: 150px;
  height: 150px;
}

.image-67 {
  width: 150px;
  height: 150px;
}

.image-68 {
  width: 150px;
  height: 150px;
}

.div-block-63 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.text-block-2 {
  font-family: Lato, sans-serif;
  color: #8d9196;
  font-size: 15px;
  line-height: 21px;
}

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

.bold-text-2 {
  position: relative;
  margin-right: 10px;
  font-family: 'Fa solid 900', sans-serif;
  color: #fefefe;
  font-size: 16px;
}

.bold-text-11 {
  position: relative;
  margin-right: 10px;
  font-family: 'Fa solid 900', sans-serif;
  color: #fff;
  font-size: 16px;
}

.bold-text-12 {
  position: relative;
  margin-right: 10px;
  font-family: 'Fa solid 900', sans-serif;
  color: #f1921d;
  font-size: 16px;
}

.bold-text-13 {
  position: relative;
  margin-right: 10px;
  font-family: 'Fa solid 900', sans-serif;
  color: #f1921d;
  font-size: 16px;
}

.bold-text-14 {
  position: relative;
  margin-right: 10px;
  font-family: 'Fa solid 900', sans-serif;
  color: #277cb2;
  font-size: 16px;
}

.bold-text-14._2 {
  color: #277cb2;
}

.bold-text-15 {
  position: relative;
  margin-right: 10px;
  font-family: 'Fa solid 900', sans-serif;
  color: #f1921d;
  font-size: 16px;
}

.bold-text-16 {
  position: relative;
  margin-right: 10px;
  font-family: 'Fa solid 900', sans-serif;
  color: #f1921d;
  font-size: 16px;
}

.bold-text-16._2 {
  color: #13a2df;
}

.rese-a {
  height: auto;
  padding-top: 50px;
  padding-bottom: 37px;
  background-color: #294e6e;
}

.cont_rese-a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.parrafo-rese-a {
  width: auto;
  margin-bottom: 20px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Exo, sans-serif;
  color: #fff;
  text-align: left;
}

.parrafo-rese-a.mid {
  width: 830px;
  margin-top: 0px;
  margin-bottom: 30px;
  padding-right: 0px;
  padding-left: 0px;
  font-size: 15px;
  line-height: 25px;
  font-weight: 500;
  text-align: center;
}

.parrafo-rese-a.mid.a {
  width: auto;
  text-align: left;
}

.parrafo-rese-a.b {
  padding-right: 0px;
  padding-left: 0px;
  text-align: left;
}

.parrafo-rese-a.a {
  width: auto;
  margin-bottom: 55px;
}

.rese-a-titulo {
  position: relative;
  left: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
}

.rese-a-titulo.b {
  padding-left: 0px;
  text-align: left;
}

.div-mision-vision {
  display: none;
  padding-bottom: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-mision-vision.a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

.image-69 {
  padding-bottom: 44px;
}

.column-53 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 180px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns-34 {
  height: 180px;
}

.image-70 {
  margin-bottom: 30px;
}

.div-block-65 {
  margin-right: 35px;
}

.accordion-item {
  width: 500px;
}

.accordion-item-trigger-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-align: left;
  cursor: pointer;
}

.accordion-item-trigger-2:hover {
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
}

.heading-2 {
  cursor: pointer;
}

.accordion-item-content {
  overflow: hidden;
}

.image-71 {
  max-width: 70%;
}

.div-block-66 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-72 {
  width: 22px;
  height: 18px;
  max-width: 20%;
  margin-left: 405px;
}

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

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

.column-55 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 176px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.columns-35 {
  height: 369px;
}

.paragraph-3 {
  padding-top: 0px;
}

.text-block-7 {
  padding-bottom: 4px;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 18px;
  text-align: left;
}

.grid {
  width: 830px;
}

.grid._2 {
  display: none;
}

@media screen and (max-width: 991px) {
  .heading.blanco {
    color: #fff;
    font-size: 25px;
    line-height: 30px;
  }

  .heading.izquierda {
    margin-top: 0px;
  }

  .heading.izquierda.categor-as {
    margin-top: 0px;
  }

  .heading.izquierda.catalogos {
    text-align: center;
  }

  .paragraph.oscuro.left {
    width: 120%;
    text-align: center;
  }

  .container-servicios {
    height: auto;
    max-width: none;
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .tabs-menu-2 {
    display: -ms-grid;
    display: grid;
    padding-top: 0px;
    padding-bottom: 27px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    justify-items: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

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

  .imagen-servicios.soldadura {
    width: auto;
    background-position: 50% 50%;
  }

  .imagen-servicios.mecanizado {
    width: auto;
  }

  .imagen-servicios.metrologia {
    width: auto;
  }

  .imagen-servicios.cam {
    width: auto;
    background-position: 25% 50%;
  }

  .imagen-servicios.dise-o {
    width: auto;
    background-position: 50% 50%;
  }

  .imagen-servicios.termico {
    width: auto;
    background-position: 45% 50%;
  }

  .secci-n-servicios {
    height: auto;
  }

  .tab-texto {
    width: 170px;
    height: 70px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    text-align: center;
  }

  .tab-texto.w--current {
    font-size: 16px;
    text-align: center;
  }

  .secci-n-representaciones {
    height: auto;
  }

  .hblog {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 24px;
  }

  .hblog.form {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .hblog.form {
    height: 50px;
    margin-bottom: 10px;
    font-size: 20px;
  }

  .hblog.form {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .checkbox-label-2 {
    margin-bottom: 20px;
    text-align: left;
  }

  .content-block {
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .content-block.bg-text {
    max-width: 600px;
    margin-right: auto;
    margin-bottom: -40px;
    margin-left: auto;
  }

  .content-block.bg-text {
    position: static;
    width: auto;
    max-width: 450px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .content-block.bg-text._2 {
    position: static;
    padding-right: 25px;
    padding-left: 25px;
  }

  .content-block.bg-text._2.mexico {
    margin-top: 0px;
  }

  .nav-menu {
    background-color: #1d1f21;
  }

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

  .productos-left {
    width: auto;
    padding-top: 26px;
    padding-bottom: 26px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .productos-right {
    width: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .div-block-14 {
    margin-right: 30px;
  }

  .boton {
    margin-top: 20px;
  }

  .tabs-content {
    max-width: none;
  }

  .div-block-24 {
    width: 90%;
    height: 450px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .columns-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .nav-link-2:hover {
    border-bottom-style: none;
  }

  .nav-link-2.w--current {
    border-bottom-style: none;
  }

  .nav-link-2.w--current:hover {
    border-bottom-style: none;
  }

  .logoheader-2 {
    margin-left: 25px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .column-7 {
    padding-right: 0px;
  }

  .divcolumna.izquierda {
    min-height: 300px;
  }

  .divcolumna.medio {
    min-height: 300px;
  }

  .divcolumna.izqda {
    min-height: 300px;
  }

  .subhead_1 {
    font-size: 17px;
  }

  .subhead_1.max {
    padding-right: 50px;
    padding-left: 50px;
  }

  .container-29._2 {
    padding-right: 60px;
    padding-left: 60px;
  }

  .subheadserv {
    font-size: 14px;
    font-weight: 400;
  }

  .head_2 {
    font-size: 35px;
    text-align: center;
  }

  .servheader {
    font-size: 22px;
  }

  .columns-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-2 {
    top: 157px;
    height: 250px;
  }

  .section-3 {
    height: 870px;
    padding-bottom: 140px;
  }

  .container-30 {
    max-width: 95%;
  }

  .news_link {
    font-size: 12px;
  }

  .columns-14 {
    padding-right: 25px;
    padding-left: 25px;
  }

  .div-block-25 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .head_3.mini {
    text-align: center;
  }

  .column-16 {
    height: 300px;
    padding: 40px 7px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .formfield_email {
    width: 300px;
    min-width: auto;
    text-align: center;
  }

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

  .head_newsletter {
    width: 130px;
    padding-right: 0px;
    font-size: 13px;
    text-align: center;
  }

  .div_newsletter {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .subhead_3 {
    padding-bottom: 15px;
    text-align: center;
  }

  .form-block-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 658px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .minisub_newaletter {
    font-size: 15px;
  }

  .div-block-6 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .button.mini {
    margin-top: 23px;
    margin-right: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .social-link {
    margin-right: 0px;
  }

  .headtec {
    text-align: center;
  }

  .container_form_news-2 {
    max-width: none;
  }

  .headcat {
    height: 40px;
    font-size: 17px;
    line-height: 20px;
  }

  .divcat {
    width: 223.046875px;
    height: 180px;
    background-color: #fff;
  }

  .image-27 {
    margin-top: 0px;
  }

  .columns-16 {
    max-width: 720px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .tab-pane-tab-2 {
    max-width: none;
  }

  .columns-17 {
    max-width: 720px;
  }

  .columns-18 {
    max-width: 720px;
  }

  .columns-19 {
    max-width: 720px;
  }

  .columns-20 {
    max-width: 720px;
  }

  .columns-21 {
    max-width: 720px;
  }

  .column-34 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .column-35 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-36 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-37 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .icon {
    color: #fff;
  }

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

  .div-block-30 {
    margin-top: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .divtabsheader {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 0px;
  }

  .parrprod {
    width: 750px;
    margin-bottom: 20px;
  }

  .div-block-36 {
    width: 200px;
    height: 220px;
    margin-bottom: 20px;
  }

  .rephead {
    font-size: 25px;
    line-height: 28px;
  }

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

  .menu-button.w--open {
    background-color: #1d1f21;
  }

  .link-block-4 {
    padding-right: 0px;
  }

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

  .image-36 {
    max-width: none;
    margin-left: 15px;
  }

  .image-37 {
    margin-left: 0px;
  }

  .link-block-5 {
    margin-left: -10px;
  }

  .image-38 {
    margin-left: -10px;
  }

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

  .tabsproductos.headassembly {
    padding-right: 20px;
    padding-left: 20px;
  }

  .tabsproductos.overshot {
    padding-right: 20px;
    padding-left: 20px;
  }

  .tabsproductos.roadrunner {
    padding-right: 10px;
    padding-left: 30px;
  }

  .tabsproductos.water {
    padding-right: 20px;
    padding-left: 20px;
  }

  .tabsproductos.casing {
    padding-right: 20px;
    padding-left: 20px;
  }

  .imagenproducto {
    width: 525px;
    height: 315px;
  }

  .prefooter {
    width: 100%;
  }

  .div-block-41 {
    min-width: auto;
  }

  .head_3-2.mini {
    font-size: 22px;
  }

  .container_form_news.solo {
    max-width: 700px;
  }

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

  .button-4.centro {
    margin-left: 52px;
  }

  .brand-2._2 {
    position: static;
    margin-right: 25px;
    margin-bottom: 0px;
  }

  .brand-2._2 {
    position: static;
    margin-right: 25px;
    margin-bottom: 0px;
  }

  .div_fotoslider_nosotros-2._3.uno {
    height: 500px;
  }

  .slider-6 {
    height: 550px;
  }

  .div-block-49 {
    width: 700px;
    height: auto;
  }

  .sinoserv {
    width: 350px;
  }

  .prodsino {
    margin-right: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .image-49 {
    padding-right: 15px;
    padding-left: 15px;
    background-color: #f9f9f9;
  }

  .div_headcambiante.oculto {
    width: 90vw;
  }

  .herohead {
    font-size: 35px;
    line-height: 45px;
  }

  .text_headmini {
    font-size: 21px;
    line-height: 26px;
  }

  .bold-text-6 {
    font-size: 22px;
  }

  .text-block-5 {
    font-size: 14px;
  }

  .text-block-5.big {
    font-size: 15px;
    text-align: left;
  }

  .section_clientes-2 {
    height: 20vh;
  }

  .slider-2 {
    width: 88vw;
    height: 100%;
  }

  .container-10 {
    max-width: 90vw;
  }

  .hero-paragraph-3 {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.3;
  }

  .container-contacto-2 {
    left: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container-contacto-2.combo {
    display: block;
  }

  .container-contacto-2.desktop {
    display: none;
  }

  .div-block-52 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 95vw;
    margin-bottom: 28px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .div-block-53 {
    display: none;
  }

  .section-6 {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.6)), to(hsla(0, 0%, 100%, 0.6))), url('../images/BGGEO2.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.6), hsla(0, 0%, 100%, 0.6)), url('../images/BGGEO2.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
    background-attachment: scroll, scroll;
  }

  .checkbox-2 {
    margin-top: -30px;
  }

  .headcat-2 {
    margin-left: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    line-height: 25px;
  }

  .close-modal {
    width: 50px;
    height: 50px;
  }

  .close {
    font-size: 30px;
  }

  .modal-body {
    width: 85%;
    padding: 40px 30px;
  }

  .container-35 {
    max-width: 90%;
  }

  .divcat-2 {
    width: 90vw;
    margin-right: auto;
    margin-left: auto;
  }

  .cont_brochure {
    margin-top: 60px;
  }

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

  .logoheader-4 {
    position: relative;
    left: 0px;
  }

  .footer-column-4 {
    padding-right: 5px;
  }

  .image-54 {
    width: 40px;
    height: 40px;
    max-width: none;
    margin-right: 0px;
    margin-left: 25px;
  }

  .columns-33 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 98vw;
    margin-right: auto;
    margin-left: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .columns-33.solo-responsive {
    width: 90vw;
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-57 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 100%;
    margin-top: 10px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .container-36 {
    display: none;
    max-width: 98vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .container-36.solo-responsive {
    display: block;
    max-width: 90vw;
  }

  .div-block-58 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 21px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .final-footer {
    display: block;
  }

  .pdf {
    margin-bottom: 10px;
  }

  .left-arrow {
    left: -85px;
  }

  .right-arrow {
    right: -85px;
  }

  .slider-wrapper-wide-2 {
    height: 100%;
  }

  .logo-wrapper-wide {
    width: 24%;
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-63 {
    width: auto;
    height: auto;
  }

  .div-block-9 {
    margin-left: 25px;
  }

  .logoheader {
    position: relative;
    left: 0px;
  }

  .text-block-2 {
    font-size: 14px;
  }

  .text-block-2.big {
    font-size: 15px;
    text-align: left;
  }

  .bold-text-12 {
    color: #fff;
  }

  .bold-text-13 {
    color: #fff;
  }

  .bold-text-15 {
    color: #277cb2;
  }

  .parrafo-rese-a {
    padding-left: 0px;
    text-align: center;
  }

  .parrafo-rese-a.mid {
    width: 600px;
  }

  .parrafo-rese-a.b {
    padding-right: 0px;
    text-align: center;
  }

  .rese-a-titulo {
    padding-left: 0px;
    text-align: center;
  }

  .rese-a-titulo.b {
    text-align: center;
  }

  .div-mision-vision {
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-65 {
    margin-right: 0px;
  }

  .accordion-item {
    margin-bottom: 25px;
  }

  .grid {
    width: 650px;
  }

  .grid._2 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .background-video {
    height: 40vh;
  }

  .heading.blanco {
    line-height: 30px;
  }

  .heading.izquierda.catalogos {
    text-align: center;
  }

  .paragraph.oscuro.left {
    width: 100%;
  }

  .paragraph.subheading {
    font-size: 15px;
  }

  .section-13 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 40vh;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .container-servicios {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .div-block-5 {
    height: 300px;
  }

  .imagen-servicios.mecanizado {
    height: 500px;
    background-position: 50% 25%, 78% 40%;
  }

  .imagen-servicios.termico {
    height: 500px;
  }

  .div-block-7 {
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .tab-texto {
    width: 150px;
  }

  .tab-texto.w--current {
    box-shadow: 0 0 2px 0 #000;
    font-size: 16px;
  }

  .hblog {
    margin-bottom: 10px;
  }

  .checkbox-label-2 {
    padding-right: 0px;
  }

  .content-block.bg-text {
    margin-bottom: 0px;
  }

  .content-block.bg-text {
    margin-right: 70px;
  }

  .content-block.bg-text._2 {
    margin-right: 10px;
    margin-left: 9px;
  }

  .form-block-4 {
    margin-top: 30px;
  }

  .secci-n-tecnolog-a {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .div-block-24 {
    height: auto;
    margin-bottom: 25px;
  }

  .columns-9 {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-link-2 {
    border-bottom-style: none;
  }

  .logoheader-2 {
    max-width: 30%;
  }

  .divcolumna.izquierda {
    margin-bottom: 115px;
  }

  .divcolumna.medio {
    margin-bottom: 120px;
  }

  .subhead_1 {
    padding-right: 60px;
    padding-left: 60px;
    font-size: 17px;
    line-height: 22px;
  }

  .head_2 {
    padding-right: 60px;
    padding-left: 60px;
    font-size: 22px;
    line-height: 30px;
  }

  .servheader {
    font-size: 20px;
  }

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

  .div-block-2 {
    top: 29px;
    height: 200px;
  }

  .section-3 {
    height: auto;
    padding-top: 45px;
    padding-bottom: 60px;
  }

  .servparrafo {
    font-size: 15px;
  }

  .news_link {
    font-size: 16px;
  }

  .div-block-25 {
    padding-bottom: 25px;
  }

  .column-16 {
    width: 450px;
    height: auto;
  }

  .column_newsletter {
    padding-bottom: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .head_newsletter {
    width: auto;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
  }

  .form-block-5 {
    width: auto;
  }

  .minisub_newaletter {
    font-size: 18px;
  }

  .section-10 {
    padding: 40px 20px;
  }

  .section-10.footer {
    padding-right: 0px;
    padding-left: 0px;
  }

  .container_form_news-2 {
    margin-top: 0px;
  }

  .headcat {
    padding-right: 8px;
    padding-left: 8px;
    line-height: 22px;
  }

  .divcat {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 300px;
    margin-bottom: 40px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
  }

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

  .column-18 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

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

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

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

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

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

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

  .parrprod {
    width: 100%;
    font-size: 16px;
  }

  .div-block-36 {
    width: 400px;
    margin-bottom: 40px;
  }

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

  .columns-29 {
    padding-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .paragraph-2 {
    padding-right: 21px;
    padding-left: 21px;
    font-size: 15px;
    text-align: center;
  }

  .paragraph-2.tabs {
    padding-right: 50px;
    padding-left: 50px;
  }

  .section-15 {
    padding-bottom: 130px;
  }

  .tabsproductos.headassembly {
    padding-right: 0px;
    padding-left: 0px;
  }

  .tabsproductos.roadrunner {
    padding-right: 0px;
    padding-left: 0px;
  }

  .tabs-menu-4 {
    width: 112px;
  }

  .imagenproducto {
    width: 350px;
    height: 210px;
  }

  .image-42 {
    margin-bottom: 40px;
  }

  .subhead_3-2 {
    margin-bottom: 20px;
  }

  .head_3-2.mini {
    text-align: center;
  }

  .container_form_news.solo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.75);
    color: #fff;
  }

  .linea-6 {
    margin-right: auto;
    margin-left: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .button-4.centro {
    margin-left: auto;
  }

  .brand-2._2 {
    padding-left: 0px;
  }

  .column-50 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-43 {
    max-width: 80%;
  }

  .hdptab {
    width: 140px;
    margin-right: 5px;
    margin-left: 5px;
  }

  .div_fotoslider_nosotros-2._3.uno {
    height: 350px;
  }

  .slider-6 {
    width: 500px;
    height: 405px;
  }

  .div-block-46 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

  .sinoserv {
    margin-bottom: 20px;
  }

  .column-51 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-52 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .prodsino {
    margin-bottom: 0px;
  }

  .div-block-50 {
    display: none;
  }

  .image-49 {
    padding-right: 19px;
    padding-left: 19px;
  }

  .herohead {
    font-size: 28px;
    line-height: 30px;
  }

  .text_headmini {
    width: 80%;
    font-size: 18px;
    line-height: 22px;
  }

  .bold-text-6 {
    font-size: 19px;
  }

  .text-block-5 {
    font-size: 12px;
    line-height: 18px;
  }

  .text-block-5.big {
    font-size: 14px;
  }

  .section_clientes-2 {
    height: auto;
  }

  .slider-2 {
    width: 80vw;
    height: auto;
  }

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

  .div-block-52 {
    margin-right: 25px;
  }

  .headcat-2 {
    margin-left: 0px;
    text-align: center;
  }

  .modal-body {
    top: 93px;
    width: 90%;
    padding: 50px 0px;
  }

  .divcat-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70%;
    height: 220px;
    margin-bottom: 0px;
    padding-right: 14px;
    padding-left: 14px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
  }

  .modalfondo {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .image-51 {
    padding-top: 0px;
  }

  .footer-column-4 {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 3px;
  }

  .columns-33.solo-responsive {
    width: 95vw;
  }

  .container-36.solo-responsive {
    max-width: 95vw;
  }

  .div-block-58 {
    padding-right: 8px;
    padding-left: 0px;
  }

  .final-footer {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-62 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .marca {
    max-width: 100%;
  }

  .left-arrow {
    left: -40px;
    width: auto;
  }

  .right-arrow {
    right: -40px;
    width: auto;
  }

  .slider-wrapper-wide-2 {
    padding-top: 6px;
    padding-bottom: 26px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .logo-wrapper-wide {
    width: 30%;
    margin-top: 20px;
    margin-right: 29px;
    margin-left: 29px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .div_language {
    margin-left: 15px;
  }

  .text-block-2 {
    font-size: 12px;
    line-height: 18px;
  }

  .text-block-2.big {
    font-size: 14px;
  }

  .bold-text-12 {
    color: #fff;
  }

  .bold-text-13 {
    color: #fff;
  }

  .bold-text-16._2 {
    color: #277cb2;
  }

  .parrafo-rese-a {
    width: 500px;
  }

  .parrafo-rese-a.mid {
    width: 500px;
    margin-bottom: 40px;
    font-size: 16px;
  }

  .div-mision-vision {
    padding-bottom: 20px;
  }

  .image-71 {
    display: none;
  }

  .grid {
    width: 500px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

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

  .grid._1 {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .heading.blanco {
    font-size: 23px;
  }

  .heading.izquierda {
    font-size: 22px;
    line-height: 25px;
  }

  .heading.izquierda.categor-as {
    font-size: 22px;
    text-align: center;
  }

  .heading.izquierda.catalogo-de-productos {
    margin-left: 0px;
    text-align: center;
  }

  .head-pagina.servicios {
    height: auto;
  }

  .paragraph.oscuro.left {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .paragraph.subheading {
    padding-right: 19px;
    padding-left: 19px;
    font-size: 14px;
  }

  .column-4 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .tabs-2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .tabs-menu-2 {
    width: 250px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .div-block-5 {
    width: 280px;
    height: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .imagen-servicios.soldadura {
    height: 200px;
  }

  .imagen-servicios.mecanizado {
    height: 200px;
  }

  .imagen-servicios.metrologia {
    height: 200px;
  }

  .imagen-servicios.cam {
    height: 200px;
  }

  .imagen-servicios.dise-o {
    height: 200px;
  }

  .imagen-servicios.termico {
    height: 200px;
  }

  .div-block-7 {
    width: auto;
    height: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .tab-texto {
    width: 130px;
    margin-bottom: 0px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 14px;
  }

  .tab-texto.w--current {
    width: 130%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
  }

  .secci-n-representaciones {
    padding-top: 50px;
    padding-bottom: 180px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.85)), to(hsla(0, 0%, 100%, 0.85))), url('../images/BGGEO2.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.85), hsla(0, 0%, 100%, 0.85)), url('../images/BGGEO2.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .hblog.form {
    font-size: 18px;
    text-align: center;
    letter-spacing: 0.3px;
  }

  .hblog.form {
    font-size: 18px;
    text-align: center;
    letter-spacing: 0.3px;
  }

  .hblog.form {
    font-size: 18px;
    text-align: center;
    letter-spacing: 0.3px;
  }

  .parrafo-3 {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 15px;
    line-height: 20px;
  }

  .checkbox-label-2 {
    font-size: 12px;
    line-height: 15px;
  }

  .content-block.bg-text {
    width: 300px;
    margin-bottom: -39px;
    padding: 30px 20px;
  }

  .content-block.bg-text {
    width: 300px;
    max-width: none;
    margin-right: 0px;
    margin-bottom: 50px;
    margin-left: 0px;
    padding: 30px 35px;
  }

  .content-block.bg-text._2 {
    width: 300px;
    max-width: 300px;
    margin-right: 0px;
    margin-bottom: 29px;
    margin-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .content-block.bg-text._2.mexico {
    width: 300px;
    max-width: 300px;
  }

  .form-block-4 {
    margin-top: 20px;
  }

  .nav-menu {
    height: 100%;
    background-color: #1d1f21;
  }

  .productos-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-14 {
    margin-right: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .boton.cotiza {
    margin-top: 25px;
  }

  .container-23 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .icono-servicios {
    margin-top: 20px;
    margin-bottom: 5px;
  }

  .text-block {
    font-size: 14px;
    line-height: 17px;
  }

  .div-block-24 {
    width: auto;
    height: auto;
    padding: 52px 15px;
  }

  .nav-link-2 {
    padding-bottom: 15px;
    border-bottom-width: 1px;
  }

  .nav-link-2.w--current {
    padding-bottom: 15px;
    border-bottom-style: none;
  }

  .logoheader-2 {
    max-width: 50%;
  }

  .column-7 {
    padding-left: 0px;
  }

  .divcolumna.izquierda {
    width: 300px;
    margin-bottom: 115px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .divcolumna.medio {
    width: 300px;
    min-height: 280px;
  }

  .divcolumna.izqda {
    width: 300px;
  }

  .subhead_1.max {
    padding-right: 0px;
    padding-left: 0px;
  }

  .head_2 {
    padding-right: 25px;
    padding-left: 25px;
    line-height: 25px;
    text-align: center;
  }

  .linea-2.hdp {
    margin-left: 0px;
  }

  .div-block-2 {
    top: 0px;
    height: 220px;
  }

  .section-3 {
    padding-top: 45px;
    padding-bottom: 45px;
  }

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

  .head_3.mini {
    text-align: center;
  }

  .column-16 {
    width: 280px;
    height: 390px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .formfield_email {
    width: 250px;
    min-width: auto;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 16px;
  }

  .form-3 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .column_newsletter {
    padding-bottom: 20px;
  }

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

  .div_newsletter {
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0px;
  }

  .subhead_3 {
    text-align: center;
  }

  .form-block-5 {
    width: auto;
  }

  .div-block-6 {
    min-width: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .button.mini {
    margin-right: auto;
    margin-left: auto;
    padding: 12px 30px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

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

  .headtec {
    margin-top: 0px;
    line-height: 30px;
  }

  .container_form_news-2 {
    max-width: 500px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .headcat {
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
  }

  .divcat {
    width: 275px;
    height: 200px;
    margin-right: 0px;
    background-color: #fff;
  }

  .image-27 {
    margin-top: 0px;
    margin-right: 0px;
  }

  .column-17 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-17._2 {
    margin-bottom: 105px;
  }

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

  .columns-17 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    max-width: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .columns-18 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .columns-20 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .columns-21 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-22 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-23 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-24 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-25 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-26 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-27 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-28 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-29 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-30 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-31 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-32 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-33 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .icon {
    color: #fff;
  }

  .div-block-29 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-30 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .divtabsheader {
    width: 100%;
  }

  .parrprod {
    width: auto;
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 16px;
  }

  .div-block-33 {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-34 {
    height: auto;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .image-32 {
    margin-left: 20px;
  }

  .div-block-36 {
    width: 280px;
    height: 200px;
    padding-right: 25px;
    padding-left: 25px;
  }

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

  .rephead {
    font-size: 25px;
    line-height: 28px;
  }

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

  .columns-27 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu-button {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #1d1f21;
  }

  .menu-button.w--open {
    background-color: #1d1f21;
  }

  .image-35 {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .image-36 {
    margin-left: 0px;
  }

  .link-block-5 {
    margin-left: 0px;
  }

  .image-38 {
    margin-bottom: 20px;
    margin-left: 0px;
  }

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

  .image-40 {
    margin-bottom: 20px;
  }

  .section-14 {
    padding-bottom: 10px;
  }

  .heading-5 {
    font-size: 25px;
    line-height: 28px;
  }

  .section-15 {
    padding-bottom: 0px;
  }

  .tabsproductos {
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .tabsproductos.headassembly {
    padding-right: 15px;
    padding-left: 15px;
  }

  .tabsproductos.overshot {
    padding-right: 15px;
    padding-left: 15px;
  }

  .tabsproductos.roadrunner {
    padding-right: 15px;
    padding-left: 20px;
  }

  .tabs-menu-4 {
    display: -ms-grid;
    display: grid;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

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

  .tabproducto {
    padding-right: 0px;
    padding-bottom: 7px;
  }

  .tabproducto.w--current {
    padding-right: 0px;
    padding-bottom: 7px;
  }

  .tabs-content-3 {
    margin-right: 0px;
    margin-bottom: 15px;
  }

  .image-42 {
    max-width: 70%;
  }

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

  .head_3-2.mini {
    line-height: 25px;
  }

  .container_form_news.solo {
    max-width: 300px;
  }

  .brand-2._2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-bottom: 10px;
    padding-left: 0px;
  }

  .brand-2._2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-bottom: 10px;
    padding-left: 0px;
  }

  .tabs-menu-5 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-49 {
    height: 250px;
  }

  .image-43 {
    margin-left: 0px;
  }

  .headtabrep {
    margin-left: 0px;
  }

  .hdptab {
    margin-bottom: 20px;
  }

  .image-44 {
    max-width: 70%;
    margin-left: 0px;
  }

  .image-45 {
    max-width: 70%;
    margin-left: 0px;
  }

  .div_fotoslider_nosotros-2._3.uno {
    height: 150px;
  }

  .slider-6 {
    width: 220px;
    height: 208px;
  }

  .div-block-46 {
    display: none;
  }

  .div-block-49 {
    display: none;
    width: 220px;
  }

  .sinoserv {
    width: 300px;
  }

  .sinoserv.last {
    margin-bottom: 0px;
  }

  .textsino {
    margin-left: 10px;
    font-size: 21px;
  }

  .div-block-50 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .image-49 {
    display: none;
  }

  .div_headcambiante.oculto {
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .herohead {
    font-size: 21px;
    line-height: 26px;
  }

  .text_headmini {
    width: 100%;
    font-size: 15px;
    line-height: 19px;
  }

  .bold-text-6 {
    font-size: 16px;
  }

  .button-5 {
    margin-right: auto;
    margin-left: 0px;
  }

  .text-block-5 {
    font-size: 16px;
    line-height: 22px;
  }

  .footer-link-4 {
    font-size: 16px;
    line-height: 32px;
  }

  .slide {
    position: static;
    width: auto;
    margin-right: auto;
    margin-left: auto;
  }

  .slider-2 {
    display: none;
    height: auto;
  }

  .slider-2.solo-phone {
    display: block;
    width: 70vw;
    height: 327px;
  }

  .slider-2.solo-phone {
    display: block;
    width: 70vw;
    height: auto;
  }

  .hero-paragraph-3 {
    margin-bottom: 20px;
    font-size: 14px;
    text-align: center;
  }

  .container-contacto-2 {
    left: 0px;
    max-width: none;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .container-contacto-2.combo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-52 {
    width: 280px;
    margin-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .button-6 {
    margin-right: auto;
    margin-left: auto;
  }

  .button-6.centro.solo-para-brochure {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 14px;
  }

  .button-6.mini {
    margin-left: 0px;
  }

  .button-6.mini {
    margin-left: 0px;
  }

  .section-6 {
    background-size: cover;
  }

  .textfieldform-3 {
    margin-bottom: 10px;
  }

  .headcat-2 {
    line-height: 22px;
    text-align: center;
  }

  .close-modal {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 40px;
    height: 40px;
  }

  .close {
    font-size: 20px;
  }

  .modal-body {
    top: 65px;
    padding: 31px 15px 10px;
  }

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

  .text_formtitle {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 22px;
  }

  .divcat-2 {
    width: 275px;
    height: 220px;
    background-color: #fff;
  }

  .form_fieldbrochure {
    width: 95%;
    font-size: 16px;
  }

  .modalfondo {
    display: none;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .image-51 {
    margin-bottom: 0px;
    padding-top: 15px;
  }

  .logoheader-4 {
    height: 80%;
    max-width: 70%;
    margin-right: auto;
    margin-left: auto;
  }

  .logoheader-4:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

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

  .image-54 {
    width: 32px;
    height: 32px;
    margin-right: 15px;
    margin-left: 15px;
  }

  .columns-33 {
    width: 90%;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .div-block-57 {
    margin-top: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .container-36 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 95vw;
  }

  .container-36.solo-responsive {
    display: none;
  }

  .final-footer {
    display: block;
    margin-left: 0px;
    padding: 10px 25px 20px;
    background-color: #1f1f1f;
  }

  .footer-text-3 {
    margin-top: 10px;
  }

  .div-block-59 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.9)), to(hsla(0, 0%, 100%, 0.9))), url('../images/fondoRD-2-13.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.9), hsla(0, 0%, 100%, 0.9)), url('../images/fondoRD-2-13.jpg');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, cover;
  }

  .div-block-62 {
    margin-bottom: 0px;
  }

  .text-block-6 {
    font-size: 14px;
  }

  .marca {
    max-width: 80%;
  }

  .left-arrow {
    left: -39px;
    width: auto;
  }

  .right-arrow {
    right: -39px;
    width: auto;
  }

  .slider-wrapper-wide-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .logo-wrapper-wide {
    width: auto;
    margin: 5px 0px;
  }

  .icon-2 {
    color: #fff;
  }

  .menu-button-2 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .menu-button-2.w--open {
    background-color: #1d1f21;
  }

  .icon-3 {
    margin-right: 20px;
    font-size: 18px;
  }

  .logoheader {
    width: 65%;
    height: auto;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
  }

  .logoheader:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .div_language {
    margin-left: 0px;
  }

  .text-block-4 {
    font-size: 18px;
  }

  .text-block-2 {
    font-size: 16px;
    line-height: 22px;
  }

  .text-block-2.big {
    font-size: 15px;
  }

  .parrafo-rese-a {
    width: 300px;
    font-size: 13px;
  }

  .parrafo-rese-a.mid {
    width: 300px;
    font-size: 14px;
  }

  .rese-a-titulo {
    font-size: 16px;
  }

  .grid._2 {
    width: 300px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}