@font-face {
  font-family: Ppss-Light;
  src: url(/fonts/PPSS-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: PPSS-Ultralight;
  src: url(/fonts/PPSS-Ultralight.ttf) format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ppss-Medium;
  src: url(/fonts/PPSS-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ppss-Bold;
  src: url(/fonts/PPSS-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ppn;
  src: url(/fonts/PPN-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: black;
  --spring-green: #00ff73;
  --white: white;
  --blue: #1500ff;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

body {
  color: #333;
  font-family: Ppss-Light, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

.body-home {
  background-color: #1500ff;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  overflow: hidden;
}

.header {
  z-index: 3;
  padding-top: 1vw;
  position: relative;
}

.header.directors-and-contact {
  position: absolute;
  inset: 0% 0% auto;
}

.container-header {
  justify-content: space-between;
  align-items: flex-start;
  width: 83vw;
  height: 6vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.col-b-menu {
  justify-content: space-between;
  width: 39%;
  display: flex;
}

.link-menu {
  color: var(--black);
  text-transform: uppercase;
  margin-bottom: .2vw;
  font-size: 1.3vw;
  line-height: 1em;
  text-decoration: none;
  transition: all .2s;
  display: block;
}

.link-menu:hover {
  color: var(--spring-green);
}

.link-menu.w--current {
  color: var(--spring-green);
  background-image: url(/assets/indicador_verde_azul_1.svg);
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: .6vw;
  padding-left: 1vw;
  position: relative;
  left: -1vw;
}

.p-header {
  color: var(--black);
  width: 48%;
  margin-bottom: 0;
  font-family: PPSS-Ultralight, sans-serif;
  font-size: .9vw;
  font-weight: 200;
  line-height: 1.1em;
}

.col-c-menu {
  width: 7vw;
}

.logo-everyone {
  text-align: center;
  height: 0;
  transition: all .6s;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.logo-everyone.directors {
  bottom: -35vh;
}

.logo-everyone.directors.on {
  bottom: 0;
}

.logo-svg-superior {
  width: 100%;
}

.link-logo {
  width: 52vw;
  height: 11vw;
  transition: all .2s;
  position: relative;
  top: -3.4vw;
  overflow: hidden;
}

.link-logo.on {
  top: -5.5vw;
}

.top-logo {
  width: 100%;
  height: 5.5vw;
  overflow: hidden;
}

.top-logo.debug {
  background-color: #cc8282;
}

.logo-svg-inferior {
  width: 100%;
  transition: all .2s;
  position: relative;
  top: -5.5vw;
}

.logo-svg-inferior.on {
  opacity: .1;
}

.section-home {
  margin-top: 2.1vw;
}

.container-video-home {
  z-index: 1;
  background-color: var(--blue);
  width: 83vw;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.img-proporcion {
  z-index: -1;
  width: 100%;
  position: relative;
}

.home-video-full {
  height: 100%;
  position: absolute;
  inset: 0%;
}

.slider-videos-home {
  z-index: 0;
  background-color: #0000;
  height: 101%;
  transition: all .2s;
  position: absolute;
  inset: -2px;
}

.slider-videos-home.hover {
  mix-blend-mode: multiply;
}

.nav-btn {
  display: none;
}

.hover-navigate {
  z-index: 2;
  opacity: 0;
  justify-content: center;
  align-items: center;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hover-navigate.debug {
  opacity: 1;
}

.nav-interno-hover {
  flex-direction: column;
  justify-content: space-between;
  width: 38.3vw;
  height: 22vw;
  margin-top: 3.5vw;
  margin-left: -5vw;
  display: flex;
}

.navigate-text {
  color: #00ff73;
  text-align: center;
  margin-bottom: 0;
  padding-right: .8vw;
  font-size: 1.97vw;
  line-height: 1em;
}

.p-nav-video-top-left {
  z-index: 1;
  color: var(--white);
  margin-bottom: 0;
  font-size: 1.36vw;
  line-height: 1.1em;
  position: absolute;
  top: 2.2vw;
  left: 2.4vw;
}

.p-nav-video-top-right {
  z-index: 3;
  color: var(--white);
  text-align: right;
  margin-bottom: 0;
  font-size: 1.36vw;
  line-height: 1.1em;
  position: absolute;
  top: 2.2vw;
  right: 2.4vw;
}

.p-nav-video-bottom-right {
  z-index: 1;
  color: var(--white);
  text-align: right;
  margin-bottom: 0;
  font-size: 1.36vw;
  line-height: 1.1em;
  position: absolute;
  bottom: 2.4vw;
  right: 2.4vw;
}

.icon-lp {
  color: #0000;
  background-image: url(/assets/lp.svg);
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  width: .6vw;
  display: inline-block;
}

.icon-lp.flip {
  transform: rotate(180deg);
}

.pay-pause-btn {
  cursor: pointer;
  position: relative;
}

.body-work {
  background-color: var(--blue);
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.body-work.on {
  height: 0;
  overflow: hidden;
}

.section-work {
  margin-top: 8.5vw;
}

.fila-menu {
  text-align: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.dropdown-toggle {
  color: var(--black);
  text-transform: uppercase;
  padding: 1vw 3vw 1vw 1vw;
  font-size: 1.3vw;
  line-height: 1em;
}

.dropdown-toggle.on {
  color: var(--spring-green);
}

.icon-dropdown {
  margin-right: 1vw;
}

.icon-dropdown.on {
  color: #0000;
  background-image: url(/assets/cerrar.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 50%;
  transform: scale(1.3);
}

.dropdown-link {
  color: var(--black);
  text-transform: uppercase;
  padding: 1vw 1vw 0;
  font-size: 1.3vw;
  line-height: 1em;
  text-decoration: none;
  display: inline-block;
}

.dropdown-link.on {
  color: var(--spring-green);
}

.dropdown-all {
  z-index: 2;
  margin-left: .5vw;
  margin-right: .5vw;
  display: inline-block;
}

.dropdown-all.debug {
  left: 12px;
}

.lista-de-proyectos {
  overflow: hidden;
}

.thumb-proyecto {
  background-color: var(--spring-green);
  width: 24vw;
  height: 13.5vw;
  margin-bottom: 1.4vw;
  margin-left: .68vw;
  margin-right: .68vw;
  position: relative;
  overflow: hidden;
}

.thumb-proyecto.off {
  background-color: var(--blue);
  cursor: auto;
}

.container-lista-de-proyectos {
  flex-wrap: wrap;
  width: 102vw;
  margin-bottom: -1.4vw;
  margin-left: -.8vw;
  margin-right: -.8vw;
  display: flex;
}

.dropdown-list {
  opacity: 0;
  background-color: #1500ff;
  height: 0;
  padding-bottom: 0;
  transition: all .2s;
  display: block;
  top: 2.5vw;
  overflow: hidden;
}

.dropdown-list.w--open {
  opacity: 1;
  height: auto;
  padding-bottom: .5vw;
  top: 3.2vw;
}

.link-dropdown {
  color: var(--black);
  text-transform: uppercase;
  padding: .4vw 2.7vw .4vw 1.4vw;
  font-size: 1.1vw;
  line-height: 1em;
  transition: all .2s;
}

.link-dropdown:hover {
  color: var(--white);
}

.img-thumb {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.img-thumb.on {
  opacity: 0;
}

.img-thumb.off, .img-thumb.off.on {
  mix-blend-mode: color-burn;
}

.hover-thumb {
  z-index: 1;
  opacity: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all .2s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hover-thumb:hover {
  opacity: 1;
}

.hover-thumb.off:hover {
  opacity: 0;
}

.titulo-thumb {
  background-color: var(--spring-green);
  color: var(--black);
  text-transform: uppercase;
  margin-bottom: 0;
  padding: .3vw .4vw;
  font-family: Ppss-Bold, sans-serif;
  font-size: 1.3vw;
  font-weight: 700;
  line-height: 1em;
}

.subtitulo-thumb {
  background-color: var(--spring-green);
  color: var(--black);
  text-transform: uppercase;
  margin-top: .4vw;
  margin-bottom: 0;
  padding: .3vw .4vw;
  font-family: Ppss-Light, sans-serif;
  font-size: 1vw;
  font-weight: 300;
  line-height: 1em;
}

.body-project {
  background-image: url(/assets/Video.png);
  background-position: 0 0;
  background-size: 100%;
}

.logos-escondidos {
  height: 0;
  overflow: hidden;
}

.section-project-pop {
  z-index: 2;
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.for-by {
  text-transform: uppercase;
}

.flex-pop-work {
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding-top: 7vw;
  display: flex;
  position: relative;
}

.link-menu-detalle-video {
  color: var(--blue);
  text-transform: uppercase;
  margin-bottom: .2vw;
  font-size: 1.3vw;
  line-height: 1em;
  text-decoration: none;
  transition: all .2s;
  display: block;
}

.link-menu-detalle-video:hover {
  opacity: 1;
}

.link-menu-detalle-video.w--current {
  color: var(--spring-green);
  background-image: url(/assets/indicador_verde_azul.svg);
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: .6vw;
  padding-left: 1vw;
  position: relative;
  left: -1vw;
}

.menu-info-n-credits, .menu-exit {
  display: none;
}

.cerrar-detalle {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.credits-wrapper {
  z-index: 1;
  padding-top: 14.4vw;
  padding-bottom: 5vw;
  display: none;
  position: absolute;
  inset: 0;
}

.credits-container {
  text-align: center;
  width: 50vw;
  margin-left: auto;
  margin-right: auto;
}

.titulo-credits {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 1.1vw;
  font-family: PPSS-Ultralight, sans-serif;
  font-size: 2.5vw;
  font-weight: 200;
  line-height: 1.25em;
}

.p-credits {
  color: var(--white);
  margin-bottom: 3.3vw;
  font-size: 1.2vw;
  line-height: 1.25em;
}

.fila-de-creditos {
  justify-content: space-between;
  min-height: 1vw;
  display: flex;
}

.credit-rol {
  color: var(--blue);
  text-align: right;
  width: 49%;
  margin-bottom: 0;
  font-size: 1vw;
  line-height: 1em;
}

.credit-name {
  color: var(--white);
  text-align: left;
  width: 48.5%;
  margin-bottom: 0;
  font-size: 1vw;
  line-height: 1em;
}

.body-directors {
  background-color: var(--blue);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
}

.section-directors-content {
  z-index: 0;
  justify-content: center;
  align-items: center;
  height: 100vh;
  position: relative;
}

.logo-central {
  z-index: 2;
  width: 52vw;
  height: 11vw;
  transition: all .2s;
  position: relative;
  top: 1.5vw;
  overflow: hidden;
}

.logo-central.on {
  top: -5.5vw;
}

.container-directors {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 83vw;
  margin-top: -.4vw;
  display: flex;
}

.absolute-menu-directors {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.link-directors {
  z-index: 2;
  color: var(--white);
  text-transform: uppercase;
  padding: .23vw;
  font-size: 2.57vw;
  line-height: 1em;
  text-decoration: none;
  transition: all .2s;
  position: relative;
}

.link-directors:hover {
  color: var(--spring-green);
}

.link-directors.on {
  background-color: var(--spring-green);
  color: var(--black);
}

.link-directors.on:hover {
  color: var(--black);
}

.foto-director {
  z-index: 0;
  cursor: pointer;
  background-image: url(/assets/director_4.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 24.2vw;
  height: 16vw;
  transition: all .6s;
  position: absolute;
  inset: 9vw auto auto 14.4vw;
}

.foto-director._2 {
  background-image: url(/assets/director_3.png);
  height: 36.3vw;
  top: 0;
  left: 44.2vw;
}

.foto-director._2.off {
  top: -40vw;
}

.foto-director._3 {
  background-image: url(/assets/director_1.png);
  height: 16.3vw;
  top: 9.7vw;
  left: auto;
  right: 8.3vw;
}

.foto-director._3.off {
  top: -10vw;
  right: -30vw;
}

.foto-director._4 {
  background-image: url(/assets/director_6.png);
  width: 26.3vw;
  height: 22vw;
  top: 23.2vw;
  left: auto;
  right: -5.9vw;
}

.foto-director._4.off {
  right: -35vw;
}

.foto-director._5 {
  background-image: url(/assets/director_7.png);
  width: 24vw;
  height: 26vw;
  top: auto;
  bottom: 0;
  left: 23.2vw;
}

.foto-director._5.off {
  bottom: -35vw;
  left: -10vw;
}

.foto-director._6 {
  background-image: url(/assets/director_2.png);
  width: 28.6vw;
  height: 19vw;
  inset: auto 28vw 10.6vw auto;
}

.foto-director._6.off {
  bottom: -25vw;
}

.foto-director._7 {
  background-image: url(/assets/director_5.png);
  width: 24vw;
  height: 19vw;
  inset: auto 4.9vw -10.7vw auto;
}

.foto-director._7.off {
  bottom: -25vw;
  right: -30vw;
}

.foto-director._1 {
  left: 1.8vw;
}

.foto-director._1.off {
  top: -20vw;
  left: -30vw;
}

.foto-director._7 {
  background-image: url(/assets/director_6.png);
  width: 21vw;
  height: 22vw;
  bottom: 0;
  left: auto;
  right: 4.3vw;
}

.foto-director._7.off {
  right: -35vw;
}

.foto-director._8 {
  width: 19vw;
  height: 24vw;
  top: 3.3vw;
  left: 30.3vw;
}

.foto-director._8.off {
  top: -20vw;
  left: -30vw;
}

.section-director-pop {
  z-index: -1;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.flex-pop-detalle {
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding-top: 9.1vw;
  display: flex;
  position: relative;
}

.container-profile-director {
  z-index: 1;
  background-image: url(/assets/director_7.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 41.8vw;
  height: 70vh;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  left: -.05vw;
}

.titulo-about-director {
  z-index: 1;
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ppss-Bold, sans-serif;
  font-size: 3.2vw;
  font-weight: 700;
  line-height: 1em;
  position: absolute;
  top: 26.1vw;
  right: 14.9vw;
}

.p-director-bio {
  z-index: 1;
  background-color: var(--blue);
  color: var(--black);
  width: 19vw;
  margin-bottom: 0;
  padding: 1vw;
  font-family: PPSS-Ultralight, sans-serif;
  font-size: 1vw;
  font-weight: 200;
  line-height: 1.1em;
  position: absolute;
  top: 32vw;
  right: 7.9vw;
}

.img-director {
  opacity: .7;
  width: 34vw;
  height: 21vw;
  transition: all .2s;
  position: absolute;
  top: 3.6vw;
  right: 3.9vw;
}

.img-director._2 {
  background-image: url(/assets/img_director_2.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 24vw;
  height: 14vw;
  top: auto;
  bottom: -8.1vw;
  right: 16.6vw;
}

.img-director._3 {
  width: 51vw;
  height: 25vw;
  inset: auto auto -4vw -1.6vw;
}

.col-menu-a-director {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.col-menu-b-director {
  width: 15.4vw;
  display: none;
}

.link-menu-director {
  color: var(--black);
  text-transform: uppercase;
  margin-bottom: .2vw;
  font-size: 1.3vw;
  line-height: 1em;
  text-decoration: none;
  transition: all .2s;
  display: block;
}

.link-menu-director:hover {
  color: var(--spring-green);
}

.link-menu-director.w--current {
  color: var(--spring-green);
  background-image: url(/assets/indicador_verde_azul_1.svg);
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: .6vw;
  padding-left: 1vw;
  position: relative;
  left: -1vw;
}

.link-menu-director.on {
  color: var(--white);
  background-image: url(/assets/indicador_verde_azul_1.svg);
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: .6vw;
  margin-bottom: 1.7vw;
  padding-left: 1vw;
  position: relative;
  left: -1vw;
}

.link-menu-director.on:hover {
  color: var(--spring-green);
}

.body-contact {
  background-color: var(--blue);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
}

.section-contact {
  height: 100vh;
  overflow: hidden;
}

.p-office-direcci-n {
  float: right;
  color: var(--white);
  width: 14.4vw;
  margin-top: 6vw;
  margin-bottom: 0;
  margin-right: 1vw;
  font-family: Ppss-Light, sans-serif;
  font-size: 1.5vw;
  line-height: 1.22em;
}

.office-title-contact {
  font-family: Ppss-Bold, sans-serif;
  font-size: 1.1vw;
  font-weight: 500;
}

.img-contact {
  z-index: -1;
  object-fit: cover;
  width: 59.8vw;
  height: 39.7vw;
  position: absolute;
  top: 9.1vw;
  right: 6.9vw;
}

.book-div {
  position: absolute;
  bottom: 9.1vw;
  left: 13.5vw;
  overflow: hidden;
}

.heading-tipo-contact {
  color: var(--white);
  text-transform: uppercase;
  margin-top: .39vw;
  margin-bottom: 0;
  padding-left: 3.1vw;
  font-size: 3.3vw;
  font-weight: 300;
  line-height: 1em;
}

.heading-tipo-contact.on {
  color: var(--spring-green);
  background-image: url(/assets/indicador_verde_azul_1.svg);
  background-position: 0 57%;
  background-repeat: no-repeat;
  background-size: auto 71%;
}

.heading-tipo-contact.off {
  display: none;
}

.form-block {
  width: 100%;
  margin-bottom: 0;
}

.form-interno {
  float: right;
  clear: both;
  width: 59%;
}

.dropdown-contact {
  z-index: 1;
  margin-bottom: .6vw;
}

.btn-interno-dropdown-contact {
  color: var(--white);
  text-transform: uppercase;
  justify-content: space-between;
  width: 100%;
  padding: 0 0 0 0;
  font-size: 1vw;
  line-height: 1em;
  display: flex;
}

.icon-dropdown-contact {
  margin: 0 0 0 4px;
  position: static;
  right: 0;
}

.input-contact {
  color: var(--spring-green);
  text-transform: uppercase;
  background-color: #0000;
  border: 1px #000;
  height: auto;
  margin-bottom: .7vw;
  padding: 0;
  font-size: 1vw;
  line-height: 1em;
}

.send-btn {
  color: var(--black);
  text-transform: uppercase;
  background-color: #00ff73;
  padding: .4vw;
  font-family: Ppss-Bold, sans-serif;
  font-size: 1vw;
  font-weight: 700;
  line-height: 1em;
}

.option-contact {
  background-color: var(--white);
  padding: .5vw;
  font-size: 1vw;
  line-height: 1em;
  transition: all .2s;
}

.option-contact:hover {
  background-color: var(--spring-green);
}

.dropdown-list-contact {
  background-color: #0000;
  padding-top: .7vw;
}

.link-contact {
  color: var(--white);
  text-decoration: none;
  transition: all .2s;
}

.link-contact:hover {
  color: var(--spring-green);
}

.section-ok-contact {
  z-index: 3;
  display: none;
  position: absolute;
  inset: 0%;
}

.ok-flex {
  z-index: 1;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.ok-window-contact {
  z-index: 1;
  background-color: var(--blue);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 25.3vw;
  height: 10.4vw;
  margin-top: 3.1vw;
  display: flex;
  position: relative;
}

.close-btn-window {
  color: var(--white);
  background-color: #0000;
  padding: 0 0 0;
  font-size: .8vw;
  line-height: 1em;
  transition: all .2s;
  position: absolute;
  top: .3vw;
  right: .4vw;
}

.close-btn-window:hover {
  color: var(--spring-green);
}

.p-window {
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Ppss-Light, sans-serif;
  font-size: 1vw;
  font-weight: 300;
  line-height: 1em;
}

.ok-btn {
  background-color: var(--white);
  color: var(--black);
  text-transform: uppercase;
  width: 4vw;
  margin-top: 1.5vw;
  padding: .3vw 0;
  font-family: Ppss-Medium, sans-serif;
  font-size: 1vw;
  line-height: 1em;
  transition: all .2s;
}

.ok-btn:hover {
  background-color: var(--spring-green);
}

.color-blend {
  z-index: 0;
  background-color: var(--blue);
  mix-blend-mode: color;
  display: none;
  position: absolute;
  inset: 0%;
}

.close-btn {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.body-about {
  background-color: var(--blue);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
}

.section-about {
  margin-top: 2.1vw;
  overflow: hidden;
}

.container-about {
  width: 83vw;
  margin-left: auto;
  margin-right: auto;
}

.img-about-top {
  object-fit: cover;
  width: 100%;
  height: 40vw;
  overflow: hidden;
}

.titulo-about {
  color: var(--white);
  width: 53vw;
  margin-top: 3.4vw;
  margin-bottom: 0;
  font-family: Ppss-Bold, sans-serif;
  font-size: 4.6vw;
  font-weight: 700;
  line-height: 1.2em;
}

.list-of-points-about {
  margin-top: 7.8vw;
}

.container-list-points {
  float: right;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 90%;
  display: flex;
}

.col-point-about {
  align-items: flex-start;
  width: 33.33%;
  margin-bottom: 6.5vw;
  display: flex;
  overflow: hidden;
}

.numero-point {
  color: var(--white);
  width: 34%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2vw;
  font-weight: 300;
  line-height: 1.07em;
}

.col-interna-point {
  width: 66%;
}

.titulo-point {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 1vw;
  font-size: 2vw;
  font-weight: 300;
  line-height: 1.07em;
}

.p-point {
  color: var(--white);
  margin-bottom: 0;
  font-family: Ppss-Light, sans-serif;
  font-size: 1.4vw;
  font-weight: 300;
  line-height: 1.1em;
}

.list-of-services {
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 4vw;
  padding-bottom: 4.5vw;
  display: flex;
}

.titulo-services {
  color: var(--white);
  width: 50%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ppss-Bold, sans-serif;
  font-size: 4.6vw;
  font-weight: 700;
  line-height: 1.2em;
  overflow: hidden;
}

.list-of-services-points {
  flex-wrap: wrap;
  justify-content: space-between;
  width: 50%;
  padding-top: .8vw;
  display: flex;
}

.point-service {
  color: var(--white);
  width: 50%;
  margin-top: 0;
  margin-bottom: 1vw;
  font-size: 2vw;
  font-weight: 300;
  line-height: 1.07em;
}

.col-b-services {
  width: 37%;
}

.simetrica-block {
  padding-top: 6vw;
  overflow: hidden;
}

.title-simetrica {
  float: right;
  clear: both;
  color: var(--black);
  width: 50%;
  margin-top: 0;
  margin-bottom: 1.35vw;
  font-size: 2.5vw;
  font-weight: 300;
  line-height: 1.16em;
}

.visit-btn {
  float: right;
  clear: both;
  background-color: var(--spring-green);
  color: var(--black);
  background-image: url(/assets/link_web.svg);
  background-position: 92%;
  background-repeat: no-repeat;
  background-size: auto 60%;
  padding: .1vw 2.7vw .2vw .7vw;
  font-size: 2vw;
  line-height: 1em;
  transition: all .2s;
}

.visit-btn:hover {
  background-color: var(--white);
}

.imagen-y-logo-simetrica {
  clear: both;
  flex-direction: column;
  align-items: center;
  padding-bottom: 8.7vw;
  display: flex;
}

.logo-simetrica {
  z-index: 1;
  height: 10.7vw;
  position: relative;
}

.img-simetrica {
  z-index: 0;
  width: 66.6vw;
  margin-top: -4.6vw;
  position: relative;
  overflow: hidden;
}

.bloque-we-worked-with {
  padding-top: 4.5vw;
  padding-bottom: 5vw;
}

.list-of-logos {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 7vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logo-cliente {
  width: 45%;
}

.logo-cliente.medium {
  width: 30%;
}

.logo-cliente.large {
  width: 58%;
}

.col-logo {
  justify-content: center;
  align-items: center;
  width: 25%;
  margin-bottom: 4vw;
  display: flex;
  overflow: hidden;
}

.bloque-everyone-is {
  padding-top: 6.2vw;
  padding-bottom: 7vw;
}

.titulo-everyone-i {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 6.8vw;
  font-family: Ppss-Bold, sans-serif;
  font-size: 4.6vw;
  font-weight: 700;
  line-height: 1.2em;
  overflow: hidden;
}

.titulo-weve-worked-with {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ppss-Bold, sans-serif;
  font-size: 4.6vw;
  font-weight: 700;
  line-height: 1.2em;
  overflow: hidden;
}

.list-everyone-is {
  grid-column-gap: 1.33%;
  grid-row-gap: 1.33%;
  justify-content: center;
  align-items: stretch;
  margin-left: -1.4vw;
  margin-right: -1.4vw;
  display: flex;
}

.col-people {
  width: 24%;
}

.persona-everyone {
  opacity: 0;
  width: 100%;
}

.profile-img {
  margin-top: 3.8vw;
}

.name-people {
  color: var(--white);
  margin-top: 0;
  margin-bottom: .3vw;
  font-size: 2vw;
  font-weight: 300;
  line-height: 1.07em;
}

.rol-person {
  color: var(--white);
  margin-bottom: 1.7vw;
  font-family: Ppss-Light, sans-serif;
  font-size: 1.4vw;
  font-weight: 300;
  line-height: 1.1em;
}

.link-person-toggle {
  color: var(--spring-green);
  text-transform: uppercase;
  margin-bottom: 3vw;
  font-size: 1.3vw;
  line-height: 1em;
  transition: all .2s;
  display: inline-block;
}

.link-person-toggle:hover {
  color: var(--black);
}

.bio-person {
  color: var(--white);
  max-width: 15vw;
  margin-bottom: 0;
  font-family: Ppss-Light, sans-serif;
  font-size: 1vw;
  font-weight: 300;
  line-height: 1.2em;
  display: none;
}

.boque-everyone-final {
  border-bottom: 1px solid var(--white);
  padding-top: 6.1vw;
  padding-bottom: 7.2vw;
}

.title-everyone-black {
  color: var(--black);
  width: 58vw;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ppn, sans-serif;
  font-size: 9vw;
  font-weight: 700;
  line-height: 1.05em;
  position: relative;
}

.titulo-y-links-everyone {
  z-index: 1;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.big-link-everyone {
  color: var(--spring-green);
  text-transform: lowercase;
  margin-bottom: 1.3vw;
  font-size: 2.4vw;
  line-height: 1em;
  text-decoration: none;
  transition: all .2s;
}

.big-link-everyone:hover {
  color: var(--white);
}

.col-links-grandes-everyone {
  flex-direction: column;
  padding-top: 2.2vw;
  display: flex;
}

.container-video-about {
  z-index: 0;
  background-color: var(--blue);
  width: 41vw;
  margin-top: -22.3vw;
  margin-left: auto;
  position: relative;
}

.footer-about {
  padding-top: 3.6vw;
  padding-bottom: 2vw;
}

.container-footer-about {
  width: 83vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.col-a-footer {
  width: 30.5%;
}

.lugar-footer {
  color: var(--black);
  width: 11vw;
  margin-bottom: 0;
  font-family: Ppss-Light, sans-serif;
  font-size: 1.4vw;
  font-weight: 300;
  line-height: 1.1em;
}

.fila-col-a-footer {
  justify-content: flex-start;
  margin-bottom: 1.6vw;
  display: flex;
}

.ubicacion-footer {
  color: var(--black);
  width: 17vw;
  margin-bottom: 0;
  font-family: Ppss-Light, sans-serif;
  font-size: 1vw;
  font-weight: 300;
  line-height: 1.2em;
  display: block;
}

.rights-footer {
  color: var(--black);
  width: 25.5vw;
  margin-bottom: 0;
  font-family: Ppss-Light, sans-serif;
  font-size: .8vw;
  font-weight: 300;
  line-height: 1.2em;
  display: block;
}

.col-redes-footer {
  flex-wrap: wrap;
  place-content: flex-start;
  align-items: flex-start;
  width: 18.5%;
  display: flex;
}

.link-footer {
  color: var(--black);
  text-transform: uppercase;
  width: 50%;
  margin-bottom: 0;
  font-family: Ppss-Light, sans-serif;
  font-size: 1.4vw;
  font-weight: 300;
  line-height: 1.1em;
  text-decoration: none;
  transition: all .2s;
  display: block;
}

.link-footer:hover {
  color: var(--spring-green);
}

.p-nav-video-bottom-left {
  z-index: 1;
  color: var(--white);
  text-align: right;
  margin-bottom: 0;
  font-size: 1.36vw;
  line-height: 1.1em;
  position: absolute;
  bottom: 2.4vw;
  left: 2.4vw;
}

.video-embed-hover {
  opacity: 0;
  position: absolute;
  inset: -2px;
}

.video-embed-hover.on {
  opacity: 1;
  mix-blend-mode: multiply;
}

.linea-container {
  overflow: hidden;
}

.linea {
  border-bottom: 1px solid var(--white);
}

.span-titulo-about {
  display: inline-block;
}

.video-director {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.back-directors {
  z-index: 2;
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 1vw;
  padding: .23vw;
  font-size: 2vw;
  line-height: 1em;
  text-decoration: none;
  transition: all .2s;
  display: none;
  position: relative;
}

.back-directors:hover {
  color: var(--spring-green);
}

.back-directors.on {
  background-color: var(--spring-green);
}

.back-directors.on:hover {
  color: var(--black);
}

.video-profile-container {
  position: relative;
}

.video-persona {
  z-index: 0;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.ok {
  float: right;
  clear: both;
  background-color: var(--spring-green);
  color: var(--black);
  text-align: left;
  width: 25.2vw;
  padding: 10px;
  font-size: 1vw;
  line-height: 1em;
}

.error {
  float: right;
  clear: both;
  color: var(--black);
  text-align: left;
  background-color: #f5adad;
  width: 25.2vw;
  margin-top: 10px;
  padding: 10px;
  font-size: 1vw;
  line-height: 1em;
}

.loader {
  z-index: 3;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.loader.debug {
  position: fixed;
  inset: 0%;
}

.loader-bar-container {
  transition: all .6s;
  position: relative;
  top: 0;
}

.loader-bar-container.off {
  top: -50vh;
}

.loader-bar {
  background-color: var(--blue);
  width: 0%;
  transition: all .2s;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.loader-bar.slow {
  transition-duration: 10s;
  transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
}

.loader-top {
  z-index: -1;
  background-color: var(--black);
  height: 50%;
  transition: all .6s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.loader-top.off {
  top: -50vh;
}

.loader-bottom {
  z-index: -1;
  background-color: var(--black);
  height: 50%;
  transition: all .6s;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.loader-bottom.off {
  bottom: -50vh;
}

.logo-resp-tablet-y-phablet-home {
  text-align: center;
  height: 0;
  transition: all .6s;
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.logo-resp-tablet-y-phablet-home.directors {
  bottom: -35vh;
}

.logo-resp-tablet-y-phablet-home.directors.on {
  bottom: 0;
}

.hero-resp-menu, .gif-de-video-responsive {
  display: none;
}

.logo-resp-phone-home {
  text-align: center;
  height: 0;
  transition: all .6s;
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.logo-resp-phone-home.directors {
  bottom: -35vh;
}

.logo-resp-phone-home.directors.on {
  bottom: 0;
}

.img-gif-remote {
  display: none;
}

.play-btn {
  z-index: 3;
  color: var(--white);
  text-align: right;
  margin-bottom: 0;
  font-size: 1.36vw;
  line-height: 1.1em;
  position: absolute;
  top: 2.2vw;
  right: 2.4vw;
}

.menu-btn {
  line-height: 1em;
  display: none;
}

.menu-btn:hover {
  background-color: var(--white);
}

.header-celular {
  display: none;
}

.logo-everyone-contact {
  text-align: center;
  height: 0;
  transition: all .6s;
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.logo-everyone-contact.directors {
  bottom: -35vh;
}

.logo-everyone-contact.directors.on {
  bottom: 0;
}

.img-perfil-persona-hover {
  z-index: 1;
  transition: all .2s;
  position: absolute;
  inset: 0%;
}

.img-perfil-persona-hover:hover {
  opacity: 0;
}

.img-paralax-about {
  width: 100%;
}

.play-state {
  z-index: -1;
  opacity: 0;
  cursor: auto;
}

.img-paralax-simetrica {
  width: 100%;
}

.section-privacy {
  margin-top: 8vw;
  overflow: hidden;
}

.p-privacy {
  color: var(--black);
  margin-top: 5vw;
  margin-bottom: 5vw;
  font-family: Ppss-Light, sans-serif;
  font-size: 1.4vw;
  font-weight: 300;
  line-height: 1.3em;
}

.titulo-privacy {
  color: var(--black);
  margin-top: 3.4vw;
  margin-bottom: 0;
  font-family: Ppss-Bold, sans-serif;
  font-size: 4.6vw;
  font-weight: 700;
  line-height: 1.2em;
}

.body-privacy {
  background-color: var(--white);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
}

.loading-responsive {
  z-index: 3;
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.loading-resp-circle {
  border-style: solid;
  border-width: 0 0 1px 1px;
  border-color: var(--white);
  border-radius: 100%;
  width: 40px;
  height: 40px;
}

.loading-responsive-wrapper {
  z-index: 3;
  display: none;
  position: fixed;
  inset: 0%;
}

.loader-circle {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.rotating {
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: var(--black) var(--blue) var(--blue) var(--black);
  border-radius: 100%;
  width: 40px;
  height: 40px;
}

.slider {
  height: auto;
}

@media screen and (max-width: 991px) {
  .body-home {
    overflow: auto;
  }

  .header {
    height: 0;
    padding-top: 0;
  }

  .header.work-and-about {
    height: auto;
    padding-top: 1vw;
  }

  .container-header {
    height: auto;
    padding-top: 3vw;
  }

  .col-b-menu {
    width: 63%;
  }

  .link-menu {
    font-size: 2vw;
  }

  .p-header {
    font-size: 1.3vw;
  }

  .col-c-menu {
    width: 8.7vw;
  }

  .logo-everyone {
    display: none;
  }

  .logo-everyone.directors, .logo-everyone.work, .logo-everyone.about {
    display: block;
  }

  .link-logo.on {
    top: -11.3vw;
  }

  .section-home {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    min-height: 520px;
    margin-top: 0;
    padding-top: 10vw;
    display: flex;
  }

  .dropdown-toggle {
    padding-right: 4.6vw;
    font-size: 2vw;
  }

  .dropdown-link {
    font-size: 2vw;
  }

  .link-dropdown {
    padding-top: 1vw;
    padding-bottom: 1vw;
    font-size: 1.5vw;
  }

  .titulo-thumb {
    font-size: 2vw;
  }

  .subtitulo-thumb {
    font-size: 1.5vw;
  }

  .container-directors {
    align-items: flex-end;
  }

  .foto-director._2 {
    top: 9.9vw;
    left: 34.6vw;
  }

  .foto-director._3 {
    top: 16.9vw;
    right: 24.8vw;
  }

  .foto-director._4 {
    right: 4.2vw;
  }

  .foto-director._5 {
    bottom: 3.4vw;
    left: 30.9vw;
  }

  .foto-director._6 {
    bottom: 15vw;
  }

  .foto-director._7 {
    bottom: 4.4vw;
  }

  .foto-director._1 {
    top: 16.2vw;
  }

  .foto-director._8 {
    top: 19.5vw;
    left: 19.7vw;
  }

  .flex-pop-detalle {
    padding-top: 13.9vw;
  }

  .container-profile-director {
    height: 68vh;
  }

  .p-director-bio {
    width: 26vw;
    font-size: 1.5vw;
    top: 31vw;
    right: 1vw;
  }

  .col-menu-b-director {
    width: 36%;
  }

  .link-menu-director.on {
    color: var(--black);
  }

  .p-office-direcci-n {
    width: 19vw;
    margin-top: 0;
    margin-right: 0;
    font-size: 2vw;
    position: absolute;
    bottom: 9.1vw;
    right: 8.7vw;
  }

  .office-title-contact {
    font-size: 1.76vw;
  }

  .img-contact {
    width: 100%;
    height: 100%;
    inset: 0;
  }

  .book-div {
    width: 35%;
    left: 8.7vw;
  }

  .btn-interno-dropdown-contact {
    font-size: 1.6vw;
  }

  .input-contact {
    margin-bottom: 1.12vw;
    font-size: 1.6vw;
  }

  .send-btn {
    padding: .64vw;
    font-size: 1.6vw;
  }

  .option-contact {
    padding: .8vw;
    font-size: 1.6vw;
    line-height: 1.6em;
  }

  .section-about {
    margin-top: 2.2vw;
  }

  .container-list-points {
    width: 100%;
  }

  .p-point {
    font-size: 1.6vw;
  }

  .rol-person {
    font-size: 1.55vw;
  }

  .bio-person {
    max-width: none;
    font-size: 1.5vw;
  }

  .container-footer-about {
    justify-content: space-between;
  }

  .lugar-footer {
    width: 50%;
    font-size: 2vw;
  }

  .lugar-footer.time {
    font-size: 2vw;
  }

  .ubicacion-footer {
    width: 20vw;
    font-size: 1.4vw;
  }

  .rights-footer {
    width: 14vw;
    font-size: 1.4vw;
  }

  .link-footer {
    margin-bottom: 1vw;
    line-height: 1em;
  }

  .logo-resp-tablet-y-phablet-home {
    z-index: 2;
    display: block;
    position: relative;
    bottom: 2vw;
  }

  .logo-resp-phone-home {
    z-index: 2;
    position: relative;
    bottom: 2vw;
  }

  .logo-everyone-contact {
    display: block;
    bottom: -1vw;
  }

  .logo-everyone-contact.directors, .logo-everyone-contact.work {
    display: block;
  }

  .p-privacy {
    font-size: 1.6vw;
  }
}

@media screen and (max-width: 767px) {
  .container-header {
    padding-bottom: 2vw;
  }

  .p-header {
    font-size: 1.5vw;
  }

  .link-logo.on {
    top: -10.3vw;
  }

  .fila-menu {
    padding-top: 2vw;
    padding-bottom: 2vw;
  }

  .thumb-proyecto {
    width: 48.7vw;
    height: 27.3938vw;
    margin-bottom: 2.8vw;
    margin-left: 1.36vw;
    margin-right: 1.36vw;
  }

  .container-lista-de-proyectos {
    width: 103vw;
    margin-bottom: -2.8vw;
    margin-left: -1.6vw;
    margin-right: -1.6vw;
  }

  .link-dropdown {
    font-size: 2vw;
  }

  .flex-pop-work {
    padding-top: 10vw;
  }

  .foto-director._2 {
    top: 12vh;
  }

  .foto-director._3 {
    top: 20vh;
  }

  .foto-director._4 {
    top: 29vh;
  }

  .foto-director._5 {
    bottom: 2vh;
  }

  .foto-director._6 {
    bottom: 15vh;
  }

  .foto-director._7 {
    bottom: 7vh;
  }

  .foto-director._1 {
    top: 23vh;
  }

  .foto-director._8 {
    top: 14.1vh;
    left: 15vw;
  }

  .flex-pop-detalle {
    padding-top: 15.9vw;
  }

  .p-director-bio {
    width: 27vw;
    font-size: 1.7vw;
    top: 34.6vw;
  }

  .img-director._2 {
    width: 30vw;
    height: 17vw;
    bottom: 4.2vw;
    right: 10vw;
  }

  .img-director._3 {
    bottom: 0;
  }

  .col-menu-b-director {
    width: 40%;
  }

  .link-menu-director {
    font-size: 2vw;
  }

  .p-office-direcci-n {
    width: 26vw;
    font-size: 3.2vw;
  }

  .book-div {
    width: 44%;
  }

  .btn-interno-dropdown-contact, .input-contact {
    font-size: 2.5vw;
  }

  .send-btn {
    padding: 1vw;
    font-size: 2.56vw;
  }

  .option-contact {
    font-size: 2vw;
  }

  .col-point-about {
    width: 50%;
  }

  .numero-point {
    width: 20%;
  }

  .col-interna-point {
    width: 70%;
  }

  .list-of-services-points {
    width: 80%;
  }

  .title-simetrica {
    width: 62%;
    padding-right: 10vw;
  }

  .visit-btn {
    background-size: auto 54%;
    padding: .5vw 3.2vw .5vw 1vw;
    font-size: 2.4vw;
  }

  .list-everyone-is {
    justify-content: space-between;
    margin-left: 0;
    margin-right: 0;
  }

  .col-people {
    width: 49%;
  }

  .name-people {
    font-size: 2.4vw;
  }

  .rol-person {
    font-size: 2vw;
  }

  .link-person-toggle {
    font-size: 1.7vw;
  }

  .footer-about {
    padding-top: 4vw;
    padding-bottom: 4vw;
  }

  .container-footer-about {
    flex-wrap: wrap;
  }

  .col-a-footer {
    flex-direction: column;
    justify-content: space-between;
    width: 50%;
    display: flex;
  }

  .lugar-footer, .lugar-footer.time {
    font-size: 2.5vw;
  }

  .fila-col-a-footer {
    margin-bottom: 0;
  }

  .ubicacion-footer {
    width: 25%;
    font-size: 1.5vw;
  }

  .rights-footer {
    text-align: right;
    width: 25%;
    padding-left: 7vw;
    font-size: 1.5vw;
  }

  .col-redes-footer {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin-top: 3vw;
  }

  .link-footer {
    text-align: left;
    width: 25%;
    margin-bottom: 0;
    font-size: 2vw;
  }

  .link-footer.tiktok {
    text-align: right;
  }

  .p-privacy {
    font-size: 12px;
    line-height: 1.3em;
  }
}

@media screen and (max-width: 479px) {
  .body-home {
    background-color: var(--black);
    overflow: hidden;
  }

  .header {
    background-color: var(--black);
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    padding: 8vw 8vw 28vw;
    transition: all .6s;
    display: flex;
    position: fixed;
    top: 0;
    bottom: 0;
    left: -100vw;
  }

  .header.directors-and-contact {
    left: -100vw;
    right: auto;
  }

  .header.on {
    left: 0;
  }

  .header.work-and-about {
    padding-top: 8vw;
  }

  .container-header {
    flex-wrap: wrap;
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .col-a-menu {
    flex-wrap: wrap;
    align-self: flex-end;
    width: 100%;
    display: flex;
  }

  .col-b-menu {
    order: 1;
    align-self: flex-end;
    width: 100%;
  }

  .link-menu {
    color: var(--white);
    width: 50%;
    margin-bottom: 1vw;
    font-size: 8vw;
  }

  .link-menu.w--current {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-left: 0;
    left: 0;
  }

  .p-header {
    color: #888;
    font-size: 3.4vw;
  }

  .col-c-menu {
    align-self: flex-start;
    width: 100%;
    display: flex;
  }

  .logo-everyone.directors.on, .logo-everyone.work, .logo-everyone.about {
    display: none;
  }

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

  .container-video-home {
    background-color: var(--black);
    width: 100vw;
    height: 100vh;
    margin-left: 0;
    margin-right: 0;
  }

  .img-proporcion {
    height: 100%;
  }

  .nav-btn.next-prev {
    width: 60px;
    font-size: 14px;
    display: block;
  }

  .hover-navigate {
    display: none;
  }

  .p-nav-video-top-left {
    font-size: 2.6vw;
  }

  .video-embed {
    height: 0;
  }

  .p-nav-video-top-right {
    font-size: 2.6vw;
  }

  .p-nav-video-bottom-right {
    font-size: 2.6vw;
    bottom: 25vw;
  }

  .icon-lp {
    width: 1.1vw;
  }

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

  .dropdown-toggle {
    color: var(--white);
    font-size: 3vw;
  }

  .dropdown-link {
    font-size: 3vw;
  }

  .thumb-proyecto {
    width: 100vw;
    height: 56.25vw;
    margin-left: 0;
    margin-right: 0;
  }

  .container-lista-de-proyectos {
    width: 100vw;
    margin-left: 0;
    margin-right: 0;
  }

  .dropdown-list.w--open {
    padding-bottom: 0;
    top: 4.6vw;
  }

  .link-dropdown {
    padding-top: 2vw;
    padding-bottom: 2vw;
    font-size: 3vw;
  }

  .hover-thumb {
    opacity: 1;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    padding: 6vw;
  }

  .titulo-thumb {
    color: var(--white);
    background-color: #0000;
    width: 50vw;
    margin-right: 4vw;
    padding: 0;
    font-size: 5vw;
  }

  .subtitulo-thumb {
    color: var(--white);
    text-align: right;
    background-color: #0000;
    width: 24vw;
    margin-top: 2vw;
    padding: 0;
    font-size: 3vw;
  }

  .section-project-pop {
    display: none;
  }

  .section-directors-content {
    z-index: 0;
    position: fixed;
    inset: 0;
  }

  .container-directors {
    align-items: flex-end;
    margin-top: -7vw;
  }

  .link-directors {
    color: var(--white);
    padding: 1vw;
    font-size: 6vw;
  }

  .foto-director._2 {
    width: 33.88vw;
    height: 50.82vw;
    top: 24vw;
    left: 56.3vw;
  }

  .foto-director._2.off {
    top: -60vw;
  }

  .foto-director._3 {
    width: 38.72vw;
    height: 26.08vw;
    top: 61vw;
    right: -3vw;
  }

  .foto-director._3.off {
    right: -40vw;
  }

  .foto-director._4 {
    width: 36.82vw;
    height: 30.8vw;
    top: 95vw;
    right: 3vw;
  }

  .foto-director._4.off {
    right: -40vw;
  }

  .foto-director._5 {
    width: 36vw;
    height: 39vw;
    top: 150vw;
    bottom: auto;
    left: 35vw;
  }

  .foto-director._5.off {
    left: -39vw;
  }

  .foto-director._6 {
    width: 42.9vw;
    height: 28.5vw;
    top: 124vw;
    bottom: auto;
    right: 9.4vw;
  }

  .foto-director._6.off {
    right: -53vw;
  }

  .foto-director._7 {
    width: 28.8vw;
    height: 22.8vw;
    bottom: 17vh;
    right: 14.9vw;
  }

  .foto-director._1 {
    width: 31.46vw;
    height: 20.8vw;
    top: 41vw;
    left: 11vw;
  }

  .foto-director._1.off {
    top: -25vw;
  }

  .foto-director._7 {
    width: 36.82vw;
    height: 30.8vw;
    left: 9.7vw;
    right: auto;
  }

  .foto-director._7.off {
    right: -40vw;
  }

  .foto-director._8 {
    top: 10.6vh;
    left: 22.9vw;
  }

  .foto-director._8.off {
    top: -25vw;
  }

  .flex-pop-detalle {
    flex-direction: column;
    align-items: center;
    padding-top: 0;
  }

  .container-profile-director {
    width: 100vw;
    height: 100%;
    position: absolute;
    inset: 0;
  }

  .titulo-about-director {
    background-color: var(--white);
    padding: 1vw;
    font-size: 4vw;
    display: none;
    position: static;
  }

  .p-director-bio {
    background-color: var(--white);
    color: var(--black);
    width: 100vw;
    padding: 4vw 9.7vw;
    font-size: 3.4vw;
    inset: auto 0 0;
  }

  .img-director._2 {
    width: 42vw;
    height: 23.8vw;
    display: none;
    bottom: 46vw;
    right: 2.3vw;
  }

  .img-director._3 {
    display: none;
    bottom: 110.5vw;
    left: 58.7vw;
  }

  .img-director._1 {
    width: 51vw;
    height: 31.5vw;
    display: none;
    top: 19vw;
    left: 0;
    right: auto;
  }

  .col-menu-b-director {
    width: 25%;
    margin-top: 0;
  }

  .link-menu-director {
    font-size: 4vw;
  }

  .link-menu-director.on {
    background-size: 1.5vw;
    padding-left: 2vw;
    left: -2vw;
  }

  .body-contact {
    background-color: var(--black);
    overflow: hidden;
  }

  .p-office-direcci-n {
    width: 51%;
    font-size: 4vw;
    bottom: 30vw;
    left: 4vw;
    right: auto;
  }

  .office-title-contact {
    font-size: 4vw;
  }

  .img-contact {
    opacity: .6;
  }

  .book-div {
    width: auto;
    inset: 20vw 4vw auto;
  }

  .heading-tipo-contact {
    margin-top: 2vw;
  }

  .heading-tipo-contact.on {
    font-size: 4.5vw;
  }

  .form-interno {
    width: 75%;
  }

  .btn-interno-dropdown-contact {
    font-size: 3.5vw;
  }

  .input-contact {
    margin-bottom: 1vw;
    font-size: 3.5vw;
  }

  .send-btn {
    padding: 1.5vw;
    font-size: 4vw;
  }

  .option-contact {
    padding-left: 2vw;
    padding-right: 2vw;
    font-size: 3vw;
  }

  .link-contact {
    font-size: 4.5vw;
  }

  .container-about {
    width: 92vw;
  }

  .img-about-top {
    height: auto;
  }

  .titulo-about {
    width: 66vw;
    font-size: 6vw;
  }

  .col-point-about {
    flex-wrap: wrap;
    width: 100%;
    margin-top: 2vw;
    margin-bottom: 11vw;
  }

  .numero-point {
    width: 100%;
    margin-bottom: 2vw;
    font-size: 6vw;
  }

  .col-interna-point {
    width: 90%;
  }

  .titulo-point {
    margin-bottom: 3vw;
    font-size: 7vw;
  }

  .p-point {
    font-size: 5vw;
  }

  .list-of-services {
    flex-wrap: wrap;
    padding-top: 6vw;
    padding-bottom: 6vw;
  }

  .titulo-services {
    width: 100%;
    font-size: 8vw;
  }

  .list-of-services-points {
    width: 100%;
    margin-top: 7.8vw;
  }

  .point-service {
    width: 100%;
    font-size: 6vw;
  }

  .point-service.last {
    order: 1;
  }

  .col-a-services {
    flex-wrap: wrap;
    align-items: flex-start;
    width: 50%;
    display: flex;
  }

  .col-b-services {
    flex-flow: wrap;
    align-items: flex-start;
    width: 50%;
    display: flex;
  }

  .title-simetrica {
    float: left;
    width: 77%;
    padding-right: 0;
    font-size: 5vw;
  }

  .visit-btn {
    padding-right: 6vw;
    font-size: 5vw;
  }

  .logo-cliente {
    width: 60%;
  }

  .col-logo {
    width: 33.33%;
  }

  .list-everyone-is {
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
  }

  .col-people {
    width: 100%;
    margin-bottom: 10vw;
  }

  .name-people {
    font-size: 7vw;
  }

  .rol-person {
    font-size: 6vw;
  }

  .link-person-toggle {
    font-size: 5vw;
    display: none;
  }

  .bio-person {
    margin-top: 10vw;
    font-size: 5vw;
  }

  .boque-everyone-final {
    padding-bottom: 9vw;
  }

  .big-link-everyone {
    font-size: 5vw;
  }

  .container-video-about {
    display: none;
  }

  .footer-about {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }

  .container-footer-about {
    width: 92vw;
  }

  .col-a-footer {
    width: 100%;
    margin-bottom: 2vw;
  }

  .lugar-footer {
    font-size: 4vw;
  }

  .lugar-footer.time {
    text-align: right;
    font-size: 4vw;
  }

  .fila-col-a-footer {
    margin-bottom: 2vw;
  }

  .ubicacion-footer {
    width: 45%;
    font-size: 3vw;
  }

  .rights-footer {
    width: 39%;
    font-size: 3vw;
  }

  .col-redes-footer {
    margin-top: 4vw;
  }

  .link-footer {
    font-size: 3vw;
  }

  .p-nav-video-bottom-left {
    font-size: 2.6vw;
    bottom: 25vw;
  }

  .span-titulo-about {
    font-size: 8vw;
  }

  .back-directors {
    margin-bottom: 4vw;
    font-size: 4vw;
  }

  .logo-resp-tablet-y-phablet-home {
    display: none;
  }

  .logo-everyone-responsive {
    width: auto;
  }

  .hero-resp-menu {
    flex-direction: row;
    justify-content: space-between;
    align-self: flex-start;
    width: 100%;
    display: flex;
  }

  .link-logo-header-resp {
    flex: 0 auto;
    width: 70%;
  }

  .exit-text-header-resp {
    color: var(--spring-green);
    margin-bottom: 0;
    font-size: 3.4vw;
    line-height: 1em;
  }

  .exit-menu {
    align-items: flex-start;
    display: flex;
  }

  .gif-de-video-responsive {
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
  }

  .logo-resp-phone-home {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: -10vh;
    display: flex;
    position: absolute;
    top: auto;
    bottom: auto;
  }

  .logo-resp-phone-img {
    height: 11vw;
  }

  .img-gif-remote {
    width: 100%;
    height: 100%;
    display: block;
  }

  .play-btn {
    margin-top: 4vh;
    font-size: 2.6vw;
    position: static;
  }

  .menu-btn {
    background-color: var(--spring-green);
    color: var(--black);
    background-image: url(/assets/menu_web.svg);
    background-position: 90%;
    background-repeat: no-repeat;
    background-size: auto 42%;
    padding: .7vw 5.5vw 1vw 1.5vw;
    font-size: 4vw;
    transition: all .2s;
    display: block;
  }

  .menu-btn-container {
    z-index: 2;
    justify-content: center;
    align-items: center;
    height: 0;
    display: flex;
    position: absolute;
    top: 5.9vw;
    left: 0;
    right: 0;
  }

  .header-celular {
    justify-content: space-between;
    align-items: center;
    padding-top: 4vw;
    padding-left: 4vw;
    padding-right: 4vw;
    display: flex;
  }

  .header-celular.absolute {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }

  .logo-everyone-contact, .logo-everyone-contact.directors.on, .logo-everyone-contact.work {
    display: none;
  }

  .titulo-privacy {
    width: 66vw;
    font-size: 6vw;
  }
}


@font-face {
  font-family: 'Ppss-Light';
  src: url(/fonts/PPSS-Light.ttf) format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PPSS-Ultralight';
  src: url(/fonts/PPSS-Ultralight.ttf) format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppss-Medium';
  src: url(/fonts/PPSS-Medium.ttf) format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppss-Bold';
  src: url(/fonts/PPSS-Bold.ttf) format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppn';
  src: url(/fonts/PPN-Bold.ttf) format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
