@font-face {
  font-family: 'Director';
  src: url('../fonts/Director-bold.woff2') format('woff2'),
    url('../fonts/Director-bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Editorial New';
  src: url('../fonts/EditorialNew-Medium.woff2') format('woff2'),
    url('../fonts/EditorialNew-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Editorial New';
  src: url('../fonts/EditorialNewBold.woff2') format('woff2'),
    url('../fonts/EditorialNewBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Riforma LL';
  src: url('../fonts/RiformaLL-Bold.woff2') format('woff2'),
    url('../fonts/RiformaLL-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: 'Enduro';
  src: url('../fonts/Enduro-Semibold.woff2') format('woff2'),
    url('../fonts/Enduro-Semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Riforma LL';
  src: url('../fonts/RiformaLL-Heavy.woff2') format('woff2'),
    url('../fonts/RiformaLL-Heavy.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Riforma LL';
  src: url('../fonts/RiformaLL-Regular.woff2') format('woff2'),
    url('../fonts/RiformaLL-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Riforma LL';
  src: url('../fonts/RiformaLL-Medium.woff2') format('woff2'),
    url('../fonts/RiformaLL-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Riforma LL';
  src: url('../fonts/RiformaLL-Light.eot');
  src: url('../fonts/RiformaLL-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/RiformaLL-Light.woff2') format('woff2'),
    url('../fonts/RiformaLL-Light.woff') format('woff'),
    url('../fonts/RiformaLL-Light.ttf') format('truetype'),
    url('../fonts/RiformaLL-Light.svg#RiformaLL-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}




/* #ROOT */
:root {
  --color-primary: black;
  --color-secondary: white;
  --spacing: 24px;
  --border: 2px solid black;
}

*{
  cursor: none !important;
}

body {
  font-family: 'Riforma LL';
  font-weight: 500;
}

/* #GLOBAL */
body.hidden {
  opacity: 0;
}

body.visible {
  opacity: 1;
  transition: opacity 0.48s ease-out;
}

body {
  cursor: none;
  /* Use a transparent image as the cursor */
}

#about .row {
  flex-wrap: wrap;
  margin-right: calc(-.5 * var(--lqd-row-gutter-x));
  margin-left: calc(-.5 * var(--lqd-row-gutter-x));
  justify-content: center;
}

#about .col-2 {
  width: 20%;
}

#about p {
  font-family: 'Riforma LL';
  font-weight: 100;
  line-height: 20px;
  font-size: 16px;
  letter-spacing: .5px;
  text-align: center;
  color: #d4fb6a;
}

#about img.logoabout {
  display: block;
  margin: 50px 0;
  max-width: 90px;
}

#about span {
  font-size: 12px;
}

.vimeologo {
  max-height: 20px;
  max-width: 70px;
  margin-left: 30px;
}

.instalogo {
  max-height: 20px;
  max-width: 70px;
  margin-top: 60px;
}

.click_home {
  position: absolute;
  width: 100vw;
  height: 100%;
}

/* #GRID */
::-webkit-scrollbar {
  display: none;
}

#about {
  padding-top: 0;
  margin-left: 0;
  height: 100vh;
  align-items: center;
  display: flex;
  justify-content: center;
}

.coma {
  font-family: 'Director';
  font-weight: bold;
}

html,
body {
  -ms-overflow-style: none;
  /* IE and Edge */
  background-color: #030303;
  scrollbar-width: none;
  /* Firefox */
}

video {
  max-width: 100%;
}

.titulo-video {
  color: #d4fb6a;
  font-weight: 300;
  margin-bottom: 20px;
}

.menu {
  position: fixed;
  z-index: 3;
  top: 25px;
}

.menu img {
  margin-right: 90px;
  float: right;
  max-width: 38%;
}

.menu a {
  color: #d4fb6a;
  text-decoration: none;
  font-size: 14px
}


.menu span:has(.filtros) {
  color: #d4fb6a;
  margin-left: 15px;
  display: inline-flex;
  gap: 15px;
}
.fancybox-progress{
  background: #d4fb6a;
}

.menu span div:first-of-type,
.menu span div:first-of-type>span {
  margin-left: 0;
}

.menu span div:last-of-type {
  margin-right: 0;
}

.menu .logo_inside img {
  margin-right: 30px;
}

.captionfoto {
  position: absolute; bottom: 0; color: #ffffff; font-size: 10px; margin-bottom: 6px; mix-blend-mode: difference; margin-left: 3px;
}

.contenedor {
  display: flex;
  height: 100vh;
}

.image {
  flex: 1;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  display: none;
}

#image1 {
  background-image: url('../uploads/alejandra_washington_home_1.jpg');
  /* Ruta de la primera imagen */
}

#image2 {
  background-image: url('../uploads/alejandra_washington_home_2.jpg');
}

#image3 {
  background-image: url('../uploads/alejandra_washington_home_3.jpg');
}

#image4 {
  background-image: url('../uploads/alejandra_washington_home_4.jpg');
}

