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

:root {
  --gris: #676767;
  --link: #161616;
  --red: #b8b8b8;
  --light-grey: white;
  --transparent: #fff0;
  --blanco: var(--gris);
}

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

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

@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 {
  color: var(--gris);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Anton Regular, sans-serif;
  font-size: 5.75rem;
  font-weight: 400;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Anton Regular, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Anton Regular, sans-serif;
  font-size: 2.75rem;
  font-weight: 400;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Anton Regular, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.3;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Anton Regular, sans-serif;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Anton Regular, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}

p {
  margin-bottom: 0;
}

a {
  border-color: var(--gris);
  color: var(--gris);
  text-decoration: underline;
}

ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}

ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

li {
  margin-top: .25rem;
  margin-bottom: .25rem;
  padding-left: .5rem;
}

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

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .1875rem solid var(--gris);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.global-styles {
  background-color: #000;
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.form-message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.utility_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility_form-block {
  text-align: center;
  flex-direction: column;
  max-width: 20rem;
  display: flex;
}

.utility_form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.utility_image {
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
}

.main-wrapper {
  z-index: 1;
  background-color: var(--link);
  position: relative;
}

.padding-xxsmall {
  padding: .5rem;
}

.button {
  border: 1px solid var(--red);
  background-color: var(--red);
  color: var(--link);
  text-align: center;
  letter-spacing: .25px;
  border-radius: 50px;
  padding: .75rem 1.5rem;
  font-family: Anton Regular, sans-serif;
  transition: background-color .3s cubic-bezier(.165, .84, .44, 1), border-color .3s cubic-bezier(.165, .84, .44, 1), transform .3s cubic-bezier(.165, .84, .44, 1);
}

.button:hover {
  color: var(--red);
  background-color: #0000;
  transform: translate(0, -10px);
}

.form-input {
  border: 1px solid var(--gris);
  background-color: var(--link);
  color: var(--gris);
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input:focus {
  border-color: #000;
}

.form-input::placeholder {
  color: #0009;
}

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

.shadow-medium {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #00000008;
}

.section_div {
  position: static;
}

.second-section {
  background-color: #161616;
  width: auto;
}

._2nd-hero_track {
  border: 1px solid #0000;
  height: 400vh;
  display: block;
}

._2n-hero_horizontal-scroll-camera {
  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_horizontal-scroll-content {
  align-items: center;
  min-width: 300vw;
  display: flex;
}

._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 {
  display: flex;
}

.cta_section {
  z-index: 0;
  background-color: var(--gris);
  position: sticky;
  bottom: 0;
}

.cta_section.text-color-white {
  background-color: var(--link);
  justify-content: center;
  align-items: center;
  height: 900px;
  display: flex;
  position: static;
  bottom: 0;
}

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

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

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

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

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

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

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

.background-video-3 {
  opacity: .5;
  border: 50px solid #161616;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
  position: absolute;
}

.footer {
  -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: 40px;
  margin: 10px 0;
  font-size: 10px;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.text-block {
  opacity: .38;
  color: var(--light-grey);
  text-align: center;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 10px;
  margin-left: 0;
  font-size: 12px;
  font-weight: 700;
  transition: all .9s;
  display: block;
  position: fixed;
  inset: auto 0% 0%;
}

.text-block:hover {
  opacity: .7;
  transform: translate(0);
}

.header-izq {
  object-fit: fill;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: 40px;
  margin-top: 40px;
  margin-left: 50px;
  margin-right: 50px;
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.logo_enrique {
  opacity: .4;
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  width: 220px;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  transition: all .9s;
}

.logo_enrique:hover {
  opacity: .7;
}

.separador {
  color: #3330;
  border: 1px solid #0000;
  width: 100%;
  height: 40px;
  display: none;
}

.body {
  background-color: var(--link);
  color: var(--link);
  flex-flow: column;
  display: flex;
}

.navbar_principal {
  background-color: #0000;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.ths04-slide-lightbox {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 50%;
  position: relative;
  overflow: hidden;
}

.lightbox-link {
  opacity: .7;
  transform: scale3d(1none, 1none, 1none);
  color: var(--transparent);
  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:hover {
  opacity: 1;
  transform: scale3d(1.02, 1.02, 1.02);
}

.image-6 {
  color: var(--transparent);
  width: auto;
  max-width: none;
  height: 100svh;
}

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

.div-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 100vh;
  display: block;
}

.image-7 {
  opacity: .12;
  border: 20px solid #0000;
  border-radius: 0;
  width: 200px;
  height: 200px;
  transition: all .9s;
  position: absolute;
}

.image-7:hover {
  opacity: .12;
  border: 0 solid #0000;
  border-radius: 0;
}

.text-block-2 {
  color: var(--light-grey);
  text-align: center;
  background-color: #b90c0c00;
  width: 100px;
  font-family: Oswald, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1;
  position: absolute;
}

.link-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 100vh;
  display: flex;
}

.c-nav-social-media-link {
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.c-menu-item {
  margin-bottom: 20px;
}

._w-menu-item-link {
  display: flex;
  position: relative;
}

.c-nav-social-contact-item-link {
  color: #1e756e;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.btn_menu {
  opacity: .8;
  transform: scale3d(1none, 1none, 1none);
  cursor: pointer;
  transform-style: preserve-3d;
  background-color: #0000;
  width: 40px;
  height: 28px;
  transition: all .9s;
  display: block;
}

.btn_menu:hover {
  opacity: 1;
  transform: scale(1.3);
}

.header-der {
  object-fit: fill;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: 60px;
  margin-top: 40px;
  margin-left: 50px;
  margin-right: 50px;
  display: block;
  position: fixed;
  inset: 0% 0% auto auto;
}

.menu2 {
  z-index: 3;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--light-grey);
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #000;
  background-clip: border-box;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: Verdana, Geneva, sans-serif;
  display: flex;
  position: fixed;
  overflow: auto;
}

.text-menu {
  opacity: .5;
  color: var(--light-grey);
  overflow-wrap: normal;
  margin-bottom: 0;
  margin-right: 50px;
  font-family: Montserrat, sans-serif;
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: .8;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.text-menu:hover {
  opacity: 1;
  display: flex;
}

.menu_principal {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  background-color: #000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
}

.section {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-bottom: 5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-image {
  z-index: 1;
  background-image: linear-gradient(#00000040, #00000040), url('../images/daniel-menakhovsky-zqyk7S_FoGA-unsplash_1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: absolute;
  inset: 0%;
}

.section-image.section-image-fourth {
  background-color: #000;
  background-image: none;
}

.section-image.section-image-first {
  background-image: linear-gradient(#00000040, #00000040);
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-image.section-image-second {
  background-image: linear-gradient(#00000040, #00000040), url('../images/01_1.avif');
}

.section-image.section-image-fourth {
  background-color: #000;
  background-image: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-image.section-image-third {
  background-image: linear-gradient(#00000040, #00000040), url('../images/02_2.avif');
}

.section-heading-izq {
  color: #a5a5a5;
  text-align: left;
  letter-spacing: .9px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 100%;
  font-family: PT Sans, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.1em;
  display: flex;
}

.section-heading-2 {
  color: #494949;
  text-align: right;
  letter-spacing: .9px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  max-width: 100%;
  font-family: PT Sans, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.1em;
  display: flex;
}

.container {
  text-align: right;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 1600px;
  min-height: 1rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5rem;
  padding-right: 5rem;
  display: flex;
}

.section-content-2 {
  z-index: 2;
  color: #fff;
  text-align: right;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.container-copy-2 {
  text-align: right;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: 1600px;
  min-height: 1rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5rem;
  padding-right: 5rem;
  display: flex;
}

.section2 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-bottom: 5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-2 {
  background-color: #0e0e0c;
  background-image: url('../images/fondo_acercade_1.avif');
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.section-heading-copy-2 {
  color: #a5a5a5;
  text-align: center;
  letter-spacing: .9px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 100%;
  font-family: PT Sans, sans-serif;
  font-size: 1.8rem;
  line-height: 1.1em;
  display: flex;
}

.div-block-5 {
  width: 120px;
  height: 40px;
}

.eg-disolv {
  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:hover {
  opacity: .8;
  transform: scale3d(1.05, 1.05, 1.05);
}

.container-contenido-acerca01 {
  text-align: right;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 500px;
  max-width: 1600px;
  height: 200px;
  min-height: 1rem;
  margin-left: 20%;
  margin-right: auto;
  display: flex;
  position: relative;
}

.section-heading-der {
  color: #a5a5a5;
  text-align: right;
  letter-spacing: .9px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 100%;
  font-family: Lato, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.1em;
  display: flex;
}

.section-heading-izq-obs {
  color: #494949;
  text-align: left;
  letter-spacing: .9px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  max-width: 100%;
  font-family: PT Sans, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.1em;
  display: flex;
}

.container-copy-4 {
  text-align: right;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  min-height: 1rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5rem;
  padding-right: 5rem;
  display: flex;
}

.section-heading-4 {
  color: #494949;
  text-align: center;
  letter-spacing: .9px;
  max-width: 100%;
  font-family: PT Sans, sans-serif;
  font-size: 1.8rem;
  line-height: 1.1em;
}

.e-c-isotipo {
  opacity: .7;
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  width: 70px;
  transition: all .9s;
}

.e-c-isotipo:hover {
  opacity: .8;
  transform: scale3d(1.09, 1.09, 1.09);
}

.flex-block-3 {
  height: auto;
}

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

.div-block-mobile {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 100vh;
  display: flex;
}

.second-section-veriical {
  display: none;
}

.instagram {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  height: 100px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.social-media {
  opacity: .3;
  transform: scale3d(1none, 1none, 1none);
  mix-blend-mode: normal;
  transform-style: preserve-3d;
  width: 30px;
  height: 30px;
  transition: all .5s;
}

.social-media:hover {
  opacity: .8;
  transform: scale(1.3);
}

.body-maestro {
  background-color: #000;
}

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

.h1 {
  color: var(--light-grey);
  align-items: flex-start;
  font-family: PT Sans, sans-serif;
  font-weight: 700;
  display: flex;
}

.h2 {
  opacity: .6;
  color: var(--light-grey);
  justify-content: flex-start;
  align-items: flex-start;
  font-family: PT Sans, sans-serif;
  font-size: .9rem;
  font-style: normal;
  display: flex;
}

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

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

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

.link {
  color: var(--red);
  border: 1px #0000;
  font-family: PT Sans, sans-serif;
  font-weight: 700;
  text-decoration: none;
  transition: opacity 60ms;
}

.link:hover {
  opacity: .8;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-content: start;
  place-items: start;
  width: 100vw;
  height: 100%;
  position: static;
  inset: 0% auto auto 0%;
}

.imgroll {
  transform-style: preserve-3d;
  transition: all .7s;
}

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

.footer-regresar {
  z-index: 50;
  -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: auto;
  margin: 45px 0 10px;
  font-size: 10px;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.link-block-4 {
  color: var(--light-grey);
  font-weight: 400;
  position: static;
}

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

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

.image-11 {
  opacity: 1;
  color: var(--transparent);
  border: 0 #fff0;
  width: 50px;
  max-width: 50px;
  height: 50px;
}

.html-embed {
  color: var(--transparent);
  border: 0 #0000;
}

.container-contacto {
  border: 1px solid #0000;
  justify-content: flex-start;
  align-items: flex-start;
  width: 81%;
  max-width: 100%;
  height: 70%;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.link-block-menu {
  opacity: .4;
  flex-flow: column;
  margin-right: 100px;
  text-decoration: none;
  display: flex;
}

.link-block-menu:hover {
  opacity: .4;
}

.link-block-menu.w--current {
  opacity: 100;
  text-decoration: none;
  position: static;
}

.text-block-3, .text-block-3-copy {
  display: none;
}

.degradado {
  z-index: 100;
  background-image: linear-gradient(#000000a1, #fff0);
  width: 100%;
  height: 120px;
  position: fixed;
}

.text-block-3-copy-copy {
  display: none;
}

.text-block-copy {
  opacity: .38;
  color: var(--light-grey);
  text-align: center;
  justify-content: center;
  align-items: flex-end;
  height: auto;
  margin-top: 42px;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 12px;
  font-weight: 700;
  transition: all .9s;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.text-block-copy:hover {
  opacity: .7;
  transform: translate(0);
}

.container-3 {
  object-fit: fill;
  background-image: url('../images/contacto_fondo_1.avif');
  background-position: 100% 100%;
  background-size: auto;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  position: fixed;
}

.link-2, .link-3, .link-4, .link-5 {
  color: var(--light-grey);
  text-decoration: none;
}

.section-2 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 100svh;
  display: flex;
  position: static;
}

.link-block-boton-portafolio1 {
  opacity: .6;
  background-image: url('../images/menu01_1.avif');
  background-position: 50%;
  background-size: cover;
  width: 20%;
  height: 20%;
  transition: opacity .5s;
}

.link-block-boton-portafolio1:hover {
  opacity: .9;
}

.link-block-boton-portafolio2 {
  opacity: .6;
  background-image: url('../images/menu02_1.avif');
  background-position: 50%;
  background-size: cover;
  width: 20%;
  height: 20%;
  transition: opacity .5s;
}

.link-block-boton-portafolio2:hover {
  opacity: .9;
}

.link-block-boton-portafolio3 {
  opacity: .6;
  background-image: url('../images/menu03_1.avif');
  background-position: 50%;
  background-size: cover;
  width: 20%;
  height: 20%;
  transition: opacity .5s;
}

.link-block-boton-portafolio3:hover {
  opacity: .9;
}

.link-block-boton-portafolio4 {
  opacity: .6;
  background-image: url('../images/enrique-covarrubias-photograph-fashion.jpg');
  background-size: cover;
  width: 20%;
  height: 20%;
  transition: opacity .5s;
}

.link-block-boton-portafolio4:hover {
  opacity: .9;
}

.link-block-boton-portafolio5 {
  opacity: .6;
  background-image: url('../images/menu05_1.avif');
  background-position: 50%;
  background-size: cover;
  width: 20%;
  height: 20%;
  transition: opacity .5s;
}

.link-block-boton-portafolio5:hover {
  opacity: .9;
}

.link-block-boton-portafolio6 {
  opacity: .6;
  background-image: url('../images/enrique-covarrubias-photograph-fashion-23.jpg');
  background-position: 50%;
  background-size: cover;
  width: 20%;
  height: 20%;
  transition: opacity .5s;
}

.link-block-boton-portafolio6:hover {
  opacity: .9;
}

.link-block-boton-portafolio7 {
  opacity: .6;
  background-image: url('../images/menu07_1.avif');
  background-position: 50%;
  background-size: cover;
  width: 20%;
  height: 20%;
  transition: opacity .5s;
}

.link-block-boton-portafolio7:hover {
  opacity: .9;
}

.link-block-boton-portafolio8 {
  opacity: .6;
  background-image: url('../images/enrique-covarrubias-photograph-fashion-24.jpg');
  background-position: 50%;
  background-size: cover;
  width: 20%;
  height: 20%;
  transition: opacity .5s;
}

.link-block-boton-portafolio8:hover {
  opacity: .9;
}

.link-block-boton-portafolio9 {
  opacity: .6;
  background-image: url('../images/menu09_1.avif');
  background-position: 50%;
  background-size: cover;
  width: 20%;
  height: 20%;
  transition: opacity .5s;
}

.link-block-boton-portafolio9:hover {
  opacity: .9;
}

.link-block-boton-portafolio10 {
  opacity: .6;
  background-image: url('../images/menu10_1.avif');
  background-position: 50%;
  background-size: cover;
  width: 20%;
  height: 20%;
  transition: opacity .5s;
}

.link-block-boton-portafolio10:hover {
  opacity: .9;
}

.credito_01 {
  z-index: 121;
  background-color: #353535;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 1100%;
  height: 200px;
  display: flex;
  position: absolute;
  inset: auto 0% -200px;
}

.text-block-4 {
  color: var(--red);
  text-align: center;
  cursor: pointer;
  margin-left: 40px;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1;
}

.text-block-4:hover {
  color: var(--light-grey);
}

.credito_boton {
  z-index: 120;
  background-color: #35353500;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: none;
  height: 80px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.button-2 {
  z-index: 500;
  position: absolute;
}

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

.button-4 {
  z-index: 121;
  color: var(--light-grey);
  background-color: #3898ec00;
  margin-bottom: 30px;
  margin-left: 30px;
  font-weight: 400;
  position: absolute;
  inset: auto auto 0% 0%;
}

.button-4:hover {
  color: var(--red);
  background-color: #3193e9;
}

.btn-foto {
  opacity: .6;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100vh;
  margin-right: 20px;
  transition: all 1s;
  display: flex;
  transform: scale(1);
}

.btn-foto:hover {
  opacity: 1;
}

.image-para-btn-normal {
  width: auto;
  max-width: none;
  height: 50%;
  transition: all .9s;
  display: block;
}

.image-para-btn-normal:hover {
  transform: scale(1.01)translate(0);
}

.section-foto {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.image-para-galeria {
  width: auto;
  max-width: 250vh;
  height: 70%;
}

.boton-cerrar {
  opacity: .7;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-top: 40px;
  margin-left: -80px;
  transition: opacity .5s;
  display: flex;
  position: absolute;
  top: 0%;
  left: 100%;
}

.boton-cerrar:hover {
  opacity: 1;
}

.container-creditos-foto {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100px;
  height: 130px;
  display: flex;
  position: absolute;
  left: 40px;
}

.text-creditos01 {
  color: var(--light-grey);
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1;
}

.text-creditos02 {
  text-transform: uppercase;
  font-size: .8rem;
  line-height: 1;
}

.text-menu-ch {
  color: var(--red);
  overflow-wrap: normal;
  margin-bottom: 5px;
  margin-left: 2px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: .8;
  text-decoration: none;
  display: flex;
}

.link-block-flechita {
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 40px;
  margin-top: 0;
  transition: opacity .3s;
  display: flex;
  position: static;
  top: 40%;
  left: auto;
  right: 10%;
}

.link-block-flechita:hover {
  opacity: .5;
}

.link-block-flechita.w--current {
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 40px;
  display: flex;
}

.text-acerca_01 {
  color: var(--gris);
  text-align: left;
  text-transform: uppercase;
  overflow-wrap: normal;
  justify-content: flex-start;
  align-items: flex-start;
  width: 240px;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: .9;
  text-decoration: none;
  display: block;
}

.text-acerca_02 {
  color: var(--light-grey);
  text-align: left;
  text-transform: uppercase;
  overflow-wrap: normal;
  justify-content: flex-start;
  align-items: flex-start;
  width: 240px;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: .9;
  text-decoration: none;
  display: block;
}

.text-acerca_03 {
  color: var(--gris);
  text-align: left;
  text-transform: none;
  overflow-wrap: normal;
  justify-content: flex-start;
  align-items: flex-start;
  width: 280px;
  margin-top: 80px;
  margin-bottom: 80px;
  margin-left: 250px;
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: .9;
  text-decoration: none;
  display: block;
  position: absolute;
}

.container-contenido-acerca02 {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: right;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 500px;
  max-width: 1600px;
  height: auto;
  min-height: 1rem;
  display: flex;
  position: absolute;
}

.text-acerca_04 {
  color: var(--light-grey);
  text-align: center;
  text-transform: uppercase;
  overflow-wrap: normal;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 700;
  line-height: .9;
  text-decoration: none;
  display: block;
}

.text-acerca_05 {
  color: var(--gris);
  text-align: center;
  text-transform: none;
  overflow-wrap: normal;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: .9rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  display: block;
  position: static;
}

.image-13 {
  width: 100px;
}

.link-block-ver-portafolio {
  opacity: .6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 100vh;
  text-decoration: none;
  transition: opacity .5s;
  display: flex;
}

.link-block-ver-portafolio:hover {
  opacity: 1;
}

.container-6 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.echome {
  width: 600px;
  max-width: none;
  position: absolute;
}

.flex-block01 {
  background-image: url('../images/fondo_acercade_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border: 50px solid #161616;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-top: 60px;
}

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

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

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

.flex-block-5 {
  z-index: 100;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  position: absolute;
  inset: auto 0% 5%;
}

.image-18, .image-19, .image-20, .image-21, .image-22 {
  z-index: 5;
  width: 300px;
  position: absolute;
}

.t01 {
  opacity: 0;
  margin-top: 30px;
  display: block;
  position: relative;
  top: 90%;
  bottom: 0;
}

.t01:hover {
  opacity: 100;
}

.section-3 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: static;
}

.background-video-5 {
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.div-block-6 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  display: flex;
  position: absolute;
}

.div-block-7 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-para-galeria-new {
  width: 100%;
  max-width: 250vh;
  height: 80vh;
}

.link-block-menu-dos {
  opacity: .4;
  text-decoration: none;
}

.link-block-menu-dos:hover {
  opacity: .4;
}

.link-block-menu-dos.w--current {
  opacity: 100;
  text-decoration: none;
  position: static;
}

.text-menu-ch-dos {
  color: var(--red);
  overflow-wrap: normal;
  margin-bottom: 5px;
  margin-left: 2px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: .8;
  text-decoration: none;
  display: flex;
}

.text-menu-dos {
  opacity: .5;
  color: var(--light-grey);
  overflow-wrap: normal;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: .8;
  text-decoration: none;
  display: flex;
}

.text-menu-dos:hover {
  opacity: .5;
}

.image-23 {
  opacity: .4;
  width: 80px;
  margin-bottom: 30px;
  margin-left: 10px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.div-block-8 {
  width: 100%;
  height: 400px;
  position: absolute;
}

.div-block-8-copy {
  width: 100%;
  height: 400px;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: auto;
}

.image-23-copy {
  opacity: .4;
  width: 80px;
  margin-top: 30px;
  margin-left: 10px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-23-copy-copy {
  opacity: .4;
  width: 80px;
  margin-top: 30px;
  margin-right: 10px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-23-copy-copy-copy {
  opacity: .4;
  width: 80px;
  margin-bottom: 30px;
  margin-left: 0;
  margin-right: 10px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.t02 {
  opacity: 0;
  margin-top: 30px;
  display: block;
  position: relative;
  top: 90%;
  bottom: 0;
}

.t02:hover {
  opacity: 100;
}

.t03 {
  opacity: 0;
  margin-top: 30px;
  display: block;
  position: relative;
  top: 90%;
  bottom: 0;
}

.t03:hover {
  opacity: 100;
}

.t04 {
  opacity: 0;
  margin-top: 30px;
  display: block;
  position: relative;
  top: 90%;
  bottom: 0;
}

.t04:hover {
  opacity: 100;
}

.t05 {
  opacity: 0;
  margin-top: 30px;
  display: block;
  position: relative;
  top: 90%;
  bottom: 0;
}

.t05:hover {
  opacity: 100;
}

.t06 {
  opacity: 0;
  margin-top: 30px;
  display: block;
  position: relative;
  top: 90%;
  bottom: 0;
}

.t06:hover {
  opacity: 100;
}

.t07 {
  opacity: 0;
  margin-top: 30px;
  display: block;
  position: relative;
  top: 90%;
  bottom: 0;
}

.t07:hover {
  opacity: 100;
}

.t08 {
  opacity: 0;
  margin-top: 30px;
  display: block;
  position: relative;
  top: 90%;
  bottom: 0;
}

.t08:hover {
  opacity: 100;
}

.t09 {
  opacity: 0;
  margin-top: 30px;
  display: block;
  position: relative;
  top: 90%;
  bottom: 0;
}

.t09:hover {
  opacity: 100;
}

.t10 {
  opacity: 0;
  margin-top: 30px;
  display: block;
  position: relative;
  top: 90%;
  bottom: 0;
}

.t10:hover {
  opacity: 100;
}

.div-block09 {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 400px;
  display: flex;
  position: static;
}

.container-8 {
  justify-content: flex-start;
  align-items: center;
  width: 100vh;
  max-width: 250vh;
  height: auto;
  display: flex;
  position: absolute;
}

.vertical {
  justify-content: center;
  align-items: center;
  min-width: 100vw;
  min-height: 100svh;
  display: none;
  position: relative;
  overflow: hidden;
}

.btn-foto-v {
  opacity: .6;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100vh;
  margin-right: 20px;
  transition: all 1s;
  display: flex;
  transform: scale(1);
}

.btn-foto-v:hover {
  opacity: 1;
}

.image-para-btn-normal-v {
  width: auto;
  max-width: none;
  height: 50%;
  transition: all .9s;
  display: block;
}

.image-para-btn-normal-v:hover {
  transform: scale(1.01)translate(0);
}

.div-block-v {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 100vh;
  display: block;
}

.link-block-ver-portafolio-v {
  opacity: .6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 100vh;
  text-decoration: none;
  transition: opacity .5s;
  display: flex;
}

.link-block-ver-portafolio-v:hover {
  opacity: 1;
}

.flex-block-6 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 80%;
}

.flex-block02 {
  background-image: url('../images/fondo_acercade02_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 50px solid #161616;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: 100svh;
}

.flex-block-04 {
  background-image: url('../images/fondo_acercade03_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 50px solid #161616;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.flex-block-x3 {
  border: 50px solid #161616;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.container-9 {
  flex-flow: column;
  width: 100%;
  max-width: none;
  display: flex;
}

.div-block-11, .div-block-12 {
  display: none;
}

.link-block-menu-sitio_anterior {
  opacity: .4;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  padding: 10px;
  text-decoration: none;
  transition: opacity .5s;
  display: flex;
}

.link-block-menu-sitio_anterior:hover {
  opacity: .8;
}

.link-block-menu-sitio_anterior.w--current {
  opacity: 100;
  text-decoration: none;
  position: static;
}

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

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

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

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

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

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

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

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

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

  .background-video-3 {
    width: 100%;
    max-width: none;
    height: 50svh;
  }

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

  .header-izq {
    z-index: 50;
    width: auto;
  }

  .separador {
    display: none;
  }

  .navbar_principal {
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    inset: 0% 0% auto;
  }

  .lightbox-link {
    border-width: 10px;
    border-color: var(--link);
    width: 100%;
    height: 100%;
    transform: none;
  }

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

  .link-block.w--current {
    width: 150px;
    height: 150px;
  }

  .header-der {
    width: auto;
  }

  .text-menu {
    width: 120px;
    margin-right: 0;
    text-decoration: none;
    display: flex;
  }

  .menu_principal {
    flex-flow: column;
    display: none;
  }

  .section-heading-izq {
    text-align: left;
    font-size: 1.2rem;
  }

  .section-heading-2 {
    text-align: center;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
    font-size: 1.2rem;
  }

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

  .section-heading-copy-2 {
    font-size: 1.2rem;
  }

  .eg-disolv {
    width: 150px;
  }

  .container-contenido-acerca01 {
    width: 500px;
    margin-left: auto;
  }

  .section-heading-der {
    text-align: right;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
    font-size: 1.2rem;
  }

  .section-heading-izq-obs {
    opacity: 1;
    text-align: center;
    font-size: 1.2rem;
  }

  .section-heading-4 {
    text-align: center;
    font-size: 1.2rem;
  }

  .e-c-isotipo {
    width: 70px;
  }

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

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

  .link-block-3.w--current {
    max-height: none;
  }

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

  .container-contacto-txt {
    height: 55%;
  }

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

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

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

  .link {
    color: var(--red);
    border: 1px #0000;
  }

  .grid {
    grid-template-columns: 1fr 1fr;
  }

  .cursor {
    display: none;
  }

  .container-contacto {
    width: 81%;
    height: 65%;
  }

  .link-block-menu {
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 50px;
    margin-right: 0;
  }

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

  .container-3 {
    background-size: auto;
  }

  .link-2, .link-3, .link-4, .link-5 {
    color: var(--light-grey);
  }

  .link-block-boton-portafolio1 {
    width: 20%;
    height: 10%;
  }

  .link-block-boton-portafolio2, .link-block-boton-portafolio3, .link-block-boton-portafolio4, .link-block-boton-portafolio5, .link-block-boton-portafolio6, .link-block-boton-portafolio7, .link-block-boton-portafolio8, .link-block-boton-portafolio9, .link-block-boton-portafolio10 {
    height: 10%;
  }

  .image-para-galeria {
    width: 100%;
    max-width: none;
    height: auto;
  }

  .text-menu-ch, .text-acerca_01, .text-acerca_02, .text-acerca_03 {
    text-decoration: none;
    display: flex;
  }

  .container-contenido-acerca02 {
    width: 500px;
  }

  .text-acerca_04 {
    text-decoration: none;
    display: flex;
  }

  .text-acerca_05 {
    width: 80%;
    text-decoration: none;
    display: flex;
  }

  .link-block-ver-portafolio.w--current {
    width: 150px;
    height: 150px;
  }

  .echome {
    width: 500px;
  }

  .flex-block01 {
    background-image: url('../images/fondo_acercade_1.avif');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    border-width: 40px;
    height: 50svh;
    margin-top: 60px;
  }

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

  .image-17 {
    width: 200px;
    margin-top: 500px;
    margin-left: 0;
    display: none;
  }

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

  .background-video-5 {
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
  }

  .div-block-6 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-left: 0;
    position: absolute;
  }

  .div-block-7 {
    justify-content: center;
    align-items: center;
  }

  .image-para-galeria-new {
    width: 70%;
    max-width: none;
    height: 70%;
  }

  .text-menu-ch-dos, .text-menu-dos {
    text-decoration: none;
    display: flex;
  }

  .image-23 {
    width: 50px;
    margin-bottom: 90px;
    margin-left: 0;
  }

  .image-23-copy {
    width: 50px;
    margin-top: 90px;
    margin-left: 0;
  }

  .image-23-copy-copy {
    width: 50px;
    margin-top: 90px;
    margin-right: 0;
  }

  .image-23-copy-copy-copy {
    width: 50px;
    margin-bottom: 90px;
    margin-right: 0;
  }

  .t10 {
    top: auto;
  }

  .div-block09 {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 300px;
    display: flex;
    position: static;
  }

  .container-8 {
    width: 90%;
    max-width: 90%;
    height: 90%;
  }

  .btn-foto-v {
    max-width: 90%;
    height: auto;
    margin-right: 0;
  }

  .image-para-btn-normal-v {
    max-width: 100%;
    height: auto;
  }

  .link-block-ver-portafolio-v.w--current {
    width: 150px;
    height: 150px;
  }

  .flex-block-6 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .flex-block02 {
    height: 50svh;
  }

  .flex-block-04 {
    background-image: url('../images/fondo_acercade03_1.avif');
    background-position: 50%;
    background-size: cover;
    border-width: 40px;
    height: 50svh;
  }

  .flex-block-x3 {
    border-width: 40px;
    height: 50svh;
  }

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

  .div-block-11, .div-block-12 {
    display: none;
  }

  .link-block-menu-sitio_anterior {
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 50px;
    margin-right: 0;
  }
}

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

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

  ._2nd-hero_track {
    display: none;
  }

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

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

  .cta_section.text-color-white {
    width: 100%;
    display: flex;
  }

  .work-card2, .work-card {
    width: auto;
  }

  .background-video-3 {
    border-width: 30px;
    width: 100%;
    max-width: none;
    height: 400px;
  }

  .text-block {
    margin-left: 0;
  }

  .header-izq {
    z-index: auto;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 220px;
    display: flex;
  }

  .separador {
    display: none;
  }

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

  .navbar_principal {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

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

  .div-block {
    display: flex;
  }

  .c-menu-item {
    margin-bottom: 15px;
  }

  .header-der {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
  }

  .text-menu {
    margin-right: 0;
    text-decoration: none;
  }

  .menu_principal {
    background-image: none;
    display: none;
  }

  .section {
    padding-bottom: 2rem;
  }

  .section-image.section-image-fourth {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-heading-izq {
    text-align: left;
    font-size: .9rem;
  }

  .section-heading-2 {
    text-align: right;
    font-size: .9rem;
  }

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

  .section2 {
    justify-content: center;
    align-items: center;
    padding-bottom: 2rem;
  }

  .section-heading-copy-2 {
    font-size: .9rem;
  }

  .eg-disolv {
    width: 100px;
  }

  .container-contenido-acerca01 {
    justify-content: center;
    align-items: flex-start;
    width: 400px;
    margin-left: 0%;
    margin-right: 0;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .section-heading-der {
    text-align: left;
    flex-direction: row;
    font-size: .9rem;
  }

  .section-heading-izq-obs {
    text-align: right;
    font-size: .9rem;
  }

  .container-copy-4 {
    flex-direction: column;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .section-heading-4 {
    font-size: .9rem;
  }

  .e-c-isotipo {
    width: 70px;
  }

  .link-block-3.w--current {
    width: 220px;
  }

  .container-contacto-txt {
    height: 85%;
  }

  .h1 {
    margin-top: 40px;
  }

  .columns {
    max-width: 100%;
    height: 100%;
  }

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

  .link {
    color: var(--red);
    border: 1px #0000;
    font-size: .9rem;
    font-style: normal;
  }

  .grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-regresar {
    width: 120px;
    padding-right: 230px;
    inset: 0% 0% auto auto;
  }

  .container-contacto {
    height: 90%;
  }

  .link-block-menu {
    margin-bottom: 50px;
  }

  .text-block-copy {
    text-align: right;
    width: 150px;
    margin-left: 0;
    margin-right: 120px;
    inset: 0% 0% auto auto;
  }

  .container-3 {
    background-size: auto;
  }

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

  .link-block-boton-portafolio1 {
    width: 100vh;
    height: 50vh;
    margin-top: 100px;
    margin-bottom: 20px;
  }

  .link-block-boton-portafolio2, .link-block-boton-portafolio3, .link-block-boton-portafolio4, .link-block-boton-portafolio5, .link-block-boton-portafolio6, .link-block-boton-portafolio7, .link-block-boton-portafolio8, .link-block-boton-portafolio9 {
    width: 100vw;
    height: 50vh;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .link-block-boton-portafolio10 {
    width: 100vw;
    height: 50vh;
    margin-top: 20px;
    margin-bottom: 70px;
  }

  .image-para-galeria {
    width: 100%;
    height: auto;
  }

  .text-menu-ch, .text-acerca_01 {
    text-decoration: none;
  }

  .text-acerca_02 {
    width: 200px;
    margin-left: -20px;
    font-size: 1.5rem;
    text-decoration: none;
  }

  .text-acerca_03 {
    width: 200px;
    margin-left: 180px;
    font-size: 1rem;
    text-decoration: none;
  }

  .container-contenido-acerca02 {
    border: 0 solid #000;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    height: 400px;
    min-height: auto;
    margin-bottom: 0;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .text-acerca_04 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 80%;
    margin-top: 0;
    text-decoration: none;
  }

  .text-acerca_05 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
  }

  .image-13 {
    margin-bottom: 0;
  }

  .echome {
    width: 400px;
  }

  .flex-block01 {
    border-width: 30px;
    width: 100%;
    height: 400px;
    min-height: auto;
    margin-top: 50px;
    margin-bottom: 0;
  }

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

  .image-17 {
    margin-top: 450px;
    margin-left: 0;
    display: none;
  }

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

  .t01 {
    text-align: center;
    width: 100%;
    margin-top: 60px;
    margin-bottom: 0;
    display: none;
    overflow: visible;
  }

  .section-3 {
    justify-content: center;
    align-items: flex-start;
    height: auto;
  }

  .background-video-5 {
    width: 100%;
    height: 100svh;
    position: absolute;
  }

  .div-block-6 {
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-left: 0;
  }

  .image-para-galeria-new {
    width: 80%;
    height: 70%;
  }

  .text-menu-ch-dos, .text-menu-dos {
    text-decoration: none;
  }

  .div-block-8, .div-block-8-copy {
    display: none;
  }

  .t02, .t03, .t04, .t05, .t06, .t07, .t08, .t09 {
    text-align: center;
    width: 100%;
    margin-top: 60px;
    margin-bottom: 0;
    display: none;
    overflow: visible;
  }

  .t10 {
    text-align: center;
    width: auto;
    max-width: none;
    margin-top: 0;
    margin-bottom: 0;
    display: none;
    overflow: visible;
  }

  .div-block09 {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 300px;
    margin-top: 50px;
    display: flex;
    position: static;
  }

  .container-8 {
    max-width: 90%;
  }

  .vertical {
    flex-flow: column;
    display: flex;
  }

  .btn-foto-v {
    margin-top: 25px;
  }

  .div-block-v {
    width: auto;
    height: auto;
    margin-top: 100px;
    margin-bottom: 100px;
    display: flex;
  }

  .link-block-ver-portafolio-v {
    width: auto;
    height: auto;
  }

  .flex-block02 {
    border-width: 30px;
    width: 100%;
    height: 400px;
  }

  .flex-block-04, .flex-block-x3 {
    border-width: 30px;
    width: 100%;
    height: 400px;
    min-height: auto;
    margin-top: 0;
    margin-bottom: 0;
  }

  .container-9 {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .div-block-11 {
    justify-content: center;
    align-items: flex-start;
    text-decoration: none;
    display: flex;
    position: static;
    inset: 0% 0% auto;
  }

  .image-24 {
    width: 200px;
    max-width: none;
    margin-top: -30px;
  }

  .div-block-12 {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 200px;
    margin-top: -60px;
    display: flex;
  }

  .image-25 {
    opacity: .6;
    width: 200px;
  }

  .link-block-menu-sitio_anterior {
    margin-bottom: 50px;
  }
}

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

  ._2nd-hero_track {
    display: none;
  }

  ._2n-hero_horizontal-scroll-camera {
    position: relative;
  }

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

  .cta_section.text-color-white {
    height: 700px;
    display: flex;
  }

  .hero {
    -webkit-text-fill-color: inherit;
    background-image: none;
    background-clip: border-box;
    width: 100vw;
    height: 100svh;
  }

  .work-card2 {
    width: 100%;
  }

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

  .work-card {
    width: 100%;
  }

  .background-video-3 {
    border-width: 20px;
    width: 100%;
    max-width: none;
    height: 350px;
  }

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

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

  .header-izq {
    flex-direction: row;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    width: 180px;
    height: 60px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .logo_enrique {
    text-align: center;
    width: 180px;
    margin-left: 20px;
  }

  .separador {
    display: none;
  }

  .navbar_principal {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    max-height: 190px;
  }

  .lightbox-link {
    border-width: 10px;
    border-color: var(--link);
    opacity: 1;
    mix-blend-mode: normal;
    transform: none;
  }

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

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

  .div-block {
    display: flex;
  }

  .image-7, .image-7:hover {
    opacity: .12;
  }

  .link-block {
    flex-direction: row;
    width: 100%;
    max-width: 150px;
    height: 150px;
  }

  .c-menu-item {
    margin-bottom: 10px;
  }

  .btn_menu {
    margin-right: 20px;
  }

  .header-der {
    z-index: auto;
    flex-direction: row;
    flex: 0 auto;
    justify-content: flex-end;
    align-items: center;
    width: 50px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .text-menu {
    margin-right: 0;
    font-size: 2.5rem;
  }

  .menu_principal {
    display: none;
  }

  .section {
    height: 700px;
  }

  .section-image.section-image-second {
    background-image: linear-gradient(#0000, #0000), url('../images/01_1.avif');
    background-position: 0 0, 100% 100%;
  }

  .section-image.section-image-fourth {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .section-heading-izq {
    color: #e6e6e6;
    text-align: left;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 100%;
    font-size: .6rem;
    display: none;
  }

  .section-heading-2 {
    color: #929292;
    text-align: right;
    border: 1px #fff0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    min-width: .2em;
    max-width: 100%;
    font-size: .6rem;
    display: none;
  }

  .container {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .section-content-2 {
    text-align: center;
  }

  .section2 {
    justify-content: center;
    align-items: center;
    height: 700px;
  }

  .hero-2 {
    -webkit-text-fill-color: inherit;
    background-image: none;
    background-clip: border-box;
    width: 100vw;
    height: 700px;
  }

  .section-heading-copy-2 {
    text-align: center;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    font-size: .6rem;
    display: none;
  }

  .eg-disolv {
    width: 80px;
  }

  .container-contenido-acerca01 {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    height: 350px;
    min-height: auto;
    font-size: 1rem;
    position: relative;
  }

  .section-heading-der {
    color: #e6e6e6;
    text-align: right;
    flex-direction: column;
    align-items: flex-end;
    max-width: 100%;
    font-size: .6rem;
    display: none;
  }

  .section-heading-izq-obs {
    color: #929292;
    text-align: left;
    border: 1px #fff0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    min-width: .2em;
    max-width: 100%;
    font-size: .6rem;
    display: none;
  }

  .container-copy-4 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .section-heading-4 {
    width: 100%;
    max-width: 100%;
    font-size: .5rem;
    display: none;
  }

  .e-c-isotipo {
    width: 70px;
  }

  .div-block-mobile {
    flex-direction: row;
    width: 100%;
    max-width: 100%;
    height: 100%;
    display: flex;
  }

  .link-block-3 {
    width: 150px;
  }

  .link-block-3.w--current {
    aspect-ratio: auto;
    width: auto;
  }

  .body-maestro {
    background-image: none;
  }

  .container-contacto-txt {
    height: 80%;
  }

  .h2 {
    font-size: .8rem;
  }

  .columns {
    max-width: 100%;
    height: 100%;
  }

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

  .link {
    border: 1px #0000;
    text-decoration: none;
  }

  .grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-regresar {
    z-index: 200;
    max-height: none;
    margin-top: 23px;
    padding-right: 170px;
  }

  .link-block-4 {
    width: auto;
    height: auto;
    margin-right: 60px;
  }

  .cursor-wrapper {
    z-index: 250;
  }

  .container-contacto {
    height: 90%;
  }

  .link-block-menu {
    margin-bottom: 30px;
    text-decoration: none;
    display: flex;
  }

  .link-block-menu.w--current {
    margin-bottom: 50px;
  }

  .text-block-3 {
    color: #8f8f8f;
    text-align: left;
    width: 240px;
    font-family: PT Sans, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: .9;
    display: flex;
  }

  .text-block-3-copy {
    color: #8f8f8f;
    text-align: left;
    font-family: PT Sans, sans-serif;
    font-size: .8rem;
    font-weight: 400;
    display: flex;
  }

  .degradado {
    display: none;
  }

  .text-block-3-copy-copy {
    color: #8f8f8f;
    text-align: right;
    font-family: PT Sans, sans-serif;
    font-size: .8rem;
    font-weight: 400;
    display: flex;
  }

  .text-block-copy {
    text-align: right;
    align-items: center;
    width: 20%;
    margin: 22px 80px 0 0;
    font-size: 10px;
    display: block;
    inset: 0% 0% auto auto;
  }

  .container-3 {
    opacity: .38;
    background-image: url('../images/contacto_fondo_1.avif');
    background-position: 100% 100%;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: scroll;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    display: block;
    position: fixed;
  }

  .link-block-6, .link-block-7 {
    text-decoration: none;
  }

  .section-2 {
    width: 90%;
    min-width: auto;
    max-width: none;
    min-height: 100px;
  }

  .link-block-boton-portafolio1 {
    width: 100vw;
    max-width: 100%;
    height: 40vh;
  }

  .link-block-boton-portafolio2, .link-block-boton-portafolio3, .link-block-boton-portafolio4, .link-block-boton-portafolio5, .link-block-boton-portafolio6, .link-block-boton-portafolio7, .link-block-boton-portafolio8, .link-block-boton-portafolio9, .link-block-boton-portafolio10 {
    height: 40vh;
  }

  .image-para-galeria {
    width: 100%;
    height: auto;
  }

  .text-menu-ch {
    flex-flow: column;
    font-size: 1rem;
  }

  .text-acerca_01 {
    flex-flow: column;
    font-size: 2rem;
  }

  .text-acerca_02 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-left: 0;
    font-size: 1.5rem;
  }

  .text-acerca_03 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: 0;
    font-size: .9rem;
    position: sticky;
  }

  .container-contenido-acerca02 {
    justify-content: center;
    align-items: center;
    width: 95%;
    max-width: none;
    height: 350px;
    font-size: 1rem;
  }

  .text-acerca_04 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
    font-size: 1rem;
  }

  .text-acerca_05 {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
    font-size: .9rem;
    line-height: .9;
  }

  .link-block-ver-portafolio {
    flex-direction: row;
    width: 100%;
    max-width: 150px;
    height: 150px;
  }

  .echome {
    width: 250px;
  }

  .flex-block01 {
    border-width: 20px;
    height: 350px;
    min-height: auto;
    margin-top: 40px;
  }

  .background-video-4 {
    width: 340px;
    height: 440px;
  }

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

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

  .div-block-6 {
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 0;
  }

  .image-para-galeria-new {
    width: 80%;
    height: 70%;
  }

  .link-block-menu-dos {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    text-decoration: none;
    display: flex;
  }

  .text-menu-ch-dos {
    font-size: 1rem;
  }

  .text-menu-dos {
    font-size: 2.5rem;
  }

  .div-block09 {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 300px;
    margin-bottom: 0;
    font-size: .9rem;
    display: flex;
    position: static;
  }

  .div-block-v {
    display: flex;
  }

  .link-block-ver-portafolio-v {
    flex-direction: row;
    width: 100%;
    max-width: 150px;
    height: 150px;
  }

  .flex-block-6 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 80%;
    height: 80%;
  }

  .flex-block02 {
    border-width: 20px;
    height: 350px;
  }

  .flex-block-04, .flex-block-x3 {
    border-width: 20px;
    height: 350px;
    min-height: auto;
  }

  .image-25 {
    opacity: .6;
  }

  .link-block-menu-sitio_anterior {
    margin-bottom: 30px;
    text-decoration: none;
    display: flex;
  }

  .link-block-menu-sitio_anterior.w--current {
    margin-bottom: 50px;
  }
}


@font-face {
  font-family: 'Anton Regular';
  src: url('../fonts/Anton-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}