:root {
  --gris-fondo-todo: #d1d1d1;
  --celeste-oscuro: #5c6b77;
  --naranja-fuerte: #f15a24;
  --titulo-gris: #b5b4b4;
  --celeste-medio: #687580;
  --celeste-claro: #737f89;
  --azul-hover: #6d8599;
  --gris-clarisimo: #9fa8af;
  --gris-background: #d1d1d1;
  --white: white;
  --black: black;
  --gris-texto-botones: #5a5a5a;
}

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

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

p {
  margin-bottom: 10px;
}

li {
  padding-top: 5px;
  padding-bottom: 5px;
}

.body {
  background-image: url('../images/dots.png');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-family: Open Sans, sans-serif;
  display: block;
}

.cabezal {
  z-index: 9990;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: 200px;
  margin-bottom: -35px;
  padding-bottom: 0;
  display: flex;
  position: relative;
  inset: 0% 0% 0;
}

.link-block {
  background-color: #39424b;
  background-image: url('../images/logo.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 250px;
  height: 80px;
  margin-right: 38px;
}

.logogral {
  background-color: #39424b;
  justify-content: flex-end;
  align-items: center;
  width: 30%;
  height: 120px;
  margin-top: 13px;
  padding-left: 0;
  display: flex;
  position: fixed;
  box-shadow: 4px 4px 8px #000;
}

.menugral {
  background-color: #d8d8d8;
  align-self: flex-start;
  align-items: flex-end;
  height: 100px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto auto;
  box-shadow: 4px 4px 12px #00000087;
}

.buttongral {
  color: #0c0c0c;
  background-color: #c2cdd600;
  border-right: 1px solid #0000000f;
  font-family: Droid Sans, sans-serif;
}

.buttongral:hover, .buttongral.w--current {
  color: #fff;
  background-color: #39424b;
}

.titulo {
  z-index: 400;
  background-color: #5d6b78;
  flex-direction: column;
  justify-content: center;
  align-self: flex-start;
  align-items: flex-end;
  width: 55%;
  height: 80px;
  margin-left: 0;
  padding-right: 15px;
  display: flex;
  position: relative;
  box-shadow: 5px 5px 8px #00000085;
}

.heading {
  text-align: left;
  text-shadow: 5px 5px 9px #000;
  width: 48%;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.div-block-6 {
  z-index: 400;
  color: #dbd8d8;
  width: 700px;
  margin-top: 45px;
  margin-left: 0;
  position: relative;
}

.div-block-6._222 {
  width: auto;
}

.heading-2 {
  background-color: #000000a6;
  width: auto;
  padding-left: 11px;
  font-family: Open Sans, sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 50px;
  display: inline;
  overflow: visible;
}

.heading-2.a {
  max-width: none;
  position: relative;
}

.heading-2._22 {
  text-align: center;
  padding-top: 11px;
  padding-bottom: 23px;
  font-size: 60px;
  line-height: 50px;
  display: inline-block;
  position: relative;
  top: -30px;
}

.salir {
  background-color: #ec0707;
  width: 100px;
  height: 100px;
  display: block;
}

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

.dropdown-list {
  height: 500px;
}

.dropdown-list.w--open {
  cursor: crosshair;
  background-image: url('../images/a01.jpg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  transition: opacity .2s;
  display: flex;
  box-shadow: 2px 2px 20px 4px #616161;
}

.dropdown-toggle {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  display: flex;
}

.formatos {
  z-index: 0;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  display: flex;
  position: relative;
}

.formato1 {
  background-color: var(--gris-fondo-todo);
  width: 1000px;
  height: auto;
  padding-top: 1px;
  padding-bottom: 30px;
}

.display {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  height: 420px;
  display: flex;
}

.displayunidad {
  background-color: #0000;
  border-right: 1px #000;
  flex-direction: column;
  align-items: flex-start;
  width: 33.33%;
  height: 100%;
  display: flex;
}

.displaydrop {
  width: 100%;
}

.dropdown-toggle-2 {
  background-color: var(--celeste-oscuro);
  text-align: center;
  background-image: linear-gradient(#5c6b77, #5c6b77);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  padding: 0;
  font-size: 20px;
  display: flex;
}

.dropdown-toggle-2:hover {
  background-color: var(--naranja-fuerte);
  color: #f15454;
}

.sliderdisplay {
  align-items: center;
  width: 100%;
  height: 340px;
  display: flex;
}

.displaytitulo {
  color: var(--titulo-gris);
  background-image: url('../images/i-flecha-abajo-transparente.png');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: 15px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  box-shadow: 4px 4px 8px #424242;
}

.displaytitulo:hover {
  background-color: var(--naranja-fuerte);
  color: #000;
}

.displaytitulo._2 {
  background-color: var(--celeste-medio);
}

.displaytitulo._2:hover {
  background-color: var(--naranja-fuerte);
}

.displaytitulo._3 {
  background-color: var(--celeste-claro);
}

.displaytitulo._3:hover {
  background-color: var(--naranja-fuerte);
}

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

.slide-2._30 {
  background-image: url('../images/f_libros-historicos.jpg');
  background-position: 50%;
  background-size: cover;
}

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

.slide-4 {
  background-image: url('../images/f_historia-clinica.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/f_libros-contables.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-6 {
  background-image: url('../images/f_planos.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-7 {
  background-image: url('../images/f_polizas.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-8 {
  background-image: url('../images/f_ddjj.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-9 {
  background-image: url('../images/f_contratos.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-11 {
  background-image: url('../images/libros-sueldo.png');
  background-position: 50%;
  background-size: cover;
}

.dropdown-list-2 {
  width: 100%;
  display: none;
}

.dropdown-list-2.w--open {
  justify-content: center;
  align-items: center;
  height: 340px;
  padding: 20px;
  display: flex;
  box-shadow: 4px 4px 11px #636060;
}

.dropdown-list-2.patrimonio {
  padding: 0;
}

.displayitemtexto {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 18px;
}

.slide-nav {
  background-color: #0000;
}

.slide-20._20 {
  background-image: url('../images/f_partida.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-21 {
  background-image: url('../images/f_expedientes.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-22 {
  background-image: url('../images/f_encuadernaciones.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-23 {
  background-image: url('../images/f_legajos2.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-24 {
  background-image: url('../images/f_manuscritos.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-25 {
  background-image: url('../images/f_microfilm.jpg');
  background-position: 50%;
  background-size: cover;
}

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

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

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

.slide-29 {
  background-image: url('../images/f_discos.jpg');
  background-position: 50%;
  background-size: cover;
}

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

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

.displaytextoimagen {
  color: #fff;
  background-color: #000;
  width: 99px;
  margin-top: 10px;
  padding: 7px;
  font-size: 20px;
}

.displaytextoimagen._2 {
  text-transform: uppercase;
  background-color: #0000;
  width: auto;
  height: auto;
  margin-top: 149px;
  padding-left: 0;
}

.left-arrow, .left-arrow-2, .left-arrow-3 {
  width: 10px;
}

.beneficios {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.beneficios1 {
  background-color: var(--gris-fondo-todo);
  width: 1000px;
  height: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}

.beneficios2tab {
  height: auto;
  display: flex;
  position: static;
  top: 10%;
}

.beneficiosizq {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.titulosub {
  z-index: 800;
  background-color: #5c6b77;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 81px;
  display: flex;
  position: relative;
  box-shadow: 4px 4px 8px #424242;
}

.titulosub.digitalizamos {
  width: 1000px;
  height: 80px;
  padding-left: 41px;
}

.titulosub.bene {
  align-items: flex-end;
  width: 50%;
  padding-right: 36px;
}

.heading-3 {
  color: var(--naranja-fuerte);
  text-align: right;
  justify-content: flex-end;
  margin-top: 0;
  margin-bottom: 0;
  padding: 2px 0 2px 26px;
  font-family: Open Sans, sans-serif;
  font-size: 40px;
  font-weight: 600;
  display: flex;
}

.heading-3.h1chi {
  font-size: 35px;
}

.tabs-menu {
  flex-direction: column;
  width: 50%;
  display: flex;
}

.tabs {
  width: 100%;
  display: flex;
}

.tabs-content {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 468px;
  margin-top: 0;
  display: flex;
  top: -81px;
}

.beneficiostextboton {
  text-align: left;
  border-left: 1px solid #00000021;
  align-items: center;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 12px;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.beneficiostab {
  background-image: url('../images/bene_conectividad.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding: 0;
}

.beneficiostab._1 {
  background-image: url('../images/bene_papel.jpg');
  background-size: cover;
}

.beneficiostab._2 {
  background-image: url('../images/bene_info-protection2.jpg');
  background-position: 50%;
  background-size: cover;
}

.beneficiostab._3 {
  background-image: url('../images/bene_ahorro.jpg');
  background-size: cover;
}

.proceso {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  font-family: Open Sans, sans-serif;
  display: flex;
  position: relative;
  top: 0;
}

.proceso1 {
  z-index: 800;
  background-color: var(--gris-fondo-todo);
  align-items: flex-start;
  width: 1000px;
  height: auto;
  padding-top: 150px;
  padding-bottom: 30px;
  display: flex;
  position: relative;
}

.beneficiostabfondo {
  margin-bottom: 1px;
  padding: 0;
  display: flex;
}

.beneficiostabfondo:hover {
  background-color: #c5bfbf;
}

.beneficiostabfondo.w--current {
  opacity: 1;
  color: #ececec;
  background-color: #9b9d9e;
}

.procesoizq {
  width: 50%;
  height: 100%;
}

.pregunta {
  cursor: pointer;
  background-color: #ddd;
  align-items: center;
  height: 60px;
  margin-bottom: 1px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 13px;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.pregunta:hover {
  background-color: var(--azul-hover);
  color: #fff;
}

.respuesta {
  object-fit: fill;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.procesotext {
  background-color: var(--titulo-gris);
  margin-bottom: 0;
  padding: 23px;
  font-size: 16px;
  display: block;
}

.html-embed {
  color: var(--naranja-fuerte);
  background-color: #ffffffc2;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  font-family: Inconsolata, monospace;
  font-size: 40px;
  font-weight: 600;
  display: flex;
}

.html-embed.beneficiostabfondo {
  width: 150px;
}

.html-embed.b {
  width: 60px;
}

.displayfondotexto {
  background-color: #000;
  padding-left: 16px;
  padding-right: 10px;
  line-height: 30px;
  display: inline;
}

.bene-texto {
  color: #fff;
  background-color: #313030;
  margin-bottom: 0;
  padding: 18px 23px;
  font-size: 15px;
  line-height: 1.2;
  transition: opacity .2s;
  display: block;
  position: relative;
}

.benecontienetexto {
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.slider {
  width: 100%;
  height: 500px;
}

.slide-32 {
  background-image: url('../images/p-01.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-33 {
  background-image: url('../images/cua02.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-34 {
  background-image: url('../images/cua01.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-35 {
  background-image: url('../images/p-04.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-36 {
  background-image: url('../images/p-05.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-37 {
  background-image: url('../images/p-06.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-38 {
  background-image: url('../images/cua09.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-39 {
  background-image: url('../images/cua04.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-40 {
  background-image: url('../images/cua03.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-1 {
  background-image: url('../images/p-10.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-1-2 {
  background-image: url('../images/p-11.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-1-3 {
  background-image: url('../images/cua05.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-1-4 {
  background-image: url('../images/p-13.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-1-5 {
  background-image: url('../images/preparacion2.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-1-6 {
  background-image: url('../images/p-15.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-1-7 {
  background-image: url('../images/p-16.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-1-8 {
  background-image: url('../images/p-17.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-1-9 {
  background-image: url('../images/p-18.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-1-10 {
  background-image: url('../images/p-19.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-2-2 {
  background-image: url('../images/p-20.jpg');
  background-position: 0 0;
  background-size: cover;
}

.banner-1 {
  z-index: 0;
  flex-direction: column;
  align-items: center;
  width: 100vw;
  height: 550px;
  margin-top: 0;
  padding-top: 0;
  display: flex;
  position: relative;
  top: 0;
}

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

.slide-41 {
  background-image: url('../images/metis_alphg.png'), linear-gradient(#75737333, #75737333), url('../images/FONDO1.jpg');
  background-position: 130%, 0 0, 50%;
  background-repeat: no-repeat, repeat, repeat;
  background-size: contain, auto, cover;
}

.slidergral1 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 0;
  display: flex;
}

.slidergral1._2 {
  justify-content: center;
}

.section {
  z-index: 100;
  justify-content: center;
  align-items: center;
  padding-top: 44px;
  display: flex;
  position: relative;
}

.slide-42 {
  background-image: linear-gradient(#32303f40, #32303f40), url('../images/fondo_letras1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.titulo-blanco {
  color: var(--gris-fondo-todo);
  padding-left: 7px;
}

.heading-4 {
  color: var(--gris-fondo-todo);
  margin-top: -5px;
  margin-bottom: 1px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.numero {
  color: #68758038;
  padding-right: 16px;
  font-family: Inconsolata, monospace;
  font-size: 40px;
}

.procesoder {
  width: 50%;
  height: 500px;
}

.servicios {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  margin-top: -29px;
  font-family: Open Sans, sans-serif;
  display: flex;
  position: relative;
  top: 0;
}

.sercabezal1 {
  width: 100%;
  margin-top: -28px;
  overflow: hidden;
}

.servicios1 {
  background-color: var(--gris-fondo-todo);
  flex-flow: column wrap;
  align-items: flex-start;
  width: 1000px;
  height: auto;
  margin-top: 13px;
  padding-top: 150px;
  padding-bottom: 30px;
  display: flex;
}

.servicios1.serv {
  z-index: 0;
  background-color: #b5b4b4;
  margin-top: -79px;
  padding-top: 82px;
  position: relative;
}

.servicios1.ser {
  padding-top: 19px;
}

.servicios1._1 {
  margin-top: 0;
  padding-top: 0;
}

.servicios2 {
  flex-flow: wrap;
  place-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 500px;
  margin-top: 19px;
  display: flex;
  position: relative;
}

.serviciounidad {
  background-color: var(--gris-clarisimo);
  cursor: crosshair;
  background-image: url('../images/i-reorganizacion.svg'), url('../images/i-flecha-diagonal-arriba.png');
  background-position: 50%, 90% 10%;
  background-repeat: no-repeat, no-repeat;
  background-size: 60px, 15px 15px;
  justify-content: space-between;
  align-items: flex-end;
  width: 19%;
  max-width: none;
  height: 40%;
  margin-bottom: 9px;
  margin-right: 10px;
  padding: 8px;
  transition: all .25s;
  display: flex;
}

.serviciounidad:hover {
  color: #f1ecec;
  background-color: #6d8599;
  background-size: 90px, 15px 15px;
  box-shadow: 3px 3px 7px #00000094;
}

.serviciounidad._9 {
  background-image: url('../images/i-seguridad.svg'), url('../images/i-flecha-diagonal-arriba.png');
  width: 100%;
  height: 100%;
}

.serviciounidad._9.sin {
  background-color: #9fa8af00;
  background-image: url('../images/i-seguridad.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
}

.serviciounidad._2 {
  background-image: url('../images/i-indexacion.svg'), url('../images/i-flecha-diagonal-arriba.png');
  width: 100%;
  height: 100%;
}

.serviciounidad._2.sin {
  background-color: #9fa8af00;
  background-image: url('../images/i-indexacion.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
}

.serviciounidad._3 {
  background-image: url('../images/i-gestion.svg'), url('../images/i-flecha-diagonal-arriba.png');
  width: 100%;
  height: 100%;
}

.serviciounidad._3.sin {
  background-color: #9fa8af00;
  background-image: url('../images/i-gestion.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
}

.serviciounidad._4 {
  background-image: url('../images/i-edit.svg'), url('../images/i-flecha-diagonal-arriba.png');
  width: 100%;
  height: 100%;
}

.serviciounidad._4.sin {
  background-color: #9fa8af00;
  background-image: url('../images/i-edit.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
}

.serviciounidad._5 {
  background-image: url('../images/i-destruccion.svg'), url('../images/i-flecha-diagonal-arriba.png');
  width: 100%;
  height: 100%;
}

.serviciounidad._5.sin {
  background-color: #9fa8af00;
  background-image: url('../images/i-destruccion.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
}

.serviciounidad._6 {
  background-image: url('../images/i-lab.svg'), url('../images/i-flecha-diagonal-arriba.png');
  width: 100%;
  height: 100%;
}

.serviciounidad._6.sin {
  background-color: #9fa8af00;
  background-image: url('../images/i-lab.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
}

.serviciounidad._7 {
  background-image: url('../images/i-capacitacion.svg'), url('../images/i-flecha-diagonal-arriba.png');
  width: 100%;
  height: 100%;
}

.serviciounidad._7.serpopgestion {
  background-color: #9fa8af00;
  background-image: url('../images/i-capacitacion.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
}

.serviciounidad._8 {
  background-image: url('../images/i-encuadernacion.svg'), url('../images/i-flecha-diagonal-arriba.png');
  width: 100%;
  height: 100%;
}

.serviciounidad._8.sin {
  background-color: #9fa8af00;
  background-image: url('../images/i-encuadernacion.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
}

.serviciounidad._10 {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  background-image: url('../images/i1-digitalizacion1.svg'), url('../images/i-flecha-diagonal-arriba.png');
  background-position: 50%, 90% 10%;
  background-repeat: no-repeat, no-repeat;
  background-size: 65px, 15px 15px;
  width: 100%;
  height: 100%;
  text-decoration: none;
  position: relative;
}

.serviciounidad._10:hover {
  background-size: 90px, 15px 15px;
}

.serviciounidad._10.sinflecha {
  background-color: #9fa8af00;
  background-image: url('../images/i1-digitalizacion1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
}

.serviciounidad._11 {
  background-image: url('../images/iram-red-1.svg'), url('../images/i-flecha-diagonal-arriba.png');
  background-size: 70px, 15px 15px;
  width: 100%;
  height: 100%;
}

.serviciounidad._11 {
  background-image: url('../images/i-destruccion.svg'), url('../images/i-flecha-diagonal-arriba.png');
  width: 100%;
  height: 100%;
}

.serviciounidad._11 {
  background-image: url('../images/iso3.png'), url('../images/i-flecha-diagonal-arriba.png');
  background-position: 50% 46%, 90% 10%;
  background-size: 79px, 15px 15px;
  width: 100%;
  height: 100%;
}

.serviciounidad._11.sin {
  background-color: #9fa8af00;
  background-image: url('../images/i-destruccion.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
}

.serviciounidad._15 {
  background-image: url('../images/i-destruccion.svg'), url('../images/i-flecha-diagonal-arriba.png');
  width: 100%;
  height: 100%;
}

.serviciounidad._15.sin {
  background-color: #9fa8af00;
  background-image: none;
  justify-content: center;
  align-items: center;
}

.serviciounidad._5-copy {
  background-image: url('../images/iso2.png'), url('../images/i-flecha-diagonal-arriba.png');
  background-position: 50% 44%, 90% 10%;
  background-size: 40%, 15px 15px;
  width: 100%;
  height: 100%;
}

.serviciounidad._5-copy:hover {
  background-size: 110px, 15px 15px;
}

.serviciounidad._5-copy.sin {
  background-color: #9fa8af00;
  background-image: url('../images/i-destruccion.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
}

.tituloserviciosunidad {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
}

.serpopcontenedor {
  background-color: var(--titulo-gris);
  border-top: 1px solid #858e95;
  flex-direction: column;
  width: 1000px;
  height: auto;
  margin-top: 0;
  padding-bottom: 55px;
  display: flex;
}

.cerrarpop {
  cursor: pointer;
  background-color: #0000;
  background-image: url('../images/close.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  flex: 0 auto;
  order: 1;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 60px;
  height: 60px;
  transition: all .2s;
  display: flex;
}

.cerrarpop:hover {
  background-color: var(--celeste-oscuro);
}

.text-block {
  cursor: pointer;
  font-size: 50px;
}

.sertitulo1 {
  color: var(--titulo-gris);
  text-align: right;
  background-color: #737f89ba;
  width: 45%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 17px;
  padding-bottom: 10px;
  padding-right: 21px;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.2;
}

.sercabezal {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.sercontenido {
  flex-wrap: wrap;
  height: auto;
  display: flex;
}

.sercontenido.edit {
  flex-direction: column;
}

.sercontenidoizq {
  width: 45%;
  height: auto;
  padding: 30px;
}

.sercontenidoizq.edit {
  width: 100%;
}

.sercontenidoizq.scrola {
  height: 400px;
  overflow: auto;
}

.sercontenidoder {
  width: 55%;
  height: auto;
}

.sercontenidoder.edit {
  justify-content: center;
  width: 100%;
  display: flex;
}

.slider-3 {
  z-index: 9999;
  background-color: #0000;
  height: 400px;
}

.serv1 {
  background-image: url('../images/p-20.jpg');
  background-position: 0 0;
  background-size: cover;
}

.serv1.lab1 {
  background-image: url('../images/ser_lab01.jpg');
  background-size: cover;
}

.serv1.index1 {
  background-image: none;
  height: auto;
}

.serv2.lab2 {
  background-image: url('../images/ser_lab02.jpg');
  background-size: cover;
}

.serpopreorg {
  z-index: 0;
  justify-content: center;
  display: flex;
  position: relative;
}

.clientes {
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.serpopindex, .serpopgestion, .serpopeditab, .serpopdestruc, .serpoplaboratorio, .serpopcapacit, .serpopencuader, .serpopseguridad {
  z-index: 10;
  position: relative;
}

.numeros {
  justify-content: center;
  height: auto;
  display: flex;
}

.numeros1 {
  background-color: var(--gris-background);
  width: 1000px;
  height: auto;
  padding-bottom: 99px;
  display: block;
}

.numerostitulo {
  background-color: #5c6b77;
  justify-content: center;
  align-items: center;
  height: 70px;
  margin-top: 56px;
  display: flex;
  position: relative;
  box-shadow: 2px 2px 5px #00000085;
}

.heading-5 {
  color: #f15a24;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
}

.numeros2 {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
}

.numero3 {
  background-color: #0000;
  background-image: url('../images/num02.jpg');
  background-position: 0 0;
  background-size: cover;
  flex-direction: column;
  align-items: center;
  width: 33%;
  height: 100%;
  display: flex;
}

.numero3.a {
  background-image: url('../images/num03.jpg');
}

.numero3.b {
  background-image: url('../images/num01.jpg');
}

.numerostitulos {
  background-color: #0000;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 70px;
  display: flex;
}

.numerostitulos._2 {
  align-items: flex-start;
}

.text-block-2 {
  color: var(--gris-fondo-todo);
  background-color: #181818c9;
  padding: 6px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
}

.link-block-2 {
  background-image: url('../images/i-flecha-diagonal-arriba.png');
  background-position: 90% 10%;
  background-repeat: no-repeat;
  background-size: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 101%;
  text-decoration: none;
  display: flex;
}

.list {
  color: #333;
}

.servicios3 {
  justify-content: center;
  height: auto;
  display: flex;
}

.servicios3.edit {
  height: auto;
}

.probotoncerrar {
  cursor: pointer;
  background-color: #0000;
  background-image: url('../images/close.svg');
  background-position: 0 0;
  background-size: contain;
  width: 15px;
  height: 15px;
  margin-top: 8px;
  margin-right: 6px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.probotoncerrar:hover {
  background-color: #615e5e;
}

.secgral {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.secgral1 {
  background-color: var(--gris-fondo-todo);
  width: 1000px;
  height: auto;
  min-height: 500px;
  padding-top: 80px;
}

.titulopaginabac {
  z-index: 500;
  background-color: #5d6b78;
  flex-direction: row;
  justify-content: flex-end;
  align-self: flex-start;
  align-items: center;
  width: 55%;
  height: 80px;
  margin-left: 0;
  padding-right: 15px;
  display: flex;
  position: absolute;
  box-shadow: 5px 5px 8px #00000085;
}

.titulopaginatexto {
  color: var(--naranja-fuerte);
  text-align: right;
  justify-content: flex-end;
  margin-top: 0;
  margin-bottom: 0;
  padding: 2px 0;
  font-family: Open Sans, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
  display: flex;
}

.titulopaginatextodigi {
  color: var(--gris-fondo-todo);
  text-align: right;
  justify-content: flex-end;
  margin-top: 0;
  margin-bottom: 0;
  padding: 2px 0 2px 26px;
  font-family: Open Sans, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
  display: flex;
}

.equipossubtit {
  z-index: 80;
  background-color: var(--gris-clarisimo);
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding: 23px 10px 23px 23px;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.2;
  position: relative;
  box-shadow: 1px 1px 3px #0000009c;
}

.equiposa {
  margin-bottom: 31px;
  display: flex;
}

.equiposaizq {
  background-color: #eee;
  flex-direction: column;
  width: 50%;
  height: auto;
  padding-bottom: 39px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 3px #000;
}

.equiposader {
  width: 50%;
  height: auto;
  display: flex;
}

.equipossubmarca {
  background-color: #bebebe;
  margin: 0 0 17px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 23px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}

.textogral {
  padding: 0 37px 13px;
}

.list-2 {
  padding-left: 55px;
  padding-right: 37px;
}

.equiposader1imagen {
  background-image: url('../images/e_metis.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 500px;
  margin-top: 56px;
  display: flex;
}

.equiposader1imagen._2 {
  background-image: url('../images/e_600.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 70%;
  height: 400px;
}

.equiposader1imagen._3 {
  background-color: #fff;
  background-image: url('../images/KV-S8147-2_8_1.png');
  background-position: 50%;
  background-size: contain;
  width: 80%;
  height: 300px;
}

.equiposader1imagen._3._6 {
  background-image: url('../images/e_6600.jpg');
  background-position: 50%;
  background-size: 250px;
  height: 400px;
}

.equiposader1imagen._4 {
  background-image: url('../images/e_5076.jpg');
  background-size: contain;
  width: 80%;
  height: 300px;
  margin-top: 56px;
}

.equiposader1imagen._5 {
  background-color: #fff;
  background-image: url('../images/pckvs2087.jpg');
  background-position: 50%;
  background-size: contain;
  width: 80%;
  height: 300px;
}

.enlacenaranja {
  color: var(--naranja-fuerte);
  text-decoration: none;
}

.enlacenaranja:hover {
  background-color: var(--naranja-fuerte);
  color: #fff;
}

.text-block-3 {
  background-color: var(--naranja-fuerte);
  color: #fff;
  text-transform: uppercase;
  padding: 9px 16px;
  text-decoration: none;
  position: relative;
}

.text-block-3:hover {
  background-color: var(--celeste-oscuro);
  color: var(--naranja-fuerte);
}

.link-block-3 {
  z-index: 8000;
  width: 150px;
  text-decoration: none;
  position: fixed;
  inset: auto 0% 24% auto;
  box-shadow: 1px 1px 12px #00000096;
}

.clientestitulo {
  color: var(--naranja-fuerte);
  text-transform: uppercase;
  margin-top: 28px;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
}

.clientesbajada {
  color: #727272;
  line-height: 1.2;
}

.clientesdescripcion {
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 37px;
  line-height: 1.3;
}

.clientescontunidad {
  border-bottom: 1px solid #0000002e;
  margin-top: 0;
  padding: 16px 31px;
}

.negri {
  font-weight: 700;
}

.clientesano1 {
  background-color: var(--naranja-fuerte);
  width: 170px;
  margin-top: 45px;
  padding: 12px;
  box-shadow: 1px 1px 10px #00000096;
}

.clientesano2 {
  color: #fff;
  font-size: 20px;
}

.secgralclientes {
  flex-direction: column;
  align-items: center;
  padding-top: 115px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.secgral1clientes {
  background-color: var(--gris-background);
  width: 1000px;
  height: auto;
  margin-top: 39px;
  padding-top: 0;
}

.clienteslogos {
  background-color: #fff;
  width: 1000px;
  height: auto;
  padding-left: 12px;
  padding-right: 12px;
}

.grid {
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: center;
  height: 530px;
  margin-top: 20px;
}

.pie {
  background-color: #39424b;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.div-block-7 {
  width: 1000px;
  height: auto;
  padding-top: 31px;
  padding-bottom: 31px;
  position: relative;
}

.naranja {
  color: #95d9eb;
}

.data {
  color: #fff;
  background-color: #0003;
  width: auto;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 8px;
}

.data._1 {
  width: 470px;
  margin-bottom: 5px;
}

.data._2 {
  width: 550px;
  margin-bottom: 5px;
}

.data._3 {
  width: 270px;
}

.data._0 {
  width: 110px;
  margin-bottom: 5px;
}

.proopopup {
  z-index: 9999;
  background-color: #000000b3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  min-height: auto;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.prootitulo1 {
  background-color: #0000;
  flex-direction: row;
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

.prootitulo {
  z-index: 80;
  background-color: var(--naranja-fuerte);
  color: #fff;
  cursor: pointer;
  background-image: url('../images/close.svg');
  background-position: 97%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  width: 80%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 23px 10px 23px 23px;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.2;
  position: relative;
  box-shadow: 1px 1px 3px #0000009c;
}

.proocuerpo {
  justify-content: flex-end;
  width: 100%;
  min-height: 100px;
  display: flex;
}

.proocuerpo1 {
  background-color: #0000;
  flex-direction: column;
  width: 80%;
  height: auto;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.proocuerpo2 {
  background-color: #fff;
  width: 500px;
  box-shadow: 1px 1px 14px #000;
}

.image {
  border: 1px solid #000;
  margin-bottom: 18px;
  margin-left: 34px;
}

.background-video-3 {
  z-index: auto;
  background-image: url('../images/metis_alphg.png');
  background-position: 120% 100%;
  background-repeat: no-repeat;
  background-size: 700px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block-8 {
  padding-top: 79px;
}

.serviciounidad2 {
  background-color: var(--gris-clarisimo);
  cursor: crosshair;
  background-image: url('../images/i-reorganizacion.svg'), url('../images/i-flecha-diagonal-arriba.png');
  background-position: 50%, 90% 10%;
  background-repeat: no-repeat, no-repeat;
  background-size: 60px, 15px 15px;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-bottom: 9px;
  margin-right: 10px;
  padding: 8px;
  transition: all .25s;
  display: flex;
}

.serviciounidad2:hover {
  color: #f1ecec;
  background-color: #6d8599;
  background-size: 90px, 15px 15px;
  box-shadow: 3px 3px 7px #00000094;
}

.serviciounidad2.sin {
  background-color: #9fa8af00;
  background-image: url('../images/i-reorganizacion.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
}

.link-block-7 {
  color: #242222;
  width: 19%;
  height: 40%;
  margin-top: 10px;
  margin-right: 10px;
  text-decoration: none;
  position: relative;
}

.link-block-7.menuservicios1 {
  background-color: #9fa8af00;
  width: 8%;
  height: 80%;
}

.div-block-57 {
  border: 0 #000;
  flex-flow: wrap;
  width: 900px;
  height: auto;
  display: flex;
}

.menu-button-2 {
  z-index: 1;
  background-color: #f3f3f3;
  position: fixed;
  inset: 0% 0% auto auto;
  box-shadow: -1px 1px 3px #000;
}

.menu-button-2.w--open {
  z-index: 99999;
  background-color: #030303;
}

.text-block-10 {
  color: #888585;
  letter-spacing: 5px;
  font-weight: 400;
}

.menuboton {
  color: #5e5858;
  text-align: center;
  text-transform: uppercase;
  background-color: #000;
  border: 1px solid #414141;
  border-top-width: 0;
  border-left-style: none;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 300px;
  padding: 18px 10px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
  display: flex;
}

.menuboton:hover {
  background-color: #5f2121;
}

.menuboton.w--current {
  color: #f52020;
  font-weight: 600;
  text-decoration: none;
}

.div-block-26 {
  text-align: center;
  background-color: #1a1a1a;
  border-radius: 0;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-top: -60px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.container-14 {
  background-color: #0000;
}

.nav-menu-10 {
  background-color: #a7515100;
  margin-top: 60px;
  text-decoration: none;
  position: fixed;
  inset: 0% 0% auto auto;
}

.menuresponsive {
  z-index: 9999;
  background-color: #0000;
  display: none;
}

.tabizq {
  opacity: .44;
  background-image: url('../images/benf_acceso.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50px;
  width: 20%;
}

.tabizq._2 {
  background-image: url('../images/benf_captura.png');
}

.tabizq._3 {
  background-image: url('../images/benf_proteccion.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50px;
}

.tabizq._5 {
  background-image: url('../images/benf_ahorro.png');
}

.tab-der {
  flex-direction: column;
  justify-content: center;
  width: 80%;
  height: 100px;
  display: flex;
}

.videobac-550-400 {
  height: 400px;
}

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

.serv3.lab3 {
  background-image: url('../images/ser_lab03.jpg');
  background-position: 0 0;
  background-size: cover;
}

.serv4.lab4 {
  background-image: url('../images/ser_lab04.jpg');
  background-position: 0 0;
  background-size: cover;
}

.serv5.lab5 {
  background-image: url('../images/ser_lab05.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ser_reor1 {
  background-image: url('../images/ser_reor1.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ser_reor2 {
  background-image: url('../images/ser_reor2.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ser_reor3 {
  background-image: url('../images/ser_reor3.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ser_reor4 {
  background-image: url('../images/ser_reor4.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slider-4 {
  background-color: #0000;
  justify-content: center;
  align-items: flex-start;
  width: 700px;
  height: 800px;
  margin-top: 43px;
  display: flex;
}

.right-arrow-2 {
  margin-right: -71px;
}

.button-2 {
  background-color: #000;
  background-image: url('../images/5b17499aff648d0bc044d24a_arrow.svg');
  background-position: 90% 54%;
  background-repeat: no-repeat;
  background-size: 15px;
  margin-left: 0;
  padding: 14px 39px 14px 21px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  position: relative;
  bottom: 242px;
  left: 547px;
  box-shadow: 1px 1px 3px #000;
}

.slide-43 {
  height: 1000px;
}

.left-arrow-4 {
  margin-left: -73px;
}

.ser_dest1 {
  background-image: url('../images/ser_dest01.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ser_dest2 {
  background-image: url('../images/ser_dest02.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ser_dest3 {
  background-image: url('../images/ser_dest03.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ser_dest4 {
  background-image: url('../images/ser_dest04.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ser_dest5 {
  background-image: url('../images/ser_dest05.jpg');
  background-position: 0 0;
  background-size: cover;
}

.background-video-5 {
  height: 400px;
}

.ser_dig0 {
  z-index: 800;
  width: 550px;
  height: 400px;
  margin-bottom: 15px;
}

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

.sercap {
  background-image: url('../images/ser_cap1.jpg');
  background-position: 0 0;
  background-size: cover;
}

.serenc {
  background-image: url('../images/ser_encuad1.jpg');
  background-position: 0 0;
  background-size: cover;
}

.serseg {
  background-image: url('../images/ser_seg1.jpg');
  background-position: 0 0;
  background-size: cover;
}

.secgral1equipos {
  background-color: #0000;
  width: 1000px;
  height: auto;
  min-height: 500px;
  padding-top: 80px;
}

.paragraph {
  padding: 40px;
  line-height: 1.2;
}

.staffnaranja {
  color: var(--naranja-fuerte);
  font-weight: 600;
}

.staffazul {
  color: var(--celeste-oscuro);
  padding: 38px 0;
  font-size: 14px;
  font-weight: 300;
  display: inline;
}

.div-block-61 {
  height: 450px;
  position: absolute;
  inset: -112px 0% auto;
}

.div-block-62 {
  height: auto;
  margin-top: 358px;
  margin-bottom: 104px;
  display: flex;
}

.div-block-63 {
  align-items: center;
  width: 50%;
  display: flex;
}

.div-block-64 {
  border-left: 1px solid var(--naranja-fuerte);
  align-items: center;
  width: 50%;
  display: flex;
}

.stafftexto1 {
  color: var(--naranja-fuerte);
  padding: 0 40px 40px;
  line-height: 1.5;
}

.staffazul-2 {
  color: #5c6b77;
}

.contacto {
  border-left: 0px solid var(--naranja-fuerte);
  padding: 40px;
  font-size: 18px;
  line-height: 2;
}

.contacto1 {
  padding-left: 18px;
  font-weight: 400;
}

.submit-button {
  color: var(--celeste-oscuro);
  background-color: silver;
  align-self: flex-end;
  margin-top: 17px;
}

.campocontacto {
  background-color: silver;
  width: 100%;
  height: auto;
}

.form-block {
  width: 100%;
}

.campocontacto1 {
  background-color: silver;
  width: 100%;
  height: 100px;
}

.tapadormaps {
  display: none;
}

.contact {
  color: var(--celeste-oscuro);
  flex-direction: column;
  align-items: flex-start;
  padding: 38px 38px 38px 16px;
  font-size: 14px;
  font-weight: 300;
  display: flex;
}

.lightbox-link-4 {
  background-image: url('../images/cuadros_alina01.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.lightbox-link-4.diario1 {
  background-image: url('../images/diarios1-Diario-La-Opinion-Ago-1980.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.lightbox-link-4.fo1 {
  background-image: url('../images/fo1.jpg');
  background-size: cover;
}

.lightbox-link-4.plano1 {
  background-image: url('../images/pl1.jpg');
  background-position: 50% 0;
}

.lightbox-link-4.col1 {
  background-image: url('../images/col1.jpg');
}

.slidedigi {
  background-color: #fff;
  width: 100%;
  height: 100%;
}

.digititem {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.digitmenu {
  background-color: #bdbdbd;
  width: 20%;
  padding: 25px 0 0;
}

.digidermueve {
  display: block;
  overflow: visible;
}

.lightbox-link-5 {
  background-image: url('../images/cuadros_antonio02.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: flex;
}

.lightbox-link-5._3 {
  background-image: url('../images/cuadros_antonio06.jpg');
  background-position: 50%;
  background-size: auto;
}

.lightbox-link-5._3.diario4 {
  background-image: url('../images/diarios4-El-Diario-del-Juicio-Nro-01-Mayo-1985.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.lightbox-link-5._3.plano4 {
  background-image: url('../images/pl4.jpg');
}

.lightbox-link-5._4 {
  background-image: url('../images/cuadros_antonio09_chi.jpg');
  background-size: cover;
}

.lightbox-link-5._4.diario5 {
  background-image: url('../images/diarios5-Fallece-Picasso-La-Nacion-Abr-1973.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.lightbox-link-5._4.diario6 {
  background-image: url('../images/diarios6-Tapa-Recuperac-Malvinas-Clarin-Abril-1982.jpg');
  background-size: cover;
}

.lightbox-link-5._4.plano5 {
  background-image: url('../images/pl5.jpg');
}

.lightbox-link-5._4.rev1 {
  background-image: url('../images/rev1.jpg');
  background-position: 50% 0;
}

.lightbox-link-5._4.rev2 {
  background-image: url('../images/rev2.jpg');
  background-position: 50% 0;
}

.lightbox-link-5._4.rev3 {
  background-image: url('../images/rev3.jpg');
  background-position: 50% 0;
}

.lightbox-link-5._4.rev4 {
  background-image: url('../images/rev4.jpg');
  background-position: 50% 0;
}

.lightbox-link-5._2 {
  background-image: url('../images/cuadros_antonio04.jpg');
}

.lightbox-link-5._2.diario3 {
  background-image: url('../images/diarios3-Domingo-de-Reyes-Cronica-Nov-1978.jpg');
  background-size: cover;
}

.lightbox-link-5._2.planp3 {
  background-image: url('../images/pl3.jpg');
}

.lightbox-link-5._2.col3 {
  background-image: url('../images/col3.jpg');
}

.lightbox-link-5.diario2 {
  background-image: url('../images/diarios2-Dolar-cae-ante-el-Yen-Clarin-Oct-1978.jpg');
  background-size: cover;
}

.lightbox-link-5.fo2 {
  background-image: url('../images/fo2.jpg');
  background-size: cover;
}

.lightbox-link-5.fo4 {
  background-image: url('../images/fo4.jpg');
  background-size: cover;
}

.lightbox-link-5.fo3 {
  background-image: url('../images/fo3.jpg');
  background-size: cover;
}

.lightbox-link-5.fo5 {
  background-image: url('../images/fo5.jpg');
  background-size: cover;
}

.lightbox-link-5.fo6 {
  background-image: url('../images/fo6.jpg');
  background-size: cover;
}

.lightbox-link-5.fo7 {
  background-image: url('../images/fo7.jpg');
  background-size: cover;
}

.lightbox-link-5.fo8 {
  background-image: url('../images/fo8.jpg');
  background-size: cover;
}

.lightbox-link-5.plano2 {
  background-image: url('../images/pl2.jpg');
}

.lightbox-link-5.col2 {
  background-image: url('../images/col2.jpg');
}

.slide-nav-3 {
  background-color: #05050524;
}

.digider1 {
  width: 100%;
  height: 500px;
  overflow: visible;
}

.digititem1 {
  text-align: right;
  cursor: pointer;
  padding: 14px;
}

.digider {
  width: 80%;
  height: 500px;
  position: relative;
  overflow: hidden;
}

.secgraldigitalizacion {
  background-color: #d1d1d1;
  width: 1000px;
  height: auto;
  min-height: 500px;
  padding-top: 0;
  display: flex;
}

.div-block-65 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.slide-44 {
  background-image: url('../images/libros_1.jpg');
  background-position: 50%;
  background-size: contain;
}

.slide-45 {
  background-image: url('../images/libros_2.jpg');
  background-position: 0 0;
  background-size: contain;
}

.slide-46 {
  background-image: url('../images/libros_4.jpg'), url('../images/libros_3.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: cover, contain;
}

.textoslidedigi {
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.link-block-8 {
  width: 200px;
  height: 100px;
  position: absolute;
  inset: auto 0% 0%;
}

.text-block-11 {
  color: #9b9a9a;
  background-color: #000;
  background-image: url('../images/5b17499aff648d0bc044d24a_arrow.svg');
  background-position: 98%;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  align-items: center;
  width: auto;
  height: auto;
  padding: 10px 33px 10px 20px;
  font-size: 18px;
  display: flex;
  position: absolute;
  inset: auto auto 9% 0%;
  box-shadow: 3px 3px 7px 1px #363232;
}

.digiiconolink {
  background-image: url('../images/5b17499aff648d0bc044d24a_arrow.svg');
  background-position: 0 0;
  background-size: cover;
  width: 30px;
  height: 30px;
}

.digitlinkexterno {
  color: #cfcece;
  background-color: #000;
  background-image: url('../images/5b17499aff648d0bc044d24a_arrow.svg');
  background-position: 98%;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  width: auto;
  height: auto;
  padding: 14px 38px 14px 20px;
  font-size: 18px;
  text-decoration: none;
  position: absolute;
  inset: auto auto 14% 0%;
  box-shadow: 3px 3px 8px 2px #585858;
}

.digitexto {
  color: #dadada;
  background-color: #000;
  background-image: url('../images/5b17499aff648d0bc044d24a_arrow.svg');
  background-position: 96%;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  padding: 14px 37px 14px 20px;
  font-size: 18px;
  text-decoration: none;
  position: absolute;
  inset: auto auto 14% 0%;
  box-shadow: 1px 1px 5px 1px #666565;
}

.digitexto.a {
  z-index: 2000;
}

.digifondoboton:hover {
  background-color: #dadada;
}

.grid-2 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.lightbox-link-6 {
  background-image: url('../images/diarios1-Diario-La-Opinion-Ago-1980.jpg');
  background-position: 0 0;
  background-size: cover;
  height: 400px;
}

.lightbox-link-7 {
  background-image: url('../images/cuadros_alina01.jpg');
  background-position: 0 0;
  background-size: contain;
}

.div-block-66, .html-embed-2 {
  justify-content: center;
  align-items: center;
  width: 800px;
  height: 500px;
  display: block;
}

.slide-nav-4 {
  display: none;
}

.right-arrow-3 {
  background-color: #00000094;
  height: 90%;
  margin-top: 0;
  margin-bottom: 50px;
}

.left-arrow-5 {
  background-color: #0f0f0fa6;
  height: 90%;
  margin-top: 0;
  overflow: hidden;
}

.black {
  font-weight: 700;
}

.background-video-7 {
  z-index: 2;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  margin-bottom: -73px;
  display: block;
}

.div-block-67 {
  background-image: url('../images/flecha.gif');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  width: 100px;
  height: 400px;
  margin-top: 91px;
  position: relative;
}

.grid-3 {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.div-block-69 {
  opacity: .53;
  justify-content: space-between;
  width: 150px;
  height: 40px;
  display: flex;
  position: absolute;
  inset: 16% 3% auto auto;
}

.link-block-9 {
  background-image: url('../images/002-instagram.svg');
  background-position: 0 0;
  background-size: contain;
  width: 30px;
  height: 30px;
}

.link-block-9.a {
  background-image: url('../images/003-facebook-logo-button.svg');
}

.link-block-9.b {
  background-image: url('../images/001-linkedin.svg');
}

.link-block-9.sombra {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 70%;
  width: 40px;
  height: 40px;
}

.link-block-9.sombra:hover {
  box-shadow: 3px 3px 5px #242424;
}

.social, .social1 {
  opacity: .53;
  justify-content: space-between;
  width: 100px;
  height: 40px;
  display: flex;
  position: static;
  inset: 16% 3% auto auto;
}

.textogralnosotros {
  margin-top: 52px;
  padding: 0 37px 13px;
}

.div-block-79 {
  height: 360px;
}

.video-dataprima {
  z-index: auto;
  background-image: url('../images/metis_alphg.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 40%;
  width: 100%;
  height: 400px;
  position: static;
  inset: 0% auto auto 0%;
}

.background-video-8 {
  height: 100%;
}

.section-2 {
  height: 800px;
}

.contienelogo {
  background-color: #fffcfc;
  border: 1px solid #dbdbdb;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.menuservicios {
  z-index: 99999999;
  flex-flow: wrap;
  place-content: flex-start;
  align-items: flex-start;
  width: 550px;
  height: 70px;
  margin-top: 40px;
  display: flex;
  position: absolute;
  inset: 9% auto auto 32%;
}

.naranja1 {
  color: var(--naranja-fuerte);
}

.botonesslideindex {
  background-color: #0e0d0d82;
}

.div-block-80 {
  background-color: #ff6002;
  width: 100%;
  height: 20px;
}

.heading-6 {
  color: #fff;
  background-color: #0003;
  margin-top: 0;
  margin-bottom: 5px;
  padding: 6px 8px 6px 6px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  display: inline-block;
}

.recaptcha {
  align-self: flex-end;
  margin-top: 12px;
}

.flyer {
  z-index: 2147483647;
  background-color: #000000db;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.div-block-82 {
  border: 1px solid var(--white);
  width: 500px;
  height: 500px;
}

.background-video-9 {
  width: 100%;
  height: 100%;
}

.cerrar {
  background-color: var(--black);
  color: var(--white);
  cursor: pointer;
  padding: 11px 16px;
  font-size: 20px;
  font-weight: 600;
}

.cards-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.centered-container {
  text-align: center;
  flex: 1;
}

.cards-grid-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cards-image-mask {
  border-radius: 0%;
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.cards-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.call-to-action {
  padding-top: 100px;
  padding-bottom: 100px;
}

.sectuto {
  flex-direction: column;
  align-items: center;
  height: auto;
  padding-top: 115px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.div-block-83 {
  flex-direction: column;
  align-items: flex-start;
  width: 1000px;
  height: auto;
  margin-bottom: 30px;
  display: flex;
}

.tutorial {
  background-color: #e6e6e6;
  margin-top: 0;
  padding: 17px;
  display: inline-block;
}

.imtuto {
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 30px;
}

.link {
  color: var(--naranja-fuerte);
  text-decoration: none;
}

.letratuto {
  color: #e6e6e6;
  margin-bottom: 8px;
  font-size: 50px;
  font-weight: 600;
}

.letratuto.solo {
  margin-top: 30px;
}

.iram {
  z-index: 8000;
  background-color: #0000;
  flex-direction: row-reverse;
  align-items: center;
  height: auto;
  text-decoration: none;
  transition: all .35s;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
  box-shadow: 1px 1px 12px #00000096;
}

.iram:hover {
  transform: scale(1.3)rotate(-4deg);
}

.iram.w--current {
  background-color: #0000;
}

.image-3 {
  width: auto;
  height: 150px;
}

.image-3.chiqui {
  height: 180px;
}

.iram1 {
  background-color: var(--gris-fondo-todo);
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  width: 1000px;
  height: auto;
  min-height: 500px;
  padding-top: 80px;
  display: flex;
}

.titulopaginatextodigighiqui {
  color: var(--gris-fondo-todo);
  text-align: right;
  justify-content: flex-end;
  margin-top: 0;
  margin-bottom: 0;
  padding: 2px 0 2px 26px;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
  display: block;
}

.image-4 {
  box-shadow: 2px 2px 7px 1px #5b5b5bba;
}

.nota {
  width: 100%;
  height: 500px;
}

.iram2 {
  background-color: var(--gris-fondo-todo);
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 1000px;
  height: auto;
  min-height: 500px;
  margin-bottom: 37px;
  padding-top: 0;
  display: flex;
}

.carta {
  width: 800px;
}

.background-video-10 {
  z-index: 1;
}

.html-embed-3 {
  height: 450px;
}

.html-embed-4 {
  margin-top: 111px;
}

.image-5 {
  opacity: .61;
}

.servicioss._1 {
  margin-top: 37px;
}

.bullet {
  margin-top: 13px;
  margin-left: 10px;
  padding-left: 20px;
  display: inline-block;
}

.bullet p {
  background-image: url('../images/bullet.svg');
  background-position: 1% 6px;
  background-repeat: no-repeat;
  background-size: 7px 7px;
  border-bottom: 1px solid gray;
  margin-left: 18px;
  padding-bottom: 10px;
  padding-left: 30px;
}

.link-block-10 {
  opacity: 1;
  background-color: #666;
  justify-content: center;
  align-items: flex-end;
  width: 30px;
  height: 50px;
  padding-bottom: 7px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 9%;
}

.link-block-10:hover {
  box-shadow: 2px 2px 5px #5b5b5b;
}

.textogralnosotros-copy {
  margin-top: 52px;
  padding: 0 88px 13px;
}

.image-6 {
  filter: contrast(59%) invert();
}

.text-span {
  color: #fff;
  background-color: #5d6b78;
  font-size: 16px;
  line-height: 27px;
}

.text-block-12 {
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  text-decoration: none;
}

.text-span-2 {
  display: block;
}

.indent {
  color: #fff;
  background-color: #5d6b78;
  margin-left: 0;
  margin-right: 0;
  padding: 7px;
  font-size: 16px;
  line-height: 20px;
  display: inline-block;
}

.conveniomarco {
  padding: 12px;
  font-size: 20px;
  display: inline-block;
  position: absolute;
  inset: 17% 0% auto auto;
}

.bold-text {
  color: var(--naranja-fuerte);
  font-size: 18px;
}

.text-block-13 {
  color: #555;
  font-size: 20px;
  font-weight: 700;
}

.dd {
  flex: 0 auto;
  order: 1;
  align-self: auto;
  margin-bottom: 20px;
  margin-left: 20px;
}

.background-video-3-copy {
  z-index: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-7 {
  position: relative;
  top: 300px;
  left: 937px;
  transform: rotate(11deg);
}

.idiomas {
  z-index: 9999999;
  background-color: #666;
  width: auto;
  display: inline-block;
  position: absolute;
  inset: 0% auto auto 18%;
}

.idioma {
  color: #fff;
  border-right: 1px solid #d8d8d8;
  border-radius: 0;
  padding: 0 5px;
  font-family: Droid Sans, sans-serif;
  font-size: 12px;
  text-decoration: none;
  display: inline-block;
}

.idioma.este {
  color: #f15a24;
}

.carta-copy {
  width: 200px;
}

.secgral1-copy {
  background-color: var(--gris-fondo-todo);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 1000px;
  height: auto;
  min-height: 460px;
  padding-top: 80px;
  display: flex;
}

.bold-text-2 {
  color: #d1d1d1;
  font-size: 19px;
  text-decoration: none;
}

.link-block-11 {
  color: #f15a24;
  background-color: #5d6b78;
  margin-top: 10px;
  padding: 9px;
  text-decoration: none;
}

.iram1-copy {
  background-color: var(--gris-fondo-todo);
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  width: 1000px;
  height: auto;
  min-height: 500px;
  margin-bottom: 86px;
  padding-top: 80px;
  display: flex;
}

.nome {
  color: #f15a24;
  margin-left: -20px;
  font-weight: 700;
}

.paragraph-copy {
  margin-top: -12px;
  padding: 0 40px 40px 93px;
  line-height: 1.2;
  display: inline-block;
}

.text-span-3 {
  color: #848484;
  margin-top: 10px;
  margin-left: -21px;
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
}

.renglo {
  margin-top: 8px;
  display: inline-block;
}

@media screen and (max-width: 991px) {
  .cabezal {
    justify-content: center;
    height: 100px;
    margin-bottom: 0;
  }

  .link-block {
    margin-right: 0;
  }

  .logogral {
    justify-content: center;
    height: 100px;
  }

  .menugral {
    display: none;
  }

  .div-block-6 {
    width: 600px;
  }

  .heading-2 {
    font-size: 25px;
    line-height: 35px;
  }

  .formato1, .beneficios1 {
    width: 100vw;
  }

  .heading-3._3 {
    font-size: 30px;
  }

  .proceso1 {
    width: 100vw;
    padding-top: 0;
  }

  .banner-1 {
    margin-top: 0;
  }

  .slide-41 {
    background-image: linear-gradient(#75737333, #75737333), url('../images/FONDO1.jpg');
    background-position: 0 0, 0%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
  }

  .titulo-blanco {
    text-align: left;
    font-size: 30px;
  }

  .servicios1 {
    width: 100vw;
  }

  .servicios1.serv {
    margin-top: -73px;
    padding-top: 93px;
  }

  .servicios1.serv.reorganizacion {
    margin-top: -100px;
  }

  .servicios2 {
    justify-content: space-between;
  }

  .serpopcontenedor {
    width: 100vw;
    margin-top: 21px;
  }

  .sertitulo1 {
    text-align: left;
    width: 100%;
    padding-left: 25px;
  }

  .sercontenidoizq, .sercontenidoder {
    width: 50%;
  }

  .slider-3 {
    width: 100%;
    height: 300px;
  }

  .servicios3 {
    height: auto;
  }

  .secgral1 {
    width: 100%;
  }

  .titulopaginatexto {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 30px;
    display: block;
  }

  .titulopaginatextodigi {
    font-size: 30px;
  }

  .equiposader1imagen {
    height: 400px;
  }

  .secgral1clientes, .clienteslogos, .div-block-7 {
    width: 100%;
  }

  .data {
    padding-left: 28px;
  }

  .data._1 {
    width: 510px;
  }

  .data._2 {
    width: 580px;
  }

  .data._3 {
    width: 310px;
  }

  .data._0 {
    width: 160px;
  }

  .link-block-7 {
    width: 19%;
    margin-right: 5px;
  }

  .div-block-9 {
    margin-top: 28px;
  }

  .div-block-57 {
    background-color: #5c6b77;
    width: 100vw;
  }

  .text-block-10 {
    color: #ddd9d9;
  }

  .menuboton {
    color: #ceaeae;
    background-color: #5c6b77;
    width: 250px;
    height: 250px;
  }

  .menuboton:hover {
    color: #fff9f9;
    background-color: #f15a24;
  }

  .menuboton.w--current {
    background-image: url('../images/logo.gif');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .div-block-26 {
    height: 500px;
  }

  .menuresponsive {
    display: block;
  }

  .right-arrow-2 {
    margin-right: -33px;
  }

  .left-arrow-4 {
    margin-left: -33px;
  }

  .secgral1equipos {
    width: 100%;
  }

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

  .div-block-61 {
    top: -100px;
  }

  .form-block {
    width: 100%;
  }

  .tapadormaps {
    background-color: #d1d1d1;
    height: 30px;
    display: block;
    position: absolute;
    inset: 476px 0% 0%;
  }

  .contact {
    padding-left: 23px;
    padding-right: 23px;
  }

  .secgraldigitalizacion {
    width: 100%;
  }

  .grid-3 {
    grid-column-gap: 56px;
    align-items: end;
  }

  .div-block-68 {
    display: flex;
  }

  .div-block-70 {
    justify-content: center;
    align-items: center;
    width: 250px;
    height: 250px;
    display: flex;
  }

  .social1 {
    opacity: .5;
    filter: invert();
    position: static;
  }

  .menuservicios {
    justify-content: space-between;
    display: none;
  }

  .heading-6 {
    padding-left: 28px;
  }

  .div-block-82 {
    width: 300px;
    height: 300px;
  }

  .cards-grid-container {
    grid-column-gap: 20px;
  }

  .div-block-83 {
    width: 100%;
  }

  .image-3.chiqui {
    height: 150px;
  }

  .iram1 {
    width: 100%;
  }

  .titulopaginatextodigighiqui {
    font-size: 30px;
    display: block;
  }

  .iram2 {
    width: 100%;
  }

  .html-embed-4 {
    margin-top: 100px;
  }

  .link-block-10.res {
    display: none;
    left: 16%;
  }

  .conveniomarco {
    width: 200px;
    font-size: 15px;
    line-height: 19px;
  }

  .bold-text {
    font-size: 15px;
  }

  .idiomas {
    background-color: #37424a;
    inset: 0% auto auto 0%;
  }

  .idioma {
    border-right-color: #5c6b77;
  }

  .secgral1-copy, .iram1-copy {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .cabezal {
    flex-direction: column;
    justify-content: flex-start;
    height: 160px;
  }

  .link-block {
    margin-right: 0;
  }

  .logogral {
    justify-content: center;
    width: 50%;
    display: flex;
    position: relative;
  }

  .menugral {
    display: none;
  }

  .titulo {
    align-items: center;
    width: 100%;
  }

  .heading {
    text-align: center;
    font-size: 18px;
  }

  .div-block-6 {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 0;
    display: flex;
  }

  .heading-2 {
    text-align: center;
    margin-left: 34px;
    margin-right: 34px;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 0;
    font-size: 20px;
    line-height: 25px;
    display: block;
  }

  .heading-2._22 {
    padding-left: 11px;
    font-size: 50px;
    top: -6px;
  }

  .formatos {
    align-items: flex-start;
    height: auto;
  }

  .formato1 {
    height: 1261px;
    overflow: visible;
  }

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

  .displayunidad {
    width: 70%;
  }

  .titulosub {
    align-items: center;
    width: 100%;
  }

  .titulosub.digitalizamos, .heading-3 {
    padding-left: 0;
  }

  .heading-3._3 {
    flex-direction: column;
    align-items: flex-start;
    font-size: 30px;
    line-height: 30px;
  }

  .tabs-menu {
    width: 100%;
  }

  .tabs {
    flex-direction: column;
  }

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

  .beneficiostextboton {
    text-align: left;
    border: 1px #000;
    justify-content: center;
    height: 60px;
    font-size: 15px;
  }

  .procesoizq {
    width: 100%;
  }

  .pregunta {
    height: 60px;
  }

  .banner-1 {
    height: 500px;
    margin-top: 0;
  }

  .slidergral1 {
    height: 100%;
    padding-top: 0;
  }

  .titulo-blanco {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
    line-height: 20px;
    display: flex;
  }

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

  .procesoder {
    display: none;
  }

  .servicios1.serv {
    margin-top: -141px;
    padding-top: 123px;
  }

  .servicios1.serv.gestion {
    padding-top: 120px;
  }

  .servicios1.serv.reorganizacion {
    margin-top: -141px;
    padding-top: 94px;
  }

  .servicios1.serv.indexacion {
    padding-top: 142px;
  }

  .servicios2 {
    height: 400px;
  }

  .serviciounidad {
    width: 49%;
    height: 20%;
    margin-bottom: 15px;
  }

  .tituloserviciosunidad {
    font-size: 12px;
  }

  .serpopcontenedor {
    width: 100%;
    margin-top: 22px;
  }

  .cerrarpop {
    width: 40px;
    height: 40px;
  }

  .sertitulo1 {
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .sercontenido {
    flex-direction: column;
  }

  .sercontenidoizq {
    width: 100%;
  }

  .sercontenidoder {
    width: 100vw;
  }

  .slider-3 {
    height: 400px;
  }

  .serpopreorg {
    width: 100vw;
  }

  .serpopindex {
    margin-top: -23px;
  }

  .titulopaginabac {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: -28px;
  }

  .equiposa {
    flex-direction: column;
  }

  .equiposaizq {
    width: 100%;
  }

  .equiposader {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .equiposader1imagen {
    width: 70%;
    margin-top: 0;
  }

  .equiposader1imagen._2 {
    background-position: 50%;
    margin-top: 0;
  }

  .equiposader1imagen._4 {
    background-position: 50%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .equiposader1imagen._5 {
    background-position: 50%;
  }

  .clientescontunidad {
    padding-left: 12px;
    padding-right: 12px;
  }

  .grid {
    grid-template-columns: 1fr 1fr 1fr;
    height: 600px;
  }

  .data._2, .prootitulo {
    width: 100%;
  }

  .proocuerpo1 {
    align-items: center;
    width: 100%;
  }

  .proocuerpo2 {
    width: 100%;
  }

  .serviciounidad2 {
    width: 100%;
    height: 100%;
    margin-bottom: 15px;
  }

  .div-block-9, .servicios4 {
    display: none;
  }

  .menu-button-2.w--open {
    padding: 5px;
  }

  .menuboton {
    width: 30%;
    height: 150px;
  }

  .div-block-26 {
    background-color: #5c6b77;
    align-items: flex-start;
    height: auto;
    margin-top: 0;
  }

  .nav-menu-10 {
    margin-top: 0;
    padding-top: 0;
  }

  .tab-der {
    text-align: left;
    align-items: flex-start;
  }

  .slider-4 {
    width: 100vw;
    height: 600px;
  }

  .right-arrow-2 {
    margin-right: 0;
  }

  .icon-4, .icon-5 {
    background-color: #000;
  }

  .left-arrow-4 {
    margin-left: 0;
  }

  .ser_dig0 {
    width: auto;
  }

  .staffazul {
    width: 100vw;
  }

  .div-block-61 {
    top: -141px;
  }

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

  .contact {
    width: 100vw;
  }

  .digitmenu {
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .digititem1 {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .digider {
    width: 100%;
  }

  .secgraldigitalizacion {
    flex-direction: column;
  }

  .digifondoboton {
    border-bottom: 1px solid #ffffff6b;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 14px;
    padding-bottom: 14px;
    display: flex;
  }

  .div-block-70 {
    width: 30%;
    height: 150px;
  }

  .div-block-71, .div-block-72, .div-block-73, .div-block-74, .div-block-75, .div-block-76, .div-block-77, .div-block-78 {
    display: none;
  }

  .menuservicios {
    height: 400px;
  }

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

  .div-block-82 {
    width: 300px;
    height: 300px;
  }

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

  .cards-grid-container {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-self: stretch;
    max-width: none;
  }

  .call-to-action {
    padding: 40px 20px;
  }

  .iram {
    position: relative;
  }

  .image-3.chiqui {
    height: 130px;
  }

  .iram1 {
    flex-direction: column;
    align-items: flex-end;
  }

  .image-4 {
    width: 200px;
    height: 200px;
  }

  .iram2 {
    flex-direction: column;
    align-items: flex-end;
  }

  .conveniomarco {
    width: auto;
  }

  .bold-text {
    font-weight: 400;
  }

  .idiomas {
    z-index: 2147483647;
    inset: 0% auto auto 0%;
  }

  .iram1-copy {
    flex-direction: column;
    align-items: flex-end;
  }
}

@media screen and (max-width: 479px) {
  .link-block.w--current {
    width: 200px;
  }

  .logogral {
    width: 100%;
    margin-top: 0;
  }

  .titulo {
    height: 100px;
  }

  .heading {
    width: 70%;
    margin-top: 22px;
    font-size: 15px;
    line-height: 18px;
  }

  .heading-2.a {
    margin-top: 29px;
  }

  .heading-2._22 {
    font-size: 40px;
  }

  .dropdown-list.w--open {
    height: 300px;
  }

  .formatos {
    height: auto;
  }

  .formato1 {
    height: 1300px;
  }

  .displayunidad {
    width: 100%;
  }

  .displaytitulo {
    color: #585858;
    background-color: #b4b4b4;
  }

  .displaytitulo._2, .displaytitulo._3 {
    background-color: #b4b4b4;
  }

  .beneficios1 {
    padding-bottom: 0;
  }

  .beneficiosizq {
    margin-top: -133px;
  }

  .titulosub {
    align-items: center;
    width: 100%;
  }

  .titulosub.digitalizamos {
    padding-left: 0;
  }

  .titulosub.bene {
    align-items: center;
    width: 100%;
    padding-right: 0;
  }

  .heading-3 {
    font-size: 30px;
  }

  .heading-3.h1chi {
    font-size: 22px;
  }

  .tabs-content {
    height: 300px;
  }

  .beneficiostextboton {
    padding-left: 0;
    font-size: 15px;
  }

  .beneficiostab {
    background-position: 50%;
  }

  .beneficiostabfondo {
    flex-direction: row;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .procesoizq {
    width: 100%;
    margin-top: -83px;
  }

  .pregunta {
    padding-left: 0;
    font-size: 15px;
  }

  .bene-texto {
    font-size: 13px;
  }

  .banner-1 {
    height: 550px;
    margin-top: -38px;
  }

  .section {
    margin-top: 0;
    padding-top: 0;
  }

  .heading-4 {
    width: 200px;
    height: auto;
    line-height: 20px;
  }

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

  .icon, .icon-2, .procesoder {
    display: none;
  }

  .servicios {
    height: 1000px;
  }

  .sercabezal1 {
    margin-top: -163px;
  }

  .servicios1.serv {
    margin-top: -136px;
    padding-top: 251px;
  }

  .servicios1.serv.gestion {
    padding-top: 255px;
  }

  .servicios1._1 {
    margin-top: -44px;
  }

  .servicios2 {
    height: 700px;
    position: relative;
  }

  .serviciounidad {
    width: 100%;
  }

  .serpopcontenedor {
    width: 100vw;
    margin-top: 7px;
  }

  .cerrarpop {
    align-self: flex-end;
  }

  .text-block {
    font-size: 30px;
    position: relative;
    top: 37px;
  }

  .sertitulo1 {
    text-align: center;
    width: 100%;
    padding-top: 23px;
    padding-right: 0;
    font-size: 20px;
  }

  .sercabezal {
    flex-direction: column-reverse;
  }

  .sercontenido {
    flex-direction: column;
  }

  .sercontenidoizq {
    width: 100%;
    padding-left: 11px;
    padding-right: 11px;
  }

  .sercontenidoder {
    z-index: 9999;
    width: 100%;
    position: relative;
    overflow: visible;
  }

  .slider-3 {
    width: 100%;
    height: 200px;
    position: relative;
  }

  .serpopindex {
    margin-top: 4px;
  }

  .serpopgestion, .serpopdestruc {
    width: 100vw;
  }

  .numeros1 {
    width: 100vw;
    margin-top: -40px;
  }

  .numerostitulo {
    margin-top: 0;
  }

  .heading-5 {
    font-size: 30px;
    font-weight: 600;
  }

  .numeros2 {
    flex-direction: column;
  }

  .numero3 {
    width: 100%;
    margin-bottom: 3px;
  }

  .secgral {
    margin-top: -44px;
  }

  .secgral1 {
    padding-top: 100px;
    padding-bottom: 0;
  }

  .titulopaginabac {
    flex-direction: column;
    justify-content: center;
    height: 100px;
    margin-top: -39px;
    padding-top: 3px;
  }

  .titulopaginatexto {
    font-size: 25px;
  }

  .titulopaginatextodigi {
    font-size: 20px;
  }

  .equipossubtit {
    text-align: center;
    font-size: 18px;
  }

  .equiposa {
    flex-direction: column;
  }

  .equiposaizq {
    width: 101%;
  }

  .equiposader {
    width: 100%;
    padding-bottom: 36px;
  }

  .equipossubmarca {
    text-align: center;
    width: 100%;
    padding-left: 0;
    font-size: 18px;
  }

  .textogral {
    text-align: center;
    padding-left: 17px;
    padding-right: 17px;
  }

  .list-2 {
    padding-left: 35px;
    padding-right: 29px;
  }

  .equiposader1imagen {
    background-position: 50% 0;
    background-size: contain;
    width: 100%;
    height: 320px;
  }

  .equiposader1imagen._2 {
    background-color: #fff;
    background-position: 50% 0;
    width: 100%;
    height: 200px;
  }

  .equiposader1imagen._3 {
    background-color: #fff;
    background-position: 50%;
    width: 100%;
    height: 200px;
  }

  .equiposader1imagen._3._6 {
    background-color: #fff;
    background-position: 50%;
  }

  .equiposader1imagen._4 {
    background-color: #fff;
    background-position: 50% 0;
    width: 100%;
    height: 200px;
    margin-top: 0;
  }

  .equiposader1imagen._5 {
    background-color: #fff;
    background-position: 50% 0;
    width: 100%;
    height: 200px;
  }

  .clientesdescripcion {
    padding-left: 17px;
  }

  .secgralclientes {
    margin-top: -44px;
  }

  .secgral1clientes {
    margin-top: 0;
    padding-top: 0;
  }

  .clienteslogos {
    margin-top: -12px;
    padding-bottom: 34px;
  }

  .grid {
    grid-template-columns: 1fr 1fr;
    height: 800px;
  }

  .div-block-7 {
    flex-direction: column;
    height: 403px;
    padding-top: 25px;
    display: flex;
  }

  .data._1, .data._3, .data._0 {
    width: 100%;
  }

  .proopopup {
    display: none;
  }

  .prootitulo {
    text-align: center;
    font-size: 18px;
  }

  .proocuerpo1 {
    width: 101%;
  }

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

  .image {
    margin-left: 0;
  }

  .serviciounidad2 {
    width: 100%;
  }

  .link-block-7 {
    width: 49%;
    height: 20%;
    margin-right: 0;
  }

  .div-block-57 {
    width: 100%;
    height: 100vh;
  }

  .menu-button-2 {
    box-shadow: none;
    background-color: #0000;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    width: 70px;
    height: 70px;
    margin: 0;
    padding: 0;
    display: block;
  }

  .menu-button-2.w--open {
    background-color: #0000;
    margin-top: 0;
    margin-right: 0;
    padding: 0;
  }

  .text-block-10 {
    letter-spacing: 0;
    font-size: 15px;
  }

  .menuboton {
    width: 50%;
    height: 25%;
    padding-top: 23px;
    padding-bottom: 23px;
  }

  .menuboton.w--current {
    background-image: none;
  }

  .menuboton._1 {
    background-image: url('../images/logo.gif');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .div-block-26 {
    width: 100%;
    height: 100vh;
  }

  .nav-menu-10 {
    width: 100%;
  }

  .icon-3 {
    color: #f3f3f3;
    background-color: #39424b;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 70%;
    height: 70%;
    margin-left: 15px;
    padding: 0;
    display: flex;
    box-shadow: 1px 1px 3px #000;
  }

  .tabizq, .tabizq._3 {
    background-size: 35px;
  }

  .videobac-550-400 {
    height: 200px;
  }

  .slider-4 {
    height: 370px;
  }

  .right-arrow-2 {
    margin-right: 0;
  }

  .slide-nav-2 {
    display: none;
  }

  .icon-4 {
    background-color: #000;
  }

  .icon-5 {
    background-color: #000;
    margin-left: 40px;
    margin-right: 0;
  }

  .left-arrow-4 {
    margin-left: -21px;
  }

  .ser_dest1 {
    z-index: 200;
    background-repeat: no-repeat;
    position: relative;
  }

  .background-video-5 {
    height: 190px;
  }

  .ser_dig0, .background-video-6 {
    height: 200px;
  }

  .secgral1equipos {
    padding-top: 100px;
  }

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

  .staffazul {
    padding-left: 0;
    padding-right: 11px;
  }

  .div-block-61 {
    top: -40px;
  }

  .div-block-62 {
    margin-bottom: -5px;
  }

  .div-block-63 {
    width: 100vw;
  }

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

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

  .contacto1 {
    padding-left: 23px;
  }

  .submit-button {
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .form-block {
    width: 100%;
  }

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

  .digitmenu {
    margin-top: -73px;
    padding-top: 0;
  }

  .digititem1 {
    text-align: center;
    justify-content: center;
    width: auto;
    display: block;
    position: relative;
  }

  .secgraldigitalizacion {
    padding-top: 100px;
  }

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

  .social {
    align-self: center;
    margin-top: 6px;
  }

  .div-block-70 {
    width: 50%;
    height: 25%;
  }

  .textogralnosotros {
    padding-left: 17px;
    padding-right: 17px;
  }

  .menuservicios {
    height: 700px;
    position: relative;
  }

  .div-block-82 {
    width: 300px;
    height: 300px;
  }

  .centered-container {
    text-align: left;
  }

  .cards-grid-container {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .sectuto {
    margin-top: -44px;
  }

  .imtuto {
    margin-left: 0;
  }

  .iram {
    justify-content: center;
    position: relative;
    top: 4%;
  }

  .iram.w--current {
    justify-content: center;
    position: relative;
    inset: 20px 0% 0%;
  }

  .image-3 {
    width: 40px;
    height: 40px;
  }

  .image-3.chiqui {
    width: auto;
  }

  .iram1 {
    flex-direction: column;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 0;
  }

  .titulopaginatextodigighiqui {
    font-size: 20px;
  }

  .image-4 {
    width: 200px;
    height: 200px;
  }

  .iram2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .link-block-10.res {
    background-color: #36424a;
    top: -2%;
    left: 0%;
  }

  .textogralnosotros-copy {
    padding-left: 17px;
    padding-right: 17px;
  }

  .conveniomarco {
    width: 220px;
    font-size: 13px;
    inset: 73% auto auto 0%;
  }

  .bold-text {
    font-size: 13px;
    font-weight: 700;
    line-height: 13px;
  }

  .idiomas {
    z-index: 9999999;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .idioma {
    padding: 0 7px;
    font-size: 10px;
  }

  .secgral1-copy {
    padding-top: 100px;
    padding-bottom: 0;
  }

  .iram1-copy {
    flex-direction: column;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 0;
  }

  .nome {
    margin-left: -1px;
  }

  .paragraph-copy {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-span-3 {
    margin-left: 5px;
  }

  .renglo {
    padding-left: 8px;
  }
}