#image5 {
  background-image: url('../uploads/alejandra_washington_home_5.jpg');
}

#image6 {
  background-image: url('../uploads/alejandra_washington_home_6.jpg');
}

#image7 {
  background-image: url('../uploads/alejandra_washington_home_7.jpg');
}

#image8 {
  background-image: url('../uploads/alejandra_washington_home_8.jpg');
}

#image9 {
  background-image: url('../uploads/alejandra_washington_home_9.jpg');
}

#image10 {
  background-image: url('../uploads/alejandra_washington_home_10.jpg');
}


.menu .hover-text:hover {
  border-bottom: .5px solid #d4fb6a;
}

.menu .hover-text {
  transition: all 0.3s ease;
}

.menu .hover-text.active{
  border-bottom: .5px solid #d4fb6a;
}



/*
.menu .hover-text:hover::after {
  content: ',';
  position: absolute;
  font-family: 'Director';
    font-weight: bold;
}


.filtermenu .active span::after { 
  content: ',';
  position: absolute;
  font-family: 'Director';
    font-weight: bold;
}

.filtermenu .active span:hover::after {
  content: ',';
}
*/

.filtermenu .active {
  text-decoration: underline;
}

.filtermenu .hover-text:hover {
  text-decoration: underline;
}



.hover-image {
  display: none;
}

/* Show the hover image on hover */
.logo_inside:hover .hover-image {
  display: block;
}

/* Hide the original image on hover */
.logo_inside:hover img:first-child {
  display: none;
}

.about {
  float: left;
}

.container-fluid {
  width: 100%;
  padding-left: 35px;
  padding-right: 35px;
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

.row {
  flex-wrap: wrap;
  display: flex;
}

.col {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.3333333333%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.6666666667%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.filtros {
  font-size: 14px;
  font-family: 'Riforma LL';
  font-weight: 300;
  display: inline-block;
  color: #d4fb6a;
}

.filtros.active {
  text-decoration: underline;
}

#custom-cursor {
  position: fixed;
  width: 60px;
  height: 60px;
  background: url('../images/cursor-min.png') no-repeat !important;
  background-size: cover !important;
  pointer-events: none;
  z-index: 9999;
  display: none;
  transition: all cubic-bezier(0.4, 0, 1, 1);
}

/* Cursor personalizado */
#custom-cursor {
  position: fixed;
  width: 60px;
  height: 60px;
  background: url(../images/cursor-min.png) no-repeat !important;
  background-size: cover !important;
  pointer-events: none;
  z-index: 9999;
  display: none;
  transition: all cubic-bezier(0.4, 0, 1, 1);
}

.body-default-cursor, 
.body-default-cursor * {
  cursor: auto !important; /* Restaurar el cursor predeterminado */
}


.cursor_transparente a:hover, .logo_inside img:hover, .titulo_proyecto_1 a:hover, .fancybox-toolbar button svg:hover, .go_back:hover, .videos_film svg:hover, .redes_about a:hover{
  background: none !important;
  cursor: pointer !important;
}
/* Split Loop */

