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

h1 {
  margin: 10px;
  font-family: Neuemontreal, sans-serif;
  color: #fff;
  font-size: 30vw;
  line-height: 250px;
  font-weight: 700;
  letter-spacing: -8px;
  text-transform: uppercase;
}

h2 {
  margin: 10px;
  font-family: Neuemontreal, sans-serif;
  color: #fff;
  font-size: 13vw;
  line-height: 85%;
  font-weight: 700;
  text-transform: uppercase;
}

h3 {
  margin: 10px;
  font-family: Neuemontreal, sans-serif;
  color: #fff;
  font-size: 10vw;
  line-height: 100%;
  font-weight: 700;
}

h4 {
  margin: 10px;
  font-family: Neuemontreal, sans-serif;
  color: #fff;
  font-size: 5vw;
  line-height: 90%;
  font-weight: 700;
}

h5 {
  margin: 2px 10px;
  font-family: Neuemontreal, sans-serif;
  color: #fff;
  font-size: 3vw;
  line-height: 100%;
  font-weight: 700;
  text-decoration: none;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Neuemontreal, sans-serif;
  color: #646464;
  font-size: 2vw;
  line-height: 100%;
  font-weight: 400;
}

p {
  margin-bottom: 10px;
  font-family: Neuemontreal, sans-serif;
}

img {
  display: inline-block;
  max-width: 100%;
}

.lottie-animation {
  width: 300px;
}

.lottie-animation._2 {
  width: 100vw;
}

