.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 97vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.barra-negra-superior {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  background-color: #020202;
}

.logotipo-creativer {
  position: static;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.image {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  padding-top: 10%;
  padding-right: 13%;
  padding-left: 13%;
  -o-object-fit: fill;
  object-fit: fill;
}

.claim-creativer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.image-2 {
  padding-right: 12%;
  padding-left: 11%;
}

.linea-claim {
  height: 10px;
  margin-left: 443px;
  border: 1px solid #000;
  background-color: #020202;
}

.bacgorund-grid-image {
  width: 100%;
  height: 100%;
  background-image: url('../images/Grid-Background.png');
  background-position: 50% 50%;
  background-size: contain;
}

.section-2 {
  overflow: hidden;
  width: 100vw;
  height: auto;
}

.divider {
  display: block;
  height: 1px;
  background-color: #020202;
}

.heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Philosopher, sans-serif;
  font-weight: 700;
}

.seccion-flechas {
  padding-top: 84px;
  opacity: 1;
}

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

.icono-flecha-2 {
  width: 340px;
  height: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.texto-flechas {
  position: relative;
  margin-left: 25px;
  padding-left: 0px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: 'Itcerasstd demi', sans-serif;
  font-size: 40px;
  line-height: 38px;
  font-weight: 400;
  cursor: pointer;
}

.texto-flechas:hover {
  border-bottom: 1px solid #000;
  text-decoration: none;
}

.flecha-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icono-flecha-1 {
  width: 280px;
  height: 10px;
}

.flecha-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 70px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icono-flecha-3 {
  width: 430px;
  height: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.circulo-de-flecha {
  width: 15px;
  height: 15px;
  margin-left: -10px;
  border-radius: 90px;
  background-color: #020202;
}

.section_content {
  position: relative;
  display: -ms-grid;
  display: grid;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 7em;
  grid-row-gap: 7em;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.ticker {
  overflow: hidden;
  border-right: 3px solid #000;
  border-left: 3px solid #000;
  text-decoration: none;
}

.ticker_track {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.ticker_group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.section_heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 6em;
  line-height: 1.3;
  font-weight: 400;
}

.section_heading.ticker-text {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.serif {
  font-weight: 400;
}

.container {
  margin-right: 0%;
  margin-left: 10%;
}

.banner-avion {
  height: 30vh;
  background-image: url('../images/Banner-Avion-2.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-attachment: fixed;
}

.process-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-right: 120px;
  margin-bottom: 80px;
  margin-left: 120px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.full-viewport {
  height: 100vh;
  margin-top: 0px;
  text-align: center;
}

.full-viewport.black {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.full-viewport.casos-practicos {
  margin-top: 0px;
}

.section-3 {
  margin-top: 212px;
  background-color: #020202;
}

.heading-2 {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-right: 70px;
  padding-left: 70px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Eras 5871825645ec8', sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 70px;
  font-weight: 700;
  text-align: center;
}

.heading-2.eras {
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
  font-family: Itcerasstd, sans-serif;
  font-size: 70px;
  font-weight: 300;
}

.slide-nav {
  display: none;
  padding-top: 15px;
}

.project-desc {
  margin-left: 120px;
}

.work-project-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 72px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.project-skills {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.slider {
  height: 670px;
  background-color: #fff;
}

.work-sec-header {
  padding-right: 344px;
  font-family: 'Itcerasstd demi', sans-serif;
  color: #fff;
  font-weight: 400;
}

.div-block-2 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.icon {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  border: 1px solid #000;
  border-radius: 0px;
  background-color: #030303;
}

.icon-2 {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  background-color: #020202;
}

.left-arrow {
  left: auto;
  top: 5%;
  right: 4%;
  bottom: 0%;
  display: none;
}

.right-arrow {
  left: auto;
  top: 10%;
  right: 4%;
  bottom: 0%;
}

.text-block {
  font-family: 'Eras book 587181c4d21d4', Arial, sans-serif;
}

.project-points {
  padding-bottom: 5px;
  font-family: Itcerasstd, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.mask {
  background-color: #020202;
}

.titulo-proyecto-serio {
  margin-bottom: 0px;
  padding: 90px 204px 88px;
  font-family: Itcerasstd, sans-serif;
  font-size: 70px;
  line-height: 80px;
  font-weight: 300;
  text-align: center;
}

.barra-divisora {
  width: 1px;
  margin-top: 81px;
  margin-left: 120px;
  background-color: #020202;
}

.palabras-clave {
  margin-top: 100px;
  margin-left: 15px;
}

.encabezado-procesos {
  margin-top: 50px;
  font-family: 'Eras demi 587182767b329', sans-serif;
  font-weight: 400;
}

.descripci-n-procesos {
  font-family: 'Eras book 587181c4d21d4', Arial, sans-serif;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
}

.descripcion-procesos-wrapper {
  max-width: 330px;
  margin-top: 50px;
  margin-left: 71px;
}

.palabra-clave-1 {
  padding-bottom: 25px;
  padding-left: 10px;
  font-family: 'Eras 5871822a2e706', Arial, sans-serif;
  color: #3c7f16;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}

.link {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.link-2 {
  padding-top: 0px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  font-family: 'Eras 5871822a2e706', Arial, sans-serif;
  color: #fff;
}

.palabra-clave-2 {
  padding-bottom: 25px;
  padding-left: 35px;
  font-family: 'Eras 5871822a2e706', Arial, sans-serif;
  color: #3c7f16;
  font-size: 16px;
  font-weight: 300;
}

.palabra-clave-3 {
  padding-bottom: 25px;
  padding-left: 60px;
  font-family: 'Eras 5871822a2e706', Arial, sans-serif;
  color: #3c7f16;
  font-size: 16px;
  font-weight: 300;
}

.heading-3 {
  margin-bottom: 125px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: Itcerasstd, sans-serif;
  font-size: 70px;
  font-weight: 300;
  text-align: center;
}

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

.loop-text-outer {
  display: block;
  overflow: hidden;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 100px;
  padding-right: 20px;
}

.loop-text-inter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.loop-text {
  margin-right: 20px;
  font-family: Itcerasstd, sans-serif;
  font-size: 50px;
  font-weight: 300;
  white-space: nowrap;
  -o-object-fit: fill;
  object-fit: fill;
}

.loop-sect {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-right: 120px;
  margin-left: 120px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.loop-divider {
  width: 2px;
  height: 100px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #020202;
}

.div-block-3 {
  -webkit-transform: translate(0px, -60%);
  -ms-transform: translate(0px, -60%);
  transform: translate(0px, -60%);
}

.nota-flechas {
  width: 45%;
  margin-left: 2%;
  border: 1px none #000;
  -webkit-transform: translate(0px, -30%);
  -ms-transform: translate(0px, -30%);
  transform: translate(0px, -30%);
  font-family: 'Eras demi 587182767b329', sans-serif;
}

.text-block-2 {
  padding: 3px 5px 6px;
  border: 1px solid #000;
  font-family: Itcerasstd, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.nota-flechas-2 {
  display: block;
  width: auto;
  margin-left: 2%;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px none #000;
  background-color: #fff;
  box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.24);
  opacity: 0;
  font-family: 'Eras demi 587182767b329', sans-serif;
}

.loop-text-inter-segunda {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.intro {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-color: #020202;
}

.welcome-text {
  font-family: 'Itcerasstd book', sans-serif;
  color: #fff;
  font-size: 25px;
  font-weight: 400;
  text-align: center;
}

.contact-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 80%;
  margin-top: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
}

.habilidades-seccion-final {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.habilidades-exposicion {
  margin-bottom: 10px;
  font-family: Itcerasstd, sans-serif;
  font-size: 60px;
  line-height: 60px;
  font-weight: 300;
  text-align: left;
}

.form-cf6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form-field-wrapper-cf6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.field-label-cf6 {
  margin-bottom: 10px;
  color: #9e9e9e;
}

.text-field-cf6 {
  min-width: 300px;
  margin-top: 0px;
  margin-left: 24px;
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent #cacaca;
  font-size: 16px;
  text-align: left;
}

.text-field-cf6.big {
  min-width: 300px;
}

.submit-button-cf6 {
  margin-top: 20px;
  margin-left: 12px;
  padding: 10px 0px 5px;
  border-bottom: 3px solid transparent;
  background-color: transparent;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
  color: #333;
  font-size: 16px;
  font-weight: 600;
}

.submit-button-cf6:hover {
  border-bottom: 3px solid #333;
}

.success-message-cf6 {
  padding-left: 0px;
  background-color: transparent;
  font-weight: 500;
}

.error-message-cf6 {
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

.form-seccion {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.heading-5 {
  margin-top: 0px;
  font-family: 'Itcerasstd demi', sans-serif;
  font-size: 50px;
  line-height: 60px;
  font-weight: 400;
  text-align: left;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40vh;
  padding-top: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #020202;
}

.half-viewport {
  overflow: hidden;
  height: 90vh;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-bottom: 0px;
  text-align: center;
}

.half-viewport.black {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.half-viewport.casos-practicos {
  margin-top: 0px;
}

.form-cf6-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.vertical-loop-outer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  white-space: nowrap;
  -o-object-fit: fill;
  object-fit: fill;
}

.vertical-loop-inner {
  display: block;
  overflow: visible;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.vertical-loop-divider {
  width: 100%;
  height: 4px;
  background-color: #020202;
}

.subrayador {
  position: absolute;
  height: 1px;
  margin-top: -11px;
  background-color: #020202;
}

.mail-y-telefono {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mail-footer {
  font-family: Itcerasstd, sans-serif;
  color: #020202;
  font-size: 40px;
  line-height: 50px;
  font-weight: 300;
  text-decoration: none;
}

.marque-wrapper {
  overflow: hidden;
  width: 100vw;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  border-right: 1px none #000;
  border-left: 1px none #000;
}

.marquee-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 6vw;
  grid-row-gap: 6vw;
}

.marquee-icon {
  width: 5vw;
}

.text-block-3 {
  font-family: Itcerasstd, sans-serif;
  font-size: 3.5vw;
  font-weight: 500;
}

.marquee-text {
  font-family: Itcerasstd, sans-serif;
  font-size: 6vw;
  line-height: 1.5em;
  font-weight: 300;
  white-space: nowrap;
}

.marquee-content-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
}

.marquee-sect {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.image-5-copy {
  width: 3vw;
}

@media screen and (min-width: 1280px) {
  .descripci-n-procesos {
    font-size: 20px;
  }

  .descripcion-procesos-wrapper {
    max-width: 570px;
  }

  .palabra-clave-1 {
    font-size: 20px;
  }

  .palabra-clave-2 {
    font-size: 20px;
  }

  .palabra-clave-3 {
    font-size: 20px;
  }
}

@media screen and (min-width: 1440px) {
  .icono-flecha-2 {
    width: 600px;
  }

  .icono-flecha-1.desplazado {
    width: 400px;
  }

  .icono-flecha-3 {
    width: 800px;
  }

  .project-photo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .project-points {
    font-size: 25px;
    line-height: 30px;
    font-weight: 300;
  }

  .encabezado-procesos {
    font-size: 50px;
  }

  .descripci-n-procesos {
    font-size: 25px;
    line-height: 40px;
    font-weight: 400;
  }

  .palabra-clave-1 {
    font-size: 25px;
  }

  .palabra-clave-2 {
    font-size: 25px;
  }

  .palabra-clave-3 {
    font-size: 25px;
  }

  .loop-text {
    font-size: 90px;
    line-height: 90px;
  }

  .text-block-2 {
    font-size: 20px;
    line-height: 30px;
  }

  .nota-flechas-2 {
    opacity: 0;
  }

  .welcome-text {
    font-size: 40px;
  }

  .field-label-cf6 {
    font-size: 20px;
    line-height: 30px;
  }

  .text-field-cf6 {
    min-width: 400px;
  }

  .text-field-cf6.big {
    overflow: auto;
    min-width: 400px;
  }

  .heading-5 {
    font-size: 70px;
  }

  .image-3 {
    width: 900px;
  }

  .image-4 {
    width: 900px;
  }
}

@media screen and (min-width: 1920px) {
  .image {
    padding-top: 117px;
  }

  .bacgorund-grid-image {
    box-shadow: none;
  }

  .divider {
    display: block;
    margin-bottom: -10px;
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.17);
  }

  .icono-flecha-2 {
    width: 660px;
  }

  .texto-flechas {
    font-size: 60px;
  }

  .icono-flecha-1.desplazado {
    width: 450px;
  }

  .icono-flecha-3 {
    width: 830px;
  }

  .banner-avion {
    height: 40vh;
  }

  .proceso-de-proyecto {
    height: 100%;
    background-color: transparent;
  }

  .process-wrapper {
    height: auto;
  }

  .full-viewport {
    height: auto;
  }

  .full-viewport.black {
    height: 100vh;
  }

  .project-photo {
    width: 1050px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .slider {
    height: 1010px;
  }

  .work-sec-header {
    font-size: 50px;
    line-height: 60px;
  }

  .right-arrow {
    top: 3%;
  }

  .project-points {
    font-size: 30px;
    line-height: 40px;
  }

  .titulo-proyecto-serio {
    font-size: 90px;
  }

  .encabezado-procesos {
    font-size: 70px;
  }

  .descripci-n-procesos {
    font-size: 30px;
    line-height: 50px;
    font-weight: 400;
  }

  .descripcion-procesos-wrapper {
    width: 850px;
    max-width: none;
    font-size: 25px;
  }

  .palabra-clave-1 {
    font-size: 30px;
    line-height: 40px;
  }

  .palabra-clave-2 {
    font-size: 30px;
    line-height: 40px;
  }

  .palabra-clave-3 {
    font-size: 30px;
    line-height: 40px;
  }

  .heading-3 {
    font-size: 90px;
    line-height: 80px;
  }

  .welcome-text {
    line-height: 50px;
  }

  .image-3 {
    display: block;
    width: auto;
    max-width: none;
  }
}

@media screen and (max-width: 991px) {
  .image {
    padding-right: 20%;
    padding-left: 20%;
  }

  .icono-flecha-2 {
    margin-left: -25%;
  }

  .texto-flechas {
    font-size: 2.5rem;
  }

  .icono-flecha-1.desplazado {
    width: 36%;
    margin-left: -27%;
    padding-bottom: 0px;
  }

  .icono-flecha-3 {
    margin-left: -26%;
  }

  .process-wrapper {
    margin-right: 10%;
    margin-bottom: 39px;
    margin-left: 10%;
  }

  .heading-2.eras {
    padding-right: 10%;
    padding-left: 10%;
    font-size: 4.375em;
  }

  .slide-nav {
    display: none;
  }

  .project-desc {
    margin-left: 10%;
  }

  .project-photo {
    max-width: 70%;
  }

  .work-sec-header {
    padding-right: 20%;
  }

  .titulo-proyecto-serio {
    padding-right: 150px;
    padding-left: 150px;
    font-size: 3.125rem;
  }

  .barra-divisora {
    margin-left: 46px;
  }

  .descripci-n-procesos {
    min-width: 290px;
  }

  .heading-3 {
    font-size: 3.125rem;
  }

  .loop-sect {
    margin-right: 10%;
    margin-left: 10%;
  }

  .text-block-2 {
    opacity: 1;
  }

  .nota-flechas-2 {
    opacity: 0;
  }

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

  .habilidades-exposicion {
    font-size: 350%;
  }

  .success-message-cf6 {
    font-size: 16px;
    font-weight: 600;
  }

  .heading-5 {
    font-size: 40px;
  }

  .mail-y-telefono {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .flecha-1 {
    margin-right: -7px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .icono-flecha-2 {
    width: 360px;
    margin-left: -44%;
  }

  .texto-flechas {
    font-size: 2rem;
  }

  .flecha-2 {
    padding-top: 5%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .icono-flecha-1.desplazado {
    width: 290px;
    margin-left: -34%;
  }

  .flecha-3 {
    padding-top: 5%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .icono-flecha-3 {
    width: 320px;
  }

  .section_heading {
    font-size: 4em;
  }

  .process-wrapper {
    margin-bottom: 7px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .heading-2.eras {
    font-size: 3.1em;
  }

  .work-project-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .project-photo {
    max-width: 80%;
  }

  .titulo-proyecto-serio {
    padding: 48px 71px;
  }

  .descripcion-procesos-wrapper {
    margin-left: 25px;
  }

  .heading-3 {
    margin-bottom: 45px;
  }

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

  .nota-flechas-2 {
    margin-left: 19%;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    opacity: 0;
  }

  .habilidades-exposicion {
    font-size: 180%;
  }

  .vertical-loop-outer {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .logotipo-creativer {
    width: 180%;
  }

  .bacgorund-grid-image {
    overflow: visible;
  }

  .flecha-1 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .icono-flecha-2 {
    margin-left: -55%;
  }

  .texto-flechas {
    font-size: 1.4rem;
    line-height: 20px;
  }

  .flecha-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .icono-flecha-1.desplazado {
    position: relative;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    margin-left: -55%;
  }

  .flecha-3 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .section_heading {
    display: block;
    font-size: 3.5em;
    line-height: 1;
  }

  .process-wrapper {
    overflow: visible;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .work-project-wrapper {
    margin-top: 40px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  .project-photo {
    max-width: 100%;
    margin-bottom: 15px;
  }

  .work-sec-header {
    font-size: 26px;
  }

  .titulo-proyecto-serio {
    font-size: 2rem;
    line-height: 40px;
  }

  .barra-divisora {
    display: none;
  }

  .palabras-clave {
    margin-top: 36px;
    margin-left: 0px;
    border-left: 1px solid #000;
  }

  .encabezado-procesos {
    margin-left: 20px;
  }

  .descripci-n-procesos {
    min-width: 250px;
    font-size: 14px;
  }

  .heading-3 {
    font-size: 2rem;
  }

  .loop-text {
    font-size: 3.1rem;
  }

  .intro {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .contact-wrapper {
    overflow: visible;
    height: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

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

  .form-field-wrapper-cf6 {
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-field-cf6 {
    min-width: 0px;
    margin-left: 0px;
  }

  .text-field-cf6.big {
    min-width: 280px;
  }

  .success-message-cf6 {
    text-align: left;
  }

  .form-seccion {
    overflow: visible;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .heading-5 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    line-height: 40px;
    text-align: center;
  }

  .half-viewport {
    margin-top: 35px;
  }

  .form-cf6-2 {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .vertical-loop-outer {
    display: none;
  }

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

  .body {
    overflow: visible;
  }

  .marquee-container {
    grid-column-gap: 6vw;
    grid-row-gap: 6vw;
  }

  .marquee-icon {
    width: 5vw;
  }

  .marquee-text {
    font-size: 6vw;
  }

  .marquee-content-container {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
  }
}

@font-face {
  font-family: 'Itcerasstd';
  src: url('../fonts/ITCErasStd-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Itcerasstd';
  src: url('../fonts/ITCErasStd-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Itcerasstd demi';
  src: url('../fonts/ITCErasStd-Demi.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Itcerasstd book';
  src: url('../fonts/ITCErasStd-Book.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Itcerasstd';
  src: url('../fonts/ITCErasStd-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eras 5871825645ec8';
  src: url('../fonts/eras-bold-5871820c913a2.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Eras demi 587182767b329';
  src: url('../fonts/eras-demi-587182767b329.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Eras 5871822a2e706';
  src: url('../fonts/eras-light-5871822a2e706.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Eras 5871820c913a2';
  src: url('../fonts/eras-bold-5871820c913a2.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Eras book 587181c4d21d4';
  src: url('../fonts/eras-book-587181c4d21d4.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}