.logo img {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  max-width: 35vw;
  transform: translate(-50%, -50%);
}


.project {
  box-sizing: border-box;
  padding: 0;
  width: 100%;
}

.project__media {
  margin-bottom: 5px;
}

.cursor_transparente a:hover {
  cursor: pointer;
  pointer-events: auto;
}


.flex {
  display: flex;
}

/* ----------------------
        Fancybox portafolio 
  ----------------------*/

.fancybox-stage {
  background: #000;
}

.fancybox-button {
  background: transparent;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100vh;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 50%;
  background: transparent;
}

.fancybox-container {
  z-index: 2;
}

.fancybox-active #custom-cursor {
  background: none;
  /* Elimina el fondo */
  background-image: none !important;
}

.fancybox-toolbar {
  z-index: 99999 !important;
}

.fancybox-button--close {
  z-index: 99999 !important;
  position: absolute;
  top: 92vh;
}

.fancybox-button--close.close-left {
  right: 97vw
}

.fancybox-button--close {
  opacity: 0;
  transition: opacity 0.5s ease-in;
}

/* Estilo para la posición close-top */
.fancybox-button--close.close-top {
  opacity: 1;
}

.fancybox-button--close.close-bottom {
  opacity: 1;
}

/* Estilo para la posición close-bottom */
.fancybox-button--close.close-bottom.blur-effect {
  filter: blur(1px);
  /* Aplicar desenfoque si el cursor está en la parte inferior */

}


.fancybox-navigation {
  z-index: 3;
}

.fancybox-button svg {
  max-width: 20px;
  margin-top: -105%;
  color: #d4fb6a;
  margin-left: 30px;
}

.fancybox-button--arrow_left svg {
  margin-left: -40px;
}

.fancybox-infobar {
  color: #d4fb6a;
}

.close-top {
  top: 50px;
  /* Cambiar esto según tu preferencia */

}

.close-bottom {
  bottom: 10px;
  /* Cambiar esto según tu preferencia */
}

/* ----------------------
        PORTAFOLIO 
  ----------------------*/


.galeria_escondida {
  display: none;
}

.fotografias-fluid {
  margin-left: 15px;
}