.body {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #fff;
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

.lottie-animation-2 {
  width: 100vw;
}

.div-block {
  width: 800px;
  padding: 0px;
  background-color: #ffa2a2;
}

.lottie-animation-3 {
  background-color: #522c2c;
}

.lottie-animation-4 {
  width: 50vw;
}

.html-embed {
  width: 100vw;
  height: 100vh;
}

.lottie-animation-5 {
  width: 500px;
}

.content {
  width: 100vw;
  height: 100vh;
}

.canvas {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 100%;
  height: 100vh;
}

.heading {
  position: absolute;
  bottom: 25px;
  margin: 0px auto 35px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 22px;
  text-transform: uppercase;
}

.image {
  position: fixed;
  left: auto;
  top: 30px;
  right: auto;
  bottom: auto;
  width: 100px;
}

.loading-page {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 300;
  display: none;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.div-block-3 {
  width: 100%;
  height: 100vh;
  background-color: #a50d0d;
}

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

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #040404;
}

.viral {
  color: #fff;
  line-height: 80%;
  letter-spacing: -3px;
}

.somos {
  color: #fff;
  font-weight: 300;
}

.t_somos_preloader {
  font-size: 3vw;
  font-weight: 300;
  text-align: center;
  text-transform: none;
}

.texto-tm {
  margin-bottom: 191px;
}

.section {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero_viral {
  display: none;
  overflow: hidden;
  width: 100%;
  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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #040404;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#040404), to(#242424));
  background-image: linear-gradient(0deg, #040404, #242424);
}

.contenedor {
  position: absolute;
  z-index: 1;
  max-width: 100%;
  margin: 50px;
  padding: 15px;
}

.contenedor.preload {
  position: absolute;
  z-index: 2;
  display: block;
  -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;
}

.contenedor.plantas {
  position: absolute;
  left: -3%;
  top: -8%;
  right: 0%;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contenedor.audiovisual {
  position: absolute;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contenedor.contenido {
  position: absolute;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contenedor.footer {
  max-width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 5px;
  background-color: rgba(18, 18, 18, 0);
}

.contenedor.estudio-creativo {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 5%;
  z-index: 5;
  margin-bottom: 0px;
}

.contenedor.menu {
  position: static;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 5px;
}

.t_desliza {
  margin-left: 10px;
  color: #b3b3b3;
  font-size: 1.3vw;
  text-align: center;
}

.t_desliza.gris {
  font-family: Neuemontreal, sans-serif;
  color: #646464;
}

.div-principal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.div-principal.websites-final {
  background-color: rgba(4, 4, 4, 0);
}

.div-principal.gris {
  background-color: #fbfbfb;
}

.div-principal.lottie {
  height: 200vh;
  background-color: #fff;
}

.div-secundario {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.t_viral {
  margin-top: 90px;
  margin-bottom: 90px;
  color: transparent;
}

.t_estudio-creativo {
  font-size: 3.2vw;
  text-align: right;
}

.t_estudio-creativo.home {
  margin-right: 0px;
  font-size: 2vw;
  line-height: 100%;
  text-align: center;
  letter-spacing: 0px;
  text-transform: none;
}

.t_viral_preloader {
  display: none;
}

.s_websites {
  width: 100%;
  height: 500vh;
}

.sticky-div {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  background-color: #fbfbfb;
}

.sticky-div._2 {
  background-color: #fafafa;
}

.t_ayudamos-a-tu-marca {
  text-align: center;
  letter-spacing: 1px;
}

.plantas {
  position: absolute;
  width: 100%;
  height: 100vh;
  max-width: none;
}

.plantas._1 {
  z-index: 3;
}

.plantas._2 {
  z-index: 2;
}

.plantas._3 {
  z-index: 1;
}

.pantallas {
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 100vh;
  max-width: none;
  background-image: url('../images/01_Websites_1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.pantallas._2 {
  bottom: -3px;
  background-image: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.pantallas._2.movil {
  display: none;
}

.pantallas._1 {
  display: none;
}

.t_futuro {
  font-size: 4vw;
  text-align: center;
}

.t_dar-un-paso {
  text-align: center;
  letter-spacing: 1px;
}

.t_titulos {
  z-index: 6;
  margin-bottom: 0px;
  color: #e8a12f;
  font-size: 5vw;
}

.t_titulos._2 {
  font-size: 5vw;
  line-height: 130%;
}

.t_titulos.filtros {
  margin-left: 0px;
  color: #fff;
  font-size: 6vw;
}

.contenedor-titulos {
  position: absolute;
  left: 0%;
  top: 3%;
  right: auto;
  bottom: auto;
  z-index: 6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  margin-top: 100px;
  margin-bottom: 100px;
  padding-left: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contenedor-titulos._2 {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 8;
  display: block;
  max-width: 100%;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.st_subtitulos {
  margin-top: 0px;
  color: #040404;
  font-size: 2vw;
}

.st_subtitulos.filtros {
  margin-top: 10px;
  margin-left: 0px;
  color: #f8ecec;
  font-size: 2.3vw;
  font-weight: 500;
}

.st_subtitulos.filtros.click {
  margin-bottom: 10px;
  margin-left: 0px;
  color: #fff;
  font-size: 1.5vw;
}

.s_calendario {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  z-index: 1;
  width: 100%;
  height: 100vh;
}

.d_virus-footer-black {
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

.div-block-6 {
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  z-index: 1;
  width: 100%;
  height: 100vh;
}

.celulares-lottie {
  width: 100%;
  height: 100%;
}

.celulares-lottie._2 {
  position: absolute;
  z-index: 20;
}

.celulares-lottie._2.vertical {
  display: none;
}

.lottie-animation-7 {
  width: 100%;
  height: 100%;
}

.div-celulares {
  display: block;
  width: 100%;
  height: 650vh;
}

.div-celulares._2 {
  display: block;
  height: 1000vh;
}

.body-2 {
  background-color: #fbfbfb;
}

.contenedor-nuevas-tecnologias {
  position: relative;
  bottom: 10%;
  z-index: 1;
  max-width: none;
}

.contenedor-nuevas-tecnologias._2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 50;
}

.grid {
  margin-right: 56px;
  margin-left: 5%;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid._2 {
  margin-right: 10%;
  margin-left: 10%;
}

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

.link-tecnologias._1 {
  display: block;
}

.texto-botones {
  margin-top: 0px;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #000;
  font-size: 2vw;
  text-align: left;
  text-decoration: none;
}

.texto-botones:hover {
  color: #040404;
}

.texto-botones._1 {
  color: #242424;
  font-size: 2.1vw;
}

.texto-botones._1:hover {
  color: #000;
}

.texto-botones._2 {
  color: #242424;
  font-size: 2.1vw;
  text-align: center;
}

.texto-botones._3 {
  color: #242424;
  font-size: 2.1vw;
  text-align: right;
}

.transicion-negro {
  width: 100%;
  height: 50vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#040404));
  background-image: linear-gradient(180deg, #fbfbfb, #040404);
}

.div_reel {
  width: 100%;
  height: 300vh;
  background-color: #040404;
}

.background-color {
  display: none;
  width: 100%;
  height: 100vh;
  background-color: #040404;
}

.background-holder {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100vh;
}

.background {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100vh;
  background-color: #040404;
}

.s_reel {
  display: block;
  width: 100%;
  height: 1000vh;
  background-color: #000;
}

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

.lottie-animation-8 {
  width: 100%;
  height: 100vh;
}

.texto-reel {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.background-video-reel {
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.background-video-reel.mobil {
  display: none;
}

.wrap {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -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;
}

.t_reel_png_blanco {
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 100vh;
  background-color: #fff;
}

.html-embed-3 {
  position: absolute;
  z-index: 1;
  display: none;
  width: 100%;
  height: 100vh;
}

.fondo-reel-blanco {
  position: absolute;
  z-index: 3;
  width: 90%;
  height: 50vh;
  background-color: #fbfbfb;
}

.youtube {
  position: absolute;
  z-index: 1;
  display: block;
  height: 100vh;
}

.fondo-reel-negro {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100vh;
  background-color: #000;
}

.t_reel_png_transparente {
  position: absolute;
  z-index: 4;
  width: 100%;
  height: 100vh;
}

.s_final {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/03_Footer-Fondo-Virus.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.s_final.contacto {
  background-image: url('../images/Contacto.jpg');
}

.div-textos-reel {
  position: absolute;
  z-index: 7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-textos-reel.audiovisual {
  z-index: 2;
}

.div-textos-reel.increible-contenido {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
}

.t_increible-contenido {
  position: absolute;
  z-index: 2;
  font-size: 4.5vw;
  text-align: center;
}

.t_increible-contenido._1 {
  font-size: 3.5vw;
}

.t_audiovisual {
  text-align: center;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -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;
}

.t_somos-un-estudio-copy {
  text-align: center;
}

.audiovisual {
  width: 100%;
  height: 100vh;
  max-width: none;
}

.div-boton-reel {
  position: absolute;
  z-index: 200;
  width: 100%;
  height: 100vh;
}

.div-boton-reel._2 {
  z-index: 200;
  display: block;
}

.contenedor-boton {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  max-width: 100%;
  padding-right: 3%;
  padding-bottom: 5%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.contenedor-boton.celulares {
  padding-bottom: 110px;
}

.boton {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #fafafa;
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
}

.boton:hover {
  background-color: #040404;
}

.virus-boton {
  width: 50px;
  height: 50px;
  max-width: none;
}

.boton-flick {
  position: absolute;
  z-index: 0;
  border-radius: 50px;
  background-color: #f34d2d;
}

.mira-nuestro-reel {
  position: absolute;
  display: block;
  width: 110px;
  max-width: none;
}

.div-mano {
  position: absolute;
  z-index: 15;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -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;
}

.mano {
  height: 100vh;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.background-video-stopmotion {
  position: absolute;
  z-index: 5;
  display: none;
  width: 100%;
  height: 100vh;
  -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;
  box-shadow: 4px 4px 20px 3px #000;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-boton-stopmotion {
  position: absolute;
  z-index: 200;
  width: 100%;
  height: 100vh;
}

.stopmotion-lottie {
  position: absolute;
  z-index: 14;
  width: 100%;
  height: 100%;
  box-shadow: 4px 4px 20px 3px #000;
}

.stopmotion-lottie.movil {
  display: none;
}

.ipad {
  position: absolute;
  z-index: 6;
  display: none;
  width: 100%;
  height: 100vh;
  margin-bottom: 0px;
  background-image: url('../images/02_Tablet_min.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.ipad.imagen {
  display: block;
  overflow: auto;
  background-image: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.macbook {
  position: absolute;
  z-index: 6;
  display: none;
  width: 100%;
  height: 100vh;
  margin-bottom: 0px;
  background-image: url('../images/03_MacBook_min.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.macbook.imagen {
  display: block;
  background-image: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.d_footer {
  position: absolute;
  z-index: 8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.c_redes {
  display: none;
  max-width: 100%;
  margin-top: 20px;
  margin-bottom: 30px;
}

.i_viral-hero {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100vh;
  background-image: url('../images/01_Viral-Base_min.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.i_viral-hero._1 {
  width: 100%;
  height: 100vh;
  background-image: url('../images/01_Viral-Base_small_min.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.i_viral-hero._2 {
  background-image: url('../images/02_Viral-Esfera_min.png');
}

.i_viral-hero._3 {
  background-image: url('../images/03_Viral-Esfera_min.png');
}

.i_viral-hero._4 {
  background-image: url('../images/04_Viral-Esfera_min.png');
}

.i_viral-hero._5 {
  background-image: url('../images/05_Viral-Esfera_min.png');
}

.i_viral-hero._6 {
  background-image: url('../images/06_Viral-Esfera_min.png');
}

.separador-final {
  display: none;
  height: 10vh;
  background-color: #000;
}

.grid-redes {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-2 {
  max-width: 50px;
}

.image-2:hover {
  background-image: url('../images/Instagram-Hover_min.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.d_redes {
  width: 50px;
  height: 50px;
  background-image: url('../images/Instagram_min.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.d_redes:hover {
  background-image: url('../images/Instagram-Hover_2.png');
}

.d_redes.ig {
  background-image: url('../images/Instagram_min.png');
  background-position: 50% 50%;
  background-size: cover;
}

.d_redes.ig:hover {
  background-image: url('../images/Instagram-Hover_2.png');
  background-position: 50% 50%;
  background-size: cover;
}

.d_redes.be {
  background-image: url('../images/Behance_min.png');
  -webkit-transition-duration: 600ms;
  transition-duration: 600ms;
}

.d_redes.be:hover {
  background-image: url('../images/Behance-Hover_2.png');
}

.d_redes.ig {
  -webkit-transition-duration: 600ms;
  transition-duration: 600ms;
}

.container {
  position: absolute;
  z-index: 10;
  margin-top: 0px;
}

.container.trabajemos {
  overflow: hidden;
}

.t_footer {
  margin-top: 0px;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  color: #b3b3b3;
  font-size: 2vw;
  line-height: 80px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: none;
}

.t_footer:hover {
  color: #e8a12f;
}

.t_footer.contacto {
  text-transform: none;
}

.t_footer.listos {
  font-weight: 700;
  letter-spacing: 0px;
  text-transform: none;
}

.link-block {
  font-family: Neuemontreal, sans-serif;
  text-decoration: none;
  cursor: pointer;
}

.fondo-negro {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100vh;
  background-color: #000;
}

.fondo-blanco {
  position: absolute;
  z-index: 19;
  width: 100%;
  height: 100vh;
  background-color: #fbfbfb;
}

.background-video {
  display: none;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.background-video._2 {
  display: none;
}

.virus-footer {
  position: absolute;
  z-index: 1;
  display: none;
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}

.button {
  display: none;
  width: 250px;
  margin-top: 30px;
  margin-bottom: 30px;
  border-radius: 50px;
  background-color: #2e5a4c;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  font-family: Neuemontreal, sans-serif;
  font-size: 1.5vw;
  line-height: 100%;
  font-weight: 400;
  text-align: center;
}

.button:hover {
  background-color: #242424;
  color: #e8a12f;
}

.d_footer-ff {
  position: absolute;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.grid-footer {
  overflow: hidden;
  width: 100vw;
  padding-right: 55px;
  padding-left: 55px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -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;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.viral-logo {
  width: 90px;
  height: 44px;
  margin: 0px 15px 0px 0px;
  padding: 0px;
  background-image: url('../images/01_Viral-Menu-Logo_Small_min.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}

.viral-logo:hover {
  background-image: url('../images/02_Viral-Menu-Logo_Hover_Small_min.png');
}

.viral-logo.menu {
  width: 80px;
  height: 35px;
  margin: 0px;
  background-image: url('../images/01_Viral-Menu-Logo_Small_min.png');
}

.viral-logo.menu:hover {
  background-image: url('../images/02_Viral-Menu-Logo_Hover_Small_min.png');
}

.div-redes-footer {
  width: 30px;
  height: 30px;
  margin: 15px;
  background-image: url('../images/IG_Icon_min.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}

.div-redes-footer:hover {
  background-image: url('../images/IG_Icon_Hover_min.png');
}

.div-redes-footer.ig {
  display: none;
  width: 25px;
  height: 25px;
}

.div-redes-footer.fb {
  display: none;
  width: 25px;
  height: 25px;
  background-image: url('../images/FB_Icon_min.png');
}

.div-redes-footer.fb:hover {
  background-image: url('../images/FB_Icon_Hover_min.png');
}

.div-redes-footer.be {
  display: none;
  width: 40px;
  height: 25px;
  background-image: url('../images/BE_Icon_min.png');
}

.div-redes-footer.be:hover {
  background-image: url('../images/BE_Icon_Hover_min.png');
}

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

.text-block-2 {
  font-family: Neuemontreal, sans-serif;
}

.t_titulo-footer {
  color: #646464;
  font-size: 1.4vw;
  text-align: right;
}

.t_email-footer {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  color: #fff;
  font-size: 1.4vw;
  text-align: right;
}

.t_email-footer:hover {
  color: #e8a12f;
}

.container-2 {
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin-top: 10%;
  padding-right: 15px;
  padding-left: 15px;
  -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;
}

.i_tresvirus {
  position: absolute;
  z-index: 40;
  display: none;
  width: 50vw;
  -o-object-fit: contain;
  object-fit: contain;
}

.i_tresvirus.prendidos {
  z-index: 2;
  display: block;
  height: auto;
  opacity: 0;
}

.i_tresvirus.apagados {
  z-index: 1;
  display: block;
}

.d_trabajemos {
  position: absolute;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -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;
}

.link-block-3 {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: auto;
}

.d_virus {
  position: absolute;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 440px;
  margin-top: 384px;
  -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;
}

.d_menu {
  position: fixed;
  top: 0%;
  z-index: 180;
  width: 100%;
  height: 44px;
  padding-top: 0px;
  background-color: rgba(0, 0, 0, 0.85);
}

.d_menu.blur {
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.07);
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

.div-boton-tecnologias {
  position: absolute;
  z-index: 200;
  display: block;
  width: 100%;
  height: 100vh;
}

.link-block-contacto-virus {
  width: 50vw;
  height: 440px;
  max-width: 100%;
}

.t_menu {
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  font-family: Neuemontreal, sans-serif;
  color: #fff;
  font-size: 1vw;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.t_menu:hover {
  color: #e8a12f;
}

.t_menu.w--current {
  color: #b3b3b3;
}

.t_menu.dropdown {
  text-align: right;
}

.grid-menu {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -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;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.loader-video {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  height: 100vh;
}

.dropdown-toggle {
  padding: 0px;
}

.dropdown-toggle.w--open {
  height: 20px;
}

.text-block-3 {
  color: #fff;
}

.icon {
  display: none;
}

.dropdown-list {
  background-color: rgba(0, 0, 0, 0.85);
}

.dropdown-list.w--open {
  color: #fff;
}

.dropdown-link {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 34px;
  padding-top: 10px;
  padding-right: 20px;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  font-family: Neuemontreal, sans-serif;
  color: #fff;
  font-size: 1vw;
  font-weight: 700;
  text-align: right;
  text-transform: uppercase;
}

.dropdown-link:hover {
  color: #e8a12f;
}

.dropdown-link.w--current {
  color: #e8a12f;
}

.dropdown-link.filtros {
  display: none;
}

.s_contacto {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: none;
  width: 100%;
  height: 800px;
  padding-top: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  background-image: url('../images/background-xl_min.png');
  background-position: 100% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.s_contacto._2 {
  height: 750px;
  padding-top: 45px;
  background-color: #000;
  background-image: none;
}

.grid-nosotros {
  width: 100%;
  margin-top: 50px;
  margin-right: 25px;
  margin-left: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: start;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-column-gap: 15px;
  grid-row-gap: 100px;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.grid-nosotros._2 {
  margin-top: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.d_virus-logo {
  width: auto;
  height: auto;
  margin-top: -57px;
}

.s_video-hero {
  width: 100%;
  height: 100vh;
  background-color: #000;
}

.videowrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}

.div_embed {
  width: 100%;
  height: 100vh;
}

.hero_viral_2 {
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

.hero_viral_2.luz {
  display: none;
}

.hero-parallax {
  position: absolute;
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero-parallax.frente {
  z-index: 2;
}

.hero-parallax.fondo {
  z-index: 1;
}

.hero-parallax.objeto {
  z-index: 3;
}

.hero-parallax.json {
  position: absolute;
  top: 10%;
  z-index: 4;
  width: 250px;
  height: auto;
}

.hero-parallax.json.humo {
  top: 22%;
  right: 8.5vw;
  width: 610px;
  height: auto;
}

.hero-parallax.json.humo.embed {
  right: 25%;
  display: none;
  width: auto;
}

.d_logo {
  width: 450px;
  height: 240px;
  max-width: 100%;
  background-image: url('../images/01_Viral-Menu-Logo_min.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}

.d_logo:hover {
  background-image: url('../images/01_Viral-Menu-Logo_Hover_min.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.i_viral-logo {
  position: absolute;
  width: 450px;
  height: 220px;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.i_viral-logo.prendido {
  z-index: 2;
  width: 35vw;
  height: auto;
}

.i_viral-logo.apagado {
  z-index: 1;
  width: 35vw;
  height: auto;
}

.d_quienes-somos {
  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;
}

.t_somos {
  margin-bottom: 25px;
  margin-left: 0px;
  font-size: 3vw;
  line-height: 100%;
  text-align: center;
  letter-spacing: 0px;
  text-transform: none;
}

.t_somos.clientes {
  color: #fff;
}

.t_somos.clientes.negro {
  color: #383838;
}

.t_somos_2 {
  margin: 20px 10px 10px 0px;
  font-family: Neuemontreal, sans-serif;
  color: #b3b3b3;
  font-size: 1.5vw;
  line-height: 130%;
  font-weight: 500;
  letter-spacing: 0px;
  text-transform: none;
}

.t_somos_2.clientes {
  color: #b3b3b3;
}

.t_somos_2.clientes._2 {
  color: #383838;
  text-align: center;
}

.t_somos_2._1 {
  margin-top: 0px;
  text-align: center;
}

.container-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin: 120px 50px 0px;
  padding-right: 39px;
  padding-left: 39px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-3.premios {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-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;
}

.s_contacto-textos {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #040404;
}

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

.heading-4 {
  margin-top: 95px;
  color: #b3b3b3;
  font-size: 5vw;
  text-align: left;
}

.t_hacemos {
  display: none;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  font-family: Neuemontreal, sans-serif;
  color: #fff;
  font-size: 3vw;
  line-height: 100%;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.t_hacemos:hover {
  color: #e8a12f;
}

.t_hacemos.grid {
  display: block;
  margin-top: 40px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  text-align: left;
}

.t_aclaraciones {
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  font-family: Neuemontreal, sans-serif;
  color: #e8a12f;
  font-size: 1.5vw;
  line-height: 100%;
  font-weight: 400;
  text-decoration: none;
}

.t_aclaraciones:hover {
  color: #fff;
}

.t_aclaraciones.lo-dem-s {
  display: none;
  margin-top: 25px;
  color: #fff;
}

.t_aclaraciones.lo-dem-s:hover {
  color: #e8a12f;
}

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

.grid-cleintes {
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: start;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.container-clientes {
  max-width: 100%;
  margin: 80px;
}

.d_titulos-clientes {
  text-align: center;
}

.t_clientes {
  color: #e8a12f;
  font-size: 5vw;
  text-align: left;
}

.d_clientes {
  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;
}

.c_loop {
  position: static;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  height: 350px;
  background-color: #040404;
}

.wrapper_loop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-top: 60px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content-holder {
  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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.loop-texto {
  margin-right: 30px;
  color: #fff;
  font-size: 65px;
  line-height: 100px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

.logo-clientes {
  max-width: 180%;
}

.i_fondos-grid-hacemos {
  width: 300px;
  height: 300px;
  border-radius: 20px;
}

.d_json-hero {
  position: absolute;
  z-index: 6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -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;
}

.d_grid_hacemos {
  width: 300px;
}

.d_grid_hacemos.dise-o-web {
  width: 100%;
  height: 100%;
}

.d_grid_hacemos.narrativas {
  width: 100%;
  height: 100%;
}

.d_grid_hacemos.video {
  background-image: none;
}

.d_grid_hacemos.stopmotion {
  width: 100%;
  height: 100%;
}

.grid_hacemos {
  width: 100%;
  height: 540px;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.d_grid-servicios {
  width: 100%;
  height: auto;
  padding-top: 2px;
  padding-bottom: 9px;
  background-color: #000;
}

.hero-parallax-luz {
  position: absolute;
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero-parallax-luz.frente {
  z-index: 2;
}

.hero-parallax-luz.fondo {
  z-index: 1;
}

.hero-parallax-luz.objeto {
  z-index: 3;
}

.hero-parallax-luz.json {
  position: absolute;
  top: 10%;
  z-index: 4;
  display: block;
  width: 250px;
  height: auto;
}

.hero-parallax-luz.json.humo {
  top: 22%;
  right: 24.8vw;
  width: 210px;
  height: auto;
}

.hero-parallax-luz.json.embed {
  display: none;
}

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

.hero-parallax-botella {
  position: absolute;
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero-parallax-botella.frente {
  z-index: 2;
}

.hero-parallax-botella.fondo {
  z-index: 1;
}

.hero-parallax-botella.objeto {
  position: static;
  z-index: 3;
}

.hero-parallax-botella.json {
  position: absolute;
  top: 10%;
  z-index: 4;
  width: 250px;
  height: auto;
}

.hero-parallax-botella.json.humo {
  top: 22%;
  right: 24.8vw;
  width: 210px;
  height: auto;
}

.d_hero-botella {
  position: absolute;
  z-index: 3;
  width: auto;
  height: auto;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -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;
}

.html-embed-4 {
  width: 100%;
  height: 100%;
}

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

.slide-nav {
  display: none;
}

.slide-arrow {
  width: 18px;
}

.speaker-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 101%;
  margin-right: auto;
  margin-left: auto;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.speaker-image.four {
  background-image: url('../images/4_-Carnaval-min.jpg');
  background-position: 50% 0%;
}

.speaker-image.five {
  width: 101%;
  background-image: url('../images/5_-Google-Waze-y-Moovit-min.jpg');
  background-position: 0% 0%;
}

.speaker-image.one {
  background-image: url('../images/edutransformaciontentativotentativo-min.png');
}

.speaker-image.one._1 {
  background-image: url('../images/edutransformaciontentativotentativo_1.jpg');
}

.speaker-image.one._2 {
  background-image: url('../images/asonofmantentativo_1.jpg');
}

.speaker-image.one._3 {
  background-image: url('../images/jkplertentativo_1.jpg');
}

.speaker-image.one._4 {
  background-image: url('../images/voltatentativo_1.jpg');
}

.speaker-image.one._5 {
  background-image: url('../images/paracasfilmstentativo_1.jpg');
}

.speaker-image.two {
  background-image: url('../images/2_-Rico-Active-Woman-min.jpg');
}

.speaker-image.three {
  margin-right: 0px;
  background-image: url('../images/3_-Que-viva-mi-familia-min.jpg');
  background-position: 100% 0%;
}

.speaker-name {
  position: relative;
  z-index: 10;
  height: 240px;
  margin-left: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 55px;
  line-height: 60px;
  letter-spacing: -5px;
}

.link-sport {
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  font-family: Montserrat, sans-serif;
  color: #e8a12f;
  text-decoration: none;
}

.link-sport:hover {
  color: #fff;
}

.speaker-slide {
  height: 80vh;
}

.speaker-info {
  max-width: 500px;
  margin-bottom: 36px;
}

.speaker-arrow {
  left: auto;
  top: auto;
  right: 5vw;
  bottom: 20vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.04);
  border-radius: 100px;
  background-color: #1e2029;
}

.speaker-arrow.left {
  left: auto;
  right: 5vw;
  bottom: 20vw;
  margin-right: 72px;
  padding-top: 0px;
}

.speaker-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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;
  background-color: transparent;
}

.speaker-slide-mask {
  overflow: visible;
  width: 33.33%;
}

.slide-image {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 65vh;
  -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;
}

.button-2 {
  display: none;
  padding: 14px 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 100px;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.section-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-3.home-hero-section {
  overflow: hidden;
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  padding: 0px 0vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #000;
}

.speaker-slide-content {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  padding-bottom: 36px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.speakers-hero-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -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;
}

.clip-text {
  overflow: hidden;
}

.clip-text.speaker-headding {
  margin-top: -48px;
  margin-bottom: 36px;
}

.body-display {
  color: #8a94a6;
  line-height: 1.55em;
}

.body-display.large {
  color: #838383;
  font-size: 18px;
  line-height: 1.6em;
}

.speaker-image-cover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  background-image: url('../images/Virus-Websites-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
  cursor: pointer;
}

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

.section-4 {
  height: 10vh;
  background-color: #000;
}

.video {
  position: static;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(111deg, rgba(0, 0, 0, 0.05), hsla(0, 0%, 100%, 0.25) 52%, hsla(0, 0%, 100%, 0) 76%);
}

.video.water-fall {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  background-image: none;
}

.video.road {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  background-image: none;
}

.video.front {
  overflow: hidden;
  background-image: none;
}

.blog-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  -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;
}

.text-block-4 {
  position: relative;
  overflow: visible;
  width: 50%;
  height: auto;
  margin-top: 5vh;
  margin-left: 0%;
  padding-top: 0vh;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.background-video-2 {
  width: 100%;
  height: 698px;
  border-radius: 20px;
}

.device {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-image: url('../images/Phone-1-1.png');
  background-size: cover;
}

.video-blog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 140px;
  height: 140px;
  margin-right: 0px;
  padding-left: 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;
  border-radius: 8px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), to(rgba(0, 0, 0, 0.31))), url('../images/01_Captura-de-pantalla-2021-07-04-a-las-20.46.41-min.png');
  background-image: linear-gradient(180deg, transparent 80%, rgba(0, 0, 0, 0.31)), url('../images/01_Captura-de-pantalla-2021-07-04-a-las-20.46.41-min.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  -webkit-filter: saturate(149%);
  filter: saturate(149%);
  cursor: pointer;
}

.video-blog.laos {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), to(rgba(0, 0, 0, 0.31))), url('../images/Mermelada1.png');
  background-image: linear-gradient(180deg, transparent 80%, rgba(0, 0, 0, 0.31)), url('../images/Mermelada1.png');
  background-position: 0px 0px, 50% 50%;
  background-repeat: repeat, no-repeat;
  -webkit-filter: none;
  filter: none;
}

.video-blog.road {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), to(rgba(0, 0, 0, 0.31))), url('../images/Oreo.png');
  background-image: linear-gradient(180deg, transparent 80%, rgba(0, 0, 0, 0.31)), url('../images/Oreo.png');
  background-position: 0px 0px, 50% 50%;
  -webkit-filter: saturate(114%);
  filter: saturate(114%);
}

.story {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  display: none;
  padding: 42px 30px;
  -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;
  background-image: none;
}

.story.front {
  z-index: 9;
  margin-top: 6%;
  padding-right: 50px;
  padding-bottom: 18px;
  padding-left: 50px;
  background-image: none;
}

.story.front._1 {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10;
}

.story.front._2 {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10;
  display: none;
}

.story.front._3 {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10;
  display: none;
}

.cc-small {
  margin-top: 0px;
  margin-bottom: 0px;
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 9px;
  line-height: 8px;
  text-align: left;
}

.cc-junbo-h1 {
  color: #fff;
  font-size: 56px;
  line-height: 80px;
  font-weight: 800;
}

.dot-top {
  width: 8px;
  height: 8px;
  margin-right: 10px;
  border-radius: 50%;
  background-color: transparent;
  cursor: pointer;
}

.dot-top.last {
  margin-right: 0px;
}

.device-blur {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: none;
  width: 94%;
  margin-top: 6%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  border-radius: 16% 16% 0px 0%;
  background-color: #121212;
  box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.25);
  opacity: 0.76;
}

.video-blog-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  margin-top: 10px;
}

.like {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  cursor: pointer;
}

.video-wrap {
  position: relative;
  overflow: visible;
  width: 100%;
  height: 100%;
}

.user-block {
  position: static;
  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;
}

.like-wrap {
  position: relative;
  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;
}

.dot-time {
  width: 8px;
  height: 8px;
  margin-right: 10px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
}

.dot-time.last {
  margin-right: 0px;
}

.dot-time.active {
  background-color: #1e90ff;
}

.video-blog-wrap {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0vh;
  margin-bottom: 5vh;
  padding-left: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.hero-section {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 90%;
  height: 100vh;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.video-block {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-top: 6%;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 20px 20px 80px 80px;
}

.video-mock-up {
  position: relative;
  right: 1%;
  bottom: 2%;
  overflow: hidden;
  width: 370px;
  height: 740px;
  -o-object-fit: fill;
  object-fit: fill;
}

.user-wrap {
  display: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.user-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.user-photo {
  width: 120px;
  height: 120px;
  min-height: 120px;
  min-width: 120px;
  border-radius: 12px;
  background-image: url('../images/mor-and-ilya-2-2.png');
  background-position: 0px 0px;
  background-size: cover;
  -o-object-fit: fill;
  object-fit: fill;
}

.user-photo.small {
  width: 30px;
  height: 30px;
  min-height: 30px;
  min-width: 30px;
  margin-right: 10px;
}

.time-line {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.active-blog {
  position: absolute;
  z-index: -1;
  width: 104%;
  height: 104%;
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffc362), to(#ffc362));
  background-image: linear-gradient(180deg, #ffc362, #ffc362);
  box-shadow: 1px 1px 15px 0 rgba(0, 0, 0, 0.25);
}

.like-full {
  position: absolute;
  display: none;
  overflow: visible;
}

.bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-image: url('../images/01_Captura-de-pantalla-2021-07-04-a-las-20.46.41-min.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-filter: brightness(80%) saturate(175%) blur(5px);
  filter: brightness(80%) saturate(175%) blur(5px);
}

.bg.waterfall {
  z-index: -1;
  background-image: url('../images/Mermelada1.png');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-filter: brightness(80%) saturate(120%) blur(5px);
  filter: brightness(80%) saturate(120%) blur(5px);
}

.bg.road {
  z-index: -1;
  background-image: url('../images/Oreo.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-filter: brightness(80%) saturate(120%) blur(5px);
  filter: brightness(80%) saturate(120%) blur(5px);
}

.pop-up-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999999;
  display: block;
  width: 100%;
  height: 100vh;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-color: rgba(18, 18, 18, 0.8);
}

.pop-up-2:hover {
  box-shadow: none;
}

.video-container-02 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100em;
  max-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.close-2 {
  position: static;
  left: auto;
  top: 24px;
  right: 24px;
  bottom: auto;
  margin-bottom: 20px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  cursor: pointer;
}

.close-2:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.social-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.soacial-wrap {
  width: 20%;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #121212;
  text-align: center;
}

.heding-wrap {
  margin-bottom: 0px;
  margin-left: 40px;
  text-align: left;
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wraper {
  position: static;
  width: 100%;
  max-width: none;
  margin-top: 80px;
  padding-top: 0px;
}

.header-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 40px;
  -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;
}

.paragraph {
  color: #939393;
  font-size: 16px;
  line-height: 28px;
}

.paragraph.big {
  font-size: 18px;
  line-height: 32px;
}

.container-home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.divider {
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #333;
}

.icon-2 {
  display: block;
  margin-right: 9px;
  padding: 0px 4px 4px;
}

.heading-5 {
  display: none;
}

.heading-6 {
  display: none;
}

.heading-7 {
  display: none;
}

.image-3 {
  width: 35px;
}

.icon-3 {
  width: 20px;
  margin-left: 7px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #646464;
}

.filled-heading {
  position: absolute;
  z-index: 99;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 12em;
  line-height: 1.3em;
  font-weight: 600;
  text-align: center;
}

.background-video-3 {
  z-index: 1;
  width: 100%;
  height: 100%;
}

.nav-outer-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -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;
  color: #fff;
}

.c-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 5;
  overflow: hidden;
}

.bg-video-border-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  border-style: solid;
  border-width: 8vw 15vw;
  border-color: #000;
}

.s-main {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  min-height: 200vh;
  -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: #040404;
}

.bg-video-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.outline-heading {
  position: absolute;
  z-index: 99;
  margin-top: 0px;
  margin-bottom: 0px;
  color: transparent;
  font-size: 12em;
  line-height: 1.3em;
  font-weight: 600;
  text-align: center;
}

.nav-bottom {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}

.nav-wrapper {
  width: 33%;
}

.nav-wrapper.mid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 25px;
  line-height: 1.3em;
  font-weight: 500;
}

.nav-wrapper.right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-weight: 500;
}

.nav-wrapper.left {
  font-weight: 500;
}

.bg-video-inner-wrapper {
  width: 100vw;
  height: 100vh;
}

.sun-icon {
  position: absolute;
  z-index: 99;
  width: 35vw;
  opacity: 0;
}

.div-block-12 {
  width: 100%;
  height: 50vh;
  background-color: #040404;
}

.s_black-home {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

.i_home {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}

.i_home.movil {
  display: none;
}

.c_loop-premios {
  position: static;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  height: 260px;
}

.wrapper_loop-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  padding-top: 55px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.logo-clientes-2 {
  width: 1800px;
  max-width: none;
}

.container-5 {
  max-width: 100%;
  margin-right: 55px;
  margin-left: 55px;
}

.icon-4 {
  color: #fff;
}

.icon-4:hover {
  color: #e8a12f;
}

.dropdown-toggle-2 {
  padding-right: 20px;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -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;
}

.navbar {
  position: fixed;
  top: 0%;
  z-index: 1000;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.9);
}

.dropdown-list-2 {
  background-color: #000;
}

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

.d_virus-final {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.i_virus-final {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}

.i_virus-final.vertical {
  display: none;
}

.d_virus-final-2 {
  position: absolute;
  z-index: 0;
}

.d_virus-final-2.hover {
  z-index: 4;
  text-transform: none;
}

.i_virus-hover {
  z-index: 1;
  width: 720px;
  padding-bottom: 27px;
}

.i_virus-hover.hover {
  width: auto;
  height: 100vh;
  max-height: 100%;
  padding-bottom: 0px;
  -o-object-fit: fill;
  object-fit: fill;
}

.s_web-general {
  display: none;
  width: 100%;
  height: 100vh;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -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;
}

.mobile-wrapper {
  height: auto;
}

.mobile-container {
  position: absolute;
  left: -1.8em;
  right: -1.8em;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.iframe-code {
  position: static;
  z-index: 2;
  width: 900px;
  height: 500px;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.shadow {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  box-shadow: 0 90px 80px -40px rgba(0, 0, 0, 0.83);
}

.image-7 {
  display: none;
}

.div-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-6 {
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.grid-2 {
  padding-right: 50px;
  padding-left: 50px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.slider-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.div-block-19 {
  width: 100%;
  height: auto;
}

.div-block-19.galeria {
  display: none;
  text-decoration: none;
}

.slider-container {
  overflow: visible;
  width: 100%;
  height: auto;
  padding-top: 20px;
  padding-right: 40px;
  padding-left: 40px;
}

.h2_titulos {
  display: block;
  font-family: Montserrat, sans-serif;
  font-size: 2.5vw;
  line-height: 100%;
  font-weight: 700;
  text-align: center;
}

.h2_titulos.galeria {
  display: block;
  color: #30b4af;
  text-align: left;
  text-decoration: none;
}

.lightbox-link-7 {
  position: static;
  z-index: 2;
  width: auto;
  height: auto;
  text-decoration: none;
}

.section-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  height: 520px;
  -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: #fff1e7;
}

.container-9 {
  max-width: 100%;
}

.container-9.galeria {
  text-decoration: none;
}

.slider-3 {
  position: static;
  width: 45em;
  height: 45em;
  background-color: transparent;
}

.mask-2 {
  position: static;
  overflow: visible;
}

.slide-content-wrapper {
  width: auto;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e1e1e1;
}

.slider-left-arrow {
  color: #444;
}

.slider-icon {
  font-family: Montserrat, sans-serif;
  color: #30b4af;
  font-size: 70px;
  font-weight: 700;
}

.slider-right-arrow {
  color: #444;
}

.slide-2 {
  position: static;
}

.t_parrafos {
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  color: #040404;
  font-size: 1.5vw;
  line-height: 100%;
  font-weight: 500;
  text-align: center;
}

.t_parrafos.galeria {
  color: #838383;
  font-size: 24px;
  text-align: left;
}

.t_parrafos.websites {
  font-family: Neuemontreal, sans-serif;
  color: #e8a12f;
}

.t_parrafos.tecnolog-as {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Neuemontreal, sans-serif;
  color: #b3b3b3;
  line-height: 20px;
  text-align: justify;
}

.t_parrafos.tecnolog-as._2 {
  text-align: left;
}

.t_parrafos.tecnolog-as.filtros {
  margin-bottom: 50px;
  text-align: center;
}

.t_parrafos.tecnolog-as.filtros-copy {
  margin-bottom: 50px;
  font-size: 1.7vw;
  text-align: center;
}

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

.div-block-21 {
  width: 100%;
  height: 500px;
}

.div-block-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.container-10 {
  max-width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}

.div-block-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-24 {
  width: 50em;
  height: 300px;
}

.grid-3 {
  padding-right: 10px;
  padding-left: 10px;
  justify-items: end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.h1_titulo-websites {
  margin-right: 0px;
  color: #e8a12f;
  font-size: 3vw;
  line-height: 100%;
  text-align: right;
  letter-spacing: 0px;
}

.div-block-25 {
  width: 100px;
  height: 100vh;
}

.div-block-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -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;
}

.swiper-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

.swiper-container {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-transform: perspective(1200px);
  transform: perspective(1200px);
}

.slide-inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.wheel-slider {
  position: relative;
}

.slide-category {
  margin-bottom: 12px;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  font-family: Neuemontreal, sans-serif;
  color: #dfdfdf;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 7px;
  text-transform: none;
}

.slide-image-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.slide-heading {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fbfbfb;
  font-size: 48px;
  line-height: 1.4;
  text-decoration: none;
}

.slide-heading.edutransformacion {
  font-size: 35px;
}

.swiper-nav-btn {
  position: absolute;
  left: 20%;
  top: 60%;
  z-index: 40;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  padding: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  transform: rotate(-20deg);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
}

.swiper-nav-btn:hover {
  color: #00ffe1;
}

.swiper-nav-btn.next {
  left: auto;
  right: 10%;
  width: 80px;
  height: 80px;
  background-color: #fff;
  -webkit-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
}

.swiper-nav-btn.prev {
  left: 10%;
  width: 80px;
  height: 80px;
  background-color: #fff;
}

.swiper-slide {
  position: relative;
  overflow: hidden;
  width: 30%;
  height: 70vh;
  margin-top: 8vh;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 20px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-align: center;
}

.swiper-nav-btn-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #e8a12f;
}

.swiper-nav-btn-icon:hover {
  color: #000;
}

.swiper-nav-btn-icon.tecnologias {
  width: 55%;
}

.swiper-navigation {
  z-index: 40;
  -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;
}

.slide-content {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.slide-text-wrap {
  overflow: hidden;
  text-decoration: none;
}

.nav-item-link {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 12px;
  margin-left: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  cursor: pointer;
}

.nav-item-link:hover {
  color: #00ffe1;
}

.icon-show-slider-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 28px;
  -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;
}

.nav-link-icon {
  position: absolute;
  left: -22px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 22px;
  padding-right: 6px;
  -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;
}

.contact-trigger-wrap {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 2vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.control-btn {
  position: relative;
  z-index: 80;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  cursor: pointer;
}

.control-btn:hover {
  background-color: rgba(0, 255, 225, 0.5);
  color: #051328;
}

._wf-button__wrapper {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 900;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.modal-trigger {
  display: none;
  margin-left: 32px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
}

.clone-the-child-of-this {
  width: 100%;
}

.wlfwc-holder {
  position: relative;
  z-index: 20;
  color: #fff;
}

.hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  max-height: 100vh;
  padding-top: 200px;
  padding-bottom: 10vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.controls {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 100%;
  padding-bottom: 32px;
  -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;
}

.d_websites-carrusel {
  width: 100%;
  height: 100vh;
  background-color: #000;
}

.d_a-son-of-man {
  position: absolute;
  left: 22%;
  top: 60%;
  right: 22%;
  bottom: 20%;
  z-index: 100;
  display: none;
  width: 800px;
  height: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.55);
}

.html-embed-5 {
  display: block;
  width: 100%;
  height: 100%;
}

.container-11 {
  height: 100%;
  max-width: 100%;
}

.div-block-29 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-bottom: 15px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

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

.d_x_websites {
  width: 35px;
  height: 35px;
  background-image: url('../images/X-Websites-Embed.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.d_x_websites.kepler {
  -webkit-filter: none;
  filter: none;
}

.d_x_websites.paracas {
  -webkit-filter: none;
  filter: none;
}

.d_x_websites.asom {
  -webkit-filter: none;
  filter: none;
}

.d_jkepler {
  position: absolute;
  left: 22%;
  top: 60%;
  right: 22%;
  bottom: 20%;
  z-index: 100;
  display: none;
  width: 800px;
  height: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.55);
}

.d_edutransformacion {
  position: absolute;
  left: 22%;
  top: 60%;
  right: 22%;
  bottom: 20%;
  z-index: 100;
  display: none;
  width: 800px;
  height: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.55);
}

.d_paracas {
  position: absolute;
  left: 22%;
  top: 60%;
  right: 22%;
  bottom: 20%;
  z-index: 100;
  display: none;
  width: 800px;
  height: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.55);
}

.d_rk {
  position: absolute;
  left: 20%;
  top: 60%;
  right: 20%;
  bottom: 20%;
  z-index: 100;
  display: none;
  width: 900px;
  height: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.55);
}

.d_volta {
  position: absolute;
  left: 20%;
  top: 60%;
  right: 20%;
  bottom: 20%;
  z-index: 100;
  display: none;
  width: 900px;
  height: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.55);
}

.d_espectro {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: none;
  width: 100%;
  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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.55);
}

.background-video-4 {
  width: 90em;
  height: 45em;
}

.youtube-2 {
  width: 90em;
  height: 45em;
}

.video-2 {
  width: 90em;
  height: 45em;
}

.d_contacto {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  padding-right: 100px;
  padding-left: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.div-block-32 {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  padding-right: 100px;
  padding-left: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-12 {
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.t_contacto {
  z-index: 2;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 8vw;
  line-height: 100%;
  text-align: center;
  letter-spacing: 0px;
  text-transform: none;
}

.grid-4 {
  z-index: 1;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 100px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.h2_contacto {
  margin-right: 0px;
  margin-left: 0px;
  font-size: 3vw;
  text-align: center;
  text-transform: none;
}

.link_contacto {
  margin-top: 5px;
  margin-bottom: 5px;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  font-family: Neuemontreal, sans-serif;
  color: #e8a12f;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.link_contacto:hover {
  color: #b3b3b3;
}

.link_contacto.cv {
  color: #646464;
}

.link_contacto.cv:hover {
  color: #646464;
}

.link_contacto.fb {
  display: none;
}

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

.div-block-33 {
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.t_liquidos {
  position: absolute;
  right: 5%;
  bottom: 5%;
  z-index: 2;
  width: auto;
  margin-top: 25px;
  margin-bottom: 25px;
  color: #b3b3b3;
  font-size: 18px;
  line-height: 100%;
  font-weight: 400;
  text-align: right;
  letter-spacing: 0px;
  text-transform: none;
}

.st_trabajar-contigo {
  z-index: 2;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 25px;
  color: #e8a12f;
  font-size: 3vw;
  line-height: 100%;
  text-align: center;
  letter-spacing: 0px;
  text-transform: none;
}

.laureles {
  width: 1920px;
  max-width: none;
  padding-right: 10px;
}

.div-block-34 {
  width: 100%;
  height: 50vh;
  background-color: #000;
}

.d_websites-titulo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 55vh;
  padding-right: 100px;
  padding-left: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.h2_sub_websites {
  margin-right: 0px;
  margin-left: 0px;
  font-size: 3vw;
  text-transform: none;
}

.link_websites_clientes {
  margin-top: 5px;
  margin-bottom: 5px;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  font-family: Neuemontreal, sans-serif;
  color: #e8a12f;
  font-size: 24px;
  font-weight: 500;
  text-align: left;
  text-decoration: none;
}

.link_websites_clientes:hover {
  color: #b3b3b3;
}

.link_websites_clientes.cv {
  color: #646464;
}

.link_websites_clientes.cv:hover {
  color: #646464;
}

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

.grid-websites {
  z-index: 1;
  display: none;
  width: 100%;
  margin-top: 50px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.d_websites-titulo-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50vh;
  padding-right: 100px;
  padding-left: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.s_premios {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding-top: 7%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  background-image: url('../images/background-xl_min.png');
  background-position: 100% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.s_premios._2 {
  height: 1450px;
  margin-bottom: 0px;
  padding-top: 0px;
  background-color: #000;
  background-image: none;
}

.c_loop-clientes {
  position: static;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  height: 250px;
}

.c_loop-clientes.blanco {
  background-color: #fff;
}

.d_audiovisual {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 40vh;
  padding-right: 100px;
  padding-left: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.day-night {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.image-8 {
  width: 20px;
  margin-right: 3px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.image-8._1 {
  margin-bottom: 5px;
}

.image-9 {
  width: 21px;
  height: 100%;
  margin-top: 1px;
  margin-left: 10px;
}

.image-9.moon {
  width: 8px;
  margin-top: 7px;
}

.spacer {
  height: 20px;
}

.spacer.larger {
  height: 140px;
}

.product-div_home {
  height: 500px;
  margin-right: -2px;
  margin-bottom: -2px;
  background-color: #efefef;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.meta-headings-product-info {
  display: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.meta-headings-product-info.bottom {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-content {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.h3 {
  display: none;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000;
  font-size: 15px;
  line-height: 21px;
  letter-spacing: 6px;
}

.h3.price {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0px;
}

.homepage_products-grid {
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.body-text {
  display: block;
  margin-bottom: 0px;
  color: #b3b3b3;
  font-size: 1.5em;
  line-height: 100%;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.body-text.bold {
  font-family: Neuemontreal, sans-serif;
  color: #e8a12f;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.5px;
}

.body-text.bold.larger {
  display: block;
  font-size: 2.5em;
  line-height: 100%;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.body-text.bold.hablemos {
  color: #fff;
  font-weight: 400;
}

.body-text.bold.hablemos:hover {
  color: #e8a12f;
}

.body-text.titulo {
  display: none;
}

.body-text.imagenes {
  display: none;
}

.specific-prod-informaiton {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 35px;
  -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;
  background-image: url('../images/01.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.specific-prod-informaiton._6 {
  background-image: url('../images/IMG_4005_viral_min.jpg');
  background-position: 50% 50%;
}

.specific-prod-informaiton._3 {
  background-image: url('../images/12.jpg');
  background-position: 50% 50%;
}

.specific-prod-informaiton._2 {
  background-image: url('../images/10.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.specific-prod-informaiton._4 {
  background-image: url('../images/04.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.specific-prod-informaiton._5 {
  background-image: url('../images/03.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.specific-prod-informaiton.second {
  height: 101%;
  background-image: none;
}

.specific-prod-informaiton.second.arrow-right-new {
  cursor: e-resize;
}

.specific-prod-informaiton.pt2 {
  background-image: url('../images/05.jpg');
}

.specific-prod-informaiton._03 {
  background-image: url('../images/08.jpg');
}

.specific-prod-informaiton._04 {
  background-image: url('../images/03.jpg');
}

.specific-prod-informaiton._05 {
  background-image: url('../images/11.jpg');
}

.specific-prod-informaiton._06 {
  background-image: url('../images/02.jpg');
}

.specific-prod-informaiton._07 {
  background-image: url('../images/13.jpg');
}

.specific-prod-informaiton._08 {
  background-image: url('../images/09.jpg');
}

.bottom-content-product {
  width: 100%;
}

.bottom-content-product.bottom {
  width: 64%;
}

.link-to-product {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
}

.t_websites {
  z-index: 2;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 5vw;
  line-height: 100%;
  text-align: center;
  letter-spacing: 0px;
  text-transform: none;
}

.st_websites {
  z-index: 2;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 25px;
  color: #646464;
  font-size: 3vw;
  line-height: 100%;
  text-align: center;
  letter-spacing: 0px;
  text-transform: none;
}

.link-to-block-learn-more {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: e-resize;
}

.content-second-section {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-left: 0px;
  background-color: #000;
}

.second-section-home {
  overflow: hidden;
}

.meta-headings-product-info-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.meta-headings-product-info-2.bottom {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-second-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100.1%;
  height: 550px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #efefef;
}

.product-content-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.grid-5 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 0px 0.5fr;
  grid-template-columns: 1fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-10 {
  width: 100%;
  height: 100%;
  max-height: 600px;
  -o-object-fit: cover;
  object-fit: cover;
}

.d_contenido {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50vh;
  padding-right: 100px;
  padding-bottom: 25px;
  padding-left: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.slider-bg {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1000;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.slider-title {
  margin-top: 0px;
  margin-bottom: 28px;
  color: #fff;
  font-size: 46px;
  line-height: 56px;
  text-align: center;
}

.slider-section {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 85px 20px 120px;
  background-color: #000;
}

.slider-section._2 {
  display: block;
}

.slider-sub {
  max-width: 761px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  color: #dbe4f1;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
}

.slider-item {
  width: 360px;
  text-align: center;
}

.slider-item.vid {
  border-radius: 50px;
}

.slider-wrapper-2 {
  position: relative;
  margin-right: -20px;
  margin-left: -20px;
}

.slider-item-img {
  position: relative;
  left: -2px;
  width: 330px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50px;
}

.slider-item-img.vid {
  height: 660px;
  border-radius: 50px;
}

.slider-prev {
  position: absolute;
  left: 20%;
  top: 50%;
  right: auto;
  bottom: auto;
  z-index: 2000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 56px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 56px;
  background-color: #fff;
  -webkit-transform: translate(200px, -50%);
  -ms-transform: translate(200px, -50%);
  transform: translate(200px, -50%);
  color: #fff;
  font-size: 22px;
  cursor: pointer;
}

.slider-prev:hover {
  background-color: #f5f5f8;
  color: #000;
}

.slider {
  position: relative;
  z-index: 900;
  margin-right: auto;
  margin-left: auto;
}

.slider-wrapper-inner {
  position: relative;
  margin-right: auto;
  margin-left: auto;
}

.slider-next {
  position: absolute;
  top: 50%;
  right: 20%;
  z-index: 2000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 56px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 56px;
  background-color: #fff;
  -webkit-transform: translate(-200px, -50%);
  -ms-transform: translate(-200px, -50%);
  transform: translate(-200px, -50%);
  color: #f5f5f8;
  font-size: 22px;
  cursor: pointer;
}

.slider-next:hover {
  background-color: #f5f5f8;
  color: #000;
}

.h1_titulo-tecnologias {
  margin-top: 55px;
  margin-right: 0px;
  color: #fff;
  font-size: 4vw;
  line-height: 100%;
  text-align: center;
  letter-spacing: 0px;
  text-transform: none;
}

.h1_titulo-tecnologias.negro {
  color: #000;
}

.h1_titulo-tecnologias.negro._2 {
  text-align: left;
}

.h1_titulo-tecnologias._2 {
  margin-left: 0px;
  text-align: left;
}

.h1_titulo-tecnologias.amarillo {
  color: #e8a12f;
}

.feature-para {
  color: #323232;
  font-size: 18px;
  line-height: 34px;
}

.badge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 134px;
  padding: 4px 15px;
  border-radius: 20px;
  background-color: #fa8231;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
}

.content-mockup-two {
  position: absolute;
  left: 0%;
  top: -15px;
  right: auto;
  bottom: auto;
  max-width: 110%;
}

.feature-item-para {
  max-width: 390px;
  color: #323232;
  font-size: 18px;
  line-height: 32px;
}

.content-grid-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 420px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.content-title {
  margin-top: 20px;
  margin-bottom: 28px;
  color: #000;
  font-size: 46px;
  line-height: 56px;
}

.content-title.mt-70 {
  margin-bottom: 70px;
}

.feature-content-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.badge-text {
  margin-bottom: 0px;
  padding-left: 10px;
}

.feature-count {
  margin-top: 0px;
  margin-bottom: 85px;
  opacity: 0.15;
  color: #000;
  font-size: 56px;
  line-height: 56px;
}

.feature-section {
  overflow: hidden;
  height: 100vh;
  padding-top: 100px;
  padding-right: 30px;
  padding-left: 30px;
  background-color: #000;
}

.content-grid {
  overflow: hidden;
  height: 100vh;
  padding-top: 0px;
  padding-left: 0px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.feature-icon {
  position: relative;
  top: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55px;
  height: 55px;
  margin-right: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 55px;
  background-color: #2780ff;
  color: #fff;
  font-size: 22px;
}

.content-grid-two {
  overflow: hidden;
  padding-top: 150px;
  padding-left: 10px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.i_tecnologias {
  position: absolute;
  left: auto;
  top: 84px;
  right: 32px;
  bottom: auto;
  width: 85%;
}

.content-grid-right {
  max-width: 700px;
  margin-bottom: 100px;
  padding-left: 170px;
}

.wrapper {
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.content-img-block {
  position: relative;
}

.feature-tittle {
  margin-top: 0px;
  margin-bottom: 5px;
}

.feature-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-left-icon {
  margin-bottom: 0px;
}

.content-grid-para {
  margin-bottom: 150px;
  color: #323232;
  font-size: 18px;
  line-height: 26px;
}

.feature {
  padding-right: 100px;
}

.feature-grid {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.feature-hr {
  height: 1px;
  margin-top: 120px;
  background-color: #e8e8ea;
}

.feature-title {
  margin-top: 0px;
  margin-bottom: 28px;
  color: #000;
  font-size: 21px;
  line-height: 25px;
}

.link_tecnologias {
  display: none;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  font-family: Neuemontreal, sans-serif;
  color: #e8a12f;
  font-size: 24px;
  font-weight: 500;
  text-decoration: none;
}

.link_tecnologias:hover {
  color: #b3b3b3;
}

.link_tecnologias.cv {
  color: #646464;
}

.link_tecnologias.cv:hover {
  color: #646464;
}

.link_tecnologias.bt {
  display: block;
  width: 210px;
  margin-top: 8px;
  margin-bottom: 8px;
  border-radius: 50px;
  background-color: #000;
  box-shadow: 3px 3px 11px -6px #e8a12f;
  color: #e8a12f;
  font-weight: 400;
  text-align: left;
}

.link_tecnologias.bt:hover {
  box-shadow: 9px 5px 20px -6px #e8a12f;
}

.t_desliza-2 {
  margin-left: 10px;
  font-size: 1.3vw;
  text-align: center;
}

.t_desliza-2.gris {
  font-family: Neuemontreal, sans-serif;
  color: #646464;
}

.section-color-background {
  display: none;
  width: 100vw;
  height: 30vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-color-background.blanco {
  background-color: #fff;
}

.contenido {
  position: relative;
  z-index: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.background_holder {
  position: relative;
  z-index: 0;
}

.fondo-color {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  background-color: #fff;
}

.fondo-color._2 {
  background-color: #fff;
}

.fondo-color.negro {
  background-color: #000;
}

.s_clientes {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 800px;
  padding-top: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  background-image: url('../images/background-xl_min.png');
  background-position: 100% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.s_clientes._2 {
  display: none;
  height: 100vh;
  margin-top: 0px;
  padding-top: 0px;
  background-color: #000;
  background-image: none;
}

.d_hero_nosotros {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 120vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.foco-gigante {
  position: absolute;
  z-index: 10;
  display: block;
  overflow: visible;
  height: 130vh;
  -o-object-fit: contain;
  object-fit: contain;
}

.d_textos-foco {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 130vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.container-textos-foco {
  position: relative;
  max-width: 100%;
  margin: 50px 50px 150px;
  padding-right: 39px;
  padding-left: 39px;
}

.foco-luz {
  position: absolute;
  z-index: 9;
  display: block;
  overflow: visible;
  height: 130vh;
  -o-object-fit: contain;
  object-fit: contain;
}

.d_narrativas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 110vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fbfbfb;
}

.t_n_narrativas {
  margin: -29px 0px 10px;
  color: #e8a12f;
  font-size: 3.5vw;
  line-height: 100%;
  text-align: center;
  letter-spacing: 0px;
  text-transform: none;
}

.t_n_narrativas.clientes {
  color: #fff;
}

.t_n_narrativas.clientes.negro {
  color: #383838;
}

.st_n_narrativas {
  margin: 20px 10px 10px 0px;
  font-family: Neuemontreal, sans-serif;
  color: #b3b3b3;
  font-size: 1.5vw;
  line-height: 130%;
  font-weight: 500;
  letter-spacing: 0px;
  text-transform: none;
}

.st_n_narrativas.clientes {
  color: #b3b3b3;
}

.st_n_narrativas.clientes._2 {
  color: #383838;
  text-align: center;
}

.st_n_narrativas._1 {
  margin-top: 0px;
  margin-right: 0px;
  color: #000;
  text-align: center;
}

.text-block-5 {
  color: #fff;
}

.d_narrativas-general {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fbfbfb;
}

.d_narrativas-servicios {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 540px;
  margin-top: 15px;
  margin-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  background-color: #fff;
}

.d_narrativas-servicios.movil {
  display: none;
}

.d_transicion {
  width: 100%;
  height: 200px;
}

.div-block-35 {
  display: none;
  width: 100%;
  height: 40vh;
  background-color: #000;
}

.i_celulares-narrativas {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}

.grid-6 {
  width: 100%;
  height: 100%;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.background-video-5 {
  z-index: 1;
  display: none;
  width: 100%;
  height: 100%;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

.background-video-5._2 {
  border-radius: 0px 30px 30px 0px;
}

.t_premios {
  color: #e8a12f;
  font-size: 5vw;
  text-align: left;
}

.d_titulos-premios {
  text-align: center;
}

.d_premios {
  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;
}

.container-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 35px;
  padding-left: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-2 {
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

.footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  display: block;
  margin-bottom: 10px;
  color: #444;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.div-block-37 {
  position: absolute;
  left: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  max-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.preload-screen {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: none;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}

.preload-screen._2 {
  display: none;
}

.html-embed-6 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
}

.boton-nuevas-tecnologias {
  display: none;
  margin-top: 10px;
  margin-bottom: 60px;
  border-radius: 10px;
  background-color: #242424;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  font-family: Neuemontreal, sans-serif;
}

.boton-nuevas-tecnologias:hover {
  background-color: #e8a12f;
}

.i_nuevas-tecnologias.ar {
  max-width: 49%;
}

.brand-2 {
  background-image: url('../images/00_vulnerablehome.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.i_vulnerable-menu {
  width: 200px;
  height: 100%;
}

.brand-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: -webkit-filter 600ms ease;
  transition: -webkit-filter 600ms ease;
  transition: filter 600ms ease;
  transition: filter 600ms ease, -webkit-filter 600ms ease;
}

.brand-3:hover {
  -webkit-filter: contrast(165%);
  filter: contrast(165%);
}

.brand-3.movil {
  display: none;
}

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

.nav-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link {
  padding-right: 25px;
  padding-left: 25px;
  -webkit-transition: text-shadow 600ms ease;
  transition: text-shadow 600ms ease;
  font-family: 'Futura bt', sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 6px #000;
}

.nav-link:hover {
  text-shadow: 5px 2px 6px #000;
}

.navbar-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1000;
  background-color: #e00d3f;
}

.d_hero_vulnerable {
  width: 100%;
  height: 200vh;
  background-color: #e00d3f;
}

.d_sticky_vulnerable {
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

.d_vulnerable-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -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;
}

.i_pantalla-celu-vulnerable {
  position: absolute;
  z-index: 6;
  width: 1050px;
}

.i_vidrio-roto {
  position: absolute;
  z-index: 0;
}

.i_vidrio-roto._3 {
  z-index: 5;
}

.i_vidrio-roto._2 {
  z-index: 4;
}

.i_vidrio-roto._1 {
  z-index: 3;
}

.background-video-6 {
  z-index: 2;
  width: 1000px;
  max-width: 100%;
  border-radius: 50px;
}

.d_gifs-home-vulnerable {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #eff6f8;
}

.i_sombra-celu {
  position: absolute;
  right: auto;
  bottom: auto;
  z-index: 1;
  max-width: 80%;
  margin-top: 90px;
  margin-left: 139px;
}

.i_sombra-celu._3 {
  z-index: 3;
}

.i_sombra-celu._2 {
  z-index: 2;
}

.i_sombra-celu._1 {
  z-index: 1;
}

.div-block-39 {
  overflow: hidden;
  width: 100%;
  height: 660px;
}

.grid-7 {
  margin-top: 200px;
  margin-bottom: 200px;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: center;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.i_poster-vulnerable {
  width: 300px;
  border-radius: 15px;
  box-shadow: 6px 6px 12px 0 rgba(0, 0, 0, 0.33);
}

.grid-8 {
  max-width: none;
  margin-top: 50px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.t_vulnerable {
  font-family: 'Daft brush', sans-serif;
}

.t_vulnerable._110px {
  margin-bottom: 10px;
  color: #e00d3f;
  font-size: 110px;
  line-height: 100%;
  text-align: center;
}

.t_vulnerable._110px.esp_50px {
  margin-bottom: 50px;
}

.st_vulnerable {
  font-family: 'Futura bt', sans-serif;
  font-weight: 500;
}

.st_vulnerable._25px {
  font-size: 25px;
  line-height: 100%;
  font-weight: 500;
}

.st_vulnerable._25px.rosa {
  margin-bottom: 10px;
  color: #e00d3f;
}

.st_vulnerable._25px.centrado {
  text-align: center;
}

.st_vulnerable._20px {
  font-size: 20px;
  line-height: 100%;
  font-weight: 500;
}

.st_vulnerable._20px.rosa {
  color: #e00d3f;
}

.st_vulnerable._20px.centrado {
  text-align: center;
}

.st_vulnerable._2 {
  font-family: 'Daft brush', sans-serif;
}

.st_vulnerable._2._25px {
  color: #000;
  font-size: 30px;
}

.st_vulnerable._2._20px {
  color: #e00d3f;
}

.text-span-2 {
  color: #e00d3f;
}

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

.image-11 {
  position: relative;
  z-index: 1;
  width: 660px;
  margin-top: 25px;
  margin-bottom: 25px;
  border-radius: 20px;
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.22);
}

.image-11.referentes {
  width: 573px;
}

.gif_emma {
  position: absolute;
  z-index: 2;
  width: 610px;
  height: 423px;
  margin-top: 28px;
  border-radius: 10px;
}

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

.div-block-42._3 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.gif_ryan {
  position: absolute;
  z-index: 2;
  width: 610px;
  height: 370px;
  margin-top: 14px;
  border-radius: 10px;
}

.i_amigos_vulnerable_home {
  width: 100%;
}

.div-block-43 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #eff6f8;
}

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

.storyline {
  margin-bottom: 100px;
}

.image-12 {
  width: 120px;
  margin-top: -38px;
  margin-left: -29px;
}

.grid-flechas-vulnerable {
  margin-top: -9px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.html-embed-7 {
  width: 300px;
  height: 300px;
}

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

.background-video-7 {
  width: 300px;
  height: 300px;
}

.d_gifs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.d_gifs.fiesta {
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.gif {
  z-index: 1;
  width: 300px;
  height: 300px;
}

.cubre-barra {
  position: absolute;
  z-index: 2;
  width: 300px;
  height: 30px;
  background-color: #eff6f8;
}

.html-embed-drive-gifs {
  width: 300px;
  height: 300px;
}

.html-embed-drive-gifs.fiesta {
  height: 159px;
}

.html-embed-drive-gifs.personajes {
  width: 400px;
}

.html-embed-drive-gifs.personajes._1 {
  height: 290px;
}

.html-embed-drive-gifs.personajes._2 {
  height: 400px;
}

.html-embed-drive-gifs.personajes._3 {
  height: 240px;
}

.html-embed-drive-gifs.personajes._4 {
  width: 220px;
  height: 400px;
}

.html-embed-drive-gifs.personajes._5 {
  height: 240px;
}

.html-embed-drive-gifs.personajes._7 {
  height: 240px;
}

.html-embed-drive-gifs.personajes._8 {
  height: 200px;
}

.html-embed-drive-gifs.referentes {
  position: absolute;
  z-index: 2;
  width: 500px;
  height: auto;
  margin-top: -13px;
}

.div-block-44 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 140vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e00d3f;
}

.text-block-6 {
  font-family: 'Daft brush', sans-serif;
  color: #fff;
  font-size: 100px;
  line-height: 100%;
}

.text-block-6.rojo {
  color: #e00d3f;
}

.text-block-6.rojo.estructuras {
  margin-top: 100px;
}

.grid-9 {
  margin-top: 50px;
  margin-bottom: 50px;
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.i_personajes-vulnerable-home {
  width: 300px;
  border-radius: 20px;
  box-shadow: 7px 7px 15px 0 rgba(0, 0, 0, 0.55);
}

.footer-vulnerable-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #161515;
}

.grid-10 {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
}

.div-block-46 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-7 {
  font-family: 'Futura bt', sans-serif;
  color: #e00d3f;
  font-size: 30px;
  line-height: 100%;
}

.container-16 {
  height: auto;
  padding-right: 35px;
  padding-left: 35px;
}

.text_footer_vulnerable {
  font-family: 'Futura bt', sans-serif;
  color: #e00d3f;
  font-size: 30px;
  line-height: 100%;
}

.text_footer_vulnerable.blanco {
  -webkit-transition: color 600ms ease;
  transition: color 600ms ease;
  color: #fff;
}

.text_footer_vulnerable.blanco._1 {
  text-decoration: none;
}

.text_footer_vulnerable.blanco._1:hover {
  color: #a092db;
}

.text_footer_vulnerable.blanco._2:hover {
  color: #a092db;
}

.text_footer_vulnerable.blanco._3 {
  text-decoration: none;
}

.text_footer_vulnerable.blanco._3:hover {
  color: #a092db;
}

.text_footer_vulnerable.blanco._4:hover {
  color: #a092db;
}

.text_footer_vulnerable.blanco._2 {
  text-decoration: none;
}

.emojis-vulnerable {
  width: 55px;
  margin-right: 10px;
  margin-left: 10px;
}

.footer-vulnerable {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #161515;
}

.image-13 {
  width: 140px;
}

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-8 {
  font-family: 'Futura bt', sans-serif;
  color: #b3b3b3;
}

.text-block-9 {
  font-family: 'Futura bt', sans-serif;
  color: #b3b3b3;
  text-align: right;
}

.link {
  -webkit-transition: color 600ms ease;
  transition: color 600ms ease;
  font-family: 'Futura bt', sans-serif;
  color: #b3b3b3;
  text-decoration: none;
}

.link:hover {
  color: #e00d3f;
}

.container-17 {
  max-width: 100%;
  padding-right: 80px;
  padding-left: 80px;
}

.div-block-48 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding-top: 75px;
  padding-bottom: 75px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #eff6f8;
}

.html-embed-8 {
  position: absolute;
  top: 1836px;
  z-index: 2;
  width: 420px;
  height: 60px;
}

.div-block-49 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #eff6f8;
}

.text-block-10 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: 'Futura bt', sans-serif;
  font-size: 22px;
}

.grid-11 {
  margin-top: 50px;
  margin-bottom: 50px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

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

.slider-4 {
  position: absolute;
  z-index: 2;
  width: 400px;
  height: 401px;
  margin-top: 68px;
}

.image-14 {
  width: 450px;
  border-radius: 20px;
  box-shadow: 7px 7px 16px 0 rgba(0, 0, 0, 0.55);
}

.div-block-51 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #646464;
}

.grid-12 {
  margin-top: 50px;
  margin-bottom: 100px;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.image-16 {
  width: 310px;
  border-radius: 20px;
  box-shadow: 7px 7px 16px 0 rgba(0, 0, 0, 0.55);
}

.image-17 {
  width: 375px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 20px;
  box-shadow: 7px 7px 16px 0 rgba(0, 0, 0, 0.55);
}

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

.columns-3 {
  width: 1100px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.div-block-52 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 120px;
  padding-bottom: 75px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #eff6f8;
}

.t_sinopsis-vulnerable {
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: 'Futura bt', sans-serif;
  font-size: 22px;
  line-height: 30px;
  text-align: justify;
}

.t_sinopsis-vulnerable._2 {
  margin-top: 35px;
}

.text-span-3 {
  color: #e00d3f;
}

.text-span-4 {
  color: #e00d3f;
}

.container-18 {
  margin-top: 30px;
  margin-bottom: 75px;
}

.container-18._2 {
  margin-bottom: 0px;
}

.text-span-5 {
  color: #e00d3f;
}

.text-span-6 {
  color: #e00d3f;
}

.text-span-7 {
  color: #e00d3f;
}

.text-span-8 {
  color: #e00d3f;
}

.container-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-19._2 {
  margin-top: -20px;
  margin-bottom: 0px;
}

.image-18 {
  height: 440px;
  margin-right: 30px;
  margin-left: 0px;
  border-radius: 20px;
  box-shadow: 7px 7px 20px 0 rgba(0, 0, 0, 0.33);
}

.image-18.referentes {
  height: 420px;
  margin-right: 0px;
  box-shadow: none;
}

.image-18._2 {
  width: 920px;
  height: 350px;
  margin-right: 0px;
}

.image-18._3 {
  width: 920px;
  height: auto;
  margin-right: 0px;
}

.image-18._4 {
  width: 700px;
  height: auto;
  margin-right: 0px;
}

.text-span-9 {
  color: #e00d3f;
  text-transform: uppercase;
}

.image-19 {
  width: 1020px;
}

.div-block-53 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e00d3f;
}

.html-embed-9 {
  position: absolute;
  z-index: 2;
  width: 900px;
  height: 520px;
}

.div-block-55 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 55px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #eff6f8;
}

.text-span-10 {
  color: #e00d3f;
}

.text-span-11 {
  color: #e00d3f;
}

.image-20 {
  position: absolute;
  z-index: 0;
  height: 100vh;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.div-block-56 {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100vh;
  background-image: url('../images/02_Vidrio-roto_min.png');
  background-position: 50% 50%;
  background-size: auto;
}

.fondo-mask {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #040404;
}

.div_mask {
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 200px;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.55);
  cursor: -webkit-grab;
  cursor: grab;
}

.fondo-lupa {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  background-image: url('../images/PORTADA-VIRAL-videojuego_2.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.text-block-11 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 5%;
  z-index: 5;
  color: #fff;
  font-size: 25px;
  line-height: 100%;
  text-align: center;
}

.div-block-57 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -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;
}

.html-embed-10 {
  width: 100%;
  height: 100vh;
}

.text-block-12 {
  position: absolute;
  left: 3%;
  top: 15%;
  right: auto;
  bottom: auto;
  z-index: 3;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 3em;
  line-height: 100%;
  font-weight: 700;
}

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

.div-block-59 {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  width: 100%;
  height: 55px;
  -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;
  background-color: #040404;
}

.grid-13 {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.image-21 {
  width: 40px;
  height: 45px;
}

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

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

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

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

.div-block-62 {
  height: 600px;
}

.html-embed-11 {
  height: 600px;
}

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

.html-embed-12 {
  width: 100%;
  height: 80vh;
}

.body-5 {
  background-color: #eff6f8;
}

.body-6 {
  background-color: #eff6f8;
}

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

.section-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 90px;
  padding-right: 30px;
  padding-bottom: 55px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid-14 {
  margin-top: 35px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.i_creadores {
  border-radius: 20px;
  box-shadow: 0 20px 80px -10px #000;
}

.body-7 {
  background-color: #eff6f8;
}

.body-8 {
  background-color: #eff6f8;
}

.body-9 {
  background-color: #eff6f8;
}

.body-10 {
  background-color: #000;
}

.section-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 100px 1.7vw 1.7vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.overflow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -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;
}

.overflow.margin {
  margin-top: 5px;
}

.t_h1-gigante {
  display: block;
  font-family: Neuemontreal, sans-serif;
  color: #dad7d4;
  font-size: 8vw;
  line-height: 90%;
  font-weight: 700;
}

.section-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-right: 1.7vw;
  padding-left: 1.7vw;
  -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;
}

.grid-15 {
  overflow: hidden;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.lightbox-link-8 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-decoration: none;
}

.image-22 {
  position: relative;
  z-index: 0;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 17vw;
  border-radius: 15px;
  background-color: rgba(218, 215, 212, 0.07);
  -o-object-fit: cover;
  object-fit: cover;
}

.div-block-65 {
  position: relative;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.t_titulo-conciertos {
  display: block;
  font-family: Neuemontreal, sans-serif;
  color: #dad7d4;
  font-size: 2vw;
  line-height: 90%;
  font-weight: 700;
}

.t_titulo-conciertos.gris {
  color: #646464;
}

.t_titulo-concierto-2 {
  display: block;
  font-family: Neuemontreal, sans-serif;
  color: #dad7d4;
  font-size: 20px;
  line-height: 90%;
  font-weight: 700;
}

.t_titulo-concierto-2.gris {
  color: #646464;
  font-size: 2vw;
}

@media screen and (min-width: 1440px) {
  .t_footer {
    font-weight: 500;
    text-transform: none;
  }

  .t_menu.dropdown {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .hero-parallax.json.humo {
    right: 14.3vw;
  }

  .container-3 {
    padding-right: 100px;
    padding-left: 100px;
  }

  .container-3.premios {
    margin-top: 120px;
  }

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

  .section-3.home-hero-section {
    min-height: 60vh;
  }

  .video.front {
    overflow: visible;
    height: 94%;
  }

  .background-video-2 {
    overflow: hidden;
    width: 100%;
    height: 785px;
    border-radius: 20px;
  }

  .video-wrap {
    height: 800px;
  }

  .hero-section {
    overflow: visible;
    width: 100%;
  }

  .video-mock-up {
    right: 6%;
    bottom: 3%;
    overflow: hidden;
    width: 420px;
    height: 840px;
  }

  .c_loop-premios {
    height: 270px;
    margin-top: 80px;
  }

  .wrapper_loop-2 {
    padding-top: 0px;
  }

  .d_virus-final {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #000;
  }

  .i_virus-final {
    width: auto;
  }

  .t_parrafos.tecnolog-as {
    line-height: 30px;
  }

  .t_parrafos.tecnolog-as.filtros {
    text-align: center;
  }

  .t_parrafos.tecnolog-as.filtros-copy {
    text-align: center;
  }

  .grid-3 {
    -ms-grid-columns: 0.75fr 1fr;
    grid-template-columns: 0.75fr 1fr;
  }

  .d_a-son-of-man {
    left: 27%;
    display: none;
  }

  .d_edutransformacion {
    left: 25%;
    right: 25%;
  }

  .d_rk {
    left: 22%;
    right: 22%;
    display: none;
  }

  .d_volta {
    left: 22%;
    right: 22%;
  }

  .t_contacto {
    margin-bottom: 0px;
    font-size: 6vw;
    text-align: center;
  }

  .h2_contacto {
    text-align: center;
  }

  .link_contacto {
    color: #e8a12f;
    font-size: 30px;
    text-align: center;
  }

  .link_contacto:hover {
    color: #b3b3b3;
  }

  .link_contacto.cv {
    color: #b3b3b3;
    text-align: center;
  }

  .t_liquidos {
    position: absolute;
    left: auto;
    top: auto;
    right: 5%;
    bottom: 5%;
    width: auto;
    margin-top: 0px;
    font-size: 18px;
    font-weight: 400;
  }

  .st_trabajar-contigo {
    margin-top: 0px;
    color: #e8a12f;
    font-size: 2.3vw;
    text-align: center;
  }

  .d_websites-titulo {
    height: 50vh;
  }

  .link_websites_clientes {
    color: #e8a12f;
  }

  .link_websites_clientes:hover {
    color: #b3b3b3;
  }

  .link_websites_clientes.cv {
    color: #b3b3b3;
  }

  .s_premios._2 {
    height: 1550px;
  }

  .c_loop-clientes {
    margin-top: 55px;
  }

  .body-text.bold.larger {
    font-size: 4em;
    text-align: center;
  }

  .t_websites {
    margin-bottom: 0px;
  }

  .st_websites {
    margin-top: 0px;
    color: #646464;
    font-size: 3vw;
  }

  .image-10 {
    -o-object-fit: cover;
    object-fit: cover;
  }

  .d_contenido {
    height: 50vh;
  }

  .slider-section {
    padding-bottom: 150px;
  }

  .link_tecnologias {
    color: #e8a12f;
  }

  .link_tecnologias:hover {
    color: #b3b3b3;
  }

  .link_tecnologias.cv {
    color: #b3b3b3;
  }

  .s_clientes._2 {
    height: 900px;
  }

  .d_hero_nosotros {
    height: 130vh;
  }

  .container-textos-foco {
    padding-right: 100px;
    padding-left: 100px;
  }

  .d_narrativas-servicios {
    height: 550px;
  }

  .container-13 {
    padding-right: 45px;
    padding-left: 45px;
  }

  .boton-nuevas-tecnologias {
    font-size: 18px;
  }

  .background-video-6 {
    width: 1025px;
  }

  .i_sombra-celu {
    right: auto;
    bottom: auto;
    display: none;
    margin-top: 90px;
    margin-left: 138px;
  }

  .div-block-39 {
    height: 780px;
  }

  .html-embed-drive-gifs.personajes {
    height: 400px;
  }

  .html-embed-drive-gifs.personajes._1 {
    height: 300px;
  }

  .html-embed-drive-gifs.personajes._3 {
    height: 230px;
  }

  .html-embed-drive-gifs.personajes._4 {
    width: 220px;
    height: auto;
  }

  .html-embed-drive-gifs.personajes._6 {
    height: 300px;
  }

  .grid-11 {
    grid-column-gap: 16px;
  }

  .image-14 {
    border-radius: 20px;
    box-shadow: 7px 7px 15px 0 rgba(0, 0, 0, 0.55);
  }

  .div-block-51 {
    width: 400px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #646464;
  }

  .image-15 {
    box-shadow: none;
  }

  .column {
    display: block;
  }

  .columns-3 {
    width: 1200px;
  }

  .t_sinopsis-vulnerable {
    font-size: 25px;
  }

  .html-embed-9 {
    width: 1240px;
    height: 700px;
  }

  .grid-14 {
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    justify-items: center;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .i_creadores {
    width: 600px;
  }
}

@media screen and (max-width: 991px) {
  .canvas {
    height: 1020px;
  }

  .contenedor.plantas {
    left: -5%;
    top: -12%;
  }

  .contenedor.estudio-creativo {
    bottom: 2%;
  }

  .t_desliza {
    font-size: 18px;
  }

  .t_desliza.gris {
    font-size: 24px;
  }

  .t_estudio-creativo.home {
    font-size: 30px;
  }

  .sticky-div {
    overflow: hidden;
  }

  .t_ayudamos-a-tu-marca {
    font-size: 30px;
  }

  .plantas._1 {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .plantas._2 {
    -o-object-fit: cover;
    object-fit: cover;
  }

  .plantas._3 {
    -o-object-fit: cover;
    object-fit: cover;
  }

  .t_futuro {
    font-size: 35px;
  }

  .t_dar-un-paso {
    font-size: 30px;
  }

  .t_titulos {
    font-size: 40px;
  }

  .t_titulos.filtros {
    margin-top: 50px;
    margin-right: 0px;
    font-size: 50px;
  }

  .contenedor-titulos {
    left: 5%;
    top: 65px;
    margin-top: 0px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .st_subtitulos {
    font-size: 30px;
  }

  .st_subtitulos.filtros {
    margin-right: 0px;
    color: #fff;
    font-size: 25px;
  }

  .st_subtitulos.filtros.click {
    margin-right: 0px;
    font-size: 25px;
  }

  .grid._2 {
    -ms-grid-columns: 1fr 0.5fr 1fr;
    grid-template-columns: 1fr 0.5fr 1fr;
  }

  .texto-botones._1 {
    font-size: 20px;
  }

  .texto-botones._2 {
    font-size: 20px;
  }

  .texto-botones._3 {
    font-size: 20px;
  }

  .t_increible-contenido._1 {
    font-size: 30px;
  }

  .contenedor-boton {
    padding-right: 5%;
  }

  .boton {
    width: 50px;
    height: 50px;
  }

  .virus-boton {
    width: 30px;
    height: 30px;
  }

  .mira-nuestro-reel {
    width: 70px;
  }

  .ipad.imagen {
    z-index: 7;
    -o-object-position: 80% 50%;
    object-position: 80% 50%;
  }

  .macbook.imagen {
    height: 100vh;
    -o-object-position: 30% 50%;
    object-position: 30% 50%;
  }

  .container.trabajemos {
    margin-top: 0px;
  }

  .t_footer.listos {
    font-size: 20px;
  }

  .t_email-footer {
    font-size: 3vw;
  }

  .t_menu {
    padding-right: 77px;
    font-size: 3vw;
    text-align: right;
  }

  .t_menu.dropdown {
    font-size: 18px;
  }

  .s_contacto {
    height: 480px;
    padding-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .s_contacto._2 {
    height: 440px;
  }

  .grid-nosotros {
    margin-right: 0px;
    margin-left: 0px;
    grid-row-gap: 15px;
    -ms-grid-columns: 0.5fr 1fr;
    grid-template-columns: 0.5fr 1fr;
  }

  .d_virus-logo {
    margin-top: -8px;
  }

  .i_viral-logo.prendido {
    width: 200px;
  }

  .i_viral-logo.apagado {
    width: 200px;
  }

  .t_somos {
    margin-bottom: 15px;
    font-size: 25px;
  }

  .t_somos.clientes.negro {
    margin-right: 0px;
  }

  .t_somos_2 {
    margin-top: 0px;
    font-size: 16px;
  }

  .t_somos_2.clientes {
    padding-right: 80px;
    padding-left: 80px;
  }

  .t_somos_2.clientes._2 {
    margin-right: 0px;
  }

  .container-3 {
    margin-top: 15px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .d_titulos-nosotros {
    margin-top: 100px;
  }

  .heading-4 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .t_hacemos.grid {
    font-size: 24px;
  }

  .t_aclaraciones {
    font-size: 12px;
  }

  .i_fondos-grid-hacemos {
    width: 160px;
    height: 160px;
  }

  .grid_hacemos {
    height: 350px;
  }

  .d_grid-servicios {
    height: 350px;
  }

  .speaker-name {
    font-size: 52px;
  }

  .speaker-info {
    max-width: 470px;
  }

  .speaker-slide-mask {
    width: 65%;
  }

  .slide-image {
    height: 50vh;
    min-height: 500px;
  }

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

  .section-3.home-hero-section {
    min-height: auto;
    padding-top: 90px;
    padding-bottom: 60px;
  }

  .clip-text.speaker-headding {
    margin-top: -36px;
    margin-bottom: 24px;
  }

  .text-block-4 {
    width: 100%;
    height: 210px;
    margin-top: 0vh;
    margin-bottom: 5vh;
    padding-bottom: 0vh;
  }

  .background-video-2 {
    width: 100%;
    height: 700px;
    border-radius: 20px 20px 40px 40px;
  }

  .device {
    overflow: hidden;
  }

  .video-blog-wrap {
    position: static;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 12;
    width: 100%;
    margin-top: 5vh;
    margin-bottom: 5vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .hero-section {
    width: 100%;
    height: 1300px;
    -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;
  }

  .video-mock-up {
    top: -32px;
    width: 370px;
    height: 740px;
  }

  .bg {
    height: 1300px;
  }

  .bg.waterfall {
    height: 1300px;
  }

  .bg.road {
    height: 1300px;
  }

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

  .filled-heading {
    font-size: 7em;
    text-align: center;
    letter-spacing: 0px;
  }

  .bg-video-border-wrapper {
    border-top-width: 13vw;
    border-bottom-width: 13vw;
  }

  .outline-heading {
    font-size: 7em;
    text-align: center;
    letter-spacing: 0px;
  }

  .sun-icon {
    width: 50vw;
  }

  .c_loop-premios {
    height: 200px;
  }

  .wrapper_loop-2 {
    height: auto;
  }

  .logo-clientes-2 {
    width: 1250px;
  }

  .dropdown-toggle-2 {
    padding-right: 0px;
  }

  .nav-menu {
    height: 100vh;
    background-color: #000;
  }

  .icon-5 {
    color: #fff;
  }

  .i_virus-hover.hover {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .t_parrafos.websites {
    font-size: 3vw;
  }

  .t_parrafos.tecnolog-as {
    font-size: 2.5vw;
  }

  .t_parrafos.tecnolog-as._2 {
    font-size: 2.5vw;
  }

  .t_parrafos.tecnolog-as.filtros-copy {
    font-size: 20px;
  }

  .div-block-21 {
    height: auto;
  }

  .div-block-22 {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .grid-3 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .h1_titulo-websites {
    font-size: 5vw;
  }

  .slide-category {
    font-size: 12px;
  }

  .slide-heading {
    font-size: 36px;
  }

  .swiper-nav-btn.next {
    right: 16%;
  }

  .swiper-nav-btn.prev {
    left: 16%;
  }

  ._wf-button__wrapper {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
  }

  .d_edutransformacion {
    left: 0%;
    right: 0%;
    width: 100%;
  }

  .d_contacto {
    height: 1020px;
    padding-right: 60px;
    padding-left: 60px;
  }

  .t_contacto {
    font-size: 9vw;
  }

  .grid-4 {
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .h2_contacto {
    font-size: 4vw;
  }

  .t_liquidos {
    position: static;
    width: 100%;
    text-align: left;
  }

  .st_trabajar-contigo {
    font-size: 3.5vw;
  }

  .laureles {
    width: 770px;
  }

  .d_websites-titulo {
    height: 420px;
  }

  .s_premios._2 {
    height: 790px;
  }

  .c_loop-clientes {
    height: 160px;
  }

  .body-text.bold.larger {
    font-size: 2em;
  }

  .t_websites {
    font-size: 12vw;
  }

  .st_websites {
    font-size: 5vw;
  }

  .image-10 {
    -o-object-fit: cover;
    object-fit: cover;
  }

  .d_contenido {
    height: 300px;
    padding-right: 50px;
    padding-left: 50px;
  }

  .slider-wrapper-2 {
    overflow: hidden;
  }

  .slider-prev {
    left: -150px;
  }

  .slider {
    overflow: hidden;
  }

  .slider-next {
    right: -150px;
  }

  .h1_titulo-tecnologias {
    font-size: 6vw;
  }

  .h1_titulo-tecnologias._2 {
    font-size: 7vw;
  }

  .content-mockup-two {
    top: 0px;
    max-width: 100%;
  }

  .feature-item-para {
    font-size: 16px;
    line-height: 29px;
  }

  .content-grid-left {
    max-width: 440px;
  }

  .content-title {
    font-size: 32px;
    line-height: 42px;
  }

  .content-title.mt-70 {
    margin-bottom: 40px;
  }

  .feature-count {
    margin-bottom: 60px;
  }

  .feature-section {
    height: 790px;
    padding: 70px 55px;
  }

  .content-grid {
    height: 790px;
    padding-top: 90px;
    padding-left: 0px;
  }

  .feature-icon {
    margin-right: 20px;
  }

  .content-grid-two {
    overflow: visible;
    padding-top: 80px;
  }

  .i_tecnologias {
    left: 15%;
    top: 25px;
    display: block;
    width: 92%;
    max-width: 100%;
    margin-right: auto;
    margin-left: -25px;
  }

  .content-grid-right {
    margin-bottom: 0px;
    padding-left: 40px;
  }

  .feature-tittle {
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 22px;
  }

  .feature-item {
    margin-bottom: 20px;
  }

  .feature {
    padding-right: 0px;
  }

  .feature-hr {
    margin-top: 80px;
  }

  .menu-button {
    padding-right: 0px;
  }

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

  .t_desliza-2.gris {
    font-size: 24px;
  }

  .s_clientes {
    height: 480px;
    padding-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .s_clientes._2 {
    height: 440px;
  }

  .d_hero_nosotros {
    height: 800px;
  }

  .foco-gigante {
    height: 730px;
  }

  .d_textos-foco {
    height: 740px;
  }

  .container-textos-foco {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .foco-luz {
    height: 730px;
  }

  .d_narrativas {
    height: 980px;
  }

  .t_n_narrativas {
    margin-bottom: 15px;
    font-size: 6vw;
  }

  .st_n_narrativas {
    margin-top: 0px;
    font-size: 16px;
  }

  .st_n_narrativas._1 {
    font-size: 2.5vw;
  }

  .d_narrativas-servicios {
    height: 460px;
  }

  .i_celulares-narrativas._1 {
    height: 100%;
  }

  .i_celulares-narrativas._2 {
    width: auto;
    height: 100%;
    max-width: none;
    padding-left: 70px;
  }

  .i_celulares-narrativas._3 {
    width: auto;
    height: 100%;
    max-width: none;
    margin-left: 62px;
  }

  .i_celulares-narrativas._4 {
    height: 100%;
  }

  .i_celulares-narrativas._5 {
    width: auto;
    height: 100%;
    max-width: none;
    padding-right: 54px;
  }

  .i_celulares-narrativas._6 {
    height: 100%;
  }

  .i_celulares-narrativas._7 {
    width: auto;
    height: 100%;
    max-width: none;
    margin-right: 38px;
  }

  .i_celulares-narrativas._8 {
    height: 100%;
  }

  .footer-2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-37 {
    height: 910px;
  }

  .brand-3 {
    display: none;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .brand-3.movil {
    z-index: 4;
    display: block;
  }

  .nav-menu-2 {
    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;
    border-bottom: 2px none #000;
    background-color: #e00d3f;
  }

  .i_pantalla-celu-vulnerable {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .background-video-6 {
    width: 100%;
    height: 350px;
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .div-block-39 {
    height: auto;
    background-color: #eff6f8;
  }

  .grid-7 {
    margin: 100px 20px;
  }

  .i_poster-vulnerable {
    width: 250px;
  }

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

  .t_vulnerable._110px {
    font-size: 70px;
  }

  .st_vulnerable._25px.rosa {
    font-size: 20px;
  }

  .st_vulnerable._20px {
    font-size: 15px;
    text-align: center;
  }

  .container-15 {
    overflow: hidden;
  }

  .text-block-6.rojo.estructuras {
    font-size: 70px;
    text-align: center;
  }

  .grid-11 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto;
  }

  .slider-4 {
    left: auto;
    top: auto;
    width: 400px;
    height: 400px;
  }

  .slider-4.dante {
    left: auto;
    top: auto;
    width: 400px;
    height: 400px;
  }

  .slider-4.daniela {
    left: auto;
    top: auto;
  }

  .slider-4.carlos {
    left: auto;
    top: auto;
  }

  .slider-4.ricardo {
    left: auto;
    top: auto;
  }

  .slider-4.gustavo {
    left: auto;
    top: auto;
  }

  .slider-4.juan-fer {
    left: auto;
    top: auto;
  }

  .slider-4.laura {
    left: auto;
    top: auto;
  }

  .slider-4.karen {
    left: auto;
    top: auto;
  }

  .grid-12 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

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

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

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

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

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

  .image-18 {
    height: 240px;
    margin-top: 20px;
  }

  .div-block-53 {
    height: 600px;
  }

  .html-embed-9 {
    width: 100%;
    height: 420px;
  }

  .div-block-56 {
    height: 600px;
  }

  .menu-button-2 {
    background-color: #e00d3f;
  }

  .menu-button-2.w--open {
    background-color: #040404;
  }
}

@media screen and (max-width: 767px) {
  .canvas {
    height: 1000px;
  }

  .contenedor.plantas {
    left: -7%;
    overflow: hidden;
    max-width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .t_futuro {
    text-align: center;
  }

  .t_titulos {
    width: 100%;
    text-align: center;
  }

  .contenedor-titulos {
    left: 0%;
    right: 0%;
    max-width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .st_subtitulos {
    width: 100%;
    text-align: center;
  }

  .st_subtitulos.filtros {
    color: #fff;
  }

  .st_subtitulos.filtros.click {
    color: #fff;
  }

  .texto-botones._1 {
    font-size: 15px;
  }

  .texto-botones._2 {
    font-size: 15px;
  }

  .texto-botones._3 {
    font-size: 15px;
  }

  .t_email-footer {
    font-size: 4vw;
  }

  .t_menu {
    font-size: 5vw;
  }

  .s_contacto {
    height: 310px;
  }

  .s_contacto._2 {
    overflow: hidden;
    height: 390px;
    padding: 0px 0px 40px;
  }

  .grid-nosotros {
    margin-top: 75px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-nosotros._2 {
    margin-top: 0px;
  }

  .d_virus-logo {
    display: none;
  }

  .d_titulos-nosotros {
    margin-top: 20px;
  }

  .d_lista-hacemos {
    display: none;
  }

  .t_clientes {
    margin-left: 0px;
  }

  .c_loop {
    height: 100px;
  }

  .i_fondos-grid-hacemos {
    width: 200px;
    height: 200px;
  }

  .d_grid_hacemos.dise-o-web {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

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

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

  .grid_hacemos {
    height: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .d_grid-servicios {
    height: auto;
  }

  .speaker-name {
    font-size: 48px;
  }

  .speaker-slide-mask {
    width: 90%;
  }

  .slide-image {
    min-height: 400px;
  }

  .background-video-2 {
    height: 652px;
  }

  .video-mock-up {
    top: -46px;
    width: 344px;
    height: 680px;
  }

  .pop-up-2 {
    position: fixed;
  }

  .video-container-02 {
    width: 35em;
    max-width: 95%;
    margin-right: auto;
    margin-left: auto;
  }

  .soacial-wrap {
    width: 60%;
  }

  .footer {
    padding: 40px 20px;
  }

  .heding-wrap {
    margin-left: 0px;
  }

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

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

  .bg-video-border-wrapper {
    display: none;
    border-top-width: 20vw;
    border-bottom-width: 20vw;
  }

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

  .sun-icon {
    width: 55vw;
  }

  .c_loop-premios {
    height: 190px;
  }

  .wrapper_loop-2 {
    padding-top: 15px;
  }

  .nav-menu {
    height: 100vh;
  }

  .i_virus-hover.hover {
    -o-object-fit: cover;
    object-fit: cover;
  }

  .t_parrafos.websites {
    font-size: 3.2vw;
  }

  .t_parrafos.tecnolog-as {
    padding-right: 35px;
    padding-left: 35px;
    font-size: 3.2vw;
  }

  .t_parrafos.tecnolog-as._2 {
    margin-bottom: 55px;
    font-size: 4vw;
  }

  .t_parrafos.tecnolog-as.filtros-copy {
    font-size: 16px;
  }

  .swiper-nav-btn {
    width: 40px;
    height: 40px;
    padding: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .swiper-nav-btn.next {
    right: 14%;
  }

  .swiper-nav-btn.prev {
    left: 14%;
  }

  .swiper-slide {
    width: 100%;
  }

  .swiper-nav-btn-icon {
    width: 40%;
  }

  .nav-item-link {
    margin-left: 32px;
  }

  .nav-link-icon {
    height: 20px;
  }

  ._wf-button__wrapper {
    margin-right: -20px;
    margin-bottom: -20px;
  }

  .wlfwc-holder {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }

  .hero {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .d_contacto {
    height: 1000px;
    padding-right: 55px;
    padding-left: 55px;
  }

  .t_contacto {
    font-size: 12vw;
  }

  .grid-4 {
    grid-row-gap: 30px;
  }

  .h2_contacto {
    font-size: 4vw;
  }

  .t_liquidos {
    position: static;
    text-align: left;
  }

  .st_trabajar-contigo {
    font-size: 7vw;
  }

  .d_websites-titulo {
    height: 390px;
  }

  .s_premios._2 {
    overflow: hidden;
  }

  .c_loop-clientes {
    height: 100px;
  }

  .product-div_home {
    height: 300px;
  }

  .body-text.titulo {
    display: none;
  }

  .content-second-section {
    display: none;
  }

  .d_contenido {
    height: 380px;
  }

  .slider-bg {
    display: none;
  }

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

  .slider-prev {
    left: -100px;
    display: none;
  }

  .slider-next {
    right: -100px;
    display: none;
  }

  .h1_titulo-tecnologias {
    font-size: 7vw;
  }

  .h1_titulo-tecnologias._2 {
    font-size: 9vw;
  }

  .content-mockup-two {
    position: relative;
  }

  .content-grid-left {
    max-width: 100%;
  }

  .content-title.mt-70 {
    margin-top: 0px;
  }

  .feature-count {
    margin-bottom: 30px;
  }

  .feature-section {
    height: 650px;
    padding-bottom: 30px;
  }

  .content-grid {
    height: 520px;
    padding-top: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .content-grid-two {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .content-grid-right {
    padding-left: 0px;
  }

  .content-img-block {
    display: none;
  }

  .content-grid-para {
    margin-bottom: 40px;
  }

  .feature-grid {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .feature-hr {
    margin-top: 60px;
  }

  .feature-title {
    margin-bottom: 15px;
  }

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

  .s_clientes {
    height: 310px;
  }

  .s_clientes._2 {
    overflow: hidden;
    height: 390px;
    padding: 0px 0px 40px;
  }

  .foco-gigante {
    height: 700px;
  }

  .foco-luz {
    height: 700px;
  }

  .d_narrativas {
    height: 300px;
  }

  .t_n_narrativas {
    margin-top: 67px;
    font-size: 7vw;
  }

  .st_n_narrativas._1 {
    width: 240px;
    font-size: 3vw;
  }

  .d_narrativas-general {
    padding-bottom: 40px;
  }

  .d_narrativas-servicios {
    height: auto;
  }

  .d_narrativas-servicios.movil {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .d_narrativas-servicios.interactivos {
    display: none;
  }

  .i_celulares-narrativas._1 {
    display: none;
  }

  .i_celulares-narrativas._2 {
    display: none;
    padding-left: 94px;
  }

  .i_celulares-narrativas._3 {
    display: none;
    margin-left: 27px;
  }

  .i_celulares-narrativas._4 {
    display: none;
  }

  .i_celulares-narrativas._5 {
    display: none;
    padding-right: 19px;
  }

  .i_celulares-narrativas._6 {
    display: none;
  }

  .i_celulares-narrativas._7 {
    display: none;
    margin-right: 68px;
  }

  .i_celulares-narrativas._8 {
    display: none;
  }

  .grid-6 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .t_premios {
    margin-left: 0px;
  }

  .container-13 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .footer-2 {
    padding: 40px 20px;
  }

  .footer-image {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .div-block-37 {
    left: auto;
    bottom: auto;
    height: 300px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .i_nuevas-tecnologias {
    max-width: 90%;
  }

  .i_nuevas-tecnologias.ar {
    max-width: 70%;
    margin-top: 15px;
  }

  .i_nuevas-tecnologias.videos-interactivos {
    max-width: 80%;
  }

  .d_sticky_vulnerable {
    height: 530px;
  }

  .d_vulnerable-hero {
    height: 520px;
  }

  .background-video-6 {
    height: 260px;
  }

  .i_sombra-celu {
    margin-top: 60px;
    margin-left: 43px;
  }

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

  .gif_emma {
    width: 520px;
    height: 380px;
  }

  .gif_ryan {
    width: 530px;
    height: 330px;
  }

  .div-block-43 {
    padding-top: 50px;
    padding-bottom: 20px;
  }

  .container-15 {
    max-width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .storyline {
    width: 620px;
  }

  .html-embed-drive-gifs.referentes {
    width: 450px;
  }

  .div-block-44 {
    height: 650px;
  }

  .text-block-6 {
    font-size: 70px;
  }

  .text-block-6.rojo.estructuras {
    font-size: 50px;
  }

  .grid-9 {
    margin-right: 10px;
    margin-left: 10px;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .text_footer_vulnerable.blanco._1 {
    font-size: 22px;
  }

  .text_footer_vulnerable.blanco._2 {
    font-size: 22px;
  }

  .emojis-vulnerable._1 {
    width: 30px;
  }

  .emojis-vulnerable._2 {
    width: 30px;
  }

  .emojis-vulnerable._3 {
    width: 30px;
  }

  .emojis-vulnerable._4 {
    width: 30px;
  }

  .emojis-vulnerable._5 {
    width: 30px;
  }

  .emojis-vulnerable._6 {
    width: 30px;
  }

  .emojis-vulnerable._7 {
    width: 30px;
  }

  .emojis-vulnerable._8 {
    width: 30px;
  }

  .emojis-vulnerable._9 {
    width: 30px;
  }

  .emojis-vulnerable._10 {
    width: 30px;
  }

  .emojis-vulnerable._11 {
    width: 30px;
  }

  .emojis-vulnerable._12 {
    width: 30px;
  }

  .footer-vulnerable {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .columns-2 {
    width: 110%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .container-17 {
    width: 100%;
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .grid-12 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .t_sinopsis-vulnerable {
    padding-right: 10px;
    padding-left: 10px;
  }

  .container-18 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .container-19 {
    padding-right: 10px;
    padding-left: 10px;
    -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;
  }

  .image-18 {
    margin-bottom: 20px;
    margin-left: 30px;
  }

  .image-18.referentes {
    margin-left: 0px;
  }

  .image-18._2 {
    margin-left: 0px;
  }

  .image-18._3 {
    margin-left: 0px;
  }

  .image-18._4 {
    margin-left: 0px;
  }

  .image-19 {
    width: 100%;
  }

  .column-5 {
    display: none;
  }

  .link-2 {
    font-size: 22px;
  }

  .link-3 {
    font-size: 22px;
  }

  .link-4 {
    font-size: 22px;
  }

  .link-5 {
    font-size: 22px;
  }

  .text-block-13 {
    width: 200.9375px;
  }

  .text-block-14 {
    width: 200.9375px;
  }

  .text-block-15 {
    width: 220.9375px;
  }

  .text-block-16 {
    width: 220.9375px;
  }

  .text-block-17 {
    width: 240.9375px;
  }

  .text-block-18 {
    width: 240.9375px;
  }

  .text-block-19 {
    width: 260.9375px;
  }

  .text-block-20 {
    width: 260.9375px;
  }

  .text-block-21 {
    width: 280.9375px;
  }

  .text-block-22 {
    width: 280.9375px;
  }

  .text-block-23 {
    width: 300.9375px;
  }

  .text-block-24 {
    width: 300.9375px;
  }

  .text-block-25 {
    width: 320.9375px;
  }

  .text-block-26 {
    width: 320.9375px;
  }

  .text-block-27 {
    width: 340.9375px;
  }

  .text-block-28 {
    width: 340.9375px;
  }

  .text-block-29 {
    width: 360.9375px;
  }

  .text-block-30 {
    width: 360.9375px;
  }

  .text-block-31 {
    width: 380.9375px;
  }

  .text-block-32 {
    width: 380.9375px;
  }

  .text-block-33 {
    width: 400.9375px;
  }

  .text-block-34 {
    width: 400.9375px;
  }

  .text-block-35 {
    width: 420.9375px;
  }

  .text-block-36 {
    width: 420.9375px;
  }

  .text-block-37 {
    width: 440.9375px;
  }

  .text-block-38 {
    width: 440.9375px;
  }

  .text-block-39 {
    width: 460.9375px;
  }

  .text-block-40 {
    width: 460.9375px;
  }

  .text-block-41 {
    width: 480.9375px;
  }

  .text-block-42 {
    width: 480.9375px;
  }

  .text-block-43 {
    width: 500.9375px;
  }

  .text-block-44 {
    width: 500.9375px;
  }

  .text-block-45 {
    width: 520.9375px;
  }

  .text-block-46 {
    width: 520.9375px;
  }

  .text-block-47 {
    width: 540.9375px;
  }

  .text-block-48 {
    width: 540.9375px;
  }

  .text-block-49 {
    width: 560.9375px;
  }

  .text-block-50 {
    width: 560.9375px;
  }

  .text-block-51 {
    width: 580.9375px;
  }

  .text-block-52 {
    width: 580.9375px;
  }

  .text-block-53 {
    width: 600.9375px;
  }

  .text-block-54 {
    width: 600.9375px;
  }

  .text-block-55 {
    width: 602.796875px;
  }

  .text-block-56 {
    width: 602.796875px;
  }

  .text-block-57 {
    width: 602.796875px;
  }

  .text-block-58 {
    width: 602.796875px;
  }

  .text-block-59 {
    width: 602.796875px;
  }

  .text-block-60 {
    width: 602.796875px;
  }

  .text-block-61 {
    width: 602.796875px;
  }

  .text-block-62 {
    width: 602.796875px;
  }

  .text-block-63 {
    width: 602.796875px;
  }

  .text-block-64 {
    width: 602.796875px;
  }

  .text-block-65 {
    width: 602.796875px;
  }

  .text-block-66 {
    width: 602.796875px;
  }

  .text-block-67 {
    width: 602.796875px;
  }

  .text-block-68 {
    width: 602.796875px;
  }

  .text-block-69 {
    width: 602.796875px;
  }

  .text-block-70 {
    width: 602.796875px;
  }

  .text-block-71 {
    width: 602.796875px;
  }

  .text-block-72 {
    width: 602.796875px;
  }

  .text-block-73 {
    width: 602.796875px;
  }

  .text-block-74 {
    width: 602.796875px;
  }

  .text-block-75 {
    width: 602.796875px;
  }

  .text-block-76 {
    width: 602.796875px;
  }

  .text-block-77 {
    width: 602.796875px;
  }

  .text-block-78 {
    width: 602.796875px;
  }

  .text-block-79 {
    width: 602.796875px;
  }

  .text-block-80 {
    width: 602.796875px;
  }

  .text-block-81 {
    width: 602.796875px;
  }

  .text-block-82 {
    width: 602.796875px;
  }

  .text-block-83 {
    width: 602.796875px;
  }

  .text-block-84 {
    width: 602.796875px;
  }

  .text-block-85 {
    width: 602.796875px;
  }

  .text-block-86 {
    width: 602.796875px;
  }

  .text-block-87 {
    width: 602.796875px;
  }

  .text-block-88 {
    width: 602.796875px;
  }

  .text-block-89 {
    width: 602.796875px;
  }

  .text-block-90 {
    width: 602.796875px;
  }

  .text-block-91 {
    width: 602.796875px;
  }

  .text-block-92 {
    width: 602.796875px;
  }

  .text-block-93 {
    width: 602.796875px;
  }

  .text-block-94 {
    width: 602.796875px;
  }

  .text-block-95 {
    width: 602.796875px;
  }

  .text-block-96 {
    width: 602.796875px;
  }

  .text-block-97 {
    width: 602.796875px;
  }

  .text-block-98 {
    width: 602.796875px;
  }

  .text-block-99 {
    width: 602.796875px;
  }

  .text-block-100 {
    width: 602.796875px;
  }

  .text-block-101 {
    width: 602.796875px;
  }

  .text-block-102 {
    width: 602.796875px;
  }

  .text-block-103 {
    width: 602.796875px;
  }

  .text-block-104 {
    width: 602.796875px;
  }

  .text-block-105 {
    width: 602.796875px;
  }

  .text-block-106 {
    width: 602.796875px;
  }

  .text-block-107 {
    width: 602.796875px;
  }

  .text-block-108 {
    width: 602.796875px;
  }

  .text-block-109 {
    width: 602.796875px;
  }

  .text-block-110 {
    width: 602.796875px;
  }

  .text-block-111 {
    width: 602.796875px;
  }

  .text-block-112 {
    width: 602.796875px;
  }

  .text-block-113 {
    width: 602.796875px;
  }

  .text-block-114 {
    width: 602.796875px;
  }

  .text-block-115 {
    width: 602.796875px;
  }

  .text-block-116 {
    width: 602.796875px;
  }

  .text-block-117 {
    width: 602.796875px;
  }

  .text-block-118 {
    width: 602.796875px;
  }

  .text-block-119 {
    width: 602.796875px;
  }

  .text-block-120 {
    width: 602.796875px;
  }

  .text-block-121 {
    width: 602.796875px;
  }

  .text-block-122 {
    width: 602.796875px;
  }

  .text-block-123 {
    width: 602.796875px;
  }

  .text-block-124 {
    width: 602.796875px;
  }

  .text-block-125 {
    width: 602.796875px;
  }

  .text-block-126 {
    width: 602.796875px;
  }

  .text-block-127 {
    width: 602.796875px;
  }

  .text-block-128 {
    width: 602.796875px;
  }

  .text-block-129 {
    width: 602.796875px;
  }

  .text-block-130 {
    width: 602.796875px;
  }

  .text-block-131 {
    width: 602.796875px;
  }

  .text-block-132 {
    width: 602.796875px;
  }

  .text-block-133 {
    width: 602.796875px;
  }

  .text-block-134 {
    width: 602.796875px;
  }

  .text-block-135 {
    width: 602.796875px;
  }

  .text-block-136 {
    width: 602.796875px;
  }

  .text-block-137 {
    width: 602.796875px;
  }

  .text-block-138 {
    width: 602.796875px;
  }

  .text-block-139 {
    width: auto;
  }

  .text-block-140 {
    width: auto;
  }

  .text-block-141 {
    width: auto;
  }

  .text-block-142 {
    display: none;
  }

  .body-6 {
    overflow: hidden;
  }

  .grid-14 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .image-22 {
    height: 16vw;
  }

  .t_titulo-conciertos {
    font-size: 3vw;
  }

  .t_titulo-concierto-2.gris {
    font-size: 3vw;
  }
}

@media screen and (max-width: 479px) {
  .canvas {
    display: block;
    height: 1000px;
  }

  .heading {
    display: none;
  }

  .image {
    width: 60px;
  }

  .contenedor.plantas {
    left: -49px;
    top: -17%;
    right: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 18px;
    padding-left: 18px;
  }

  .contenedor.audiovisual {
    left: -49px;
  }

  .contenedor.footer {
    overflow: hidden;
    max-width: 100vw;
    padding-right: 0px;
    padding-left: 0px;
  }

  .contenedor.estudio-creativo {
    bottom: 10%;
  }

  .t_desliza.gris {
    font-size: 20px;
  }

  .t_estudio-creativo.home {
    font-size: 24px;
  }

  .t_ayudamos-a-tu-marca {
    font-size: 25px;
  }

  .plantas._1 {
    display: none;
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .plantas._2 {
    display: none;
    width: 55%;
  }

  .plantas._3 {
    display: block;
  }

  .pantallas._2 {
    display: none;
  }

  .pantallas._2.movil {
    display: block;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .t_dar-un-paso {
    font-size: 25px;
  }

  .t_titulos {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
  }

  .t_titulos.filtros {
    margin-top: 15px;
    font-size: 40px;
  }

  .contenedor-titulos {
    left: 0%;
    top: 81px;
    right: 0%;
    max-width: 100%;
    margin-bottom: 109px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .st_subtitulos {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 25px;
    text-align: center;
  }

  .st_subtitulos.filtros {
    color: #fff;
    font-size: 25px;
  }

  .d_virus-footer-black {
    padding-top: 2px;
    background-color: #000;
  }

  .celulares-lottie._2 {
    display: none;
  }

  .celulares-lottie._2.vertical {
    display: block;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .div-celulares._2 {
    height: 1300vh;
    background-color: #000;
  }

  .contenedor-nuevas-tecnologias._2 {
    bottom: 20%;
    max-width: 100%;
  }

  .grid._2 {
    margin-right: 5px;
    margin-left: 5px;
  }

  .texto-botones._1 {
    font-size: 17px;
  }

  .texto-botones._2 {
    font-size: 17px;
  }

  .texto-botones._3 {
    font-size: 17px;
  }

  .background-video-reel {
    display: none;
  }

  .background-video-reel.mobil {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .div-textos-reel.increible-contenido {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    max-width: 100%;
  }

  .t_increible-contenido._1 {
    width: 100%;
    max-width: 100%;
    font-size: 25px;
  }

  .audiovisual.png {
    height: 101vh;
  }

  .contenedor-boton {
    padding-bottom: 15%;
  }

  .stopmotion-lottie {
    display: none;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .stopmotion-lottie.movil {
    display: block;
  }

  .ipad.imagen {
    overflow: hidden;
    margin-top: 60px;
  }

  .macbook.imagen {
    overflow: hidden;
    margin-top: 60px;
  }

  .container.trabajemos {
    margin-top: 0px;
  }

  .t_footer.listos {
    font-size: 25px;
  }

  .fondo-blanco {
    height: 102vh;
  }

  .d_footer-ff {
    overflow: hidden;
    width: 100vw;
    height: 61px;
  }

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

  .t_email-footer {
    display: none;
  }

  .t_menu {
    padding-right: 25px;
    font-size: 6vw;
  }

  .s_contacto {
    height: 390px;
  }

  .s_contacto._2 {
    height: 470px;
  }

  .grid-nosotros {
    margin-top: 75px;
  }

  .d_quienes-somos {
    width: 290px;
  }

  .t_somos {
    width: 100%;
    margin-right: 0px;
  }

  .t_somos_2 {
    width: 240px;
    font-size: 16px;
  }

  .t_somos_2.clientes._2._3 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .t_somos_2._1 {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .heading-4 {
    margin-left: 0px;
    font-size: 22px;
  }

  .t_hacemos.grid {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .t_clientes {
    font-size: 22px;
  }

  .t_clientes._2 {
    font-size: 40px;
  }

  .t_clientes._2._3 {
    margin-right: 0px;
  }

  .c_loop {
    height: 90px;
  }

  .loop-texto {
    font-size: 40px;
  }

  .grid_hacemos {
    grid-row-gap: 25px;
  }

  .speaker-name {
    font-size: 42px;
  }

  .speaker-arrow {
    top: auto;
    right: 5vw;
    bottom: 0px;
  }

  .speaker-arrow.left {
    left: auto;
    right: 0vw;
    margin-right: 84px;
  }

  .slide-image {
    height: 40vh;
    min-height: 300px;
  }

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

  .section-3.home-hero-section {
    padding-bottom: 36px;
  }

  .speaker-slide-content {
    padding-bottom: 6px;
  }

  .clip-text.speaker-headding {
    margin-top: -30px;
  }

  .blog-block {
    margin-right: 10px;
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .text-block-4 {
    height: 220px;
  }

  .background-video-2 {
    height: 570px;
  }

  .device {
    height: 600px;
  }

  .video-blog {
    width: 90px;
    height: 160px;
    padding-left: 6px;
  }

  .story.front {
    padding-bottom: 24px;
  }

  .cc-junbo-h1 {
    font-size: 36px;
    line-height: 54px;
  }

  .video-blog-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .video-blog-wrap {
    margin-top: -147px;
    padding-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .hero-section {
    height: 1150px;
  }

  .video-mock-up {
    top: -120px;
    bottom: auto;
    width: 300px;
    height: 592px;
    border-radius: 50px;
  }

  .active-blog {
    width: 104%;
    height: 103%;
    border-radius: 10px;
  }

  .bg {
    height: 1212px;
  }

  .bg.waterfall {
    height: 1212px;
  }

  .bg.road {
    height: 1212px;
  }

  .pop-up-2 {
    position: fixed;
  }

  .video-container-02 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .soacial-wrap {
    width: 80%;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }

  .heding-wrap {
    margin-left: 0px;
  }

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

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

  .bg-video-border-wrapper {
    border-top-width: 25vw;
    border-bottom-width: 25vw;
  }

  .s-main {
    display: none;
  }

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

  .nav-wrapper.left {
    display: none;
  }

  .sun-icon {
    width: 75vw;
  }

  .s_black-home {
    background-color: #000;
  }

  .i_home {
    display: none;
    width: auto;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .i_home.movil {
    display: block;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .c_loop-premios {
    height: 144px;
    margin-top: 30px;
  }

  .wrapper_loop-2 {
    padding-top: 0px;
  }

  .logo-clientes-2 {
    width: 1010px;
  }

  .container-5 {
    margin-right: 25px;
    margin-left: 25px;
  }

  .brand {
    padding-left: 0px;
  }

  .navbar {
    background-color: #000;
  }

  .nav-menu {
    height: 100vh;
  }

  .d_virus-final {
    overflow: hidden;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .i_virus-final {
    display: none;
  }

  .i_virus-final.vertical {
    display: block;
    height: 100vh;
  }

  .d_virus-final-2.hover {
    display: none;
  }

  .t_parrafos.websites {
    width: 180px;
    font-size: 20px;
  }

  .t_parrafos.tecnolog-as {
    font-size: 6vw;
  }

  .t_parrafos.tecnolog-as._2 {
    font-size: 6vw;
  }

  .t_parrafos.tecnolog-as.filtros-copy {
    width: 220px;
  }

  .swiper-nav-btn.next {
    right: 5%;
    width: 45px;
    height: 45px;
  }

  .swiper-nav-btn.prev {
    left: 5%;
    width: 45px;
    height: 45px;
  }

  .swiper-slide {
    width: 95%;
    height: 65vh;
  }

  .d_contacto {
    height: 1000px;
    padding: 75px 25px;
  }

  .t_contacto {
    margin-top: 15px;
    font-size: 17vw;
  }

  .grid-4 {
    grid-row-gap: 30px;
  }

  .h2_contacto {
    font-size: 7vw;
  }

  .t_liquidos {
    position: static;
    font-size: 14px;
    text-align: left;
  }

  .st_trabajar-contigo {
    font-size: 8vw;
  }

  .d_websites-titulo {
    height: 410px;
  }

  .s_premios._2 {
    height: 950px;
  }

  .c_loop-clientes {
    height: 90px;
    margin-top: 55px;
    margin-bottom: 20px;
  }

  .product-div_home {
    height: 100px;
  }

  .homepage_products-grid {
    grid-auto-flow: column;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .body-text {
    font-size: 18px;
  }

  .t_websites {
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
    font-size: 60px;
  }

  .st_websites {
    width: auto;
    font-size: 30px;
  }

  .content-second-section {
    display: none;
  }

  .image-second-section {
    height: 400px;
  }

  .d_contenido {
    height: 350px;
    padding-right: 25px;
    padding-left: 25px;
  }

  .slider-title {
    margin-bottom: 10px;
    font-size: 32px;
  }

  .slider-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .slider-item {
    width: 100%;
  }

  .slider-item-img.vid {
    width: 100%;
  }

  .slider-prev {
    left: -190px;
  }

  .slider-next {
    right: -190px;
  }

  .h1_titulo-tecnologias {
    font-size: 12vw;
  }

  .h1_titulo-tecnologias._2 {
    font-size: 12vw;
  }

  .feature-section {
    height: 700px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .content-grid {
    height: 550px;
  }

  .menu-button {
    padding-right: 0px;
    background-color: #000;
  }

  .t_desliza-2.gris {
    font-size: 20px;
  }

  .body-3 {
    background-color: #000;
  }

  .s_clientes {
    height: 390px;
  }

  .s_clientes._2 {
    height: 470px;
  }

  .d_hero_nosotros {
    height: 570px;
  }

  .foco-gigante {
    margin-top: 59px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .d_textos-foco {
    width: 100%;
    height: 580px;
  }

  .foco-luz {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .d_narrativas {
    height: 300px;
  }

  .t_n_narrativas {
    margin-top: 67px;
    font-size: 12vw;
  }

  .st_n_narrativas {
    width: 240px;
    font-size: 16px;
  }

  .st_n_narrativas._1 {
    font-size: 5.5vw;
  }

  .i_celulares-narrativas._2 {
    display: none;
    height: 59%;
    margin-bottom: 337px;
    padding-left: 163px;
  }

  .i_celulares-narrativas._3 {
    display: none;
    height: 70%;
  }

  .i_celulares-narrativas._5 {
    display: none;
    height: 80%;
    margin-bottom: 88px;
    margin-left: -243px;
    padding-right: 0px;
  }

  .i_celulares-narrativas._7 {
    display: none;
    height: 70%;
    margin-top: 360px;
    margin-right: 0px;
    margin-left: -360px;
  }

  .t_premios {
    font-size: 22px;
  }

  .t_premios._2 {
    font-size: 40px;
  }

  .t_premios._2._3 {
    margin-right: 0px;
  }

  .footer-2 {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }

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

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .div-block-37 {
    left: auto;
    bottom: auto;
    height: 300px;
  }

  .preload-screen {
    display: none;
  }

  .d_sticky_vulnerable {
    height: 100vh;
  }

  .d_vulnerable-hero {
    height: 100vh;
  }

  .background-video-6 {
    height: 150px;
    border-radius: 40px;
  }

  .d_gifs-home-vulnerable {
    padding-bottom: 30px;
  }

  .i_sombra-celu {
    margin-left: 9px;
  }

  .grid-7 {
    width: 100%;
    margin-top: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .grid-8 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .t_vulnerable._110px {
    font-size: 60px;
  }

  .st_vulnerable._25px {
    font-size: 21px;
  }

  .gif_emma {
    width: 290px;
    height: 207px;
    margin-top: 14px;
  }

  .gif_ryan {
    width: 290px;
    height: 180px;
    margin-top: 2px;
  }

  .html-embed-drive-gifs.referentes {
    width: 260px;
  }

  .div-block-44 {
    height: auto;
    padding-top: 40px;
  }

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

  .text-block-6.rojo {
    text-align: center;
  }

  .grid-9 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .text_footer_vulnerable.blanco._1 {
    font-size: 18px;
  }

  .text_footer_vulnerable.blanco._2 {
    font-size: 18px;
  }

  .emojis-vulnerable._1 {
    display: none;
  }

  .emojis-vulnerable._2 {
    display: none;
  }

  .emojis-vulnerable._3 {
    display: none;
  }

  .div-block-48 {
    overflow: hidden;
  }

  .html-embed-8 {
    position: absolute;
    top: auto;
    bottom: -604.828px;
    width: 280px;
    height: 60px;
  }

  .div-block-49 {
    overflow: hidden;
  }

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

  .grid-11 {
    margin-right: 10px;
    margin-left: 10px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto;
  }

  .slider-4 {
    width: 268px;
    height: 268px;
    margin-top: 47px;
  }

  .grid-12 {
    padding-right: 5px;
    padding-left: 5px;
  }

  .t_sinopsis-vulnerable {
    font-size: 18px;
    line-height: 25px;
    text-align: justify;
  }

  .container-18 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .container-19 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .image-18.referentes {
    width: 100%;
    height: auto;
  }

  .image-18._2 {
    height: 150px;
  }

  .div-block-53 {
    height: 290px;
  }

  .html-embed-9 {
    height: auto;
  }

  .div-block-56 {
    height: 290px;
  }

  .column-4 {
    display: none;
  }

  .link-6 {
    font-size: 18px;
  }

  .link-7 {
    font-size: 18px;
  }

  .link-8 {
    font-size: 18px;
  }

  .link-9 {
    font-size: 18px;
  }

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

  .body-5 {
    overflow: hidden;
  }

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

  .t_h1-gigante {
    font-size: 9vw;
  }

  .section-10 {
    padding-right: 3vw;
    padding-left: 3vw;
  }

  .grid-15 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .image-22 {
    height: 66vw;
  }

  .t_titulo-conciertos {
    font-size: 5vw;
  }

  .t_titulo-concierto-2.gris {
    font-size: 5vw;
  }
}

#w-node-_763e790b-2bc8-b22e-7a1a-b88d6a1a3407-6a1a3404 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_763e790b-2bc8-b22e-7a1a-b88d6a1a3409-6a1a3404 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_763e790b-2bc8-b22e-7a1a-b88d6a1a340b-6a1a3404 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_763e790b-2bc8-b22e-7a1a-b88d6a1a340d-6a1a3404 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_4e90aa62-55b5-c5c5-d76a-7d2e5ff09a96-554aa61f {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_4e90aa62-55b5-c5c5-d76a-7d2e5ff09aad-554aa61f {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_4e90aa62-55b5-c5c5-d76a-7d2e5ff09ac5-554aa61f {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_4e90aa62-55b5-c5c5-d76a-7d2e5ff09ade-554aa61f {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_4e90aa62-55b5-c5c5-d76a-7d2e5ff09af6-554aa61f {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_4e90aa62-55b5-c5c5-d76a-7d2e5ff09b0e-554aa61f {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-fc1b98a2-c2c2-5b17-5202-7abd3d83a9dd-554aa61f {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-fc1b98a2-c2c2-5b17-5202-7abd3d83a9df-554aa61f {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-f9ec7af0-7ea3-c5d6-31b1-7b6a1079d237-554aa61f {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-f9ec7af0-7ea3-c5d6-31b1-7b6a1079d24e-554aa61f {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-f9ec7af0-7ea3-c5d6-31b1-7b6a1079d266-554aa61f {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-f9ec7af0-7ea3-c5d6-31b1-7b6a1079d27f-554aa61f {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-f9ec7af0-7ea3-c5d6-31b1-7b6a1079d297-554aa61f {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-f9ec7af0-7ea3-c5d6-31b1-7b6a1079d2af-554aa61f {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-fd76cc27-a42a-6d5e-27e1-5b867a19a1aa-9e4aa625 {
  -ms-grid-column-align: start;
  justify-self: start;
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_60d92833-b1fc-e024-6b13-7a5d66b68001-9e4aa625 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_3dcb46de-4ca6-db69-4ced-9b9dd0371ac1-9e4aa625 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_842551b1-e089-2369-261a-088ba929fe22-9e4aa625 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b2509b7d-6cb4-be95-11cb-738a0cf7a5ff-9e4aa625 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-c7aa54f3-0bd9-a67c-129d-72cdfc3214dc-0764ee47 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_31775120-87bc-343e-476f-f34dc75b7d97-0764ee47 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f4f7983d-977b-310a-fd7d-11209ea89095-0764ee47 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c77fde97-13d0-1823-732f-3eeb5f3451e2-0764ee47 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ed0bc2f9-bb10-cc23-d883-3b687ec798b2-5326bd6d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8c611ae4-e103-bbfa-b66b-e866114ba618-5326bd6d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c0407973-bbd7-6573-7ed0-8da35b8d0ad3-5326bd6d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8fcbe589-a398-e6a4-26ee-6a318fc7898c-5326bd6d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-bd4b3565-9a42-3edb-bf46-cc5cde8adc52-5326bd6d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e423e300-a20f-e2c9-5da9-bdce7443bfa7-5326bd6d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-deec7588-9473-593a-077c-eef0055d38d4-5326bd6d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-deec7588-9473-593a-077c-eef0055d38dd-5326bd6d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-deec7588-9473-593a-077c-eef0055d38e6-5326bd6d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f5f74dc3-489f-0c1f-5f17-5f1b567668e8-5326bd6d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f5f74dc3-489f-0c1f-5f17-5f1b567668f1-5326bd6d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f5f74dc3-489f-0c1f-5f17-5f1b567668fa-5326bd6d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-b2509b7d-6cb4-be95-11cb-738a0cf7a5ff-9e4aa625 {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
  }

  #w-node-f4f7983d-977b-310a-fd7d-11209ea89095-0764ee47 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-c77fde97-13d0-1823-732f-3eeb5f3451e2-0764ee47 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_4e90aa62-55b5-c5c5-d76a-7d2e5ff09aad-554aa61f {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-fc1b98a2-c2c2-5b17-5202-7abd3d83a9dd-554aa61f {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column-align: end;
    justify-self: end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_763e790b-2bc8-b22e-7a1a-b88d6a1a340f-6a1a3404 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  #w-node-_4e90aa62-55b5-c5c5-d76a-7d2e5ff09ac5-554aa61f {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-fc1b98a2-c2c2-5b17-5202-7abd3d83a9dd-554aa61f {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column-align: end;
    justify-self: end;
  }
}

@font-face {
  font-family: 'Futura bt';
  src: url('../fonts/futura-medium-bt.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemontreal';
  src: url('../fonts/NeueMontreal-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemontreal';
  src: url('../fonts/NeueMontreal-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemontreal';
  src: url('../fonts/NeueMontreal-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemontreal';
  src: url('../fonts/NeueMontreal-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Daft brush';
  src: url('../fonts/Daft-Brush.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}