@font-face {
  font-family: Ppeditorialnew;
  src: url('../fonts/PPEditorialNew-UltralightItalic.ttf') format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Bulevar Poster;
  src: url('../fonts/Bulevar-Poster.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ppfraktionmono;
  src: url('../fonts/PPFraktionMono-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --charcole: #161616;
  --white-smoke: #f0f0f0;
  --transparent: var(--yellow);
  --black: black;
  --orange: var(--white-smoke);
  --blue: #f60;
  --yellow: transparent;
  --white: white;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--charcole);
  color: var(--white-smoke);
  font-family: Bulevar Poster, sans-serif;
  font-size: 1rem;
  line-height: 1;
}

h1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18vw;
  font-weight: 400;
  line-height: .8;
}

h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6rem;
  font-weight: 400;
  line-height: .8;
}

p {
  margin-bottom: 0;
  font-family: Ppeditorialnew, sans-serif;
  font-size: 1.3rem;
  font-style: italic;
  font-weight: 200;
  line-height: 1.5;
}

a {
  text-decoration: underline;
}

.html {
  position: absolute;
  inset: 0% auto auto 0%;
}

.img-parent {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.img-parent.ab {
  mix-blend-mode: normal;
  height: 100%;
  position: relative;
}

.img-parent.bg-blue {
  background-color: var(--transparent);
  opacity: 1;
}

.img-parent.bg-pink {
  background-color: var(--transparent);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.img-parent.ab-copy {
  mix-blend-mode: normal;
  height: 100%;
  display: flex;
  position: relative;
}

.info-col-child {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40rem;
  padding-top: 1rem;
  padding-bottom: .2rem;
  display: flex;
}

.info-col-child.pop-up {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 2.8rem;
  position: relative;
}

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

.section.split-col {
  background-color: #000;
  height: 100vh;
  display: flex;
  overflow: clip;
}

.img-child {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.img-child.flip {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  height: 100svh;
}

.btn-whipe {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.btn-whipe.bg-white {
  text-align: left;
  background-color: #fff;
}

.button-text-ab {
  padding-top: .2rem;
  position: absolute;
  inset: 0% auto auto 0%;
}

.button-text-ab.text-black {
  color: #161616;
  text-align: center;
  line-height: 1;
}

.col-content-parent {
  z-index: 1;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 6rem 3rem 2rem;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.video-bg {
  z-index: 0;
  opacity: .7;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.video-bg.no-fade {
  opacity: 1;
}

.video-bg.blend {
  opacity: 1;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: screen;
  opacity: 1;
  mix-blend-mode: screen;
  background-clip: border-box;
  min-width: auto;
  min-height: 100%;
}

.div-hide {
  z-index: 100;
  position: relative;
  overflow: hidden;
}

.div-hide.padding-btm {
  color: var(--white-smoke);
  padding-bottom: .2rem;
  text-decoration: none;
  display: none;
}

.div-hide.padding-btm.intro {
  display: block;
}

.div-hide.full-right {
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.info-col-parent {
  width: 100%;
  overflow: hidden;
}

.col-left {
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100svh;
  transition: padding .8s cubic-bezier(.77, 0, .175, 1);
  display: flex;
  position: absolute;
  left: 0;
}

.col-left:hover {
  padding: 4rem;
}

.parent {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

.parent.flex-split {
  justify-content: space-between;
}

.col-right {
  background-color: var(--black);
  width: 50%;
  height: 100svh;
  transition: padding .8s cubic-bezier(.77, 0, .175, 1);
  position: absolute;
  right: 0;
}

.col-right:hover {
  padding: 4rem;
}

.button-text {
  padding-top: .2rem;
  line-height: 1;
}

.button-text.text-white {
  color: #fff;
}

.tag-sm {
  text-transform: uppercase;
  border: 1px solid #fff3;
  padding: .6rem 1rem;
  font-family: Ppfraktionmono, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  display: inline-block;
}

.tag-sm.nav {
  z-index: 1;
  background-color: #00000073;
  position: relative;
}

.primary-btn {
  z-index: 1;
  color: #000;
  text-transform: uppercase;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: .5rem 1.2rem .7rem;
  font-family: Ppfraktionmono, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.primary-btn.ghost {
  color: #fff;
  border: 1px solid #fff;
  position: relative;
}

.primary-btn.ghost.dark {
  border-color: #000;
  border-left-style: none;
  border-right-style: none;
  position: relative;
  inset: auto 0% 0%;
}

.primary-btn.ghost.dark.w--current {
  color: #000;
  border-color: #000;
  border-top-style: none;
  border-left-style: none;
  border-right-style: none;
}

.primary-btn.menu {
  border-bottom: 1px solid #fff3;
  border-left: 1px solid #fff3;
  border-right: 1px solid #fff3;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  padding: .6rem 0 .8rem .8rem;
}

.nav-bar {
  z-index: 150;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 3.4rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.span-text {
  font-family: Droid Sans, sans-serif;
  font-weight: 700;
  display: inline-block;
}

.span-text.one {
  font-family: Droid Sans, sans-serif;
  font-weight: 700;
}

.span-text.three {
  font-size: 6rem;
}

.span-text.five {
  color: var(--white-smoke);
  -webkit-text-stroke-color: var(--orange);
}

.span-text.six, .span-text.seven {
  font-size: 6rem;
}

.intro-wipe {
  z-index: 9999;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.wipe {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.wipe.bg-blue {
  background-color: var(--blue);
  -webkit-text-stroke-color: var(--blue);
}

.wipe.bg-pink {
  background-color: var(--orange);
  -webkit-text-stroke-color: var(--orange);
}

.wipe.bg-yellow {
  background-color: var(--yellow);
}

.border-line {
  background-color: var(--white-smoke);
  width: 100%;
  height: 2px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.border-line.sm {
  height: 1px;
}

.grid-main {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  height: 100%;
}

.grid-main.image {
  height: 40%;
}

.grid-main.text {
  height: 100%;
}

.grid-main.image {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #0000;
  background-image: none;
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center stretch;
  width: 100%;
  height: auto;
  min-height: auto;
  display: grid;
  position: static;
  inset: 0% 0% auto;
}

.nav-flex {
  justify-content: space-between;
  display: flex;
}

.text-sm {
  opacity: .6;
  text-align: center;
  text-transform: uppercase;
  font-family: Ppfraktionmono, sans-serif;
  font-size: 1.2rem;
  text-decoration: none;
  transition: opacity .5s;
}

.text-sm:hover {
  opacity: 1;
}

.hero-parent {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.header-parent {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  padding: 160px 80px 0;
  display: flex;
}

.serif {
  text-transform: none;
  font-family: Droid Serif, serif;
  font-size: 2.6rem;
  font-style: italic;
  font-weight: 200;
  line-height: 1.1;
}

.text-parent {
  grid-column-gap: 1.8rem;
  grid-row-gap: 1.8rem;
  flex-flow: column;
  display: flex;
}

.hero-title {
  margin-top: 50px;
  font-family: Droid Sans, sans-serif;
  font-size: 5vw;
  font-weight: 700;
}

.body {
  transition: opacity .2s cubic-bezier(.175, .885, .32, 1.275);
}

.background-content {
  z-index: 0;
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100svh;
  display: flex;
  position: absolute;
}

.title-name-intro {
  text-align: center;
  width: 70%;
  font-family: Droid Sans, sans-serif;
  font-size: 10vw;
  font-weight: 700;
  line-height: .75;
  display: block;
}

.col-left-inner {
  width: 100%;
  height: 100%;
  position: relative;
}

.intro-cover {
  z-index: 9999;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.flex-menu {
  display: flex;
  position: relative;
}

.menu-parent {
  z-index: 2;
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  background-color: #00000073;
  border: 1px solid #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 2.2rem;
  min-width: 2.2rem;
  transition: background-color .4s;
  display: flex;
  position: relative;
}

.menu-parent:hover {
  background-color: #ffffff1a;
}

.menu-bar {
  background-color: var(--white);
  width: 1rem;
  height: 1px;
}

.menu-drop-down {
  background-color: #000c;
  flex-flow: column;
  width: 100%;
  padding-top: 2.2rem;
  display: flex;
  position: relative;
  inset: 0% auto auto 0%;
}

.menu-scroll-hide {
  width: 100%;
  height: auto;
  position: absolute;
  overflow: hidden;
}

.comp-info {
  z-index: 400;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: var(--blue);
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100svh;
  padding-left: 1rem;
  padding-right: 1rem;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.text-black {
  color: #242424;
  font-family: Droid Sans, sans-serif;
  font-weight: 400;
}

.list-parent {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--charcole);
  border-bottom: 1px solid #000;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 1.2rem 2rem 1.2rem 1.2rem;
  font-size: 1.6rem;
  transition: color .4s, background-color .4s;
  display: flex;
  position: relative;
}

.list-parent:hover {
  background-color: #2424241a;
}

.list-parent.no-broder {
  border-bottom-style: none;
}

.number {
  font-family: Droid Sans, sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
}

.pull-down {
  margin-bottom: -4px;
  font-family: Ppfraktionmono, sans-serif;
  font-size: 1.1rem;
}

.info-col-parent-pop-up {
  flex-flow: column;
  justify-content: space-around;
  align-items: stretch;
  width: 40%;
  display: flex;
  overflow: hidden;
}

.comp-info-parent {
  border-right: 1px solid #000;
  flex-flow: column;
  justify-content: space-between;
  width: 60%;
  display: flex;
}

.border {
  background-color: var(--black);
  width: 100%;
  height: 1px;
}

.hero-title-contact {
  width: 52vw;
  font-size: 14vw;
}

.hero-title-contact.text-black {
  font-family: Droid Sans, sans-serif;
  font-size: 12vw;
  font-weight: 700;
}

.comp-scroll {
  width: 100%;
  height: 100%;
  display: flex;
}

.title-parent {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.scroll-text {
  color: var(--charcole);
  letter-spacing: -1px;
  text-transform: uppercase;
  font-family: Ppfraktionmono, sans-serif;
  font-size: .8rem;
  display: none;
  position: absolute;
  inset: auto 1rem 1rem auto;
}

.outro-fade {
  z-index: 400;
  background-color: var(--black);
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.heading-3 {
  color: var(--white-smoke);
  text-align: center;
  text-indent: 0;
  column-count: auto;
  font-family: Varela, sans-serif;
  font-size: 10vw;
  font-weight: 700;
  line-height: .9;
}

.nav_logo_3indesign {
  opacity: .12;
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  width: 200px;
  padding-top: 0;
  padding-left: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  transition: all .9s;
  overflow: visible;
}

.nav_logo_3indesign:hover {
  opacity: .7;
}

.nav_logo_3indesign_ch {
  opacity: 1;
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  width: 100px;
  padding-top: 30px;
  padding-left: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  transition: all .9s;
}

.nav_logo_3indesign_ch:hover {
  opacity: .7;
}

.heading-3-copy {
  color: var(--white-smoke);
  font-family: Droid Sans, sans-serif;
  font-size: 14vw;
  font-weight: 700;
}

.span-text_ch {
  font-family: Droid Sans, sans-serif;
  font-weight: 700;
  display: inline-block;
}

.span-text_ch.one {
  font-family: Droid Sans, sans-serif;
  font-size: 8vw;
  font-weight: 700;
}

.img-child-3 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.img-child-3.flip {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  height: 100svh;
}

.image-2 {
  opacity: 1;
  border-radius: 4px;
  width: 75%;
}

.heading-ano {
  text-align: left;
  margin-right: 0;
  font-family: Oswald, sans-serif;
  font-size: 6vw;
  font-weight: 700;
  line-height: .85;
}

.img-child-ao {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.img-child-ao.flip {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 700px;
  padding-left: 100px;
  padding-right: 100px;
}

.paragraph {
  opacity: .7;
  color: var(--white-smoke);
  text-align: left;
  width: 550px;
  font-family: Droid Sans, sans-serif;
  line-height: 1.2;
}

.div {
  background-color: #6e6e6e;
  width: 400px;
  height: 1px;
  margin-bottom: 100px;
  margin-left: -420px;
  margin-right: 0;
  padding-bottom: 0;
  padding-right: 0;
  position: absolute;
}

.div-hide-menu {
  z-index: 1;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.aspect-video-full {
  aspect-ratio: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80vw;
  height: 100svh;
  margin: 0;
  display: flex;
  position: static;
  inset: 0% auto 0% 0%;
}

.container_video {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: 100%;
  height: 100svh;
  display: flex;
  position: static;
  overflow: hidden;
}

.footer {
  z-index: 100;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  object-fit: fill;
  background-clip: border-box;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 20px;
  margin: 10px 0;
  font-size: 10px;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.footer_credito {
  z-index: 100;
  opacity: .38;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 10px;
  margin-left: 0;
  font-family: Droid Sans, sans-serif;
  font-size: 12px;
  font-weight: 700;
  transition: all .9s;
  display: block;
  position: fixed;
  inset: auto 0% 0%;
}

.footer_credito:hover {
  opacity: .7;
  transform: translate(0);
}

.img-parent-2 {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.img-parent-2.bg-blue {
  background-color: #ff6f0000;
  height: 100%;
}

.lightbox-link {
  opacity: 1;
  color: #fff0;
  transform-style: preserve-3d;
  background-color: #0000;
  border: 0 #000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 100%;
  height: auto;
  transition: all .9s;
  display: flex;
}

.lightbox-link:hover {
  opacity: 1;
}

.image0 {
  opacity: 0;
  width: auto;
  max-width: none;
  height: 100svh;
  display: block;
}

._2nd-hero_horizontal-scroll-content-2 {
  align-items: center;
  min-width: 300vw;
  display: flex;
}

.im {
  opacity: .5;
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  border: 20px solid #000;
  border-radius: 0;
  width: 100%;
  height: 100svh;
  transition: all .9s;
  display: block;
}

.im:hover {
  opacity: 1;
  border-width: 20px;
  transform: scale(1.03);
}

.aspect-video {
  z-index: 0;
  width: 100%;
  height: auto;
  margin: 0;
  padding-bottom: 56.25%;
  position: relative;
  inset: 0%;
}

.container-5 {
  width: 100svw;
  max-width: 100%;
  height: 100vh;
  display: none;
}

.work-card2 {
  background-color: #0000;
  border: .5em #000;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
  position: relative;
}

.image-7 {
  color: #fff0;
  width: auto;
  max-width: none;
  height: 100svh;
}

.image-7:hover {
  pointer-events: auto;
}

.second-section-2 {
  width: auto;
}

.main-wrapper-2 {
  z-index: 1;
  background-color: #000;
  position: relative;
}

.main-wrapper-2.shadow-medium {
  background-color: #0000;
  height: 100vh;
  display: flex;
  position: relative;
}

._2n-hero_horizontal-scroll-camera-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

._2nd-hero_track-2 {
  height: 400vh;
  display: block;
}

._2nd-hero_content-wrapper {
  justify-content: center;
  align-items: center;
  min-width: 100vw;
  min-height: 100svh;
  display: flex;
  position: relative;
  overflow: hidden;
}

._2nd-hero_content-wrapper._1 {
  min-height: 100svh;
  overflow: hidden;
}

.background-video-2 {
  aspect-ratio: auto;
  opacity: .34;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-clip: border-box;
  border-radius: 0;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: visible;
}

.work-card {
  background-color: #0000;
  border: .5em #000;
  flex: none;
  width: auto;
  height: auto;
  position: relative;
}

.image-7-full {
  color: #fff0;
  width: 100%;
  max-width: none;
  height: 100%;
}

.image-7-full:hover {
  pointer-events: auto;
}

.u-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 100%;
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
  padding: 3rem 0;
  display: flex;
  position: relative;
}

.flex-block {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
}

.heading-5 {
  text-align: left;
  font-family: Oswald, sans-serif;
  font-size: 14vw;
  font-weight: 700;
  display: none;
}

.paragraph-2 {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  margin-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Droid Sans, sans-serif;
  display: flex;
  position: static;
  inset: 0%;
}

.p_grid {
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-content: start;
  place-items: start;
  width: 100vw;
  min-width: auto;
  height: 100%;
  min-height: auto;
  margin-top: 0;
  position: static;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.p_image_roll_over {
  transform-style: preserve-3d;
  transition: all .7s;
  display: block;
}

.p_image_roll_over:hover {
  opacity: .4;
  pointer-events: auto;
  transform: scale3d(1none, 1none, 1none) translate(0px, 0px) translate(0px, 0px);
  mix-blend-mode: normal;
}

.cursor-wrapper {
  z-index: 60;
  border: 1px #000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.cursor_html_embed {
  color: #fff0;
  border: 0 #0000;
}

.cursor {
  opacity: 1;
  color: #fff0;
  background-color: #fff0;
  border: 0 #fff0;
  border-radius: 0;
  display: flex;
}

.cursor_image {
  opacity: 1;
  color: #fff0;
  border: 0 #fff0;
  width: 50px;
  max-width: 50px;
  height: 50px;
}

.separador {
  color: #3330;
  width: 100%;
  height: 40px;
  display: flex;
}

.second-section-veriical {
  flex-direction: column;
  display: none;
}

.page-wrapper-3 {
  z-index: 0;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}

.section-6 {
  flex-flow: row;
  display: flex;
}

.container-contacto-txt {
  z-index: 50;
  border: 1px solid #0000;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  max-width: 100%;
  height: 60%;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.columns {
  width: 100%;
  max-width: 700px;
  height: auto;
  margin-left: 0;
  margin-right: 0;
}

.column-01 {
  padding-left: 0;
  padding-right: 20px;
}

.h1 {
  color: #fff;
  flex-flow: column;
  align-items: flex-start;
  font-family: PT Sans, sans-serif;
  font-weight: 700;
  display: flex;
}

.h2 {
  opacity: .6;
  color: #fff;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
  font-family: PT Sans, sans-serif;
  font-size: .9rem;
  font-style: normal;
  display: flex;
}

.link {
  color: #fff;
  border: 1px #0000;
  font-family: PT Sans, sans-serif;
  font-weight: 700;
  line-height: 1.5;
  transition: opacity 60ms;
  display: block;
}

.link:hover {
  opacity: .8;
}

.column-02 {
  padding-left: 20px;
  padding-right: 0;
}

.hero-parent-full {
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: auto;
  display: flex;
}

.paragraph-center {
  z-index: 100;
  opacity: .5;
  color: var(--orange);
  text-align: center;
  -webkit-text-stroke-color: var(--yellow);
  mix-blend-mode: normal;
  width: 900px;
  font-family: Droid Sans, sans-serif;
  font-size: 1.2rem;
  line-height: 1.2;
  position: relative;
}

.paragraph-3, .paragraph-4 {
  font-family: Droid Sans, sans-serif;
}

.lightbox-link-margen {
  opacity: 1;
  color: #fff0;
  transform-style: preserve-3d;
  background-color: #0000;
  border: 0 #000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 30px 0 0 30px;
  transition: all .9s;
  display: flex;
}

.lightbox-link-margen:hover {
  opacity: 1;
}

.img-parent-2-copy {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.img-parent-2-copy.bg-blue-copy {
  background-color: #ff6f0000;
  height: 1400px;
}

.spline-scene {
  z-index: 1;
  aspect-ratio: auto;
  width: auto;
  height: 100vh;
  display: none;
  position: sticky;
  inset: 0%;
}

.quick-stack-c {
  width: 100%;
  height: 65svh;
}

.text-sm-gde {
  opacity: .6;
  text-align: center;
  text-transform: uppercase;
  font-family: Ppfraktionmono, sans-serif;
  font-size: 1.2rem;
  text-decoration: none;
  transition: opacity .5s;
}

.text-sm-gde:hover {
  opacity: 1;
}

.span-text-ch {
  font-family: Droid Sans, sans-serif;
  font-weight: 700;
  display: inline-block;
}

.span-text-ch.three {
  font-family: Oswald, sans-serif;
  font-size: 6vw;
  font-weight: 700;
  position: static;
}

.cell {
  justify-content: center;
  align-items: center;
}

.primary-btn-center {
  z-index: 1;
  color: #000;
  text-transform: uppercase;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: .5rem 1.2rem .7rem;
  font-family: Ppfraktionmono, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.primary-btn-center.ghost {
  color: #fff;
  border: 1px solid #fff;
  position: absolute;
}

.cell-2, .cell-3 {
  justify-content: center;
  align-items: center;
}

.bold-text {
  color: var(--white-smoke);
  font-size: 2rem;
}

.bold-text-2 {
  color: var(--blue);
}

.quick-stack-2 {
  width: 100%;
  height: 40svh;
}

.img-parent-2-c {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.img-parent-2-c.bg-blue {
  background-color: #ff6f0000;
  height: 100%;
}

.video-bg-c {
  z-index: 0;
  opacity: .7;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.video-bg-c.blend {
  opacity: 1;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: screen;
  opacity: 1;
  mix-blend-mode: screen;
  background-clip: border-box;
  min-width: auto;
  height: 60vh;
  min-height: 60%;
}

.bold-text-3 {
  color: var(--blue);
}

.container-8 {
  z-index: 100;
  justify-content: flex-end;
  align-items: flex-start;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: none;
  display: flex;
  position: fixed;
  inset: 0% 0% auto auto;
}

.cerrar {
  width: 50px;
  margin-top: 40px;
  margin-right: 40px;
  transition: opacity .5s;
}

.cerrar:hover {
  opacity: .5;
  border-radius: 0;
}

.body-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.code-embed {
  width: 100%;
  height: 100svh;
}

.body-3 {
  background-color: var(--charcole);
  color: var(--white-smoke);
}

.section-7 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  height: 1200px;
  display: grid;
}

.paragraph-center-copy {
  opacity: .5;
  color: var(--black);
  text-align: right;
  width: 500px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Droid Sans, sans-serif;
  line-height: 1.2;
}

.lightbox-link-3 {
  opacity: .9;
  transform: scale3d(1none, 1none, 1none);
  color: #fff0;
  transform-style: preserve-3d;
  background-color: #0000;
  border-style: solid;
  border-width: 10px;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 100%;
  height: auto;
  transition: all .9s;
  display: flex;
}

.lightbox-link-3:hover {
  opacity: 1;
  transform: scale3d(1.02, 1.02, 1.02);
}

._2nd-hero_horizontal-scroll-content-3 {
  align-items: center;
  min-width: 300vw;
  display: flex;
}

.secon-section-vertical {
  display: none;
}

.videoconteiner {
  z-index: 0;
  width: auto;
  max-width: none;
  height: auto;
  position: relative;
}

.container-11 {
  width: 100svw;
  max-width: 100%;
  height: 100vh;
  display: none;
}

.image-8 {
  color: #fff0;
  width: auto;
  max-width: none;
  height: 100svh;
}

.image-8:hover {
  pointer-events: auto;
}

.second-section-3 {
  width: auto;
}

._2n-hero_horizontal-scroll-camera-3 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

._2nd-hero_track-3 {
  height: 400vh;
  display: block;
}

.background-video-6 {
  aspect-ratio: auto;
  opacity: .34;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-clip: border-box;
  border-radius: 0;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: visible;
}

.p_thumbnail_fantasma {
  opacity: 0;
  width: auto;
  max-width: none;
  height: 100svh;
  display: block;
}

.p_separador {
  color: #3330;
  width: 100%;
  height: 40px;
  display: none;
}

.second-section-4 {
  width: auto;
}

.p_link_proyecto {
  background-color: #0000;
  border: .5em #000;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
  position: relative;
}

._2n-hero_horizontal-scroll-camera-4 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.p_video {
  aspect-ratio: auto;
  opacity: .8;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-clip: border-box;
  border-radius: 0;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: opacity .5s;
  display: flex;
  position: absolute;
  overflow: visible;
}

.p_video:hover {
  opacity: 1;
}

.page-wrapper-2 {
  z-index: 0;
  position: absolute;
  inset: 0% auto auto 0%;
}

.lightbox-link-4 {
  opacity: .8;
  transform: scale3d(1none, 1none, 1none);
  color: #fff0;
  transform-style: preserve-3d;
  background-color: #0000;
  border-style: solid;
  border-width: 30px;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 100%;
  height: auto;
  margin-top: 5px;
  margin-bottom: 5px;
  transition: all .9s;
  display: flex;
}

.lightbox-link-4:hover {
  opacity: 1;
  transform: scale3d(1.02, 1.02, 1.02);
}

.cta_section-3 {
  z-index: 0;
  background-color: #0e0e0c;
  position: sticky;
  bottom: 0;
}

.cta_section-3.text-color-white {
  position: relative;
}

.second-section-5 {
  width: auto;
}

.section-4 {
  width: 100%;
}

.image-11 {
  color: #fff0;
  width: auto;
  max-width: none;
  height: 100svh;
}

.image-11:hover {
  pointer-events: auto;
}

.second-section-6 {
  width: auto;
}

._2n-hero_horizontal-scroll-camera-5 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.image-9 {
  color: #fff0;
  width: auto;
  max-width: none;
  height: 100svh;
}

.image-9:hover {
  pointer-events: auto;
}

.section-8 {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.container-12 {
  z-index: auto;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: 100vh;
  display: flex;
  position: absolute;
}

.button-text-2 {
  color: var(--white-smoke);
  text-align: center;
  width: 200px;
  margin-top: 20px;
  padding-top: .2rem;
  font-family: Roboto, sans-serif;
  font-size: 1em;
}

.logos-without-title {
  background-color: var(--charcole);
  color: var(--charcole);
  border-bottom: 1px solid #e4ebf3;
  justify-content: center;
  align-items: center;
  height: 300px;
  padding: 60px 30px;
  display: flex;
  position: relative;
}

.container-13 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 940px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.image-12 {
  opacity: .5;
  width: auto;
  max-width: 90%;
  margin-top: 50px;
  margin-bottom: 50px;
}

.image-13 {
  opacity: .5;
  max-width: 90%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.img-parent-copy {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.img-parent-copy.ab {
  mix-blend-mode: normal;
  height: auto;
  position: relative;
}

.img-child-copy {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.img-child-copy.flip {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  height: 70svh;
}

.hero-parent-full-copy {
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: auto;
  display: flex;
}

.img-parent-2x {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.img-parent-2x.bg-blue {
  background-color: #ff6f0000;
  height: 600px;
}

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

.video-bg-2 {
  z-index: 0;
  opacity: .7;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.video-bg-2.blend {
  opacity: 1;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: screen;
  opacity: 1;
  mix-blend-mode: screen;
  background-clip: border-box;
  min-width: auto;
  min-height: 100%;
}

.link-block {
  position: static;
}

.img-parent-der {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.img-parent-der.ab-copy {
  mix-blend-mode: normal;
  height: 100%;
  display: flex;
  position: relative;
}

.img-child-ao-der {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.img-child-ao-der.flip {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  height: 700px;
  padding-left: 100px;
  padding-right: 100px;
}

.container {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.title-wrapper {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  margin-top: -100vh;
  display: flex;
}

.title-wrapper-2, .title-wrapper-4 {
  z-index: 2;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6rem;
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
}

.spline-scene-3 {
  z-index: 1;
  aspect-ratio: auto;
  width: auto;
  height: 100vh;
  position: sticky;
  inset: 0%;
}

.bold-text-4 {
  text-align: left;
}

.image-13-copy {
  opacity: .6;
  max-width: 90%;
  margin-top: 20px;
  margin-bottom: 150px;
}

.slider-5 {
  background-color: #ddd0;
  width: 100%;
  height: 200px;
  font-size: .3rem;
}

.image-20 {
  opacity: .5;
}

.container-15 {
  flex-flow: column;
  display: none;
}

.paragraph-center-bco {
  z-index: 100;
  opacity: 1;
  text-align: center;
  width: 1000px;
  font-family: Droid Sans, sans-serif;
  line-height: 1.2;
  position: relative;
}

.text-black-2 {
  color: #242424;
  font-family: Droid Sans, sans-serif;
  font-size: 4rem;
  font-weight: 700;
}

.text-span {
  color: #000;
}

.text-sm-copy {
  opacity: .6;
  text-align: left;
  text-transform: uppercase;
  font-family: Ppfraktionmono, sans-serif;
  font-size: 1.2rem;
  text-decoration: none;
  transition: opacity .5s;
}

.text-sm-copy:hover {
  opacity: 1;
}

.link-2 {
  color: #fff;
  border: 1px #0000;
  font-family: PT Sans, sans-serif;
  font-weight: 700;
  transition: opacity 60ms;
}

.link-2:hover {
  opacity: .8;
}

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

.link-3 {
  text-decoration: none;
}

.h2-copy {
  opacity: .6;
  color: #fff;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: PT Sans, sans-serif;
  font-size: .9rem;
  font-style: normal;
  line-height: 1.5;
  display: flex;
}

.h1-copy {
  color: #fff;
  align-items: flex-start;
  font-family: PT Sans, sans-serif;
  font-weight: 700;
  line-height: 1.5;
  display: flex;
}

.image-margen-50 {
  width: 80%;
  max-width: 100%;
  margin: 30px 40px;
  padding: 0;
}

.container-logo-con-info {
  background-color: #fff;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 900px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.container-info-central-proyectos {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  height: 600px;
  display: flex;
}

.container-19 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 500px;
  min-width: 500px;
  display: flex;
}

.text-block-01 {
  color: var(--black);
  letter-spacing: -2px;
  font-family: Oswald, sans-serif;
  font-size: 90px;
  font-weight: 700;
}

.text-block-04 {
  color: var(--blue);
  font-family: Droid Sans, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  line-height: 24px;
}

.text-block-03 {
  opacity: .5;
  color: var(--black);
  font-family: Droid Sans, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 24px;
}

.text-block-02 {
  color: var(--black);
  font-family: Droid Sans, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 700;
  line-height: 24px;
  position: static;
  top: 100%;
  bottom: 0;
}

.lightbox-link-edgar {
  opacity: 1;
  transform: scale3d(1none, 1none, 1none);
  color: #fff0;
  transform-style: preserve-3d;
  background-color: #0000;
  border-style: solid;
  border-width: 10px;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 100%;
  height: auto;
  transition: all .9s;
  display: flex;
}

.lightbox-link-edgar:hover {
  opacity: 1;
  transform: scale3d(1.02, 1.02, 1.02);
}

.img-child-ao-negro {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.img-child-ao-negro.flip {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-color: #161616;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 700px;
  padding-left: 100px;
  padding-right: 100px;
}

.background-video-4 {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 700px;
  height: 800px;
  display: flex;
  position: absolute;
}

.hero {
  background-color: #161616;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 900px;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.html-embed {
  color: #fff0;
  border: 0 #0000;
}

.image-17-copy {
  z-index: 5;
  width: 250px;
  margin-top: 0;
  margin-left: 800px;
  position: absolute;
}

.container-20 {
  width: 100%;
  max-width: none;
}

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

.eg-disolv-2 {
  z-index: 5;
  opacity: 0;
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  width: 200px;
  transition: all .9s;
  display: block;
  position: absolute;
}

.eg-disolv-2:hover {
  opacity: .8;
  transform: scale3d(1.05, 1.05, 1.05);
}

.container-logo-con-info-oblatos {
  background-color: #fff;
  background-image: url('../images/oblatos_footer_1.avif');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 900px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.creditos-sobre-blanco {
  opacity: .5;
  color: var(--black);
  margin-top: 100px;
  font-family: Droid Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  position: static;
  top: 120px;
}

.creditos-sobre-color {
  opacity: .5;
  color: var(--white);
  margin-top: 100px;
  font-family: Droid Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  position: static;
  top: 120px;
}

.imagen-oblatos {
  width: 320px;
}

.hero_oblatos {
  background-image: url('../images/oblatos_g_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 1000px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.body-oblatos {
  background-color: var(--white);
  background-image: url('../images/oblatos_fondo_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.image-29 {
  width: 170px;
}

.image-30, .image-31 {
  width: 130px;
}

.image-32 {
  width: 210px;
}

.imagen-tixinda {
  width: 400px;
}

.body-4-fondo-negro {
  background-color: var(--black);
}

.image-33 {
  border: 1px #c7c7c7;
  border-radius: 0;
  width: 100%;
  max-width: 1400px;
  margin-top: 0;
  margin-bottom: 0;
}

.imagen-calpulli {
  width: 250px;
}

.container-logo-con-info-calpulli {
  background-color: #fff;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 900px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.container-22, .video {
  width: 400px;
  height: 800px;
}

.container-info-central-proyectos-02-copy {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 600px;
  display: none;
}

.body-5 {
  background-color: var(--white);
}

.image-33-gris {
  border: 1px solid #c7c7c7;
  border-radius: 20px;
  width: 100%;
  max-width: 1400px;
  margin-top: 0;
  margin-bottom: 0;
}

.image-80-copy {
  z-index: auto;
  width: 400px;
  margin: 0 auto 0 100px;
  display: block;
  position: absolute;
}

.section-logo-inicio {
  background-color: #fb853a00;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 800px;
  min-height: auto;
  margin-bottom: 0;
  display: flex;
}

.background-video {
  z-index: auto;
  opacity: 1;
  width: 100%;
  min-width: 100%;
  height: 800px;
  min-height: 800px;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
}

.container-hojas {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: none;
  height: auto;
  margin-top: -350px;
  display: flex;
  position: absolute;
}

.container-sustainability-texto02 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  margin-left: -90px;
  margin-right: 0;
  display: flex;
}

.text-block-5 {
  color: #0f2c8699;
  text-align: right;
  width: 370px;
  font-family: Droid Sans, sans-serif;
  font-size: 13px;
  line-height: 16px;
}

.imagen-hoja {
  width: 50px;
}

.container-sustainability-texto01 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 420px;
  min-width: 420px;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.botella-freshtouch-summer {
  width: 500px;
  min-width: 500px;
  max-width: none;
}

.button-azul-a-verde {
  z-index: 4;
  text-align: center;
  background-color: #0d2286;
  border-radius: 30px;
  width: auto;
  margin-top: 0;
  padding: 10px 40px;
  font-family: Droid Sans, sans-serif;
  font-size: 12px;
  transition: all .3s;
  position: static;
}

.button-azul-a-verde:hover {
  background-color: #62aa2e;
}

.join-sustentabilidad {
  mix-blend-mode: normal;
}

.sustentabilidad-seccion01 {
  z-index: 2;
  background-image: url('../images/sustentabilidad_fondo_1.avif');
  background-position: 50% 95%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 800px;
  max-height: 1000px;
  display: flex;
  position: static;
}

.imagen-fgm {
  width: 400px;
}

.container-logo-con-info-vert {
  background-color: #fff;
  background-image: url('../images/oakberry_final_1.avif');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 900px;
  margin-left: 0;
  margin-right: 0;
  display: none;
}

.quick-stack-3 {
  width: 80%;
  margin: 5% 10px 5% 10%;
}

.hero_telcel_empresas {
  background-image: url('../images/telcel_empresas_g_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 1000px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.body-fondo-blanco {
  background-color: var(--white);
}

.paragraph-copy {
  opacity: .7;
  color: var(--white-smoke);
  text-align: left;
  width: 650px;
  margin-top: 250px;
  margin-left: 100px;
  font-family: Droid Sans, sans-serif;
  line-height: 1.2;
  position: absolute;
}

.background-video-af {
  z-index: auto;
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  height: 800px;
  min-height: 800px;
  display: flex;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
}

.section-11 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.page-wrapper-4-tel {
  display: flex;
}

.main-wrapper-2-tel {
  z-index: 1;
  background-color: #000;
  position: relative;
}

.main-wrapper-2-tel.shadow-medium {
  background-color: #0000;
  height: 100vh;
  display: flex;
  position: relative;
}

.main-wrapper-2-copy {
  z-index: 1;
  background-color: #000;
  position: relative;
}

.main-wrapper-2-copy.shadow-medium {
  background-color: #0000;
  height: 100vh;
  display: flex;
  position: relative;
}

._2nd-hero_track-3-copy {
  height: 400vh;
  display: block;
}

.hero_mantik {
  background-image: url('../images/mantik_g_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 1000px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.image-contorno-claro {
  border: 1px solid #ced2df;
  border-radius: 15px;
}

.image-mantik {
  width: 440px;
}

.image-92 {
  width: 150px;
  position: absolute;
  left: 60%;
}

.image-93 {
  width: 150px;
  position: absolute;
  left: 50%;
}

.image-94 {
  width: 200px;
  position: absolute;
  left: 40%;
}

.image-95 {
  width: 250px;
  position: absolute;
  left: 30%;
}

.image-95-copy {
  width: 250px;
  position: absolute;
  left: 20%;
}

.image-92-copy {
  width: 110px;
  position: absolute;
  left: 70%;
}

.hero_onest {
  background-image: url('../images/onest_g_1.avif');
  background-position: 50%;
  background-size: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 1000px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.image-onest {
  width: 350px;
}

.lightbox-link-edgar-2 {
  opacity: 1;
  transform: scale3d(1none, 1none, 1none);
  color: #fff0;
  transform-style: preserve-3d;
  background-color: #0000;
  border: 10px #000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 100%;
  height: auto;
  transition: all .9s;
  display: flex;
}

.lightbox-link-edgar-2:hover {
  opacity: 1;
  transform: scale3d(1.02, 1.02, 1.02);
}

.hero_onest-geom {
  background-image: url('../images/home_geometrica_1.avif');
  background-position: 50% 0;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 1200px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.hero_edmonds {
  background-image: url('../images/edmonds_g_1.avif');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 1000px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.image-edmonds, .image-rojoluz {
  width: 440px;
}

.image-sin-contorno {
  opacity: .9;
  border: 0 solid #ced2df;
  border-radius: 15px;
  width: auto;
}

.image-sin-contorno:hover {
  opacity: 100;
}

.background-video-rojoluz {
  z-index: auto;
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  height: 800px;
  min-height: 800px;
  display: flex;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
}

.hero_amway {
  background-image: url('../images/PRUEBA-COLOR-LOGO1_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 1000px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.imagen-amway-team {
  width: 330px;
}

.hero_artha {
  background-image: url('../images/artha_g_1.avif');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 900px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.image-artha {
  width: 440px;
}

.image-96 {
  width: 25%;
}

.paragraph-people {
  opacity: .7;
  color: var(--white-smoke);
  text-align: left;
  width: 100%;
  font-family: Droid Sans, sans-serif;
  font-size: .9rem;
  font-style: normal;
  line-height: 1.2;
}

.hero_goodyear {
  background-image: url('../images/good_year_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 900px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.section-12 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.image-97 {
  border-radius: 20px;
  width: 80%;
}

.quick-stack-de-2 {
  width: 80%;
  margin: 0 10px 50px 10%;
}

.quick-stack-de-3 {
  width: 80%;
  margin: 50px 10px 50px 10%;
}

.paragraph-ed {
  opacity: .7;
  color: var(--white-smoke);
  text-align: left;
  width: 600px;
  font-family: Droid Sans, sans-serif;
  line-height: 1.2;
}

.imagen-goodyear {
  width: 450px;
}

.quick-stack-de-4 {
  width: 80%;
  margin: 50px 10px 50px 10%;
}

.container-logo-con-info-negra {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 900px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.imagen-goodyear-amarillo {
  width: 450px;
}

.text-block-01-copy {
  color: var(--white);
  letter-spacing: -2px;
  font-family: Oswald, sans-serif;
  font-size: 90px;
  font-weight: 700;
}

.text-block-02-copy {
  color: var(--white);
  font-family: Droid Sans, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 700;
  line-height: 24px;
  position: static;
  top: 100%;
  bottom: 0;
}

.text-block-03-copy {
  opacity: .5;
  color: var(--white);
  font-family: Droid Sans, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 24px;
}

.quick-stack-3-copy {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 40%;
  margin: 5% 10%;
  padding-left: 20px;
}

.heading-people {
  text-align: left;
  margin-bottom: 20px;
  margin-right: 0;
  font-family: Oswald, sans-serif;
  font-size: 3vw;
  font-weight: 700;
  line-height: .85;
}

.text-sm-gde-copy-copy {
  opacity: .6;
  text-align: left;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Ppfraktionmono, sans-serif;
  font-size: 1.2rem;
  text-decoration: none;
  transition: opacity .5s;
}

.text-sm-gde-copy-copy:hover {
  opacity: 1;
}

.quick-stack-3-copy-copy {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  width: 80%;
  margin: 5% 10%;
  padding-bottom: 100px;
  padding-left: 20px;
}

.container-23 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  transition: all .4s;
  display: flex;
}

.paragraph-team {
  opacity: .7;
  color: var(--white-smoke);
  text-align: left;
  width: 700px;
  font-family: Droid Sans, sans-serif;
  line-height: 1.2;
}

.bold-text-copy {
  color: var(--white-smoke);
  font-size: 2rem;
}

.container-logo-con-info-vert-bco {
  background-color: #fff;
  background-image: url('../images/oakberry_final_1.avif');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 900px;
  margin-left: 0;
  margin-right: 0;
  display: none;
}

.text-block-03-bco {
  opacity: .5;
  color: var(--black);
  font-family: Droid Sans, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 24px;
}

.text-block-02-bco {
  color: var(--black);
  font-family: Droid Sans, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 700;
  line-height: 24px;
  position: static;
  top: 100%;
  bottom: 0;
}

.text-block-01-bco {
  color: var(--black);
  letter-spacing: -2px;
  font-family: Oswald, sans-serif;
  font-size: 90px;
  font-weight: 700;
}

.heading-6 {
  font-family: Oswald, sans-serif;
  font-size: 15vw;
  font-weight: 700;
  line-height: 90%;
  display: block;
  position: static;
  inset: 0% auto 0% 0%;
}

.container-24 {
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: auto;
  height: auto;
  min-height: auto;
  display: flex;
}

.text-span-3, .text-span-4, .text-span-5, .text-span-6, .text-span-7, .text-span-8, .text-span-9, .bold-text-7 {
  color: var(--blue);
}

.paragraph-copy {
  opacity: .7;
  color: var(--white-smoke);
  text-align: left;
  width: 550px;
  margin-top: 0;
  font-family: Droid Sans, sans-serif;
  line-height: 1.2;
  position: relative;
}

.link-block-4 {
  z-index: 100;
  position: relative;
}

.hero_america_fresh_ia {
  background-image: url('../images/america_fresh_g_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 900px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.imagen-americafresh-ia {
  width: 350px;
}

.hero_nike {
  background-image: url('../images/nike_g_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 900px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.imagen-nike, .imagen-war {
  width: 400px;
}

.hero_war {
  background-image: url('../images/WAR-2050_1.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 900px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.hero_ponto {
  background-image: url('../images/ponto_g_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 900px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.imagen-ponto {
  width: 450px;
}

.primary-btn-left {
  z-index: 1;
  color: #000;
  text-transform: uppercase;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: .5rem 1.2rem .7rem;
  font-family: Ppfraktionmono, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.primary-btn-left.ghost {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 2px;
  width: 200px;
  position: relative;
}

.image-99, .image-100 {
  opacity: 1;
  color: #fff0;
  border: 0 #fff0;
  width: 50px;
  max-width: 50px;
  height: 50px;
}

.container-27 {
  background-image: url('../images/mas_seis.svg');
  background-position: 0 0;
  background-size: auto;
  width: 100px;
  max-width: none;
  height: 100px;
  display: flex;
  position: static;
}

.hero_oblatos_personaje01 {
  background-image: url('../images/oblatos_head01_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 900px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.creditos-sobre-negro {
  opacity: .5;
  color: var(--white);
  margin-top: 100px;
  font-family: Droid Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  position: static;
  top: 120px;
}

.imagen-oblatos-logo {
  width: 220px;
}

.hero_oblatos_personaje02 {
  background-image: url('../images/oblatos_head02_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 900px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.hero_oblatos_personaje03 {
  background-image: url('../images/oblatos_head03_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 900px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.hero_oblatos_personaje04 {
  background-image: url('../images/oblatos_head04_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 900px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.hero_oblatos_personaje05 {
  background-image: url('../images/oblatos_head05_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 900px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.imagen-3indesign {
  width: 220px;
}

.imagen-scappino {
  width: 350px;
}

.hero_photo_booth {
  background-image: url('../images/new_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 900px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.image-champions {
  width: 330px;
}

.img-parent-2x-copy {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.img-parent-2x-copy.bg-blue {
  background-color: #ff6f0000;
  height: 100%;
  overflow: hidden;
}

.p_image_roll_over-2 {
  opacity: 0;
  transform-style: preserve-3d;
  transition: all .7s;
  display: block;
}

.p_image_roll_over-2:hover {
  opacity: .4;
  pointer-events: auto;
  transform: scale3d(1none, 1none, 1none) translate(0px, 0px) translate(0px, 0px);
  mix-blend-mode: normal;
  background-color: red;
}

.video-bg-22 {
  z-index: 0;
  opacity: .7;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.video-bg-22.blend {
  opacity: 1;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: screen;
  opacity: 1;
  mix-blend-mode: screen;
  background-clip: border-box;
  min-width: auto;
  min-height: auto;
}

.p_grid-copy {
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-content: start;
  place-items: start;
  width: 100vw;
  min-width: auto;
  height: 100%;
  min-height: auto;
  margin-top: 0;
  position: static;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.quick-stack-3-copy {
  width: 80%;
  margin: 5% 10px 5% 10%;
}

.quick-stack-x {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 40%;
  margin: 5% 10%;
  padding-left: 20px;
}

.img-child-ao-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.img-child-ao-2.flip {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 800px;
  padding-left: 100px;
  padding-right: 100px;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 22vw;
  }

  .img-parent.ab, .img-parent.ab-copy {
    height: 100%;
    position: relative;
  }

  .info-col-child.pop-up {
    width: 100%;
    padding-left: 2rem;
  }

  .section.split-col {
    flex-flow: column;
    height: auto;
  }

  .img-child.flip {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .col-content-parent {
    padding-top: 2rem;
  }

  .video-bg {
    min-width: auto;
  }

  .video-bg.blend {
    min-height: 100%;
  }

  .div-hide.padding-btm.intro {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .col-left {
    width: 100%;
    position: relative;
  }

  .col-right {
    width: 100%;
    height: 100vh;
    position: relative;
  }

  .tag-sm.nav {
    font-size: .8rem;
  }

  .primary-btn.ghost {
    z-index: 100;
  }

  .span-text.three {
    font-size: 6rem;
  }

  .grid-main.image {
    height: 20%;
  }

  .grid-main.text {
    grid-template-columns: 1fr 1fr 2fr;
    height: auto;
  }

  .grid-main.image {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    height: auto;
    margin-top: 0;
  }

  .text-sm {
    text-align: left;
    font-size: 1rem;
  }

  .hero-parent {
    margin-top: 100px;
  }

  .header-parent {
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding: 80px 40px 0;
  }

  .serif {
    font-size: 2.4rem;
  }

  .hero-title {
    font-size: 3rem;
  }

  .background-content {
    display: none;
  }

  .title-name-intro {
    font-size: 19vw;
  }

  .flex-menu {
    width: 300px;
  }

  .hero-title-contact {
    font-size: 17vw;
  }

  .span-text_ch.one {
    font-size: 14vw;
  }

  .img-child-3.flip {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    height: 40svh;
  }

  .img-child-ao.flip {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    height: 500px;
    position: static;
  }

  .paragraph {
    opacity: .5;
    width: 550px;
  }

  .div {
    margin-bottom: 70px;
  }

  .aspect-video-full {
    width: 100%;
    height: 100svh;
    position: absolute;
    inset: 0%;
  }

  .footer_credito {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    display: flex;
  }

  .img-parent-2.bg-blue {
    height: 400px;
  }

  .lightbox-link {
    border-width: 10px;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .image0 {
    width: 100svw;
    height: 100%;
  }

  ._2nd-hero_horizontal-scroll-content-2 {
    flex-direction: column;
    align-items: stretch;
    width: auto;
    min-width: auto;
  }

  .im {
    width: 100svw;
    height: 100%;
  }

  .aspect-video {
    width: auto;
    height: auto;
    position: relative;
  }

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

  .image-7 {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .second-section-2 {
    flex-flow: column;
    height: auto;
    margin-top: 0;
    display: flex;
  }

  .main-wrapper-2.shadow-medium {
    flex-flow: column;
    height: 50px;
    display: none;
  }

  ._2n-hero_horizontal-scroll-camera-2 {
    justify-content: flex-start;
    align-items: stretch;
    height: auto;
    margin-top: -50px;
  }

  ._2nd-hero_track-2 {
    flex-direction: column;
    height: auto;
    display: flex;
  }

  ._2nd-hero_content-wrapper._1 {
    flex-flow: column;
  }

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

  .image-7-full {
    max-width: 100%;
    height: auto;
  }

  .u-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .p_grid {
    grid-template-columns: 1fr 1fr;
    margin-top: 140px;
  }

  .cursor {
    display: none;
  }

  .second-section-veriical {
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100vh;
    display: flex;
    overflow: visible;
  }

  .container-contacto-txt {
    align-items: flex-start;
  }

  .columns {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .column-01 {
    padding-left: 0;
    padding-right: 0;
  }

  .h1, .h2 {
    display: block;
  }

  .link {
    color: #fff;
    vertical-align: baseline;
    border: 1px #0000;
    line-height: 1.4;
    text-decoration: none;
    display: block;
    position: relative;
  }

  .column-02 {
    padding-right: 0;
  }

  .paragraph-center {
    opacity: .5;
    width: 500px;
    margin-bottom: 100px;
  }

  .paragraph-3 {
    font-family: Droid Sans, sans-serif;
  }

  .lightbox-link-margen {
    border-width: 10px;
    width: 100%;
    height: 100%;
    margin-left: 0;
    display: flex;
  }

  .spline-scene {
    height: 80svh;
    position: relative;
  }

  .quick-stack-c {
    height: 100%;
    position: relative;
  }

  .text-sm-gde {
    direction: ltr;
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    width: 80%;
    padding-left: 0;
    padding-right: 0;
    font-size: 1rem;
    display: flex;
  }

  .quick-stack-2 {
    height: auto;
  }

  .img-parent-2-c.bg-blue {
    height: 700px;
    min-height: auto;
  }

  .video-bg-c {
    min-width: auto;
  }

  .video-bg-c.blend {
    min-height: 100%;
  }

  .container-8 {
    width: auto;
    height: auto;
  }

  .section-7 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: column;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    justify-content: flex-start;
    place-items: center;
    width: 100%;
    height: 1200px;
    display: flex;
    position: absolute;
  }

  .img-parent-copy.ab {
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .img-child-copy.flip {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    height: auto;
  }

  .paragraph-center-copy {
    opacity: .5;
    width: 600px;
    margin-top: 100px;
    padding-right: 0;
  }

  .lightbox-link-3 {
    opacity: 1;
    border-width: 10px;
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  ._2nd-hero_horizontal-scroll-content-3 {
    flex-direction: column;
    width: auto;
    min-width: auto;
  }

  .secon-section-vertical {
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
  }

  .videoconteiner {
    max-width: 100%;
  }

  .image-8 {
    max-width: 100%;
    height: auto;
  }

  ._2n-hero_horizontal-scroll-camera-3 {
    height: auto;
  }

  ._2nd-hero_track-3 {
    flex-direction: column;
    display: flex;
  }

  .p_thumbnail_fantasma {
    width: 100svw;
    height: 100%;
  }

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

  ._2n-hero_horizontal-scroll-camera-4 {
    height: auto;
  }

  .lightbox-link-4 {
    border-width: 10px;
    width: 100%;
    height: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    display: flex;
  }

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

  ._2n-hero_horizontal-scroll-camera-5 {
    height: auto;
  }

  .image-9 {
    max-width: 100%;
    height: auto;
  }

  .container-13 {
    max-width: 728px;
    height: 100svh;
  }

  .image-12, .image-13 {
    max-width: 90%;
  }

  .img-parent-copy.ab {
    height: 100%;
    position: relative;
  }

  .img-child-copy.flip {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-top: 150px;
  }

  .img-parent-2x.bg-blue {
    height: 600px;
  }

  .video-bg-2 {
    min-width: auto;
  }

  .video-bg-2.blend {
    min-height: auto;
  }

  .img-parent-der.ab-copy {
    height: 100%;
    position: relative;
  }

  .img-child-ao-der.flip {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    height: 500px;
    position: static;
  }

  .spline-scene-3 {
    height: 80svh;
    position: sticky;
  }

  .image-13-copy {
    max-width: 90%;
  }

  .slider-5 {
    height: 180px;
  }

  .paragraph-center-bco {
    opacity: .5;
    width: 600px;
  }

  .text-black-2 {
    font-size: 2rem;
  }

  .text-sm-copy {
    text-align: left;
    font-size: 1rem;
  }

  .link-2 {
    color: #fff;
    border: 1px #0000;
  }

  .link-3 {
    text-decoration: none;
  }

  .h2-copy, .h1-copy {
    line-height: 1.4;
  }

  .container-logo-con-info {
    z-index: auto;
    height: 700px;
    display: none;
    position: relative;
    inset: auto 0% 0%;
  }

  .container-info-central-proyectos {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    max-width: none;
    height: 850px;
    display: flex;
    position: absolute;
  }

  .container-19 {
    width: 400px;
    min-width: 400px;
    max-width: none;
    margin-bottom: 0;
  }

  .lightbox-link-edgar {
    border-width: 10px;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .img-child-ao-negro.flip {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    height: 500px;
    position: static;
  }

  .background-video-4 {
    width: 600px;
    height: 700px;
  }

  .hero {
    height: 1100px;
  }

  .image-17-copy {
    width: 200px;
    margin-top: 870px;
    margin-left: 0;
  }

  .eg-disolv-2 {
    width: 150px;
  }

  .container-logo-con-info-oblatos {
    z-index: auto;
    height: 700px;
    display: none;
    position: relative;
    inset: auto 0% 0%;
  }

  .creditos-sobre-blanco {
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
    position: absolute;
    inset: auto 0% 0%;
  }

  .creditos-sobre-color {
    z-index: 100;
    color: var(--charcole);
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 14px;
    position: absolute;
    inset: auto 0% 0%;
  }

  .imagen-oblatos {
    width: 200px;
  }

  .hero_oblatos {
    height: 400px;
  }

  .image-29, .image-30, .image-31, .image-32 {
    display: none;
  }

  .imagen-tixinda {
    width: 180px;
    max-width: none;
  }

  .image-34 {
    display: none;
  }

  .imagen-calpulli {
    width: 160px;
  }

  .container-logo-con-info-calpulli {
    z-index: auto;
    max-width: none;
    height: 100vh;
    position: relative;
    inset: auto 0% 0%;
  }

  .container-info-central-proyectos-02-copy {
    justify-content: center;
    align-items: center;
    max-width: none;
    display: flex;
    position: absolute;
  }

  .image-80-copy {
    width: 250px;
    margin-top: 0;
    margin-left: 40px;
  }

  .section-logo-inicio {
    justify-content: center;
    align-items: flex-start;
    height: 500px;
    min-height: 500px;
    max-height: 500px;
    margin-bottom: 0;
  }

  .background-video {
    height: 500px;
    min-height: 500px;
    max-height: 500px;
  }

  .container-hojas {
    display: none;
  }

  .container-sustainability-texto02 {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    justify-content: flex-end;
    align-items: flex-start;
    width: 650px;
    min-width: 650px;
    margin-top: 720px;
    margin-left: 0;
    position: absolute;
  }

  .text-block-5 {
    color: #0f2c8699;
    width: auto;
  }

  .container-sustainability-texto01 {
    width: 320px;
    min-width: 320px;
    max-width: none;
    margin-top: 140px;
    margin-left: -330px;
    position: static;
  }

  .botella-freshtouch-summer {
    width: 380px;
    min-width: 380px;
    margin-top: 20px;
    margin-left: 350px;
    position: absolute;
  }

  .button-azul-a-verde {
    margin-top: 10px;
  }

  .join-sustentabilidad {
    width: 320px;
    min-width: 320px;
    max-width: none;
  }

  .sustentabilidad-seccion01 {
    justify-content: center;
    align-items: flex-start;
    height: 700px;
    min-height: 700px;
    max-height: none;
  }

  .imagen-fgm {
    width: 300px;
  }

  .container-logo-con-info-vert {
    z-index: auto;
    background-image: none;
    max-width: none;
    height: 90vh;
    display: flex;
    position: relative;
    inset: auto 0% 0%;
  }

  .hero_telcel_empresas {
    height: 400px;
  }

  .paragraph-copy {
    opacity: .5;
    width: 300px;
    margin-top: 200px;
    margin-left: 40px;
    font-size: 1rem;
  }

  .background-video-af {
    height: 500px;
    min-height: 500px;
    max-height: 500px;
  }

  .main-wrapper-2-tel.shadow-medium {
    flex-flow: column;
    width: 100%;
    height: 50px;
    display: flex;
    position: absolute;
  }

  .main-wrapper-2-copy.shadow-medium {
    flex-flow: column;
    height: 50px;
    display: flex;
  }

  ._2nd-hero_track-3-copy {
    flex-direction: column;
    display: flex;
  }

  .hero_mantik {
    height: 400px;
  }

  .image-mantik {
    width: 300px;
  }

  .image-92, .image-93, .image-94, .image-95, .image-95-copy, .image-92-copy {
    display: none;
  }

  .hero_onest {
    background-size: cover;
    height: 400px;
  }

  .image-onest {
    width: 300px;
  }

  .lightbox-link-edgar-2 {
    border-width: 10px;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .hero_onest-geom, .hero_edmonds {
    height: 400px;
  }

  .image-edmonds, .image-rojoluz {
    width: 300px;
  }

  .image-sin-contorno {
    opacity: .9;
  }

  .background-video-rojoluz {
    height: 500px;
    min-height: 500px;
    max-height: 500px;
  }

  .hero_amway {
    background-image: url('../images/PRUEBA-COLOR-LOGO1_1.avif');
    height: 400px;
  }

  .imagen-amway-team {
    width: 160px;
  }

  .hero_artha {
    height: 400px;
  }

  .image-artha {
    width: 300px;
  }

  .paragraph-people {
    opacity: .5;
    width: 100%;
  }

  .hero_goodyear {
    height: 400px;
  }

  .paragraph-ed {
    opacity: .5;
    width: 550px;
  }

  .imagen-goodyear {
    width: 300px;
  }

  .container-logo-con-info-negra {
    z-index: auto;
    height: 700px;
    display: none;
    position: relative;
    inset: auto 0% 0%;
  }

  .imagen-goodyear-amarillo {
    width: 300px;
  }

  .heading-people {
    font-size: 12vw;
  }

  .text-sm-gde-copy-copy {
    direction: ltr;
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    width: 80%;
    padding-left: 0;
    padding-right: 0;
    font-size: 1rem;
    display: flex;
  }

  .container-23 {
    flex-flow: column;
  }

  .paragraph-team {
    opacity: .5;
    width: 550px;
  }

  .container-logo-con-info-vert-bco {
    z-index: auto;
    color: var(--charcole);
    background-color: #000;
    background-image: none;
    height: 75vh;
    display: flex;
    position: relative;
    inset: auto 0% 0%;
  }

  .text-block-03-bco, .text-block-02-bco, .text-block-01-bco {
    color: var(--white-smoke);
  }

  .heading-6 {
    flex-flow: column;
    margin-top: 50px;
    font-size: 30vw;
    display: block;
  }

  .container-24 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: none;
  }

  .paragraph-copy {
    opacity: .5;
    width: 550px;
    margin-top: 0;
  }

  .image-98 {
    opacity: .5;
    transition: opacity .4s;
  }

  .image-98:hover {
    opacity: 100;
  }

  .hero_america_fresh_ia {
    height: 400px;
  }

  .imagen-americafresh-ia {
    width: 300px;
  }

  .hero_nike {
    height: 400px;
  }

  .imagen-nike, .imagen-war {
    width: 300px;
  }

  .hero_war, .hero_ponto {
    height: 400px;
  }

  .imagen-ponto {
    width: 300px;
  }

  .hero_oblatos_personaje01 {
    height: 400px;
  }

  .creditos-sobre-negro {
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
    position: absolute;
    inset: auto 0% 0%;
  }

  .imagen-oblatos-logo {
    width: 300px;
  }

  .hero_oblatos_personaje02, .hero_oblatos_personaje03, .hero_oblatos_personaje04, .hero_oblatos_personaje05 {
    height: 400px;
  }

  .imagen-3indesign {
    width: 250px;
    max-width: none;
  }

  .imagen-scappino {
    width: 300px;
    max-width: none;
  }

  .hero_photo_booth {
    height: 400px;
  }

  .image-champions {
    width: 300px;
  }

  .img-parent-2x-copy.bg-blue {
    height: 100%;
  }

  .video-bg-22 {
    min-width: auto;
  }

  .video-bg-22.blend {
    height: 100%;
    min-height: 100%;
  }

  .p_grid-copy {
    grid-template-columns: 1fr 1fr;
    margin-top: 0;
  }

  .img-child-ao-2.flip {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    height: 800px;
    padding-top: 0;
    position: static;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 25vw;
  }

  .img-parent.ab {
    height: 100%;
    position: relative;
  }

  .img-parent.bg-blue {
    flex: 0 auto;
    min-height: 100vh;
    overflow: hidden;
  }

  .img-parent.ab-copy {
    height: 100%;
    position: relative;
  }

  .info-col-child {
    width: 30rem;
  }

  .info-col-child.pop-up {
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    min-width: 31rem;
    padding: 2rem;
  }

  .img-child.flip {
    padding-top: 40px;
  }

  .col-content-parent {
    padding-right: 2rem;
  }

  .video-bg.blend {
    flex-flow: column;
    width: 100%;
    height: 300px;
    min-height: auto;
    display: flex;
    position: static;
  }

  .div-hide {
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .tag-sm.nav {
    background-color: var(--black);
    width: 100%;
  }

  .primary-btn.menu {
    background-color: var(--black);
  }

  .span-text, .span-text.three, .span-text.six, .span-text.seven {
    font-size: 5rem;
  }

  .span-text.fade-one {
    font-size: 2.4rem;
  }

  .grid-main.image {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    height: 80rem;
  }

  .grid-main.text {
    place-items: start;
  }

  .grid-main.image {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    place-items: center stretch;
    height: auto;
    margin-top: 0;
  }

  .nav-flex.hide-mobile {
    display: none;
  }

  .text-sm {
    text-align: left;
  }

  .hero-parent {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    height: auto;
    margin-top: 0;
    position: static;
  }

  .header-parent {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: 150px;
    margin-bottom: 0;
    padding: 80px 40px 0;
    display: flex;
  }

  .title-name-intro {
    font-size: 24vw;
  }

  .menu-parent {
    background-color: #000;
    left: -1px;
  }

  .menu-parent:hover {
    background-color: #000;
  }

  .menu-drop-down {
    padding-top: 2.2rem;
  }

  .comp-info {
    flex-flow: column;
  }

  .list-parent.no-broder {
    border-bottom-style: solid;
  }

  .info-col-parent-pop-up {
    flex-flow: row;
    width: 100%;
    overflow: auto;
  }

  .comp-info-parent {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: 100%;
  }

  .hero-title-contact {
    font-size: 18vw;
  }

  .hero-title-contact.text-black {
    width: 100%;
  }

  .comp-scroll {
    flex-flow: column;
  }

  .scroll-text {
    display: block;
  }

  .nav_logo_3indesign_ch {
    margin-left: 0;
    padding-top: 30px;
    padding-left: 0;
  }

  .span-text_ch {
    font-size: 5rem;
  }

  .img-child-3.flip {
    height: 350px;
  }

  .heading-ano {
    text-align: center;
    font-size: 12vw;
  }

  .img-child-ao.flip {
    align-items: center;
    height: 700px;
    padding-top: 0;
    padding-left: 50px;
    padding-right: 50px;
    position: static;
  }

  .paragraph {
    opacity: .5;
    text-align: center;
    width: 450px;
    font-size: 1.2rem;
  }

  .div {
    width: 100px;
    margin-bottom: 50px;
    margin-left: -550px;
  }

  .footer_credito {
    margin-left: 0;
  }

  .img-parent-2.bg-blue {
    height: auto;
    min-height: auto;
  }

  .lightbox-link {
    width: 100%;
    height: 100%;
    display: flex;
  }

  ._2nd-hero_horizontal-scroll-content-2 {
    grid-column-gap: 1.5rem;
    width: auto;
  }

  .container-5 {
    width: 100svw;
  }

  .work-card2 {
    width: auto;
  }

  .image-7 {
    width: 100%;
    max-width: 100%;
    height: 100%;
  }

  .second-section-2 {
    height: 100vh;
    margin-top: 0;
  }

  .main-wrapper-2.shadow-medium {
    height: auto;
    display: flex;
    position: relative;
  }

  ._2n-hero_horizontal-scroll-camera-2 {
    height: auto;
    margin-top: -153px;
  }

  ._2nd-hero_track-2 {
    display: flex;
  }

  ._2nd-hero_content-wrapper._1 {
    justify-content: flex-start;
    align-items: stretch;
  }

  .work-card {
    width: auto;
  }

  .image-7-full {
    max-width: 100%;
    height: auto;
  }

  .u-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .p_grid {
    grid-template-columns: 1fr 1fr;
    margin-top: 0;
  }

  .separador {
    display: none;
  }

  .container-contacto-txt {
    justify-content: center;
    align-items: flex-start;
    height: 87%;
  }

  .columns {
    max-width: 100%;
    height: auto;
    padding-left: 0;
  }

  .h1 {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
  }

  .h2 {
    justify-content: flex-start;
    align-items: center;
  }

  .link {
    color: #fff;
    border: 1px #0000;
    font-size: .9rem;
    font-style: normal;
  }

  .column-02 {
    padding-left: 0;
  }

  .hero-parent-full {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    height: auto;
  }

  .paragraph-center {
    opacity: .5;
    width: 450px;
    font-size: 1.2rem;
  }

  .lightbox-link-margen {
    width: 100%;
    height: 100%;
    display: flex;
  }

  .img-parent-2-copy.bg-blue-copy {
    height: 100%;
    min-height: 700px;
  }

  .spline-scene {
    height: 600px;
  }

  .quick-stack-c {
    height: 100%;
    position: relative;
  }

  .text-sm-gde {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 450px;
    padding-left: 0;
    padding-right: 0;
    font-size: 1rem;
  }

  .span-text-ch {
    font-size: 5rem;
  }

  .bold-text {
    font-size: 1.5rem;
  }

  .quick-stack-2 {
    height: auto;
  }

  .img-parent-2-c.bg-blue {
    height: 600px;
    min-height: auto;
  }

  .video-bg-c.blend {
    flex-flow: column;
    width: 100%;
    height: 600px;
    min-height: auto;
    display: flex;
  }

  .container-8 {
    width: auto;
    height: auto;
  }

  .cerrar {
    margin-top: 20px;
    margin-right: 20px;
  }

  .section-7 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    height: 1200px;
  }

  .paragraph-center-copy {
    opacity: .5;
    width: 450px;
    font-size: 1.2rem;
  }

  .lightbox-link-3 {
    width: 100%;
    height: auto;
    display: flex;
  }

  ._2nd-hero_horizontal-scroll-content-3 {
    grid-column-gap: 1.5rem;
    width: auto;
  }

  .secon-section-vertical {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
    position: static;
  }

  .image-8 {
    max-width: 100%;
    height: auto;
  }

  .second-section-3 {
    height: auto;
    display: none;
  }

  ._2n-hero_horizontal-scroll-camera-3 {
    margin-top: -10vh;
  }

  ._2nd-hero_track-3, .p_separador {
    display: none;
  }

  .p_link_proyecto {
    width: auto;
  }

  ._2n-hero_horizontal-scroll-camera-4 {
    margin-top: -10vh;
  }

  .lightbox-link-4 {
    width: 100%;
    height: 100%;
    display: flex;
  }

  .cta_section-3.text-color-white {
    display: none;
  }

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

  ._2n-hero_horizontal-scroll-camera-5 {
    margin-top: -10vh;
  }

  .image-9 {
    max-width: 100%;
    height: auto;
  }

  .logos-without-title {
    padding: 60px 15px;
  }

  .container-13 {
    height: 100svh;
  }

  .image-12, .image-13 {
    max-width: 90%;
  }

  .img-parent-copy.ab {
    height: 100%;
    position: relative;
  }

  .hero-parent-full-copy {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    height: auto;
  }

  .img-parent-2x.bg-blue {
    height: auto;
    min-height: auto;
  }

  .video-bg-2.blend {
    flex-flow: column;
    width: 100%;
    height: 800px;
    min-height: auto;
    display: flex;
    position: static;
  }

  .img-parent-der.ab-copy {
    height: 100%;
    position: relative;
  }

  .img-child-ao-der.flip {
    align-items: center;
    height: 500px;
    padding-left: 50px;
    padding-right: 50px;
    position: static;
  }

  .title-wrapper {
    margin-top: -60vh;
  }

  .spline-scene-3 {
    height: 600px;
  }

  .image-13-copy {
    max-width: 90%;
    margin-bottom: 100px;
  }

  .slider-5 {
    height: 90px;
    font-size: 0;
  }

  .paragraph-center-bco {
    opacity: .5;
    width: 450px;
    font-size: 1.2rem;
  }

  .text-sm-copy {
    text-align: left;
  }

  .link-2 {
    color: #fff;
    border: 1px #0000;
    font-size: .9rem;
    font-style: normal;
  }

  .link-3 {
    text-decoration: none;
  }

  .container-16 {
    text-align: center;
  }

  .h2-copy {
    justify-content: center;
    align-items: flex-start;
  }

  .h1-copy {
    justify-content: center;
    align-items: center;
    margin-top: 40px;
  }

  .container-logo-con-info {
    background-size: contain;
    height: auto;
    display: none;
    position: static;
    inset: auto 0% 0%;
  }

  .container-info-central-proyectos {
    background-color: var(--white);
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-top: 40px;
    position: static;
    inset: auto 0% 0%;
  }

  .container-19 {
    justify-content: flex-start;
    align-items: center;
    height: auto;
    margin-bottom: 0;
  }

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

  .text-block-04 {
    text-align: center;
    margin-bottom: 0;
  }

  .text-block-03, .text-block-02 {
    text-align: center;
  }

  .lightbox-link-edgar {
    width: 100%;
    height: 100%;
    display: flex;
  }

  .img-child-ao-negro.flip {
    align-items: center;
    height: 500px;
    padding-left: 50px;
    padding-right: 50px;
    position: static;
  }

  .background-video-4 {
    width: 500px;
    height: 600px;
  }

  .hero {
    height: 1000px;
  }

  .image-17-copy {
    margin-top: 800px;
    margin-left: 0;
  }

  .eg-disolv-2 {
    width: 100px;
  }

  .container-logo-con-info-oblatos {
    background-position: 50% 100%;
    background-size: auto;
    justify-content: center;
    align-items: center;
    height: auto;
    display: none;
    position: absolute;
    inset: auto 0% -17%;
  }

  .creditos-sobre-blanco {
    font-size: 12px;
    position: static;
  }

  .creditos-sobre-color {
    color: var(--charcole);
    margin-top: 50px;
    margin-bottom: 20px;
    font-size: 12px;
    position: static;
    inset: auto 0% 0%;
  }

  .imagen-oblatos {
    margin-top: 40px;
  }

  .hero_oblatos {
    height: 300px;
  }

  .imagen-tixinda {
    width: 180px;
  }

  .container-logo-con-info-calpulli {
    background-size: contain;
    height: auto;
    position: static;
    inset: auto 0% 0%;
  }

  .container-info-central-proyectos-02-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: var(--white);
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-top: 20px;
    display: flex;
    position: static;
    inset: auto 0% 0%;
  }

  .image-80-copy {
    width: 250px;
    margin-left: 0;
  }

  .section-logo-inicio {
    justify-content: center;
    align-items: center;
    height: 400px;
    min-height: 400px;
    max-height: 400px;
    margin-bottom: 0;
  }

  .background-video {
    height: 400px;
    min-height: 400px;
    max-height: 500px;
  }

  .container-sustainability-texto02 {
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 500px;
    min-width: 500px;
    margin-top: 570px;
    margin-left: 0;
  }

  .text-block-5 {
    width: auto;
    line-height: 110%;
  }

  .container-sustainability-texto01 {
    width: 280px;
    min-width: 280px;
    margin-top: 110px;
    margin-left: -228px;
  }

  .botella-freshtouch-summer {
    width: 260px;
    min-width: 260px;
    margin-top: 40px;
    margin-left: 270px;
  }

  .button-azul-a-verde {
    margin-top: 10px;
  }

  .join-sustentabilidad {
    width: 100%;
    min-width: 100%;
  }

  .sustentabilidad-seccion01 {
    height: 600px;
    min-height: 600px;
  }

  .container-logo-con-info-vert {
    background-image: none;
    height: auto;
    display: flex;
    position: static;
    inset: auto 0% 0%;
  }

  .quick-stack-3 {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }

  .hero_telcel_empresas {
    height: 300px;
  }

  .paragraph-copy {
    opacity: .5;
    text-align: center;
    width: 300px;
    margin-left: 0;
    font-size: 1rem;
  }

  .background-video-af {
    height: 400px;
    min-height: 400px;
    max-height: 500px;
  }

  .main-wrapper-2-tel.shadow-medium, .main-wrapper-2-copy.shadow-medium {
    height: auto;
    display: flex;
    position: relative;
  }

  ._2nd-hero_track-3-copy {
    display: flex;
  }

  .hero_mantik {
    height: 300px;
  }

  .image-mantik {
    width: 300px;
  }

  .hero_onest {
    height: 300px;
  }

  .image-onest {
    width: 300px;
  }

  .lightbox-link-edgar-2 {
    width: 100%;
    height: 100%;
    display: flex;
  }

  .hero_onest-geom, .hero_edmonds {
    height: 300px;
  }

  .image-edmonds, .image-rojoluz {
    width: 300px;
  }

  .background-video-rojoluz {
    height: 400px;
    min-height: 400px;
    max-height: 500px;
  }

  .hero_amway, .hero_artha {
    height: 300px;
  }

  .image-artha {
    width: 300px;
  }

  .paragraph-people {
    opacity: .5;
    text-align: left;
    width: 100%;
    font-size: 1.2rem;
  }

  .hero_goodyear {
    height: 300px;
  }

  .quick-stack-de-2, .quick-stack-de-3 {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }

  .paragraph-ed {
    opacity: .5;
    text-align: center;
    width: 450px;
    font-size: 1.2rem;
  }

  .imagen-goodyear {
    width: 300px;
  }

  .quick-stack-de-4 {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }

  .container-logo-con-info-negra {
    background-size: contain;
    height: auto;
    display: none;
    position: static;
    inset: auto 0% 0%;
  }

  .imagen-goodyear-amarillo {
    width: 300px;
  }

  .text-block-01-copy, .text-block-02-copy, .text-block-03-copy {
    text-align: center;
  }

  .heading-people {
    text-align: left;
    font-size: 12vw;
  }

  .text-sm-gde-copy-copy {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    width: 450px;
    padding-left: 0;
    padding-right: 0;
    font-size: 1rem;
  }

  .quick-stack-3-copy-copy {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }

  .paragraph-team {
    opacity: .5;
    text-align: center;
    width: 450px;
    font-size: 1.2rem;
  }

  .bold-text-copy {
    font-size: 1.5rem;
  }

  .container-logo-con-info-vert-bco {
    background-image: none;
    height: auto;
    display: flex;
    position: static;
    inset: auto 0% 0%;
  }

  .text-block-03-bco, .text-block-02-bco, .text-block-01-bco {
    text-align: center;
  }

  .heading-6 {
    margin-top: 50px;
  }

  .paragraph-copy {
    opacity: .5;
    text-align: center;
    width: 450px;
    margin-top: 0;
    font-size: 1.2rem;
    position: relative;
  }

  .container-25, .container-26 {
    margin-top: 40px;
  }

  .hero_america_fresh_ia {
    height: 300px;
  }

  .imagen-americafresh-ia {
    width: 300px;
  }

  .hero_nike {
    height: 300px;
  }

  .imagen-nike, .imagen-war {
    width: 300px;
  }

  .hero_war, .hero_ponto {
    height: 300px;
  }

  .imagen-ponto {
    width: 300px;
  }

  .hero_oblatos_personaje01 {
    height: 300px;
  }

  .creditos-sobre-negro {
    font-size: 12px;
    position: static;
  }

  .imagen-oblatos-logo {
    width: 300px;
  }

  .hero_oblatos_personaje02, .hero_oblatos_personaje03, .hero_oblatos_personaje04, .hero_oblatos_personaje05 {
    height: 300px;
  }

  .imagen-3indesign, .imagen-scappino {
    width: 200px;
  }

  .hero_photo_booth {
    height: 300px;
  }

  .image-champions {
    width: 300px;
  }

  .img-parent-2x-copy.bg-blue {
    height: auto;
    min-height: auto;
  }

  .video-bg-22.blend {
    flex-flow: column;
    width: 100%;
    height: 100%;
    min-height: 100%;
    display: flex;
    position: static;
  }

  .p_grid-copy {
    grid-template-columns: 1fr 1fr;
    margin-top: 0;
  }

  .quick-stack-3-copy, .quick-stack-x {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }

  .img-child-ao-2.flip {
    align-items: center;
    height: 800px;
    padding-top: 0;
    padding-left: 50px;
    padding-right: 50px;
    position: static;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 27vw;
  }

  h2 {
    font-size: 4.4rem;
  }

  p {
    font-size: 1rem;
  }

  a {
    color: var(--charcole);
  }

  .img-parent.ab {
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-top: 0;
    display: flex;
    position: relative;
  }

  .img-parent.bg-blue {
    min-height: 100vh;
  }

  .img-parent.ab-copy {
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
    position: relative;
  }

  .info-col-child {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: 100%;
  }

  .info-col-child.pop-up {
    min-width: 100%;
    padding-top: 1rem;
    padding-left: 1.2rem;
    padding-right: 1.4rem;
    position: relative;
  }

  .img-child.flip {
    grid-column-gap: 1.8rem;
    grid-row-gap: 1.8rem;
    height: 100svh;
    margin-top: 0;
    padding-top: 120px;
  }

  .col-content-parent {
    padding-bottom: 1.4rem;
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }

  .video-bg.blend {
    width: 100%;
    height: 200px;
    min-height: auto;
  }

  .div-hide {
    margin-top: -2px;
  }

  .div-hide.padding-btm.intro {
    text-align: left;
    justify-content: center;
    align-items: center;
    width: 300px;
  }

  .div-hide.full-right {
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
  }

  .col-left {
    position: sticky;
    top: 0;
  }

  .col-left:hover {
    padding: 0;
  }

  .parent {
    margin-top: 0;
  }

  .col-right:hover {
    padding: 0;
  }

  .primary-btn.ghost {
    display: flex;
  }

  .nav-bar {
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
  }

  .span-text, .span-text.three, .span-text.six, .span-text.seven {
    font-size: 3rem;
  }

  .span-text.fade-one {
    font-size: 1.5rem;
  }

  .border-line.sm {
    text-align: center;
  }

  .grid-main.image {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .grid-main.text {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    display: block;
  }

  .grid-main.image {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    place-items: center stretch;
    height: auto;
  }

  .text-sm {
    text-align: center;
    width: 100%;
  }

  .hero-parent {
    justify-content: center;
    align-items: center;
  }

  .header-parent {
    aspect-ratio: auto;
    height: auto;
    margin-top: 150px;
    margin-bottom: 0;
    padding: 40px 20px 0;
    position: static;
  }

  .hero-title {
    font-size: 8vw;
  }

  .title-name-intro {
    font-size: 26vw;
  }

  .flex-menu {
    width: 100%;
  }

  .list-parent {
    justify-content: flex-start;
    align-items: flex-start;
    padding: .6rem .8rem .6rem 0;
  }

  .number {
    font-size: 1.8rem;
  }

  .pull-down {
    font-size: 1rem;
  }

  .comp-info-parent {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
  }

  .hero-title-contact {
    font-size: 17vw;
  }

  .title-parent {
    grid-column-gap: 1.4rem;
    grid-row-gap: 1.4rem;
  }

  .nav_logo_3indesign {
    text-align: center;
    width: 50px;
    margin-left: 20px;
  }

  .nav_logo_3indesign_ch {
    text-align: center;
    width: 50px;
    margin-left: 0;
  }

  .span-text_ch {
    font-size: 3rem;
  }

  .img-child-3.flip {
    grid-column-gap: 1.8rem;
    grid-row-gap: 1.8rem;
    height: 250px;
  }

  .image-2 {
    width: 100%;
  }

  .heading-ano {
    font-size: 12vw;
    line-height: .9;
  }

  .img-child-ao.flip {
    grid-column-gap: 1.8rem;
    grid-row-gap: 1.8rem;
    height: 500px;
    padding-top: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .paragraph {
    opacity: .5;
    width: 250px;
    font-size: .9rem;
  }

  .div {
    width: 100px;
    margin-bottom: 40px;
    margin-left: -370px;
  }

  .aspect-video-full {
    width: 100%;
    height: 100svh;
    padding-bottom: 0%;
  }

  .footer {
    height: 20px;
    display: block;
  }

  .footer_credito {
    text-align: center;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
    font-size: 10px;
    display: block;
  }

  .img-parent-2.bg-blue {
    width: 100%;
    height: auto;
    min-height: auto;
  }

  .lightbox-link {
    opacity: 1;
    mix-blend-mode: normal;
    border-width: 10px;
  }

  .lightbox-link:hover {
    opacity: .7;
    transform: scale3d(1.01, 1.01, 1.01);
  }

  .image0 {
    width: 100svw;
    height: 100%;
  }

  ._2nd-hero_horizontal-scroll-content-2 {
    width: auto;
  }

  .work-card2 {
    width: 100%;
  }

  .image-7 {
    width: 100%;
    max-width: 100%;
    height: 100%;
  }

  .second-section-2 {
    margin-top: 0;
  }

  .main-wrapper-2.shadow-medium {
    height: auto;
    margin-top: 300px;
    display: flex;
    position: absolute;
    inset: auto 0% 0%;
  }

  ._2n-hero_horizontal-scroll-camera-2 {
    margin-top: -147px;
    position: relative;
  }

  ._2nd-hero_track-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    display: flex;
  }

  .work-card {
    width: 100%;
  }

  .image-7-full {
    width: 100%;
    max-width: 100%;
    height: 100%;
  }

  .u-container {
    margin-top: 110px;
  }

  .paragraph-2 {
    font-size: .8rem;
  }

  .p_grid {
    grid-template-columns: 1fr 1fr;
    margin-top: 0;
  }

  .cursor-wrapper {
    z-index: 250;
  }

  .separador {
    display: none;
  }

  .container-contacto-txt {
    height: 80%;
    padding-left: 20px;
  }

  .columns {
    max-width: 100%;
    height: auto;
    padding-left: 0;
  }

  .column-01 {
    padding-left: 0;
  }

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

  .h2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: .8rem;
    display: block;
  }

  .link {
    vertical-align: baseline;
    border: 1px #0000;
    text-decoration: none;
    display: block;
  }

  .column-02 {
    padding-left: 0;
  }

  .paragraph-center {
    opacity: .5;
    width: 250px;
    margin-bottom: 0;
    font-size: .8rem;
  }

  .lightbox-link-margen {
    opacity: 1;
    mix-blend-mode: normal;
    border-width: 10px;
  }

  .lightbox-link-margen:hover {
    opacity: .7;
    transform: scale3d(1.01, 1.01, 1.01);
  }

  .img-parent-2-copy.bg-blue-copy {
    width: auto;
    height: 100%;
    min-height: 500px;
  }

  .spline-scene {
    height: 600px;
  }

  .quick-stack-c {
    height: 100%;
  }

  .text-sm-gde {
    text-align: center;
    width: 250px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1rem;
  }

  .span-text-ch {
    font-size: 3rem;
  }

  .bold-text {
    font-size: 1rem;
  }

  .quick-stack-2 {
    height: auto;
  }

  .img-parent-2-c.bg-blue, .video-bg-c.blend {
    width: 100%;
    height: 350px;
    min-height: auto;
  }

  .section-7 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: 900px;
  }

  .paragraph-center-copy {
    opacity: .5;
    width: 250px;
    margin-top: 50px;
    font-size: .8rem;
  }

  .lightbox-link-3 {
    opacity: 1;
    mix-blend-mode: normal;
    border-width: 10px;
    height: auto;
  }

  .lightbox-link-3:hover {
    opacity: .7;
    transform: scale3d(1.01, 1.01, 1.01);
  }

  ._2nd-hero_horizontal-scroll-content-3 {
    width: auto;
  }

  .secon-section-vertical {
    width: auto;
    height: auto;
    min-height: 0;
    margin-bottom: 10px;
    display: block;
    position: static;
    inset: auto 0% 0%;
  }

  .image-8 {
    width: 100%;
    max-width: 100%;
    height: 100%;
  }

  .second-section-3 {
    height: auto;
    position: static;
  }

  ._2n-hero_horizontal-scroll-camera-3 {
    position: relative;
  }

  ._2nd-hero_track-3 {
    display: none;
  }

  .p_thumbnail_fantasma {
    width: 100svw;
    height: 100%;
  }

  .p_separador {
    display: none;
  }

  .p_link_proyecto {
    width: 100%;
  }

  ._2n-hero_horizontal-scroll-camera-4 {
    position: relative;
  }

  .lightbox-link-4 {
    opacity: 1;
    mix-blend-mode: normal;
    border-width: 10px;
  }

  .lightbox-link-4:hover {
    opacity: .7;
    transform: scale3d(1.01, 1.01, 1.01);
  }

  .cta_section-3.text-color-white {
    height: 700px;
    display: none;
  }

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

  ._2n-hero_horizontal-scroll-camera-5 {
    position: relative;
  }

  .image-9 {
    width: 100%;
    max-width: 100%;
    height: 100%;
  }

  .logos-without-title {
    height: 150px;
  }

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

  .image-12 {
    max-width: 90%;
  }

  .img-parent-copy.ab {
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
    position: relative;
  }

  .img-child-copy.flip {
    grid-column-gap: 1.8rem;
    grid-row-gap: 1.8rem;
    height: auto;
    margin-top: 150px;
  }

  .img-parent-2x.bg-blue {
    width: 100%;
    height: auto;
    min-height: auto;
  }

  .video-bg-2.blend {
    width: 100%;
    height: 500px;
    min-height: auto;
  }

  .img-parent-der.ab-copy {
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
    position: relative;
  }

  .img-child-ao-der.flip {
    grid-column-gap: 1.8rem;
    grid-row-gap: 1.8rem;
    height: 500px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .title-wrapper {
    margin-top: -70vh;
  }

  .title-wrapper-4 {
    min-height: 50vh;
  }

  .spline-scene-3 {
    z-index: 0;
    height: 600px;
    display: flex;
  }

  .slider-5 {
    height: 60px;
    font-size: 0;
  }

  .paragraph-center-bco {
    opacity: .5;
    width: 250px;
    font-size: .8rem;
  }

  .text-sm-copy {
    text-align: left;
    width: 100%;
  }

  .link-2 {
    border: 1px #0000;
    text-decoration: none;
  }

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

  .link-3 {
    color: var(--white-smoke);
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
  }

  .h2-copy {
    font-size: .8rem;
  }

  .container-logo-con-info {
    justify-content: center;
    height: auto;
    display: none;
  }

  .container-info-central-proyectos {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    background-color: #fff;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-top: 0;
    display: flex;
    position: static;
    inset: auto 0% 0%;
  }

  .container-19 {
    justify-content: flex-start;
    align-items: center;
    width: 290px;
    min-width: 290px;
    height: auto;
    margin-bottom: 0;
  }

  .text-block-01 {
    font-size: 60px;
  }

  .text-block-04, .text-block-03, .text-block-02 {
    text-align: center;
  }

  .lightbox-link-edgar {
    opacity: 1;
    mix-blend-mode: normal;
    border-width: 10px;
  }

  .lightbox-link-edgar:hover {
    opacity: .7;
    transform: scale3d(1.01, 1.01, 1.01);
  }

  .img-child-ao-negro.flip {
    grid-column-gap: 1.8rem;
    grid-row-gap: 1.8rem;
    height: 500px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .background-video-4 {
    width: 340px;
    height: 440px;
  }

  .hero {
    -webkit-text-fill-color: inherit;
    background-image: none;
    background-clip: border-box;
    width: 100vw;
    height: 550px;
  }

  .image-17-copy {
    margin-top: 0;
    margin-left: 200px;
  }

  .eg-disolv-2 {
    width: 80px;
  }

  .container-logo-con-info-oblatos {
    box-sizing: border-box;
    aspect-ratio: auto;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
    display: none;
    position: relative;
    inset: auto 0% -100%;
  }

  .creditos-sobre-blanco {
    font-size: 12px;
  }

  .creditos-sobre-color {
    margin-bottom: 20px;
    font-size: 12px;
    display: flex;
    position: static;
    inset: auto 0% 0%;
  }

  .imagen-oblatos {
    margin-top: 20px;
  }

  .hero_oblatos {
    height: 200px;
  }

  .imagen-tixinda {
    width: 180px;
  }

  .container-logo-con-info-calpulli {
    justify-content: center;
    height: auto;
  }

  .container-22 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .video {
    width: 300px;
    height: 600px;
  }

  .container-info-central-proyectos-02-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #fff;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    position: static;
    inset: auto 0% 0%;
  }

  .image-80-copy {
    width: 150px;
    margin-top: 0;
    overflow: hidden;
  }

  .section-logo-inicio {
    justify-content: center;
    align-items: center;
    height: 300px;
    min-height: 300px;
    max-height: 300px;
  }

  .background-video {
    background-color: #fff0;
    justify-content: center;
    align-items: center;
    height: 300px;
    min-height: 300px;
    max-height: none;
    display: flex;
  }

  .container-sustainability-texto02 {
    width: 290px;
    min-width: 290px;
    margin-top: 510px;
    margin-left: 0;
  }

  .text-block-5 {
    text-align: center;
    width: 90%;
  }

  .container-sustainability-texto01 {
    justify-content: center;
    align-items: center;
    width: 280px;
    min-width: 280px;
    margin-top: 50px;
    margin-left: 0;
  }

  .botella-freshtouch-summer {
    width: 150px;
    min-width: 150px;
    margin-top: -15px;
    margin-left: 167px;
    display: block;
  }

  .button-azul-a-verde {
    margin-top: 5px;
    padding: 8px 30px;
  }

  .join-sustentabilidad {
    width: 210px;
    min-width: 210px;
    margin-bottom: 35px;
    margin-left: -158px;
    display: block;
  }

  .sustentabilidad-seccion01 {
    height: 500px;
    min-height: 500px;
  }

  .container-logo-con-info-vert {
    justify-content: center;
    height: auto;
    display: flex;
  }

  .quick-stack-3 {
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
  }

  .hero_telcel_empresas {
    height: 200px;
  }

  .background-video-af {
    background-color: #fff0;
    justify-content: center;
    align-items: center;
    height: 300px;
    min-height: 300px;
    max-height: none;
    display: flex;
  }

  .page-wrapper-4-tel {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .main-wrapper-2-tel.shadow-medium, .main-wrapper-2-copy.shadow-medium {
    height: auto;
    margin-top: 0;
    display: flex;
    position: relative;
    inset: auto 0% 0%;
  }

  ._2nd-hero_track-3-copy {
    height: auto;
    display: flex;
    position: static;
  }

  .hero_mantik {
    height: 200px;
  }

  .image-mantik {
    width: 200px;
  }

  .hero_onest {
    height: 200px;
  }

  .image-onest {
    width: 200px;
  }

  .lightbox-link-edgar-2 {
    opacity: 1;
    mix-blend-mode: normal;
    border-width: 10px;
  }

  .lightbox-link-edgar-2:hover {
    opacity: .7;
    transform: scale3d(1.01, 1.01, 1.01);
  }

  .hero_onest-geom, .hero_edmonds {
    height: 200px;
  }

  .image-edmonds, .image-rojoluz {
    width: 200px;
  }

  .background-video-rojoluz {
    background-color: #fff0;
    justify-content: center;
    align-items: center;
    height: 300px;
    min-height: 300px;
    max-height: none;
    display: flex;
  }

  .hero_amway, .hero_artha {
    height: 200px;
  }

  .image-artha {
    width: 200px;
  }

  .paragraph-people {
    opacity: .5;
    width: 100%;
    font-size: .9rem;
  }

  .hero_goodyear {
    height: 200px;
  }

  .quick-stack-de-2, .quick-stack-de-3 {
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
  }

  .paragraph-ed {
    opacity: .5;
    width: 250px;
    font-size: .9rem;
  }

  .imagen-goodyear {
    width: 200px;
  }

  .quick-stack-de-4 {
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
  }

  .container-logo-con-info-negra {
    justify-content: center;
    height: auto;
    display: none;
  }

  .imagen-goodyear-amarillo {
    width: 200px;
  }

  .text-block-01-copy {
    font-size: 60px;
  }

  .text-block-02-copy, .text-block-03-copy {
    text-align: center;
  }

  .heading-people {
    font-size: 14vw;
    line-height: .9;
  }

  .text-sm-gde-copy-copy {
    text-align: left;
    width: 250px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1rem;
  }

  .quick-stack-3-copy-copy {
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
  }

  .paragraph-team {
    opacity: .5;
    width: 250px;
    font-size: .9rem;
  }

  .bold-text-copy {
    font-size: 1rem;
  }

  .container-logo-con-info-vert-bco {
    justify-content: center;
    height: auto;
    display: flex;
  }

  .text-block-03-bco, .text-block-02-bco {
    text-align: center;
  }

  .text-block-01-bco {
    font-size: 60px;
  }

  .heading-6 {
    margin-top: 50px;
  }

  .bold-text-8 {
    font-size: 12vw;
  }

  .paragraph-copy {
    opacity: .5;
    width: 250px;
    margin-top: 0;
    font-size: .9rem;
  }

  .image-98 {
    z-index: 100;
    position: static;
  }

  .hero_america_fresh_ia {
    height: 200px;
  }

  .imagen-americafresh-ia {
    width: 200px;
  }

  .hero_nike {
    height: 200px;
  }

  .imagen-nike, .imagen-war {
    width: 200px;
  }

  .hero_war, .hero_ponto {
    height: 200px;
  }

  .imagen-ponto {
    width: 200px;
  }

  .hero_oblatos_personaje01 {
    height: 200px;
  }

  .creditos-sobre-negro {
    font-size: 12px;
  }

  .imagen-oblatos-logo {
    width: 200px;
  }

  .hero_oblatos_personaje02, .hero_oblatos_personaje03, .hero_oblatos_personaje04, .hero_oblatos_personaje05 {
    height: 200px;
  }

  .imagen-3indesign, .imagen-scappino {
    width: 200px;
  }

  .hero_photo_booth {
    height: 200px;
  }

  .image-champions {
    width: 200px;
  }

  .img-parent-2x-copy.bg-blue {
    width: 100%;
    height: auto;
    min-height: auto;
  }

  .video-bg-22.blend {
    width: 100%;
    height: 100%;
    min-height: 100%;
  }

  .p_grid-copy {
    grid-template-columns: 1fr 1fr;
    margin-top: 0;
  }

  .quick-stack-3-copy, .quick-stack-x {
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
  }

  .img-child-ao-2.flip {
    grid-column-gap: 1.8rem;
    grid-row-gap: 1.8rem;
    height: 800px;
    padding-top: 0;
    padding-left: 30px;
    padding-right: 30px;
  }
}

#w-node-ee2a53c3-c8af-438b-5d4c-a69b741a2574-67ab7bc0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: end;
}

#w-node-_7aedd682-1aec-b916-fbf0-f78dae2d2b33-67ab7bc0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
}

#w-node-_7c5a6e48-bdc4-9268-2bd8-354bcae6c3dc-cae6c3da {
  place-self: center start;
}

#w-node-_7c5a6e48-bdc4-9268-2bd8-354bcae6c3de-cae6c3da {
  place-self: center;
}

#w-node-_7c5a6e48-bdc4-9268-2bd8-354bcae6c3e3-cae6c3da {
  place-self: end;
}

#w-node-_597ac81c-5054-b146-48cc-3d95806c41eb-67ab7bc2, #w-node-_597ac81c-5054-b146-48cc-3d95806c41eb-d3b123ac, #w-node-_597ac81c-5054-b146-48cc-3d95806c41eb-543743be {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: end;
}

#w-node-_8988ec50-ee98-32fa-5cda-d258ddc3ec67-7b663cec, #w-node-fbb3de5a-31c3-9ee5-689e-20e5a1f515a5-7b663cec, #w-node-_323eb276-288e-a5c3-4a96-fddeeff1927f-7b663cec, #w-node-_6c9245ed-dab1-8194-fc1a-f8d525c8fc91-7b663cec {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
}

#w-node-_2fe473c2-a0ed-c7a2-83b0-f2c191936983-7b663cec {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  display: none;
}

#w-node-ee4a150f-1741-824b-095a-729962effc89-7b663cec {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
}

#w-node-_11f1956d-2d61-be73-7afa-f5a5b2e4e50f-7b663cec {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_7202ba6d-bf67-a873-8f47-d2141ba67a42-db205f79 {
  place-self: center end;
}

#w-node-_2fe473c2-a0ed-c7a2-83b0-f2c191936983-d5d6dd17 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  display: none;
}

#w-node-_12d8ac9a-9da2-9b66-dc43-a1a7871ea42c-3acf3107, #w-node-_12d8ac9a-9da2-9b66-dc43-a1a7871ea42c-2e475a86, #w-node-a1fd8b62-0042-96cc-4552-9b6075a363cf-2dad5120, #w-node-_12d8ac9a-9da2-9b66-dc43-a1a7871ea42c-dcba7896, #w-node-_12d8ac9a-9da2-9b66-dc43-a1a7871ea42c-7cdc14f9, #w-node-a1fd8b62-0042-96cc-4552-9b6075a363cf-ee953926, #w-node-_12d8ac9a-9da2-9b66-dc43-a1a7871ea42c-3a390755, #w-node-_12d8ac9a-9da2-9b66-dc43-a1a7871ea42c-0deda5cb {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-a1fd8b62-0042-96cc-4552-9b6075a363cf-4f421554 {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-de2a2c72-b65f-65aa-07c4-bd36a866e751-4f421554 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_179eea6c-18db-ec8c-5c08-0c119723f692-4f421554 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_12d8ac9a-9da2-9b66-dc43-a1a7871ea42c-306f86a1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-a1fd8b62-0042-96cc-4552-9b6075a363cf-94579dea {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-aff2b853-9970-6365-e890-bc8196e65b3a-94579dea {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-d6a98216-8a1d-86d2-65f4-7925731184d7-94579dea, #w-node-a1fd8b62-0042-96cc-4552-9b6075a363cf-b6664329 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_179eea6c-18db-ec8c-5c08-0c119723f692-b6664329 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_179eea6c-18db-ec8c-5c08-0c119723f692-9934c9c1 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_179eea6c-18db-ec8c-5c08-0c119723f692-1eeb0d44, #w-node-_179eea6c-18db-ec8c-5c08-0c119723f692-17566f7e, #w-node-_179eea6c-18db-ec8c-5c08-0c119723f692-f59c5f08 {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_179eea6c-18db-ec8c-5c08-0c119723f692-8508d732, #w-node-_179eea6c-18db-ec8c-5c08-0c119723f692-996d9828 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_179eea6c-18db-ec8c-5c08-0c119723f692-85739031 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_179eea6c-18db-ec8c-5c08-0c119723f692-c1c3d3cd {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_179eea6c-18db-ec8c-5c08-0c119723f692-c9d70d64, #w-node-_179eea6c-18db-ec8c-5c08-0c119723f692-a71f911c {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_597ac81c-5054-b146-48cc-3d95806c41eb-dedf7eed {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: end;
}

#w-node-_14e98665-aa74-c23c-b7cf-9544bf7b565b-1d416e36 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_179eea6c-18db-ec8c-5c08-0c119723f692-1d416e36 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-f37bc052-cda0-79b3-029b-ce2782d92d54-631dfb22 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_14e98665-aa74-c23c-b7cf-9544bf7b565b-631dfb22 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_179eea6c-18db-ec8c-5c08-0c119723f692-631dfb22 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_79cf0961-a06f-27c5-4aa6-e6b7a8423ac1-1a52fe0e {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_7aedd682-1aec-b916-fbf0-f78dae2d2b33-67ab7bc0, #w-node-_8988ec50-ee98-32fa-5cda-d258ddc3ec67-7b663cec, #w-node-fbb3de5a-31c3-9ee5-689e-20e5a1f515a5-7b663cec, #w-node-_323eb276-288e-a5c3-4a96-fddeeff1927f-7b663cec, #w-node-_6c9245ed-dab1-8194-fc1a-f8d525c8fc91-7b663cec {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_2fe473c2-a0ed-c7a2-83b0-f2c191936983-7b663cec {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-ee4a150f-1741-824b-095a-729962effc89-7b663cec {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_11f1956d-2d61-be73-7afa-f5a5b2e4e50f-7b663cec {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_7202ba6d-bf67-a873-8f47-d2141ba67a42-db205f79 {
    place-self: center;
  }

  #w-node-_2fe473c2-a0ed-c7a2-83b0-f2c191936983-d5d6dd17, #w-node-_12d8ac9a-9da2-9b66-dc43-a1a7871ea42c-3acf3107, #w-node-_12d8ac9a-9da2-9b66-dc43-a1a7871ea42c-2e475a86, #w-node-a1fd8b62-0042-96cc-4552-9b6075a363cf-2dad5120, #w-node-_12d8ac9a-9da2-9b66-dc43-a1a7871ea42c-dcba7896, #w-node-_12d8ac9a-9da2-9b66-dc43-a1a7871ea42c-7cdc14f9, #w-node-a1fd8b62-0042-96cc-4552-9b6075a363cf-ee953926, #w-node-_12d8ac9a-9da2-9b66-dc43-a1a7871ea42c-3a390755, #w-node-_12d8ac9a-9da2-9b66-dc43-a1a7871ea42c-0deda5cb {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-a1fd8b62-0042-96cc-4552-9b6075a363cf-4f421554 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-de2a2c72-b65f-65aa-07c4-bd36a866e751-4f421554, #w-node-_179eea6c-18db-ec8c-5c08-0c119723f692-4f421554, #w-node-_12d8ac9a-9da2-9b66-dc43-a1a7871ea42c-306f86a1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-a1fd8b62-0042-96cc-4552-9b6075a363cf-94579dea, #w-node-aff2b853-9970-6365-e890-bc8196e65b3a-94579dea, #w-node-d6a98216-8a1d-86d2-65f4-7925731184d7-94579dea {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-a1fd8b62-0042-96cc-4552-9b6075a363cf-b6664329, #w-node-_179eea6c-18db-ec8c-5c08-0c119723f692-b6664329, #w-node-_179eea6c-18db-ec8c-5c08-0c119723f692-9934c9c1, #w-node-_179eea6c-18db-ec8c-5c08-0c119723f692-1eeb0d44, #w-node-_179eea6c-18db-ec8c-5c08-0c119723f692-17566f7e, #w-node-_179eea6c-18db-ec8c-5c08-0c119723f692-f59c5f08, #w-node-_179eea6c-18db-ec8c-5c08-0c119723f692-8508d732, #w-node-_179eea6c-18db-ec8c-5c08-0c119723f692-996d9828, #w-node-_179eea6c-18db-ec8c-5c08-0c119723f692-85739031, #w-node-_179eea6c-18db-ec8c-5c08-0c119723f692-c1c3d3cd, #w-node-_179eea6c-18db-ec8c-5c08-0c119723f692-c9d70d64, #w-node-_179eea6c-18db-ec8c-5c08-0c119723f692-a71f911c, #w-node-_14e98665-aa74-c23c-b7cf-9544bf7b565b-1d416e36, #w-node-_179eea6c-18db-ec8c-5c08-0c119723f692-1d416e36 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-f37bc052-cda0-79b3-029b-ce2782d92d54-631dfb22 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_14e98665-aa74-c23c-b7cf-9544bf7b565b-631dfb22, #w-node-_179eea6c-18db-ec8c-5c08-0c119723f692-631dfb22 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_79cf0961-a06f-27c5-4aa6-e6b7a8423ac1-1a52fe0e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ee2a53c3-c8af-438b-5d4c-a69b741a2574-67ab7bc0 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    align-self: start;
  }

  #w-node-ee2a53c3-c8af-438b-5d4c-a69b741a257e-67ab7bc0 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_7c5a6e48-bdc4-9268-2bd8-354bcae6c3e3-cae6c3da {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: end;
  }

  #w-node-_597ac81c-5054-b146-48cc-3d95806c41eb-67ab7bc2 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    align-self: start;
  }

  #w-node-f2cd0f56-cc9c-a36d-4243-944ad1bc8c25-67ab7bc2, #w-node-_79ecd13d-6864-2c8e-fb8d-68c1d705f0b5-67ab7bc2, #w-node-_5dd23d3c-89bf-923a-8209-1281e40a0c56-67ab7bc2, #w-node-f25cacf6-2867-1b9f-0903-a15f32fca708-67ab7bc2, #w-node-b02a454d-6ecc-1186-2e5a-186b77aeaf3c-dab72f34, #w-node-_876121dd-53aa-0ca9-9ca3-a19105ecdc5e-dab72f34, #w-node-de0bb145-e1f9-71c0-4804-f5f677867fdd-dab72f34, #w-node-_2258c990-aacb-8b75-db51-b83637361b7a-dab72f34, #w-node-_92eec6d0-c752-72f1-553e-9d3496f2aec2-d3b123ac, #w-node-_92eec6d0-c752-72f1-553e-9d3496f2aec4-d3b123ac, #w-node-_92eec6d0-c752-72f1-553e-9d3496f2aec6-d3b123ac {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_597ac81c-5054-b146-48cc-3d95806c41eb-d3b123ac {
    grid-area: span 1 / span 3 / span 1 / span 3;
    align-self: start;
  }

  #w-node-f2cd0f56-cc9c-a36d-4243-944ad1bc8c25-d3b123ac {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_597ac81c-5054-b146-48cc-3d95806c41eb-543743be {
    grid-area: span 1 / span 3 / span 1 / span 3;
    align-self: start;
  }

  #w-node-f2cd0f56-cc9c-a36d-4243-944ad1bc8c25-543743be, #w-node-_0f7866e0-df6b-136f-395f-abb41126567d-543743be, #w-node-e5bf2c68-d9b8-8be9-ee3b-2fba6829461c-543743be, #w-node-_8147da97-3217-db83-e872-4064eeacb193-543743be, #w-node-e265c0e9-366c-8953-d464-3601ef492fc4-543743be, #w-node-_92eec6d0-c752-72f1-553e-9d3496f2aec4-543743be, #w-node-_92eec6d0-c752-72f1-553e-9d3496f2aec6-543743be, #w-node-_92eec6d0-c752-72f1-553e-9d3496f2aec2-543743be, #w-node-_4ca8b72c-4c61-c236-5791-c43c5f8d2d08-543743be, #w-node-_973c05d3-92cb-c4db-9c3c-0519f7176446-7b663cec, #w-node-_973c05d3-92cb-c4db-9c3c-0519f717644a-7b663cec, #w-node-_973c05d3-92cb-c4db-9c3c-0519f717644e-7b663cec, #w-node-_973c05d3-92cb-c4db-9c3c-0519f7176452-7b663cec {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_11f1956d-2d61-be73-7afa-f5a5b2e4e50f-7b663cec, #w-node-_12d8ac9a-9da2-9b66-dc43-a1a7871ea42c-3acf3107, #w-node-_12d8ac9a-9da2-9b66-dc43-a1a7871ea42c-2e475a86, #w-node-a1fd8b62-0042-96cc-4552-9b6075a363cf-2dad5120, #w-node-_12d8ac9a-9da2-9b66-dc43-a1a7871ea42c-dcba7896, #w-node-_12d8ac9a-9da2-9b66-dc43-a1a7871ea42c-7cdc14f9, #w-node-a1fd8b62-0042-96cc-4552-9b6075a363cf-ee953926, #w-node-_12d8ac9a-9da2-9b66-dc43-a1a7871ea42c-3a390755, #w-node-_12d8ac9a-9da2-9b66-dc43-a1a7871ea42c-0deda5cb, #w-node-a1fd8b62-0042-96cc-4552-9b6075a363cf-4f421554, #w-node-de2a2c72-b65f-65aa-07c4-bd36a866e751-4f421554, #w-node-_179eea6c-18db-ec8c-5c08-0c119723f692-4f421554, #w-node-_12d8ac9a-9da2-9b66-dc43-a1a7871ea42c-306f86a1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-a1fd8b62-0042-96cc-4552-9b6075a363cf-94579dea, #w-node-aff2b853-9970-6365-e890-bc8196e65b3a-94579dea, #w-node-d6a98216-8a1d-86d2-65f4-7925731184d7-94579dea {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-a1fd8b62-0042-96cc-4552-9b6075a363cf-b6664329, #w-node-_179eea6c-18db-ec8c-5c08-0c119723f692-b6664329, #w-node-_179eea6c-18db-ec8c-5c08-0c119723f692-9934c9c1, #w-node-_179eea6c-18db-ec8c-5c08-0c119723f692-1eeb0d44, #w-node-_179eea6c-18db-ec8c-5c08-0c119723f692-17566f7e, #w-node-_179eea6c-18db-ec8c-5c08-0c119723f692-f59c5f08, #w-node-_179eea6c-18db-ec8c-5c08-0c119723f692-8508d732, #w-node-_179eea6c-18db-ec8c-5c08-0c119723f692-996d9828, #w-node-_179eea6c-18db-ec8c-5c08-0c119723f692-85739031, #w-node-_179eea6c-18db-ec8c-5c08-0c119723f692-c1c3d3cd, #w-node-_179eea6c-18db-ec8c-5c08-0c119723f692-c9d70d64, #w-node-_179eea6c-18db-ec8c-5c08-0c119723f692-a71f911c {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_597ac81c-5054-b146-48cc-3d95806c41eb-dedf7eed {
    grid-area: span 1 / span 3 / span 1 / span 3;
    align-self: start;
  }

  #w-node-f2cd0f56-cc9c-a36d-4243-944ad1bc8c25-dedf7eed, #w-node-_0f7866e0-df6b-136f-395f-abb41126567d-dedf7eed, #w-node-e5bf2c68-d9b8-8be9-ee3b-2fba6829461c-dedf7eed, #w-node-_8147da97-3217-db83-e872-4064eeacb193-dedf7eed, #w-node-e265c0e9-366c-8953-d464-3601ef492fc4-dedf7eed, #w-node-_92eec6d0-c752-72f1-553e-9d3496f2aec4-dedf7eed, #w-node-_92eec6d0-c752-72f1-553e-9d3496f2aec6-dedf7eed, #w-node-_92eec6d0-c752-72f1-553e-9d3496f2aec2-dedf7eed, #w-node-_4ca8b72c-4c61-c236-5791-c43c5f8d2d08-dedf7eed, #w-node-_4f7329fd-0109-9ce2-71a2-839f3a164290-dedf7eed, #w-node-_7918ee54-91e9-4b28-5fc1-82e5e81d40cd-dedf7eed, #w-node-_1bfb8322-b38b-4454-fec9-357f166afeb2-dedf7eed, #w-node-d56178b6-b28f-714e-cb64-156d11b40496-dedf7eed {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_14e98665-aa74-c23c-b7cf-9544bf7b565b-1d416e36, #w-node-_179eea6c-18db-ec8c-5c08-0c119723f692-1d416e36, #w-node-f37bc052-cda0-79b3-029b-ce2782d92d54-631dfb22, #w-node-_14e98665-aa74-c23c-b7cf-9544bf7b565b-631dfb22, #w-node-_179eea6c-18db-ec8c-5c08-0c119723f692-631dfb22 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_79cf0961-a06f-27c5-4aa6-e6b7a8423ac1-1a52fe0e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7c5a6e48-bdc4-9268-2bd8-354bcae6c3dc-cae6c3da {
    grid-area: span 1 / span 3 / span 1 / span 3;
    place-self: center;
  }

  #w-node-_7c5a6e48-bdc4-9268-2bd8-354bcae6c3e3-cae6c3da {
    grid-area: span 1 / span 3 / span 1 / span 3;
    place-self: end;
  }

  #w-node-_11f1956d-2d61-be73-7afa-f5a5b2e4e50f-7b663cec, #w-node-_12d8ac9a-9da2-9b66-dc43-a1a7871ea42c-3acf3107, #w-node-_12d8ac9a-9da2-9b66-dc43-a1a7871ea42c-2e475a86, #w-node-a1fd8b62-0042-96cc-4552-9b6075a363cf-2dad5120, #w-node-_12d8ac9a-9da2-9b66-dc43-a1a7871ea42c-dcba7896, #w-node-_12d8ac9a-9da2-9b66-dc43-a1a7871ea42c-7cdc14f9, #w-node-a1fd8b62-0042-96cc-4552-9b6075a363cf-ee953926, #w-node-_12d8ac9a-9da2-9b66-dc43-a1a7871ea42c-3a390755, #w-node-_12d8ac9a-9da2-9b66-dc43-a1a7871ea42c-0deda5cb, #w-node-a1fd8b62-0042-96cc-4552-9b6075a363cf-4f421554, #w-node-de2a2c72-b65f-65aa-07c4-bd36a866e751-4f421554, #w-node-_179eea6c-18db-ec8c-5c08-0c119723f692-4f421554, #w-node-_12d8ac9a-9da2-9b66-dc43-a1a7871ea42c-306f86a1, #w-node-a1fd8b62-0042-96cc-4552-9b6075a363cf-94579dea, #w-node-aff2b853-9970-6365-e890-bc8196e65b3a-94579dea, #w-node-d6a98216-8a1d-86d2-65f4-7925731184d7-94579dea, #w-node-a1fd8b62-0042-96cc-4552-9b6075a363cf-b6664329, #w-node-_179eea6c-18db-ec8c-5c08-0c119723f692-b6664329, #w-node-_179eea6c-18db-ec8c-5c08-0c119723f692-9934c9c1, #w-node-_179eea6c-18db-ec8c-5c08-0c119723f692-1eeb0d44, #w-node-_179eea6c-18db-ec8c-5c08-0c119723f692-17566f7e, #w-node-_179eea6c-18db-ec8c-5c08-0c119723f692-f59c5f08, #w-node-_179eea6c-18db-ec8c-5c08-0c119723f692-8508d732, #w-node-_179eea6c-18db-ec8c-5c08-0c119723f692-996d9828, #w-node-_179eea6c-18db-ec8c-5c08-0c119723f692-85739031, #w-node-_179eea6c-18db-ec8c-5c08-0c119723f692-c1c3d3cd, #w-node-_179eea6c-18db-ec8c-5c08-0c119723f692-c9d70d64, #w-node-_179eea6c-18db-ec8c-5c08-0c119723f692-a71f911c, #w-node-_14e98665-aa74-c23c-b7cf-9544bf7b565b-1d416e36, #w-node-_179eea6c-18db-ec8c-5c08-0c119723f692-1d416e36, #w-node-f37bc052-cda0-79b3-029b-ce2782d92d54-631dfb22, #w-node-_14e98665-aa74-c23c-b7cf-9544bf7b565b-631dfb22, #w-node-_179eea6c-18db-ec8c-5c08-0c119723f692-631dfb22, #w-node-_79cf0961-a06f-27c5-4aa6-e6b7a8423ac1-1a52fe0e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Ppeditorialnew';
  src: url('../fonts/PPEditorialNew-UltralightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Bulevar Poster';
  src: url('../fonts/Bulevar-Poster.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppfraktionmono';
  src: url('../fonts/PPFraktionMono-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}