/* Reglas de animación personalizada */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-up {
  opacity: 0;
  animation: fadeInUp 1s ease-in-out;
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.fade-up.visible {
  opacity: 1;
}

.w-full {
  width: 100%;
}


.p4x {
  padding-left: 2px;
  padding-right: 2px;
}

.col-3 {
  width: 33.333333%;
}

.col-2 {
  width: 25%;
}

.invisible {
  opacity: 0;
}

.visible {
  opacity: 1;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.htres {
  height: 95vh;
  height: calc(100vh - 70px);
  margin-top: 70px;
}

.fotografias img {
  max-width: 100%;
}

/*
.imagen_fotos { position: relative;}
.imagen_fotos .caption {
  opacity: 0;
  display: none;
  transition: opacity 0.3s ease;
  position: absolute;
  z-index: 2;
  font-size: 14px;
  top: 80px;
  left: 0;
  background: #d4fb6a;
  padding: 3px 2px 0 3px;
}*/

.caption {
  display: none;
}

/* Este borralo si quieres que jale hover */



.absolute {
  position: absolute !important;
}

.fixed {
  position: fixed;
}

.full_fotos {
  display: flex;
  flex-wrap: wrap;
  margin: 70px 0;
}

.fancybox-active .full_fotos .titulo_proyecto_1 {
  align-self: baseline;
  top: 95vh;
}

.fancybox-active .full_fotos {
  flex-wrap: inherit;
}

.fotos_galeria {
  flex: 1 0 21%;
  /* explanation below */
  padding-right: 5px;
}

.fotos_galeria img {
  max-width: 100%;
}

.titulo_proyecto_2 {
  opacity: 1;
  display: block;
  transition: all 0.3s ease;
  width: 100%;
  position: fixed;
  z-index: 9999;
  bottom: 26px;
  color: #c3e762;
  font-weight: 100;
  font-size: 14px;
  left: 20px;
}

.titulo_proyecto_1 {
  opacity: 0;
  display: none;
  transition: all 0.3s ease;

}

.titulo_proyecto_1 a {
  color: #d1f868;
  margin-left: 11rem;
  text-decoration: none;
}

.titulo_proyecto_1 a:hover {
  text-decoration: underline;
}

.fancybox-active .titulo_proyecto_1 {
  opacity: 1;
  display: block;
  position: fixed;
  z-index: 3;
  top: 97vh;
  left: 20px;
  font-weight: 200;
  color: #d4fb6a;
  font-size: 14px;
}

.fancybox-active .titulo_proyecto_1 span {
  font-weight: 500;
}


video::-webkit-media-controls-play-button {
  color: #d4fb6a;
  /* Cambia este color según tu preferencia */
}

video::-webkit-media-controls-timeline {
  color: #d4fb6a;
}


.fancybox-slide--image {
  padding: 44px 0 44px 0;
}

/*
.imagen_fotos:hover .caption {
  opacity: 1;
  display: block;
  display: none; /* este se lo puse para quitar el hover 
}
*/
.invisible {
  opacity: 0;
}

.visible {
  opacity: 1;
}
.image-hover {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  padding-bottom: 5px;
  position: absolute; 
  left: 0;
}

.hoversmooth { position: relative;}

.imagen_fotos {
  display: block;
  position: relative;
}

.imagen_fotos:hover .image-main {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.imagen_fotos:hover .image-hover {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}


@media only screen and (min-width: 48em) {
  .split-loop {
    position: relative;
  }

  .split-loop__left {
    box-sizing: border-box;
    overflow: auto;
    position: relative;
    max-height: 100vh;
    width: 50%;
  }

  .split-loop__right {
    box-sizing: border-box;
    height: 100vh;
    position: fixed;
    right: 0;
    bottom: 0;
    overflow: auto;
    width: calc(50% - var(--spacing));
  }

  .split-loop__right:before,
  .split-loop__left:before {
    display: block;
    content: "";
    z-index: -1;
    height: 9999999px;
  }

  .split-loop__item {
    display: flex;
    flex-flow: column;
    height: auto;
  }

  .project {
    box-sizing: border-box;
    position: absolute;
  }

  /*.project__media {
    display: flex;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-bottom: var(--spacing);
  }*/



  .project__img {
    box-sizing: border-box;
    display: block;
    margin-bottom: 0;
    width: auto;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden;
  }
}



@media only screen and (min-width: 64em) {


  /* .split-loop__item {
    height: 100vh;
  }*/
}


.imagen-10 img {
  max-width: 10%;
}

.imagen-20 img {
  max-width: 20%;
}

.imagen-30 img {
  max-width: 30%;
}

.imagen-40 img {
  max-width: 40%;
}

.imagen-50 img {
  max-width: 50%;
}

.imagen-60 img {
  max-width: 60%;
}

.imagen-70 img {
  max-width: 70%;
}

.imagen-80 img {
  max-width: 80%;
}

.imagen-85 img {
  max-width: 85%;
}

.imagen-90 img {
  max-width: 90%;
}

.rockstar img {
  float: right;
  padding-right: 10%;
}

.rockstar .project__media {
  padding-bottom: 6.6vw;
}

.mujersaco .project__media {
  padding-bottom: 6.6vw;
}

.mujersaco img {
  padding-left: 10%;
}

.playeraamarilla .project__media {
  margin-bottom: 3px;
}

.playeraamarilla img {
  padding-right: 60%;
}

.gremlin .project__media {
  margin-bottom: 8vw;
}

.gremlin img {
  padding-left: 15%;
  padding-right: 25%;
}

.paton .project__media {
  margin-bottom: 15vw;
}

.paton img {
  max-width: 80%;
  float: right;
  padding-right: 15%;
}

.logo_cel_home {
  position: fixed;
  top: 15px;
  left: 5%;
}

.logo_cel_home img {
  max-width: 260px;
}

.logo_abierto {
  position: absolute;
  top: 15px;
  left: 20px;
}

.logo_abierto img {
  max-width: 260px;
}

.button_container {
  position: fixed;
  top: 18px;
  right: 6%;
  height: 27px;
  width: 28px;
  cursor: pointer;
  z-index: 100;
  transition: opacity 0.25s ease;
}

.button_container:hover {
  opacity: .8;
}

.button_container.active .top {
  transform: translateY(5px) translateX(0) rotate(45deg);
  background: #000;
}

.button_container.active .middle {
  opacity: 0;
  background: #FFF;
}

.button_container.active .bottom {
  transform: translateY(-4px) translateX(0) rotate(-45deg);
  background: #000;
}

.button_container span {
  background: #d4fb6a;
  border: none;
  height: 1.2px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease;
  cursor: pointer;
}

.button_container span:nth-of-type(2) {
  top: 9px;
}

.button_container span:nth-of-type(3) {
  top: 22px;
}

.overlay {
  position: fixed;
  background: #d4fb6a;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  overflow: hidden;
  z-index: 4;
}

.overlay.open {
  opacity: 1;
  visibility: visible;
  height: 100%;
}

.overlay.open li {
  animation: fadeInRight 0.5s ease forwards;
  animation-delay: 0.35s;
}

.overlay.open li:nth-of-type(2) {
  animation-delay: 0.4s;
}

.overlay.open li:nth-of-type(3) {
  animation-delay: 0.45s;
}

.overlay.open li:nth-of-type(4) {
  animation-delay: 0.5s;
}

.overlay nav {
  position: relative;
  height: 100%;

}

.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: 20px;
  gap: 50px;
}

.overlay ul li {
  display: block;
  margin: 0;
  position: relative;
  opacity: 0;
  /* margin-right: 20px; */

}

.overlay ul li:last-child {
  /* margin-bottom: 30px; */
}

.overlay ul li a {
  display: block;
  position: relative;
  color: #000;
  text-decoration: none;
  overflow: hidden;
}

.overlay ul li a:hover:after,
.overlay ul li a:focus:after,
.overlay ul li a:active:after {
  width: 100%;
}

.overlay ul li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  transform: translateX(-50%);
  height: 3px;
  background: #FFF;
  transition: 0.35s;
}



.video-popup {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  transform: translate(0%, 0%);
  background-color: #000;
  /* padding: 20px; */
  border-radius: 5px;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.video-popup video {
  width: 100%;
}

.close-button {
  position: fixed;
  cursor: pointer;
  color: #d4fb6a;
  z-index: 9;
  transform: scale(2);
}

/* Posición superior */
.close-button.top {
  top: 60px;
  /* Ajusta la distancia desde la parte superior según sea necesario */
  bottom: auto;
}

/* Posición inferior */
.close-button.bottom {
  bottom: 20px;
  /* Ajusta la distancia desde la parte inferior según sea necesario */
  top: auto;
}

/* Posición izquierda */
.close-button.left {
  left: 20px;
  /* Ajusta la distancia desde la izquierda según sea necesario */
  right: auto;
}

/* Posición derecha */
.close-button.right {
  right: 20px;
  /* Ajusta la distancia desde la derecha según sea necesario */
  left: auto;
}

.plyr__volume .icon--pressed,
.plyr__volume .icon--not-pressed {
  background-image: none !important;
}

.plyr__volume .icon--pressed::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("../images/volume-down.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.plyr__volume .icon--not-pressed::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("../images/volume-mute.svg");
  background-size: contain;
  background-repeat: no-repeat;
}


.plyr {
  border-radius: 4px;
  margin-bottom: 0;
  margin-top: 0px;
}

.plyr--full-ui input[type=range] {
  color: #d4fb6a;
  height: 3px;

}
input[type='range']::-webkit-slider-thumb{
  background-color: #d4fb6a !important;
}

.plyr__control--overlaid {
  background: rgb(212 251 106 / 64%);
  background: none;
}

.plyr__control svg {
  fill: #d4fb6a;
  transform: scale(.7);
}

.plyr--video {
  height: 100vh;
  width: auto;
  object-fit: contain;
}


.plyr--fullscreen-enabled [data-plyr=fullscreen] {
  display: none;
}

[data-plyr="settings"] {
  display: none;
}

.plyr__controls>.plyr__control:first-child {
  transform: scale(.7);
}

.plyr--video .plyr__time {
  color: #d4fb6a;
  font-size: 12px;
}

.plyr--video .plyr__progress__buffer {
  color: #d4fb6a;
  height: 2px;
  margin-top: 0px;
}

.plyr--airplay-supported [data-plyr=airplay],
.plyr--captions-enabled [data-plyr=captions],
.plyr--pip-supported [data-plyr=pip] {
  display: none;
}

.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded=true] {
  background: transparent;
  box-shadow: none;
}

.plyr .plyr__control .plyr__control--overlaid .plyr__tab-focus {
  margin-top: -4vw;
}

.plyr__control button svg {
  color: white;
}

.plyr__volume svg {
  fill: #d4fb6a;
  stroke: none;
}

.plyr--video .plyr__controls {
  position: fixed;
  padding: 0 15vw;
}

.plyr__control--overlaid {
  box-shadow: none;
}

input[type="range"]::-webkit-slider-runnable-track {
  background: #053a5f;
  height: 0.5rem;
}

/******** Firefox ********/
input[type="range"]::-moz-range-track {
  background: #053a5f;
  height: 0.5rem;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    top: 20%;
  }

  100% {
    opacity: 1;
    top: 0;
  }
}

