:root {
  --gainsboro: #d8d8d8;
  --white: #fff;
  --black: #313131;
  --red: #fa1f1b;
}

body {
  color: #333;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

a {
  color: #504f4f;
  text-decoration: none;
}

.hero {
  z-index: 999;
  background-image: none;
  background-position: 0 0;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  max-width: none;
  height: auto;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  inset: auto;
}

.image {
  align-self: center;
  width: 200px;
  height: auto;
  margin-bottom: 0;
  display: none;
  position: static;
}

.menu-principal {
  z-index: 55;
  opacity: 1;
  background-color: #fff;
  border-radius: 0;
  flex: 0 auto;
  align-self: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 0 30px;
  transition: opacity .6s;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.menu-principal:hover {
  opacity: 1;
}

.menu-principal.fijo {
  background-color: #fff0;
  border-bottom: 1px #ececec;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 0;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.menuitem {
  color: #000;
  letter-spacing: 1px;
  flex: 0 auto;
  align-self: center;
  margin-right: 0;
  font-family: Monotype Neue Plak, sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
}

.menuitem:hover {
  opacity: .7;
}

.big-links {
  color: #fff;
  letter-spacing: 1.1px;
  align-self: flex-end;
  width: auto;
  margin-right: 0;
  font-family: Monotype Neue Plak, sans-serif;
  font-size: 40px;
  font-weight: 100;
  line-height: 40px;
}

.big-links:hover {
  opacity: .7;
}

.big-links.last {
  margin-right: 0;
  font-size: 17px;
}

.menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: flex-start;
  width: auto;
  margin-bottom: 13px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.sep-line-small {
  background-color: var(--gainsboro);
  align-self: center;
  width: 1px;
  height: 15px;
  margin-left: 15px;
  margin-right: 15px;
}

.div-block-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  margin-top: -8px;
  margin-bottom: 0;
  padding-top: 0;
  display: flex;
}

.div-block-4 {
  background-color: var(--gainsboro);
  object-fit: contain;
  width: 100%;
  height: 2px;
  margin: 0 auto;
  padding-top: 0;
  padding-right: 0;
}

.text-block {
  color: #000;
  align-self: center;
  margin-right: 22px;
  font-size: 25px;
  font-weight: 500;
  line-height: 1em;
}

.container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px none var(--gainsboro);
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 1300px;
  margin-top: -96px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.tag {
  color: #000;
  background-color: #fff;
  border: 2px solid #555;
  border-radius: 100px;
  flex: 0 auto;
  align-self: center;
  margin-right: 0;
  padding: 10px 35px 15px;
  font-family: Monotype Neue Plak, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.tag:hover {
  background-color: var(--white);
  color: #000;
  border-style: solid;
  border-color: #000;
}

.titfold {
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  flex: 0 auto;
  align-self: flex-start;
  max-width: 55vw;
  margin-top: 0;
  margin-bottom: 0;
  font-family: ABC Book, sans-serif;
  font-size: 3vw;
  font-weight: 400;
  line-height: 1.1em;
  display: block;
}

.titfold.junta {
  line-height: .9em;
}

.titfold.small {
  letter-spacing: .5px;
  max-width: none;
  font-family: ABC light, sans-serif;
  font-size: 1.5vw;
  font-weight: 300;
  line-height: 1.2em;
  display: none;
}

.div-block-5 {
  flex-flow: column;
  flex: 1;
  justify-content: flex-end;
  align-self: auto;
  align-items: center;
  max-width: 1400px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: static;
  top: 0;
}

.footerok {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px #000;
  flex-direction: row;
  flex: 0 auto;
  order: 1;
  justify-content: space-between;
  align-self: flex-start;
  width: 100%;
  max-width: 1360px;
  margin: 0 auto 100px;
  padding: 20px 30px 0;
  display: flex;
}

._2cols {
  -webkit-text-fill-color: inherit;
  background-clip: padding-box;
  border-right: 4px solid #fff;
  flex-direction: column;
  justify-content: flex-end;
  width: auto;
  max-width: 1200px;
  height: auto;
  transition: background-color .7s cubic-bezier(.215, .61, .355, 1);
  display: flex;
  position: relative;
}

._2cols.dos {
  background-image: url('../images/oficinas3.jpg');
  background-position: 0%;
  background-size: cover;
  height: 600px;
}

._2cols.dos:hover {
  background-color: #0006;
  background-image: linear-gradient(#0003, #0003), url('../images/oficinas3.jpg');
  background-position: 0 0, 0%;
  background-size: auto, cover;
}

._2cols.third {
  width: 100%;
  height: 400px;
}

._2cols.big {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  object-fit: cover;
  background-image: none;
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  width: auto;
  max-width: 1400px;
  height: auto;
  margin-top: 42px;
  margin-bottom: 0;
  margin-right: 0;
  padding-left: 30px;
  padding-right: 30px;
  position: static;
}

._2cols.big.nopadding {
  flex-direction: row;
  flex: 0 auto;
  margin-right: 0;
}

._2cols.big.home {
  cursor: pointer;
  display: none;
}

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

._2cols._1:hover {
  background-image: linear-gradient(#0003, #0003), url('../images/shutterstock_125164139.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.solutions {
  z-index: 9999;
  color: #181818;
  background-color: #000;
  border-bottom: 1px #000;
  order: -1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  margin: 0 auto;
  padding: 0 50px 140px 70px;
  display: flex;
  position: relative;
}

.solutions.int {
  margin-top: -24px;
}

.solutions.int._2 {
  margin-top: -134px;
}

.noticias-secundarias {
  -webkit-text-fill-color: inherit;
  background-color: #fff0;
  background-clip: content-box;
  flex: 0 auto;
  width: 80%;
  padding-left: 0;
  padding-right: 0;
  transition: margin-bottom .85s cubic-bezier(.075, .82, .165, 1);
  position: static;
  inset: 0;
}

.noticias-secundarias:hover {
  margin-bottom: 0;
  top: 0;
}

.noticias-secundarias.segunda {
  order: -1;
  width: 50%;
  max-width: none;
}

.noticias-secundarias.segunda.home {
  order: 1;
  padding-left: 0;
}

.noticias-secundarias.segunda.home._3cols {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  position: static;
}

.noticias-secundarias.home {
  padding-left: 88px;
}

.noticias-secundarias.home._3cols {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  width: auto;
  max-width: none;
  padding-right: 0;
}

.noticias-secundarias.home._3cols.primera {
  align-items: flex-start;
  width: 150%;
  max-width: none;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
}

.noticias-secundarias.proyecto {
  width: 50%;
}

.titular-bloque-2 {
  color: var(--black);
  padding-left: 0;
  padding-right: 20px;
  font-family: Monotype Neue Plak, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
}

.titular-bloque-2.small {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3em;
}

.titular-bloque-2.notprincipal {
  margin-top: 0;
  font-size: 35px;
  font-weight: 600;
  line-height: 37px;
}

.parrafo-bloque-2 {
  color: #3a3a3a;
  max-width: none;
  margin-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
  font-family: Monotype Neue Plak, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5em;
  display: block;
}

.separador-bloque-2 {
  background-color: #cecece;
  height: 1px;
  margin-bottom: 17px;
}

.tapa-blanca {
  background-color: #fff;
  width: 100%;
  height: 200px;
  display: none;
  position: absolute;
  top: 1929px;
}

.noticias {
  order: 1;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1360px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

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

.div-block-6 {
  background-color: var(--red);
}

.container-3 {
  grid-column-gap: 15px;
  grid-row-gap: 14px;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  max-width: 1400px;
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.div-block-7 {
  z-index: 10;
  background-color: var(--red);
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  position: static;
}

.heading-2 {
  color: #fff;
  flex: 0 auto;
  align-self: center;
  margin-bottom: 15px;
  font-size: 25px;
}

.image-2 {
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  object-position: 50% 50%;
  background-clip: border-box;
  flex: 0 auto;
  align-self: auto;
  width: 100%;
  height: 100%;
  transition: top .5s, opacity .425s;
  position: static;
  overflow: visible;
}

.image-2:hover {
  opacity: .3;
  white-space: normal;
  -webkit-text-fill-color: inherit;
  object-position: 50% 50%;
  background-clip: border-box;
  position: static;
  top: 0;
}

.div-block-8 {
  object-fit: cover;
  object-position: 50% 0%;
  flex: 0 auto;
  width: 100%;
  height: 500px;
  position: relative;
}

.div-block-8:hover {
  object-fit: cover;
  object-position: 50% 0%;
}

.bloque-2-copy {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/mujerpc.jpg');
  background-position: 50%;
  background-size: cover;
  background-clip: padding-box;
  border-right: 4px solid #fff;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 400px;
  transition: background-color .7s cubic-bezier(.215, .61, .355, 1);
  display: flex;
  position: relative;
}

.bloque-2-copy:hover {
  background-image: linear-gradient(#0003, #0003), url('../images/mujerpc.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.bloque-2-copy.dos {
  background-image: url('../images/oficinas3.jpg');
  background-position: 0%;
  background-size: cover;
  height: 600px;
}

.bloque-2-copy.dos:hover {
  background-color: #0006;
  background-image: linear-gradient(#0003, #0003), url('../images/oficinas3.jpg');
  background-position: 0 0, 0%;
  background-size: auto, cover;
}

.bloque-2-copy.third {
  width: 100%;
  height: 400px;
}

.bloque-2-copy.big {
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-image: none;
  background-clip: border-box;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  height: auto;
  position: static;
}

.bloque-2-copy._1 {
  background-image: url('../images/shutterstock_125164139.jpg');
  background-size: cover;
}

.bloque-2-copy._1:hover {
  background-image: linear-gradient(#0003, #0003), url('../images/shutterstock_125164139.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section-5 {
  opacity: 1;
  background-color: #fafafa;
  background-image: linear-gradient(#f3f3f3, #ececec 59%, #fff);
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 600px;
  margin-top: 20px;
  margin-bottom: 60px;
  display: flex;
}

.div-block-9 {
  width: 50%;
  margin-left: 30px;
}

.heading-3 {
  text-align: center;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 300;
  line-height: 1.4em;
  position: relative;
  top: -208px;
  left: auto;
}

.image-3 {
  margin-left: 34px;
}

.columns {
  grid-column-gap: 0px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: space-between;
  align-self: auto;
  align-items: flex-start;
  width: 1200px;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.counterup {
  color: #000;
  text-align: center;
  letter-spacing: 0;
  font-family: Monotype Neue Plak, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 1.1em;
}

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

.subcounter {
  text-align: center;
  font-family: Monotype Neue Plak, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.column {
  border-right: 1px solid var(--gainsboro);
  flex-flow: column;
  display: flex;
  position: static;
}

.column.sinfilete {
  border-right-style: none;
}

.datos {
  border-top: 1px none var(--gainsboro);
  border-bottom: 1px #000;
  flex-flow: column;
  flex: 0 auto;
  align-self: auto;
  align-items: stretch;
  width: 1400px;
  max-width: 1360px;
  margin: 0 auto;
  padding: 89px 30px 20px;
  display: none;
}

.datos.sin-filete {
  border-top-style: none;
  border-bottom-style: none;
  margin-bottom: 60px;
  padding-bottom: 0;
}

.datos.int {
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-bottom: 81px;
  display: flex;
}

.bloqueseccion {
  color: #000;
  text-align: right;
  justify-content: flex-end;
  align-self: center;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 81px;
  font-family: Monotype Neue Plak, sans-serif;
  font-size: 50px;
  font-weight: 300;
  display: flex;
}

.bloqueseccion.left {
  align-self: flex-start;
  margin-bottom: 60px;
}

.bloqueseccion.white {
  color: #fff;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  margin-bottom: 0;
  line-height: 50px;
}

.bloqueseccion.white.blog {
  text-align: left;
  align-self: flex-end;
  width: 50%;
  max-width: none;
  padding: 39px;
}

.bloqueseccion.izq {
  text-align: left;
  justify-content: flex-start;
  align-self: flex-start;
  margin-bottom: 0;
  font-weight: 300;
  line-height: 55px;
}

.image-4 {
  align-self: center;
}

.grid {
  grid-column-gap: 46px;
  grid-row-gap: 46px;
  background-color: #f8f8f8;
  border-right: 1px #000;
  border-radius: 20px;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 1400px;
  margin-bottom: 60px;
  padding: 66px 44px 51px;
}

.div-block-10 {
  border-right: 1px solid #d4d4d4;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 16px;
  padding-right: 30px;
  display: flex;
}

.div-block-10.no-line {
  border-right-style: none;
  flex-direction: row;
}

.heading-5 {
  color: var(--red);
  align-self: flex-start;
  align-items: flex-start;
  font-size: 55px;
  font-weight: 400;
  line-height: 16px;
  display: block;
}

.heading-6 {
  line-height: 1.1px;
}

.heading-7 {
  font-size: 25px;
}

.heading-8 {
  font-size: 25px;
  line-height: 44em;
}

.titulares {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.2em;
}

.titulares.small {
  font-size: 18px;
  font-weight: 400;
}

.fecha {
  color: #757474;
  flex: 0 auto;
  align-self: flex-start;
  margin-bottom: -12px;
  font-weight: 300;
  line-height: 15px;
}

.fecha.antetitulo {
  color: var(--red);
}

.div-block-11 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-12 {
  align-self: flex-start;
  margin-right: 13px;
  display: flex;
}

.bold-text, .bold-text-2, .bold-text-3 {
  font-size: 14px;
}

.image-5 {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 350px;
  margin-bottom: 20px;
  transition: opacity .55s;
}

.image-5:hover {
  opacity: .45;
}

.noticia-foto {
  border-right: 1px #d4d4d4;
  flex-flow: column;
  flex: 1;
  place-content: space-around space-between;
  align-self: stretch;
  align-items: flex-start;
  width: auto;
  max-width: none;
  margin-bottom: 0;
  margin-right: 20px;
  padding-right: 0;
  display: flex;
  overflow: visible;
}

.noticia-foto.no-line {
  border-right-style: none;
  flex-direction: row;
}

.noticia-foto.last {
  margin-right: 0;
}

.button {
  color: #414040;
  background-color: #fff;
  border: 1px solid #b1b1b1;
  border-radius: 0;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  margin-top: auto;
  margin-bottom: 0;
  padding: 15px 40px;
  font-weight: 400;
  display: flex;
  position: static;
}

.button:hover {
  border-color: var(--red);
  background-color: var(--red);
  color: #fff;
}

.button.sin-borde {
  border-style: none;
  flex-direction: column;
  flex: 0 auto;
  margin-top: 11px;
  position: static;
  top: 0;
  bottom: 0;
}

.button.bloques-anima {
  flex-wrap: nowrap;
  align-content: flex-start;
  align-items: center;
  width: auto;
  margin-top: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: inline-block;
}

.link {
  color: #000;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.column-2 {
  padding-left: 0;
  display: block;
}

.column-3, .column-4, .column-5 {
  padding-left: 0;
}

.div-block-13 {
  flex-direction: row;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.container-4 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1400px;
  margin-top: 45px;
  margin-bottom: 2px;
  display: flex;
}

.antetitulo {
  color: #757474;
  flex: 0 auto;
  align-self: flex-start;
  margin-bottom: -12px;
  font-weight: 300;
  line-height: 15px;
}

.image-6 {
  align-self: center;
  margin-top: 2px;
  margin-left: 10px;
}

.div-block-14 {
  background-color: #d8d8d800;
  justify-content: center;
  align-items: center;
  max-width: 1300px;
  height: 1px;
  margin-bottom: 20px;
  display: flex;
}

.text-block-4 {
  flex: 0 auto;
  justify-content: flex-end;
  align-self: flex-start;
  align-items: flex-end;
  font-size: 11px;
  font-weight: 300;
  line-height: 2em;
  display: flex;
}

.pag-interior {
  grid-row-gap: 50px;
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  background-color: #fff;
  border-bottom: 1px #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0;
  display: flex;
  position: absolute;
  top: 0;
  overflow: visible;
}

.text-block-5 {
  text-align: right;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Monotype Neue Plak, sans-serif;
  font-size: 18px;
  font-weight: 300;
  display: flex;
}

.body {
  flex-flow: column;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: visible;
}

.paragraph {
  color: #fff;
  text-align: center;
  align-self: center;
  padding-left: 36px;
  padding-right: 36px;
  font-weight: 300;
}

.background-video {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: static;
}

.image-7 {
  position: relative;
  bottom: -227px;
}

.link-2 {
  color: #000;
  font-weight: 500;
}

.link-3 {
  color: #181717;
}

.link-4, .link-5, .link-6 {
  color: #000;
}

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

.subir {
  margin-top: 84px;
  position: static;
}

.text-span {
  font-size: 10px;
}

.div-block-16 {
  background-color: #fff0;
  flex: 0 auto;
  align-self: center;
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  inset: auto 0% 134px;
}

.fold {
  background-color: #000;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  align-items: stretch;
  width: auto;
  height: 100vh;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0 100px;
  display: flex;
  position: static;
  overflow: hidden;
}

.fold.accionistas {
  background-image: linear-gradient(#00000082, #00000082), url('../images/Florentino.jpeg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.header {
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  background-color: #0000;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-self: flex-start;
  align-items: flex-start;
  width: auto;
  margin-bottom: 0;
  padding: 0;
  display: flex;
}

.image-8 {
  max-width: 40%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
  overflow: visible;
}

.div-block-19, .div-block-20 {
  display: flex;
}

.div-block-21 {
  align-self: flex-end;
  margin-right: 0;
}

.div-block-22 {
  margin-right: 0;
}

.div-block-23 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  margin-bottom: -6px;
  display: flex;
}

.div-block-24 {
  justify-content: space-between;
  width: 686px;
  margin-bottom: 2px;
  display: flex;
}

.icononegocio {
  cursor: pointer;
  flex: 1;
  align-self: center;
  width: 30px;
  max-width: none;
  height: 40px;
  margin-right: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: block;
}

.icononegocio.first {
  cursor: pointer;
  align-self: center;
  width: 27px;
  height: 32px;
  margin-top: 10px;
}

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

.separador {
  color: #fff;
  align-self: flex-end;
  margin-left: 12px;
  margin-right: 9px;
  font-family: Monotype Neue Plak, sans-serif;
  font-size: 35px;
  font-weight: 100;
  line-height: 40px;
}

.div-block-25 {
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: flex-end;
  align-items: flex-end;
  padding-bottom: 5px;
  display: flex;
}

.separador-small {
  color: #fff;
  align-self: auto;
  margin-left: 10px;
  margin-right: 9px;
  font-family: Monotype Neue Plak, sans-serif;
  font-size: 16px;
  font-weight: 100;
  line-height: 20px;
}

.div-block-26 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
  position: relative;
  top: 0;
}

.div-block-26.home {
  width: auto;
  max-width: 1360px;
  margin-left: 30px;
  margin-right: 30px;
  padding-bottom: 20px;
  position: static;
}

.noticia-principal {
  -webkit-text-fill-color: inherit;
  cursor: pointer;
  background-color: #fff0;
  background-clip: content-box;
  flex-direction: column;
  flex: 0 auto;
  width: auto;
  padding: 100px 0 60px;
  transition: margin-bottom .85s cubic-bezier(.075, .82, .165, 1);
  display: flex;
  position: static;
  inset: 0;
}

.noticia-principal:hover {
  margin-bottom: 0;
  top: 0;
}

.noticia-principal.segunda {
  width: auto;
  max-width: 35%;
}

.titular-noticiasec {
  color: var(--black);
  width: auto;
  padding-left: 0;
  padding-right: 0;
  font-family: Monotype Neue Plak, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
}

.titular-noticiasec.small {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3em;
}

.bloque-not-1 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  -webkit-text-fill-color: inherit;
  background-clip: padding-box;
  border-top: 1px #000;
  border-bottom: 1px solid #000;
  border-right: 4px #fff;
  flex-direction: row;
  justify-content: center;
  width: auto;
  max-width: none;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 30px;
  padding-right: 30px;
  transition: background-color .7s cubic-bezier(.215, .61, .355, 1);
  display: flex;
  position: static;
}

.bloque-not-1.dos {
  background-image: url('../images/oficinas3.jpg');
  background-position: 0%;
  background-size: cover;
  height: 600px;
}

.bloque-not-1.dos:hover {
  background-color: #0006;
  background-image: linear-gradient(#0003, #0003), url('../images/oficinas3.jpg');
  background-position: 0 0, 0%;
  background-size: auto, cover;
}

.bloque-not-1.third {
  width: 100%;
  height: 400px;
}

.bloque-not-1.big {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  object-fit: cover;
  background-image: none;
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  width: 100%;
  height: auto;
  margin-right: 10px;
  position: static;
}

.bloque-not-1.big.nopadding {
  flex-direction: row;
  flex: 0 auto;
  margin-right: 0;
}

.bloque-not-1._1 {
  background-image: url('../images/shutterstock_125164139.jpg');
  background-size: cover;
}

.bloque-not-1._1:hover {
  background-image: linear-gradient(#0003, #0003), url('../images/shutterstock_125164139.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.bloqueslogocolor {
  opacity: 1;
  mix-blend-mode: multiply;
  width: 630px;
  max-width: 100%;
  position: static;
  top: 848.75px;
}

.bloqueslogocolor.azul {
  opacity: 1;
  margin-top: -197px;
  position: static;
}

.formascolor {
  z-index: -1;
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  mix-blend-mode: multiply;
  flex-direction: column;
  display: flex;
  position: absolute;
  inset: -230px auto auto -38px;
}

.formascolor.proyecto {
  display: none;
  top: -791px;
}

.actualidad {
  color: #000;
  letter-spacing: 1px;
  object-fit: fill;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  max-width: none;
  max-height: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Monotype Neue Plak, sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 50px;
  text-decoration: none;
  display: flex;
  overflow: visible;
  transform: rotate(-90deg);
}

.div-block-28 {
  border-right: 1px solid #000;
  flex-flow: row;
  flex: 0 auto;
  justify-content: space-between;
  align-self: auto;
  align-items: stretch;
  max-width: none;
  padding-left: 0;
  padding-right: 30px;
  display: flex;
}

.sepnoticias {
  background-color: #000;
  width: 100%;
  height: 1px;
  display: none;
}

.text-block-6 {
  color: #000;
  letter-spacing: -7px;
  justify-content: flex-start;
  margin-left: -2px;
  font-family: Monotype Neue Plak, sans-serif;
  font-size: 11vw;
  font-weight: 100;
  line-height: 1em;
  display: none;
}

.div-block-29 {
  grid-row-gap: 10px;
  border-right: 1px solid #cecece;
  flex-direction: column;
  display: flex;
}

.div-block-30, .div-block-31 {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.div-block-31.int {
  border-left: 1px solid #d4d4d4;
}

.div-block-31.int.sin {
  border-left-style: none;
}

.div-block-32 {
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  width: auto;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.bodypage {
  background-color: var(--white);
  flex-flow: column;
  max-width: none;
  display: flex;
  position: static;
  overflow: hidden;
}

.construcciong {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: center;
  margin-bottom: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.linea-construccion {
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 1px;
  height: 200px;
  display: flex;
  position: relative;
}

.div-block-35 {
  grid-column-gap: 7px;
  grid-row-gap: 10px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  left: -64px;
}

.text-block-7 {
  grid-column-gap: 10px;
  color: #fff;
  text-align: center;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: -6px;
  font-family: Monotype Neue Plak, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  display: flex;
}

.items-menu {
  text-align: center;
  flex-direction: column;
  align-self: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.items-menu.inactive {
  opacity: .4;
  margin-bottom: 0;
}

.items-menu.inactive:hover {
  opacity: 1;
}

.div-block-36 {
  grid-column-gap: 30px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.div-block-36.home {
  margin-bottom: 19px;
}

.image-11 {
  align-self: flex-start;
  padding-left: 40px;
  display: block;
  position: static;
}

.div-block-37 {
  flex-direction: column;
  display: flex;
  position: relative;
  top: 0;
}

.lineaint {
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  background-color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 1px;
  height: 61px;
  display: flex;
  position: absolute;
  top: -60px;
}

.lineaint.dos {
  height: 58px;
  top: 59px;
  bottom: 1px;
}

.lineaint.dos.proyecto {
  align-self: center;
  align-items: flex-end;
  height: 22px;
  margin-left: 0;
  margin-right: 0;
  position: static;
  top: 0;
  left: 740px;
}

.lineaint.dos.proyecto.secundari {
  align-self: flex-end;
  align-items: flex-end;
  margin-right: 47px;
}

.div-block-38 {
  background-color: #fff;
  border-bottom: 1px solid #000;
  justify-content: space-between;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  padding-top: 24px;
  padding-bottom: 0;
  display: flex;
  position: static;
}

.lineasecundaria {
  border-bottom: 1px solid #000;
  justify-content: flex-end;
  align-self: flex-end;
  width: 100%;
  margin-top: 42px;
  padding-top: 0;
  padding-bottom: 26px;
  padding-right: 104px;
  display: flex;
}

.lineasecundaria.int {
  flex-direction: column;
  align-items: flex-end;
  margin-top: 0;
  padding-right: 102px;
  display: flex;
}

.txtsuperdocs {
  color: #fff;
  text-align: left;
  flex: 1;
  justify-content: flex-start;
  align-self: auto;
  max-width: 400px;
  margin-bottom: 6px;
  font-family: Monotype Neue Plak, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  display: block;
}

.txtsuperdocs.inactivos {
  font-weight: 300;
}

.sec {
  grid-column-gap: 50px;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.image-12 {
  margin-bottom: 5px;
}

.introsecciones {
  -webkit-text-fill-color: inherit;
  background-color: #fff0;
  background-clip: content-box;
  flex: 0 auto;
  width: 80%;
  padding-left: 0;
  padding-right: 0;
  transition: margin-bottom .85s cubic-bezier(.075, .82, .165, 1);
  position: static;
  inset: 0;
}

.introsecciones:hover {
  margin-bottom: 0;
  top: 0;
}

.introsecciones.segunda {
  width: auto;
  max-width: 35%;
}

.txtintrosecciones {
  color: #000;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 15px;
  padding-left: 0;
  padding-right: 20px;
  font-family: Monotype Neue Plak, sans-serif;
  font-size: 70px;
  font-weight: 600;
  line-height: 80px;
}

.txtintrosecciones.small {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3em;
}

.introseccion {
  -webkit-text-fill-color: inherit;
  background-clip: padding-box;
  border-right: 4px solid #fff;
  flex-direction: column;
  justify-content: flex-end;
  width: auto;
  max-width: 1400px;
  height: auto;
  margin-top: 37px;
  padding-left: 30px;
  padding-right: 30px;
  transition: background-color .7s cubic-bezier(.215, .61, .355, 1);
  display: flex;
  position: static;
}

.introseccion.dos {
  background-image: url('../images/oficinas3.jpg');
  background-position: 0%;
  background-size: cover;
  height: 600px;
}

.introseccion.dos:hover {
  background-color: #0006;
  background-image: linear-gradient(#0003, #0003), url('../images/oficinas3.jpg');
  background-position: 0 0, 0%;
  background-size: auto, cover;
}

.introseccion.third {
  width: 100%;
  height: 400px;
}

.introseccion.big {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  object-fit: cover;
  background-image: none;
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  width: auto;
  max-width: 1200px;
  height: auto;
  margin-top: 42px;
  margin-bottom: 68px;
  margin-right: 0;
  position: static;
}

.introseccion.big.nopadding {
  flex-direction: row;
  flex: 0 auto;
  margin-right: 0;
}

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

.introseccion._1:hover {
  background-image: linear-gradient(#0003, #0003), url('../images/shutterstock_125164139.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.tipologiaconstruccion {
  grid-column-gap: 0px;
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-clip: border-box;
  border-right: 4px solid #fff;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1400px;
  height: auto;
  margin-top: 40px;
  margin-bottom: 80px;
  padding-left: 30px;
  padding-right: 30px;
  transition: background-color .7s cubic-bezier(.215, .61, .355, 1);
  display: flex;
  position: static;
}

.tipologiaconstruccion.dos {
  background-image: url('../images/oficinas3.jpg');
  background-position: 0%;
  background-size: cover;
  height: 600px;
}

.tipologiaconstruccion.dos:hover {
  background-color: #0006;
  background-image: linear-gradient(#0003, #0003), url('../images/oficinas3.jpg');
  background-position: 0 0, 0%;
  background-size: auto, cover;
}

.tipologiaconstruccion.third {
  width: 100%;
  height: 400px;
}

.tipologiaconstruccion.big {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  object-fit: cover;
  background-image: none;
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  width: auto;
  max-width: 1200px;
  height: auto;
  margin-top: 42px;
  margin-bottom: 68px;
  margin-right: 0;
  position: static;
}

.tipologiaconstruccion.big.nopadding {
  flex-direction: row;
  flex: 0 auto;
  margin-right: 0;
}

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

.tipologiaconstruccion._1:hover {
  background-image: linear-gradient(#0003, #0003), url('../images/shutterstock_125164139.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.tipologia {
  background-image: url('../images/Obra-civil.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  width: 30vw;
  max-width: 420px;
  height: 30vw;
  max-height: 420px;
  display: flex;
}

.tipologia.dos {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Mott-Branch-Library_HR_4279©Scott-Pease_peasephotography.com.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  border-radius: 600px;
  width: 30vw;
  height: 30vw;
}

.tipologia.tres {
  background-image: url('../images/Mineria.jpg');
  align-self: auto;
  align-items: center;
  width: 30vw;
  height: 30vw;
}

.txttipologia {
  color: #fff;
  text-align: right;
  letter-spacing: 1px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  font-family: Monotype Neue Plak, sans-serif;
  font-size: 35px;
  font-weight: 300;
  line-height: 40px;
  display: flex;
}

.txttipologia.inactivos {
  font-weight: 300;
}

.magnitudes {
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.footer {
  grid-row-gap: 50px;
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  background-color: #fff0;
  border-bottom: 1px #000;
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  justify-content: space-between;
  align-self: center;
  align-items: flex-start;
  width: 0;
  max-width: 1360px;
  padding: 40px 30px 0;
  display: flex;
  position: static;
  top: 0;
  overflow: visible;
}

.porpaises {
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  margin: 75px auto 100px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.image-13 {
  margin-top: 17px;
}

.div-block-39 {
  background-image: url('../images/mapaPunteado.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 600px;
  position: relative;
}

.usa {
  background-color: #0d135ce6;
  border-radius: 300px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  display: flex;
  position: absolute;
  top: 150px;
  left: 199px;
}

.txtmapa {
  color: #fff;
  text-align: center;
  align-self: center;
  font-family: Monotype Neue Plak, sans-serif;
  font-size: 50px;
  font-weight: 100;
  line-height: 50px;
}

.txtmapa.dos {
  font-size: 30px;
}

.asia {
  background-color: #0d135ce6;
  border-radius: 300px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  display: flex;
  position: absolute;
  top: 150px;
  left: 419px;
}

.asiapacific {
  background-color: #0d135ce6;
  border-radius: 300px;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 130px;
  display: flex;
  position: absolute;
  top: 244px;
  left: 920px;
}

.text-span-2 {
  text-align: left;
  letter-spacing: -6px;
  font-family: Manrope, sans-serif;
  font-weight: 700;
}

.proyectosmundo1 {
  z-index: 2000;
  background-color: #344ee2;
  background-image: none;
  background-position: 0 0;
  border-radius: 900px;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: none;
  height: auto;
  max-height: none;
  display: flex;
  position: relative;
}

.proyectosmundo1.int {
  background-image: linear-gradient(#00000059, #00000059), url('../images/Mott-Branch-Library_HR_4279©Scott-Pease_peasephotography.com.jpg');
  background-size: auto, cover;
}

.proyectosmundo1.int.dos {
  background-image: linear-gradient(#00000061, #00000061), url('../images/172ee79262226bb1184017356a8976d0.jpg');
  background-size: auto, cover;
}

.image-14 {
  position: absolute;
  top: 46px;
  left: 88px;
  right: 0;
  transform: rotate(0);
}

.textfooter {
  text-align: right;
  flex: 0 auto;
  justify-content: flex-start;
  font-family: Monotype Neue Plak, sans-serif;
  font-size: 13px;
  font-weight: 300;
  display: none;
}

.div-block-41 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: flex-end;
  width: 100%;
  padding-left: 30px;
  padding-right: 0;
  display: flex;
}

.conectorproyectos {
  background-color: #fff;
  align-self: flex-end;
  width: 168px;
  height: 1px;
  margin-bottom: 12px;
}

.conectorproyectos.negro {
  background-color: #fff;
  flex: 1;
  align-self: center;
  width: 40px;
  margin-top: 85px;
  margin-bottom: 0;
  margin-right: 20px;
}

.tiposhome {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  margin-top: 85px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
}

.div-block-42 {
  justify-content: center;
  align-items: center;
  width: 600px;
  max-width: none;
  height: 600px;
  max-height: none;
  margin-top: 60px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.itemsmenu {
  grid-column-gap: 50px;
  grid-row-gap: 10px;
  object-fit: contain;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  width: auto;
  display: flex;
}

.itemsmenu._2 {
  max-width: 300px;
}

.text-span-3, .text-span-4 {
  color: #05ee62;
  font-weight: 400;
}

.blog {
  grid-column-gap: 30px;
  justify-content: center;
  align-items: flex-start;
  width: 150%;
  max-width: 200%;
  margin-bottom: 60px;
  display: none;
  overflow: hidden;
}

.blog.int {
  margin-bottom: 7px;
  padding-bottom: 77px;
  overflow: hidden;
}

.blog1 {
  background-image: linear-gradient(#00000096, #00000096), url('../images/shutterstock_1165985509.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  border-radius: 30px;
  width: 1000px;
  height: 700px;
  margin-left: 0;
  display: flex;
  overflow: hidden;
}

.blog1.int {
  background-image: linear-gradient(#00000080, #00000080), url('../images/hochtief3.jpeg');
  background-size: auto, cover;
}

.sepproyectos {
  border-top: 1px solid #000;
  flex-direction: column;
  margin: -231px auto 220px;
  display: none;
}

.sepproyectos.int {
  margin-top: 0;
  margin-bottom: 81px;
}

.sepproyectos.int._2 {
  margin-top: 0;
}

.blog2 {
  background-image: linear-gradient(#0006, #0006), url('../images/115.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  border-radius: 30px;
  width: 1300px;
  height: 650px;
  margin-left: 0;
  overflow: hidden;
}

.parrafoblog {
  color: #838383;
  align-self: auto;
  width: 70%;
  max-width: none;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Monotype Neue Plak, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5em;
}

.div-block-44 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-end;
  max-width: 1300px;
  padding: 20px 0 36px;
  display: flex;
}

.bloque-blog1 {
  max-width: 1000px;
  margin-left: 0;
}

.bloque-blog1-2 {
  max-width: 1000px;
  margin-left: 0;
  overflow: hidden;
}

.blog1b {
  background-image: linear-gradient(#00000096, #00000096), url('../images/A7-VSN-Betrieb-20200804-157.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  border-radius: 30px;
  width: 1000px;
  height: 700px;
  margin-left: 0;
  display: flex;
  overflow: hidden;
}

.blog1b.int {
  background-image: linear-gradient(#00000080, #00000080), url('../images/hochtief1.jpeg');
  background-size: auto, cover;
}

.bloque-blog0 {
  max-width: 1000px;
  margin-left: -750px;
  overflow: hidden;
}

.blog0 {
  background-image: linear-gradient(#00000096, #00000096), url('../images/Harvard_SEC_10824-01_©BradFeinknopf.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  border-radius: 30px;
  width: 1000px;
  height: 700px;
  margin-left: 0;
  display: flex;
  overflow: hidden;
}

.blog0.int {
  background-image: linear-gradient(#00000080, #00000080), url('../images/hochtief7.jpeg');
  background-size: auto, cover;
}

.talento {
  border-top: 1px none var(--gainsboro);
  border-bottom: 5px #000;
  flex-flow: column;
  order: 1;
  align-self: auto;
  max-width: 1360px;
  margin: 0 auto;
  padding: 89px 30px 0;
  display: flex;
}

.talento.sin-filete {
  border-top-style: none;
  border-bottom-style: none;
  margin-bottom: 60px;
  padding-bottom: 0;
}

.header-talento {
  border-top: 1px #000;
  border-bottom: 5px solid #000;
  flex-direction: row;
  flex: 0 auto;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  width: 100%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 0 50px;
  display: flex;
}

.div-block-45 {
  align-items: flex-start;
  display: flex;
}

.bloque-1-talento {
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  flex: 0 auto;
  place-content: space-between;
  align-items: flex-start;
  margin-bottom: 60px;
  display: flex;
}

.txttalento {
  color: #000;
  align-self: auto;
  width: 80%;
  max-width: none;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Monotype Neue Plak, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.25em;
}

.image-15 {
  background-color: #ec2929;
  width: 46%;
  max-width: none;
}

.div-block-46 {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.div-block-46.filetecierre {
  border-bottom: 5px solid #000;
}

.puesto {
  grid-column-gap: 60px;
  border-top: 1px solid #000;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  width: 50%;
  height: 200px;
  padding-top: 30px;
  padding-bottom: 60px;
  display: flex;
}

.div-block-48 {
  background-color: #26aceb;
  border-radius: 20px;
  flex: 0 auto;
  align-self: flex-start;
  width: 15px;
  height: 15px;
  margin-top: 10px;
}

.puestotxt {
  text-align: left;
  justify-content: flex-end;
  align-self: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 5px;
  margin-right: 0;
  font-family: Monotype Neue Plak, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 28px;
  display: block;
}

.puestotxt.left {
  align-self: flex-start;
  margin-bottom: 50px;
}

.puestotxt.white {
  color: #fff;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  margin-bottom: 0;
  line-height: 50px;
}

.puestotxt.white.blog {
  text-align: left;
  align-self: flex-end;
  width: 50%;
  max-width: none;
  padding: 39px;
}

.puestotxt.izq {
  text-align: left;
  justify-content: flex-start;
  align-self: flex-start;
  margin-bottom: 0;
}

.text-span-5, .text-span-6 {
  font-weight: 300;
}

.div-block-40-copy {
  background-image: linear-gradient(#0006, #0006), url('../images/172ee79262226bb1184017356a8976d0.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 900px;
  justify-content: flex-start;
  align-items: center;
  width: 820px;
  height: 820px;
  display: flex;
  position: relative;
}

.proyectosmundo2 {
  z-index: 2000;
  background-color: #1ccf9f;
  background-image: none;
  background-position: 0 0;
  border-radius: 900px;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
  position: relative;
}

.proyectosmundo2.int {
  background-color: #00000069;
  background-image: linear-gradient(#00000047, #00000047), url('../images/A7-VSN-Betrieb-20200804-157.jpg');
  background-size: auto, cover;
}

.menusup {
  z-index: 3000;
  -webkit-backdrop-filter: grayscale();
  backdrop-filter: grayscale();
  mix-blend-mode: normal;
  background-color: #fffffff2;
  flex-direction: column;
  width: 100%;
  display: none;
  position: sticky;
  inset: 0% 0% auto;
}

.image-16 {
  margin-top: 13px;
}

.companytalent {
  color: #2b2b2b;
  text-align: left;
  letter-spacing: .5px;
  object-fit: fill;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
  font-family: Monotype Neue Plak, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  display: block;
  overflow: visible;
}

.companytalent.left {
  align-self: flex-start;
  margin-bottom: 50px;
}

.companytalent.white {
  color: #fff;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  margin-bottom: 0;
  line-height: 50px;
}

.companytalent.white.blog {
  text-align: left;
  align-self: flex-end;
  width: 50%;
  max-width: none;
  padding: 39px;
}

.companytalent.izq {
  text-align: left;
  justify-content: flex-start;
  align-self: flex-start;
  margin-bottom: 0;
}

.div-block-50 {
  flex-flow: column;
  flex: 1;
  display: block;
}

.heroproyecto {
  z-index: 999;
  background-image: none;
  background-position: 0 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  height: auto;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  inset: auto;
}

.apertproyecto {
  color: #333;
  background-color: #f7b612;
  background-image: linear-gradient(#00000080, #00000080), url('../images/172ee79262226bb1184017356a8976d0.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: row;
  justify-content: center;
  align-self: auto;
  width: 100%;
  height: 70vh;
  padding: 40px 40px 283px;
  display: flex;
  position: relative;
}

.apertproyecto.dos {
  background-image: linear-gradient(#00000087, #00000087), url('../images/rulon-international-endure----linear-800-810-850-metal-cladding-archello.1643128813.437.webp');
  background-size: auto, cover;
}

.logo-int {
  align-self: center;
  padding-left: 40px;
  display: block;
  position: static;
}

.bodypage-proyecto {
  background-color: var(--white);
  padding-top: 276px;
  display: block;
  position: relative;
}

.fichaproyecto {
  grid-column-gap: 20px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  margin-bottom: 0;
  display: flex;
  position: absolute;
  inset: -1px 149px 0% auto;
}

.fichainner {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-end;
  align-self: stretch;
  align-items: flex-start;
  width: auto;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.div-block-43-copy {
  grid-row-gap: 40px;
  border-right: 1px solid #ffffff73;
  flex-direction: column;
  align-self: stretch;
  align-items: flex-end;
  max-width: 1000px;
  margin-top: 0;
  padding-top: 45px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.puntoficha {
  color: #fff;
  text-align: right;
  letter-spacing: 1px;
  flex: 0 auto;
  align-self: flex-end;
  margin-right: 0;
  font-family: Monotype Neue Plak, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.puntoficha:hover {
  color: #fff;
}

.motivoproyecto {
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  align-self: auto;
  max-width: 40%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  display: block;
  position: absolute;
  inset: -453px 0% 0% -3%;
  overflow: visible;
}

.nombreproyecto {
  color: #000;
  text-align: left;
  letter-spacing: -2px;
  flex: 0 auto;
  align-self: flex-start;
  max-width: none;
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: -5px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 85px;
}

.text-block-8 {
  color: #ffffff91;
  letter-spacing: .3px;
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 7px;
  font-family: Monotype Neue Plak, sans-serif;
  font-weight: 300;
  display: flex;
}

.descindividual {
  flex-direction: column;
  align-self: flex-start;
  max-width: 300px;
  display: flex;
}

.puntoprincipal {
  grid-column-gap: 15px;
  margin-right: -6px;
  display: flex;
}

.puntoprincipal.hidden {
  display: none;
}

.bolita {
  background-color: #fff;
  border-radius: 20px;
  width: 10px;
  height: 10px;
  margin-top: 8px;
}

.tapablanca {
  z-index: 1000;
  border-top: 1px none var(--gainsboro);
  background-color: #fff;
  border-bottom: 5px #000;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 216px;
  margin: 0 155px 0 0;
  padding: 1px 1px 0;
  display: flex;
  position: absolute;
  top: -216px;
  right: -5px;
}

.tapablanca.sin-filete {
  border-top-style: none;
  border-bottom-style: none;
  margin-bottom: 60px;
  padding-bottom: 0;
}

.imagen2proyecto {
  width: 48.5%;
  max-width: none;
}

._11 {
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  place-content: space-between;
  align-items: flex-start;
  margin-bottom: 60px;
  display: flex;
}

.innerhome {
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  width: auto;
  max-width: none;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
  top: 0;
}

.txtintroproyecto {
  color: #000;
  align-self: flex-start;
  width: 48%;
  max-width: none;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Monotype Neue Plak, sans-serif;
  font-size: 28px;
  font-weight: 100;
  line-height: 1.3em;
}

.txtintroproyecto.mott {
  width: 100%;
}

.background-video-2 {
  border-radius: 0;
  width: 48.5%;
}

.txtbigproyecto {
  letter-spacing: -5px;
  justify-content: flex-start;
  margin-left: -21px;
  font-family: Monotype Neue Plak, sans-serif;
  font-size: 150px;
  font-weight: 100;
  line-height: 150px;
  display: flex;
}

.div-block-51 {
  flex-direction: column;
  justify-content: flex-start;
  align-self: center;
  align-items: stretch;
  max-width: 1400px;
  margin-left: 215px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.datosproyecto {
  text-align: right;
  justify-content: flex-end;
  align-self: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Monotype Neue Plak, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 28px;
  display: flex;
}

.datosproyecto.left {
  align-self: flex-start;
  margin-bottom: 50px;
}

.datosproyecto.white {
  color: #fff;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  margin-bottom: 0;
  line-height: 50px;
}

.datosproyecto.white.blog {
  text-align: left;
  align-self: flex-end;
  width: 50%;
  max-width: none;
  padding: 39px;
}

.datosproyecto.izq {
  text-align: left;
  justify-content: flex-start;
  align-self: flex-start;
  margin-bottom: 0;
}

.historyproject {
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: content-box;
  flex: 0 auto;
  width: auto;
  padding: 100px 0;
  transition: margin-bottom .85s cubic-bezier(.075, .82, .165, 1);
  position: static;
  inset: 0;
}

.historyproject:hover {
  margin-bottom: 0;
  top: 0;
}

.historyproject.segunda {
  width: auto;
  max-width: 35%;
}

.historyproject.dos {
  grid-column-gap: 30px;
  flex-direction: row;
  display: flex;
}

.image-17 {
  align-self: flex-start;
  margin-top: 40px;
}

.image-17.dos {
  height: 400px;
  margin-top: 0;
}

.text-span-7 {
  font-weight: 300;
}

.inner-inicioproyecto {
  z-index: 2000;
  flex-direction: column;
  justify-content: flex-start;
  align-self: center;
  align-items: stretch;
  width: auto;
  max-width: 1400px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
  top: -170px;
}

.div-block-52 {
  flex-direction: column;
  width: 100%;
  margin-top: -169px;
  display: flex;
  position: static;
  top: 0;
}

.info-proyecto {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
}

.subtitulo-proyecto {
  color: #000;
  text-align: left;
  letter-spacing: .4px;
  flex: 0 auto;
  align-self: flex-start;
  max-width: none;
  margin-top: 0;
  margin-bottom: 65px;
  margin-left: 0;
  font-family: Monotype Neue Plak, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.35em;
}

.text-span-8 {
  font-weight: 400;
}

.items-menu-copy {
  text-align: center;
  flex-direction: column;
  align-self: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.items-menu-copy.inactive {
  opacity: .4;
  margin-bottom: 0;
}

.items-menu-copy.inactive:hover {
  opacity: 1;
}

.items-menu-copy.principal {
  margin-bottom: 25px;
}

.div-block-53 {
  background-color: #dfdfdf;
  border-radius: 100px;
  width: 30px;
  height: 7px;
}

.div-block-53.activo {
  background-color: #000;
}

.div-block-54 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: center;
  align-items: flex-start;
  margin-top: 37px;
  display: flex;
}

.concesionesg {
  flex-direction: column;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.concesiones {
  grid-column-gap: 10px;
  color: #fff;
  text-align: center;
  letter-spacing: .6px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: baseline;
  align-items: flex-end;
  margin-top: -6px;
  font-family: Monotype Neue Plak, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 16px;
  display: flex;
}

.linea-concesiones {
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 1px;
  height: 200px;
  display: flex;
  position: relative;
}

.construccion {
  grid-column-gap: 10px;
  color: #fff;
  text-align: center;
  letter-spacing: .6px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: baseline;
  align-items: flex-end;
  margin-top: -6px;
  font-family: Monotype Neue Plak, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 16px;
  display: flex;
  transform: rotate(0);
}

.div-block-56 {
  flex: 0 auto;
}

.formassobreimg {
  max-width: 40%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
  overflow: visible;
}

.flecha1 {
  z-index: 1000;
  opacity: 1;
  position: absolute;
  top: 508px;
  left: 523px;
  right: 0;
}

.link-block {
  flex: 0 auto;
  width: 600px;
  max-width: none;
  height: 600px;
  max-height: none;
  display: flex;
  position: absolute;
}

.link-block-2 {
  width: 600px;
  max-width: none;
  height: 600px;
  max-height: none;
  display: flex;
  position: absolute;
}

.image-18 {
  width: 100%;
}

.noticia-nest {
  grid-column-gap: 35px;
  grid-row-gap: 30px;
  -webkit-text-fill-color: inherit;
  cursor: pointer;
  background-color: #fff0;
  background-clip: content-box;
  flex-flow: column;
  flex: 0 auto;
  width: 100%;
  padding: 60px 0;
  transition: margin-bottom .85s cubic-bezier(.075, .82, .165, 1);
  display: flex;
  position: static;
  inset: 0;
}

.noticia-nest:hover {
  margin-bottom: 0;
  top: 0;
}

.noticia-nest.segunda {
  width: auto;
  max-width: 35%;
}

.div-block-57 {
  flex-direction: column;
  display: flex;
}

.image-19 {
  border-radius: 20px;
  height: 500px;
}

.detallefotohero {
  color: #fff;
  letter-spacing: .8px;
  flex: 0 auto;
  align-self: center;
  margin-right: 0;
  font-family: Monotype Neue Plak, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6em;
}

.detallefotohero:hover {
  color: #fff;
}

.image-20 {
  order: -1;
  align-self: flex-start;
  padding-top: 5px;
}

.div-block-26-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 85px;
  display: flex;
  position: relative;
  top: 0;
}

.div-block-26-copy.home {
  padding-bottom: 74px;
  position: static;
}

._3cols {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -webkit-text-fill-color: inherit;
  cursor: pointer;
  background-clip: padding-box;
  border-right: 4px solid #fff;
  flex-direction: row;
  justify-content: flex-end;
  width: auto;
  max-width: 1400px;
  height: auto;
  padding: 42px 30px 30px;
  transition: background-color .7s cubic-bezier(.215, .61, .355, 1);
  display: none;
  position: relative;
}

._3cols.dos {
  background-image: url('../images/oficinas3.jpg');
  background-position: 0%;
  background-size: cover;
  height: 600px;
}

._3cols.dos:hover {
  background-color: #0006;
  background-image: linear-gradient(#0003, #0003), url('../images/oficinas3.jpg');
  background-position: 0 0, 0%;
  background-size: auto, cover;
}

._3cols.third {
  width: 100%;
  height: 400px;
}

._3cols.big {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  object-fit: cover;
  background-image: none;
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  width: auto;
  max-width: 1400px;
  height: auto;
  margin-top: 42px;
  margin-bottom: 0;
  margin-right: 0;
  padding-left: 30px;
  padding-right: 30px;
  position: static;
}

._3cols.big.nopadding {
  flex-direction: row;
  flex: 0 auto;
  margin-right: 0;
}

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

._3cols._1:hover {
  background-image: linear-gradient(#0003, #0003), url('../images/shutterstock_125164139.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.link-block-3 {
  align-self: flex-start;
}

.div-block-58 {
  grid-row-gap: 40px;
  flex-direction: column;
  align-self: flex-start;
  align-items: flex-start;
  display: flex;
}

.button-3 {
  padding-right: 25px;
}

.button-4 {
  color: #fff;
  letter-spacing: .7px;
  background-color: #31459c;
  border-radius: 60px;
  padding: 18px 32px 21px;
  font-family: Monotype Neue Plak, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.serviciosg {
  grid-column-gap: 0px;
  color: #fff;
  text-align: center;
  letter-spacing: .6px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: center;
  margin-top: 0;
  font-family: Monotype Neue Plak, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  display: flex;
  position: relative;
}

.linea-servicios {
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 1px;
  height: 207px;
  display: flex;
  position: relative;
}

.div-block-35-copy {
  grid-column-gap: 7px;
  grid-row-gap: 10px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  left: -64px;
}

.serv {
  grid-column-gap: 7px;
  grid-row-gap: 10px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  left: -45px;
}

.servicios-txt {
  grid-column-gap: 0px;
  color: #fff;
  text-align: center;
  letter-spacing: .6px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-end;
  align-self: flex-start;
  align-items: center;
  margin-top: -6px;
  font-family: Monotype Neue Plak, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 16px;
  display: flex;
}

.image-21 {
  flex: 0 auto;
  position: static;
  inset: auto 53px 93px auto;
  transform: rotate(0);
}

.flechas-proyectos {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: center;
  width: 100px;
  display: flex;
  position: absolute;
  inset: auto 20px 46px auto;
}

.flechaanterior {
  flex: 0 auto;
  width: 28px;
  max-width: none;
  position: static;
  inset: auto 53px 93px auto;
  transform: rotate(-180deg);
}

.div-block-59 {
  background-color: #ffffff75;
  width: 100%;
  height: 1px;
}

.nextproyect {
  background-image: linear-gradient(#00000082, #00000082), url('../images/Mott-Branch-Library_HR_4279©Scott-Pease_peasephotography.com.jpg');
  background-position: 0 0, 0 100%;
  background-size: auto, cover;
  justify-content: center;
  width: 300px;
  height: 100%;
  display: flex;
}

.nextproyect.dos {
  background-image: linear-gradient(#0000008a, #0000008a), url('../images/172ee79262226bb1184017356a8976d0.jpg');
  background-size: auto, cover;
  width: 300px;
}

.text-block-9 {
  color: #fff;
  align-self: center;
  font-family: Monotype Neue Plak, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.link-block-4 {
  flex-flow: column;
  align-self: center;
  width: 1400px;
  padding: 20px;
  display: flex;
}

.tithero {
  z-index: 20;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: #000000f2;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-end;
  align-self: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 48px 48px 80px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.button-5 {
  background-color: #e00f1a;
  border-radius: 60px;
  flex: 0 auto;
  align-self: flex-start;
  padding: 20px 33px;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  display: none;
}

.div-block-61 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: none;
}

.text-block-10 {
  color: #000;
  font-family: Manrope, sans-serif;
  font-size: 14px;
}

.circulo_info {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #0becf8;
  border-radius: 100px;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.circulo_info.black {
  background-color: #000;
  width: 5px;
  height: 5px;
}

.mas_info {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  cursor: pointer;
  border-radius: 0;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.utildcha {
  grid-column-gap: 30px;
  align-self: flex-end;
  align-items: center;
  display: flex;
}

.utildcha._2 {
  max-width: 300px;
}

.iconrrss {
  width: 13px;
  max-width: none;
  height: 13px;
}

.iconrrss.bigger {
  width: 19px;
  height: 19px;
  display: none;
}

.image-23, .image-24 {
  max-width: none;
}

.textitems {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-self: flex-start;
  align-items: flex-start;
  display: none;
}

.textitems.lessgap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: none;
}

.rrss {
  grid-column-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rrss._2 {
  max-width: 300px;
}

.text-span-9 {
  text-decoration: underline;
}

.logo {
  align-self: flex-start;
  width: 35px;
  max-width: none;
  height: auto;
  margin-bottom: 0;
  padding-bottom: 3px;
  position: static;
}

.div-block-62 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-self: auto;
  margin-top: 4px;
  display: flex;
}

.div-block-63 {
  max-width: 1400px;
}

.flecha2 {
  z-index: 1000;
  opacity: 1;
  position: absolute;
  top: 509px;
  left: 523px;
  right: 0;
}

.link-block-5 {
  width: auto;
  font-size: 12px;
  line-height: 15px;
  display: flex;
}

.image-25 {
  align-self: flex-start;
  max-width: none;
  margin-top: -7px;
  margin-bottom: 0;
  padding-top: 0;
  display: block;
}

.by {
  color: #fff;
  align-self: center;
  font-family: Monotype Neue Plak, sans-serif;
  font-size: 15px;
  font-weight: 300;
  display: block;
}

.div-block-64 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  flex: 0 auto;
  align-self: flex-start;
  max-width: none;
  display: flex;
}

.div-block-65 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.logo-link {
  flex: 0 auto;
  width: 30px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: 25px 0% auto;
}

.logo-link.home2 {
  align-self: flex-end;
  margin: 0 0 -9px;
  padding-bottom: 0;
  position: static;
}

.logointerior {
  text-align: left;
  flex: 0 auto;
  align-self: auto;
  max-width: none;
  margin: -6px auto 0;
  display: none;
  position: static;
  inset: 30px 0% auto;
}

.logointerior.up {
  display: none;
}

.div-block-66 {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.image-26 {
  z-index: 0;
  max-width: none;
  height: 45vh;
  max-height: 750px;
  display: none;
  position: absolute;
  inset: 5vh 5.3vw 0% auto;
  overflow: hidden;
}

.logotext {
  color: #fff;
  text-align: left;
  letter-spacing: .2px;
  text-transform: none;
  flex: 0 auto;
  align-self: center;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 19px;
  font-weight: 200;
  line-height: 1.1em;
  display: block;
}

.logotext.junta {
  line-height: .9em;
}

.text-span-10 {
  font-size: 2vw;
}

.txtstimedocs {
  color: #fff;
  text-align: left;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  max-width: 400px;
  margin-bottom: 6px;
  font-family: Monotype Neue Plak, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  display: none;
}

.txtstimedocs.inactivos {
  font-weight: 300;
}

.div-block-67 {
  background-color: #ec740c;
  width: 46%;
  height: 300px;
  display: none;
}

.text-span-11 {
  font-size: 2vw;
  line-height: 0;
}

.background-video-3 {
  border-radius: 20px;
  display: none;
}

.text-span-12 {
  font-weight: 600;
}

.txt-legales {
  color: #000;
  align-self: flex-start;
  width: auto;
  max-width: none;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Monotype Neue Plak, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4em;
}

.txt-legales.mott {
  width: 100%;
}

.link-7 {
  margin-left: 5px;
  padding-left: 0;
  font-weight: 700;
}

.link-8 {
  margin-right: 5px;
  font-weight: 700;
}

.lottie-animation {
  box-sizing: border-box;
  border-radius: 20px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto;
  max-height: 700px;
  display: none;
  position: static;
  inset: 2% 2% 0% auto;
  overflow: hidden;
}

.lottie-animation.on {
  border: 1px solid #e6e6e6;
  display: flex;
}

.div-block-68 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-radius: 20px;
  flex-flow: column;
  width: 100vw;
  height: 60vh;
  display: flex;
  position: static;
  inset: 0%;
}

.smalltext-foots {
  color: #afafaf;
  text-align: right;
  letter-spacing: .5px;
  object-fit: fill;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  width: 50%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  padding-right: 0;
  font-family: ABC light, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  display: none;
  overflow: visible;
}

.smalltext-foots.left {
  align-self: flex-start;
  margin-bottom: 50px;
}

.smalltext-foots.white {
  color: #fff;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  margin-bottom: 0;
  line-height: 50px;
}

.smalltext-foots.white.blog {
  text-align: left;
  align-self: flex-end;
  width: 50%;
  max-width: none;
  padding: 39px;
}

.smalltext-foots.izq {
  text-align: left;
  justify-content: flex-start;
  align-self: flex-start;
  margin-bottom: 0;
}

.text-span-13 {
  font-family: ABC medium, sans-serif;
  font-weight: 400;
}

.welcomeanima {
  opacity: 1;
  width: 100%;
  height: 50%;
  max-height: none;
  margin-right: 0;
  padding-left: 0;
  display: flex;
  position: static;
}

.text-span-14 {
  font-size: 25px;
}

.background-video-4 {
  border-radius: 20px;
  width: 100%;
  min-height: 600px;
}

@media screen and (min-width: 1440px) {
  .fold {
    justify-content: flex-start;
    align-items: stretch;
  }

  .noticia-nest {
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
  }

  .tithero {
    background-color: #0000;
    background-image: linear-gradient(#000000f2, #000);
    padding: 59px 59px 80px;
    inset: auto 0% 0%;
  }

  .div-block-68 {
    left: 0;
  }

  .welcomeanima {
    width: 100%;
    height: 50%;
    max-height: none;
    padding-left: 0;
    display: flex;
    position: static;
  }

  .background-video-4 {
    border-radius: 20px;
    width: 1300px;
    min-height: 700px;
    overflow: hidden;
  }
}

@media screen and (min-width: 1920px) {
  .titfold {
    letter-spacing: 0;
    max-width: 100%;
    font-size: 2.5vw;
    line-height: 1em;
  }

  .titfold.small {
    font-size: 1.5vw;
  }

  .solutions {
    overflow: hidden;
  }

  .fold {
    justify-content: flex-start;
    align-items: stretch;
  }

  .text-block-6 {
    font-size: 8vw;
  }

  .txtsuperdocs {
    color: #fff;
    font-family: Monotype Neue Plak, sans-serif;
    font-weight: 300;
  }

  .conectorproyectos.negro {
    margin-top: 85px;
  }

  .proyectosmundo2 {
    background-image: none;
  }

  .link-block {
    position: absolute;
  }

  .link-block-2 {
    position: relative;
  }

  .tithero {
    padding: 130px 130px 200px;
    inset: auto 0% 0%;
  }

  .flecha2 {
    top: 523px;
    left: 508px;
  }

  .div-block-64 {
    max-width: 80%;
  }

  .image-26 {
    height: 45vh;
    display: none;
  }

  .logotext {
    max-width: 100%;
    font-size: 20px;
  }

  .txtstimedocs {
    color: #fff;
    font-family: Monotype Neue Plak, sans-serif;
    font-weight: 300;
  }

  .lottie-animation {
    width: auto;
    max-height: none;
    position: static;
  }

  .div-block-68 {
    width: 100vw;
    min-height: 500px;
    max-height: 750px;
    position: static;
    inset: 0% 0% 0% auto;
  }

  .smalltext-foots {
    width: auto;
    font-size: 14px;
  }

  .welcomeanima {
    padding-left: 0;
    position: static;
  }
}

@media screen and (max-width: 991px) {
  .hero {
    background-image: linear-gradient(to bottom, null, null), url('../images/oficinas3.jpg');
    background-position: 0 0, 50%;
  }

  .image {
    width: 200px;
    max-width: none;
    height: auto;
  }

  .text-block {
    margin-bottom: 22px;
  }

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

  .tag {
    flex-direction: row;
    flex: 0 auto;
    margin-bottom: 14px;
    display: block;
  }

  .titfold {
    letter-spacing: 0;
    max-width: 80%;
    font-family: ABC Regular, sans-serif;
    font-size: 4vw;
    line-height: 1.25em;
  }

  .titfold.small {
    font-size: 3vw;
  }

  ._2cols.big {
    margin-left: 10px;
  }

  .solutions {
    flex-flow: column;
    padding-left: 50px;
  }

  .heading-3 {
    top: -353px;
  }

  .columns {
    object-fit: fill;
  }

  .counterup {
    font-size: 50px;
  }

  .image-7 {
    bottom: -248px;
  }

  .fold {
    background-image: none;
    background-position: 0 0;
    padding-bottom: 80px;
  }

  .header {
    grid-column-gap: 50px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 0;
  }

  .noticia-principal {
    padding-top: 20px;
  }

  .bloque-not-1 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

  .bloque-not-1.big {
    margin-left: 10px;
  }

  .actualidad {
    letter-spacing: 0;
    transform: rotate(0);
  }

  .div-block-28 {
    border-right-style: none;
    flex: 0 auto;
    padding-top: 60px;
    padding-right: 0;
  }

  .txtsuperdocs {
    text-align: center;
    flex-flow: row;
    flex: 0 auto;
    align-self: center;
    width: auto;
    max-width: none;
    margin-bottom: 0;
    font-size: 22px;
    display: block;
  }

  .introseccion.big, .tipologiaconstruccion.big {
    margin-left: 10px;
  }

  .proyectosmundo1 {
    height: auto;
  }

  .conectorproyectos.negro {
    width: 40px;
    display: none;
  }

  .tiposhome {
    flex-flow: column;
    flex: 0 auto;
    width: 80%;
    max-width: 600px;
    margin-top: 60px;
    display: flex;
  }

  .txttalento {
    width: auto;
    font-size: 24px;
  }

  .puesto {
    flex: 0 auto;
    height: auto;
  }

  .div-block-40-copy {
    height: 820px;
  }

  .proyectosmundo2 {
    height: auto;
  }

  .heroproyecto {
    background-image: linear-gradient(to bottom, null, null), url('../images/oficinas3.jpg');
    background-position: 0 0, 50%;
  }

  .noticia-nest {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  ._3cols.big {
    margin-left: 10px;
  }

  .tithero {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .logo {
    width: 30px;
    max-width: none;
    height: auto;
  }

  .div-block-62 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex: 0 auto;
    align-items: flex-start;
    margin-top: 0;
  }

  .link-block-5 {
    margin-top: -12px;
  }

  .div-block-64 {
    max-width: none;
  }

  .div-block-65 {
    flex: 0 auto;
    justify-content: flex-start;
    align-items: stretch;
  }

  .logo-link {
    height: 40px;
  }

  .logo-link.home2 {
    height: auto;
    margin-bottom: -9px;
    padding-bottom: 0;
  }

  .logointerior {
    max-width: none;
    height: auto;
    margin-top: 0;
    margin-right: auto;
    display: none;
  }

  .image-26 {
    height: 30vh;
    right: 60px;
  }

  .logotext {
    letter-spacing: 0;
    max-width: none;
    font-size: 2vw;
  }

  .txtstimedocs {
    text-align: center;
    align-self: center;
    max-width: none;
    margin-bottom: 0;
    font-size: 22px;
    display: block;
  }

  .div-block-68 {
    flex: 0 auto;
    width: auto;
    height: 100%;
    left: 3%;
  }

  .welcomeanima {
    display: flex;
  }

  .background-video-4 {
    min-height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .titfold {
    max-width: none;
    font-family: ABC Regular, sans-serif;
    font-size: 6vw;
    line-height: 1.2em;
  }

  .titfold.small {
    font-size: 4vw;
    line-height: 1.3em;
  }

  .footerok {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .titular-bloque-2.notprincipal {
    font-size: 30px;
    line-height: 35px;
  }

  .bloqueseccion.white {
    font-size: 40px;
  }

  .fold {
    padding-bottom: 60px;
  }

  .header {
    width: 100%;
  }

  .bloque-not-1 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .div-block-42 {
    width: 500px;
    height: 500px;
  }

  .div-block-46 {
    flex-flow: column;
  }

  .puesto {
    width: auto;
  }

  .nombreproyecto, .subtitulo-proyecto {
    line-height: 1.3em;
  }

  .flecha1 {
    top: 400px;
    left: 376px;
  }

  .link-block, .link-block-2 {
    width: 450px;
    height: 450px;
  }

  .tithero {
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-62 {
    align-self: flex-end;
    width: 100%;
  }

  .flecha2 {
    top: 400px;
    left: 376px;
  }

  .link-block-5 {
    order: 1;
    margin-top: -22px;
  }

  .image-25 {
    order: -1;
    margin-left: 0;
  }

  .div-block-65 {
    flex-flow: row;
    flex: 0 auto;
    justify-content: space-between;
    align-self: stretch;
    align-items: center;
    width: 100%;
  }

  .logo-link {
    position: relative;
    bottom: 25px;
  }

  .logointerior {
    display: none;
  }

  .logointerior.up {
    margin-bottom: -2px;
    display: none;
  }

  .image-26 {
    height: 50vw;
    right: 36px;
  }

  .logotext {
    align-self: flex-start;
    font-size: 3vw;
    line-height: 1.3em;
  }

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

  .smalltext-foots {
    text-align: left;
    width: auto;
  }

  .background-video-4 {
    object-fit: fill;
    height: 300px;
    min-height: 0;
    overflow: hidden;
  }
}

@media screen and (max-width: 479px) {
  .titfold {
    max-width: none;
    font-size: 8vw;
    line-height: 1.25em;
  }

  .titfold.small {
    font-size: 5vw;
    line-height: 1.4em;
  }

  .footerok {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .solutions {
    padding-bottom: 60px;
  }

  .titular-bloque-2.notprincipal {
    font-size: 18px;
    line-height: 22px;
  }

  .parrafo-bloque-2 {
    font-size: 16px;
    line-height: 1.3em;
  }

  .noticias {
    max-width: none;
  }

  .bloqueseccion.white {
    font-size: 30px;
  }

  .bloqueseccion.izq {
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
  }

  .text-block-4 {
    font-size: 9px;
  }

  .fold {
    justify-content: flex-end;
    align-items: stretch;
    height: auto;
    padding-bottom: 0;
  }

  .header {
    width: 100%;
  }

  .div-block-26.home {
    margin-left: 20px;
    margin-right: 20px;
  }

  .noticia-principal {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .bloque-not-1 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .actualidad {
    font-size: 30px;
    font-weight: 400;
    line-height: 32px;
  }

  .div-block-28 {
    padding-top: 40px;
  }

  .txtsuperdocs {
    font-size: 18px;
    line-height: 22px;
  }

  .tipologia {
    height: 400px;
  }

  .div-block-41 {
    justify-content: center;
    align-items: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .conectorproyectos {
    display: none;
  }

  .tiposhome {
    margin-top: 20px;
  }

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

  .talento {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .header-talento {
    margin-bottom: 20px;
    padding-bottom: 10px;
  }

  .txttalento {
    font-size: 18px;
  }

  .puesto {
    grid-column-gap: 12px;
    padding-bottom: 40px;
  }

  .div-block-48 {
    width: 11px;
    height: 11px;
  }

  .puestotxt {
    font-size: 20px;
  }

  .companytalent {
    font-size: 13px;
    line-height: 18px;
  }

  .flecha1 {
    top: 176px;
    left: 210px;
  }

  .link-block, .link-block-2 {
    width: 300px;
    height: 300px;
  }

  .tithero {
    order: 0;
    justify-content: flex-end;
    align-items: flex-start;
    margin-bottom: 0;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    position: static;
  }

  .logo {
    padding-bottom: 3px;
  }

  .div-block-62 {
    align-self: flex-end;
    width: 100%;
  }

  .flecha2 {
    top: 176px;
    left: 210px;
  }

  .link-block-5 {
    order: -1;
  }

  .image-25 {
    order: -1;
    max-width: none;
    margin-left: -15px;
  }

  .div-block-65 {
    flex: 0 auto;
    width: auto;
  }

  .logointerior {
    margin-right: 0;
    display: none;
  }

  .logointerior.up {
    margin-top: 0;
    margin-bottom: -5px;
    display: none;
  }

  .image-26 {
    height: 45vw;
    max-height: 700px;
    margin-left: auto;
    margin-right: auto;
    inset: 5% 0% auto;
  }

  .logotext {
    margin-top: -2px;
    margin-bottom: 0;
    font-size: 5vw;
  }

  .txtstimedocs {
    font-size: 18px;
    line-height: 22px;
    display: none;
  }

  .background-video-3 {
    height: 300px;
  }

  .lottie-animation {
    border-radius: 10px;
  }

  .div-block-68 {
    flex: 0 auto;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
    position: static;
  }

  .smalltext-foots {
    font-size: 13px;
    line-height: 16px;
  }

  .background-video-4 {
    height: 200px;
  }

  .superscript {
    font-size: 12px;
  }
}


@font-face {
  font-family: 'ABC normal';
  src: url('../fonts/ABCNormal-Normal.eot') format('embedded-opentype'), url('../fonts/ABCNormal-Normal.woff') format('woff'), url('../fonts/Alphabets-by-Chileans-A.B.C.---ABC-Normal-Bold.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ABC medium';
  src: url('../fonts/ABCNormal-Medium.eot') format('embedded-opentype'), url('../fonts/ABCNormal-Medium.woff') format('woff'), url('../fonts/Alphabets-by-Chileans-A.B.C.---ABC-Normal-Medium.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ABC neutral';
  src: url('../fonts/ABCNormal-Neutral.eot') format('embedded-opentype'), url('../fonts/ABCNormal-Neutral.woff') format('woff'), url('../fonts/Alphabets-by-Chileans-A.B.C.---ABC-Normal-Neutral.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ABC Bold';
  src: url('../fonts/ABCNormal-Bold.eot') format('embedded-opentype'), url('../fonts/ABCNormal-Bold.woff') format('woff'), url('../fonts/Alphabets-by-Chileans-A.B.C.---ABC-Normal-Bold.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ABC Book';
  src: url('../fonts/ABCNormal-Book.eot') format('embedded-opentype'), url('../fonts/ABCNormal-Book.woff') format('woff'), url('../fonts/Alphabets-by-Chileans-A.B.C.---ABC-Normal-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ABC light';
  src: url('../fonts/ABCNormal-Light.eot') format('embedded-opentype'), url('../fonts/ABCNormal-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ABC thin';
  src: url('../fonts/ABCNormal-Thin.eot') format('embedded-opentype'), url('../fonts/ABCNormal-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ABC Regular';
  src: url('../fonts/ABCNormal-Regular.eot') format('embedded-opentype'), url('../fonts/ABCNormal-Regular.woff') format('woff'), url('../fonts/Alphabets-by-Chileans-A.B.C.---ABC-Normal-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Monotype Neue Plak';
  src: url('../fonts/Monotype----Neue-Plak-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Monotype Neue Plak';
  src: url('../fonts/Monotype----Neue-Plak-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Monotype Neue Plak';
  src: url('../fonts/Monotype----Neue-Plak-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Monotype Neue Plak';
  src: url('../fonts/Monotype----Neue-Plak-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Monotype Neue Plak';
  src: url('../fonts/Monotype----Neue-Plak-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ABC light';
  src: url('../fonts/Alphabets-by-Chileans-A.B.C.---ABC-Normal-Light.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ABC thin';
  src: url('../fonts/Alphabets-by-Chileans-A.B.C.---ABC-Normal-Thin.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}