.cel_home {
  display: none;
}

.menu_cel {
  display: none;
}

.redes_about {
  position: absolute;
  bottom: 10px;
  left: 20px;
  /* bottom: 50%; */
  left: 50%;
  transform: translate(-50%, -10%);
  display: flex;
}

.redes_about {
  color: #d4fb6a;
}

.redes_about a {
  text-decoration: none;
  color: #d4fb6a;
  font-size: 14px;
  font-weight: 400;
}

.redes_about span {
  margin: 0 15px;
}

.show_cel {
  display: none;
}

.fullgallerynombre {
  opacity: 1;
  display: block;
  transition: all 0.3s ease;
  width: 100%;
  position: fixed;
  z-index: 3;
  top: 95.8dvh;
  color: #c3e762;
  font-weight: 100;
  font-size: 14px;
  left: 0;
  background: black;
  padding: 10px 20px;
  height: 100px;
  /* display: flex; */
  justify-content: space-between;
}

.go_back {
  margin-right: 35px;
  margin-left: 11rem;
}

.go_back:hover{
  text-decoration: underline;
  text-underline-offset: 1px; 
}

.fancybox-navigation .fancybox-button--arrow_right{
  right: 0 !important;
  left: inherit !important;
}
.fancybox-infobar{
  line-height: normal;
}


#close-video_1 svg{
  width: 20px;
  height: 20px;
}
.close-button{
  transform: scale(1);
}
@media(min-width: 767px){
  .fancybox-button--close.close-left{
      right: 95vw;
  }
  .close-bottom{
      top: 95vh;
      right: -50px;
  }
  .close-top{
      top: 70px;
      right: -50px;
  }
  #close-video_1.close-button.left{
      left: inherit;
      right: 95vw;
  }
  #close-video_1.close-button.right{
      right: -50px;
  }
  .imagen_fotos:has(.videos-img){
    height: 285px !important;
    overflow: hidden;
  }
  .imagen_fotos img.videos-img{
    width: 100%;
    height: 280px;
    object-fit: cover;
  }
}

@media (max-width: 432px) {

  .htres {
    height: calc(100vh );
    margin-top: 40px;
  }

  .plyr__control--overlaid{
    top: 15%;
  }

  #custom-cursor {
    display: none !important;
    /* Hide the custom cursor on mobile devices */
  }

  .menu_cel {
    display: block;
  }

  .menu {
    display: none;
  }

  .contenedor {
    display: none;
  }

  .split-loop {
    display: none;
  }

  .logo img {
    max-width: 80vw;
    position: fixed;
  }

  .cel_home {
    display: block;
    margin-top: 100px;
  }

  .cel_home img {
    max-width: 100%;
    box-sizing: border-box;
  }

  #about .col-2 {
    width: 100%;
  }

  #about img.logoabout {
    margin: 20px 0;
    max-width: 70px;
  }

  #about p {
    font-size: 12px;
    line-height: 17px;
  }

  .go_back {
    margin-left: 10rem;
  }

  .redes_about {
    position: absolute;
    bottom: 10px;
  }

  .cel_izq_1 {
    padding-left: 10%;
  }

  .cel_izq_2 {
    padding-left: 20%;
  }

  .cel_izq_3 {
    padding-left: 30%;
  }

  .cel_izq_4 {
    padding-left: 40%;
  }

  .cel_izq_5 {
    padding-left: 50%;
  }

  .cel_izq_6 {
    padding-left: 60%;
  }

  .cel_izq_7 {
    padding-left: 70%;
  }

  .cel_izq_8 {
    padding-left: 80%;
  }

  .cel_izq_9 {
    padding-left: 90%;
  }

  .cel_right_1 {
    padding-right: 10%;
  }

  .cel_right_2 {
    padding-right: 20%;
  }

  .cel_right_3 {
    padding-right: 30%;
  }

  .cel_right_4 {
    padding-right: 40%;
  }

  .cel_right_5 {
    padding-right: 50%;
  }

  .cel_right_6 {
    padding-right: 60%;
  }

  .cel_right_7 {
    padding-right: 70%;
  }

  .cel_right_8 {
    padding-right: 80%;
  }

  .cel_right_9 {
    padding-right: 90%;
  }

  .cel_abajo_1 {
    padding-bottom: 10%;
  }

  .cel_abajo_2 {
    padding-bottom: 20%;
  }

  .cel_abajo_3 {
    padding-bottom: 30%;
  }

  .cel_abajo_4 {
    padding-bottom: 40%;
  }

  .cel_abajo_5 {
    padding-bottom: 50%;
  }

  .cel_abajo_6 {
    padding-bottom: 60%;
  }

  .cel_abajo_7 {
    padding-bottom: 70%;
  }

  .cel_abajo_8 {
    padding-bottom: 80%;
  }

  .cel_abajo_9 {
    padding-bottom: 90%;
  }

  .plyr {
    margin-top: 30vh;
  }

  .close-button.right {
    right: 35px;
  }

  .overlay ul li a:after {
    display: none;
  }

  .overlay ul li a {
    margin-bottom: 6px;
  }

  .logo_cel_home {
    z-index: 3;
  }



  .fancybox-active .titulo_proyecto_1 {
    position: fixed;
    top: 97dvh;
    width: -webkit-fill-available;
    display: flex;
    justify-content: space-between;
    margin-right: 20px;
    left: 0;
    margin-left: 19px;
  }

  .fullgallerynombre{
    display: flex;
    justify-content: space-between;
    left: 0;
    padding-left: 0;
    width: -webkit-fill-available;
    padding-right: 0;
    top: 95.65dvh;
  }

  .fullgallerynombre span{
    margin-left: 20px;
  }
  .fullgallerynombre a{
    margin-left: initial;
    margin-right: 22px;
  }

  .titulo_proyecto_1 a {
    margin-left: 0;

    /* right: 40px; */
    right: 18%
  }

  .fancybox-button--arrow_right svg {
    display: none;
  }

  .fancybox-button--close {
    top: 6vh;
    right: 38px;
  }

  #about {
    padding: 0 40px;
  }

  #about .vh-100 {
    height: 70vh;
  }

  .filtros_cel {
    position: fixed;
    top: 52px;
    left: 2px;
    background: black;
    width: 100%;
    padding-bottom: 6px;
    padding-top: 20px;
    top: 22px;
  }

  .show_cel {
    display: block;
  }

}

.change-Color-btn{
  float: right; margin-right: 30px
}
.change-Color-btn:hover{
  cursor: pointer;
}

.invert-colors, .invert-colors .fancybox-stage, html:has(.invert-colors), .invert-colors .videos_film .swiper-slide, .invert-colors .plyr--video, .invert-colors .plyr__video-wrapper,
.invert-colors .overlay,
.invert-colors .fullgallerynombre, .invert-colors .fotografias button{
  background-color: #fff;
}

.invert-colors .button_container span{
  background: #000 !important;
}
.invert-colors .fancybox-infobar{
  color: #fff !important;
}

.invert-colors a, 
.invert-colors .fancybox-button svg,
.invert-colors #about p,
.invert-colors .redes_about,
.invert-colors.fancybox-active .titulo_proyecto_1,
.invert-colors .fullgallerynombre,
.invert-colors .plyr--full-ui input[type=range],
.invert-colors .plyr--video .plyr__time{
  color: #000 !important;
}

.invert-colors .fancybox-button svg path, .invert-colors .videos_film .close-button {
  stroke: #000;
}

.invert-colors .menu .hover-text.active, .invert-colors .menu .hover-text:hover{
  border-bottom: .5px solid #000;
}

.invert-colors .plyr__volume svg,
.invert-colors .plyr__control svg{
  fill: #000
}

.invert-colors .logo_cel_home img,
.invert-colors .logo img,
.invert-colors .logo_inside,
.invert-colors .logo_abierto img,
.invert-colors #cornerButton img,
.invert-colors .plyr__volume .icon--not-pressed::before,
.invert-colors .plyr--video .plyr__controls{
  filter: brightness(0);
}

@media (max-width: 432px) {
  .invert-colors .filtros_cel {
      background: #fff;
  }
}

@supports (-webkit-appearance: none) or (-moz-appearance: none) {

  input[type=checkbox].switch {
      width: 38px;
      border-radius: 11px;
  }

  input[type=checkbox].switch:after {
      left: 2px;
      top: 2px;
      border-radius: 50%;
      width: 15px;
      height: 15px;
      background: var(--ab, var(--border));
      transform: translateX(var(--x, 0));
  }

  input[type=checkbox].switch:checked {
      --ab: var(--active-inner);
      --x: 17px;
  }

  input[type=checkbox].switch:disabled:not(:checked):after {
      opacity: 0.6;
  }

  .invert-colors input[type=checkbox].switch{
    --active-inner: #fff;
    --background: #fff;
  }
  input[type=checkbox].switch {
      --active: #000 ;
      --active-inner: #d4fb6a;
      --focus: 2px rgba(39, 94, 254, .3);
      --border: #000;
      --border-hover: #000 ;
      --background: #d4fb6a;
      --disabled: #F6F8FF;
      --disabled-inner: #E1E6F9;
      -webkit-appearance: none;
      -moz-appearance: none;
      height: 21px;
      outline: none;
      display: inline-block;
      vertical-align: top;
      position: relative;
      margin: 0;
      cursor: pointer;
      border: 1px solid var(--bc, var(--border));
      background: var(--b, var(--background));
      transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
  }

  input[type=checkbox].switch:after {
      content: "";
      display: block;
      left: 2px;
      position: absolute;
      transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
  }

  input[type=checkbox].switch:checked{
      --b: var(--active);
      --bc: var(--active);
      --d-o: .3s;
      --d-t: .6s;
      --d-t-e: cubic-bezier(.2, .85, .32, 1.2);
  }

}
@media (max-width: 767px){
  .change-Color-btn{
    position: absolute;
    right: 40px;
    top: 13px;
    z-index: 1;
  }
}