.reel {
  position: relative;
  
}

.reel--div__contenedor {
  background-color: rgba(224,224,224,.8);
  color: #000;
  padding: 0 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  z-index: 1;
}

.reel--div {
  width: 100%;
}

.reel--div__botones {
  display: flex;
  text-align: center;
  position: relative;
  z-index: 1;
}

.button-container {
  position: relative;
  display: inline-block;
  flex: 1;
}

.reel--a svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 130%; 
  height: 2em; 
  pointer-events: none;
}

.reel--a .cls-2 {
  stroke-dasharray: 500; 
  stroke-dashoffset: 500; 
  transition: stroke-dashoffset 0.5s ease-out;
}

.reel--a:hover .cls-2 {
  stroke-dashoffset: 0; 
}

.reel--a:hover {
  color: #000
}

.reel--a {
  font-family: 'pp-medium-m';
  color: #000;
  text-decoration: none;
  font-size: 17px;
  position: relative;
  display: inline-block;
  min-width: 106px;
  cursor: pointer;
}

.reel--a__studio {
  color: #8c13ff;
  font-size: 18px;
}

.reel--div__botones div:first-child {
  text-align: left;
}

.reel--div__botones div:last-child {
  text-align: right;
}

.reel--div__botones div:last-child .reel--a svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-30%, -50%);
  width: 130%; 
  height: 2em; 
  pointer-events: none;
}

.reel--div__texto p{
  text-align: center;
  font-family: 'pp-medium-m';
  font-size: 18px;
  max-width: 1000px;
  margin: 0 auto;
}

.reel--div__texto {
  display: flex;
  align-items: end;
  padding-bottom: 100px;
}

.reel--span__espacio {
  background-color: #3ada31;
  height: 16px;
  width: 100px;
  display: inline-block;
  position: relative;
  top: 2px;
}

.reel--div__animacion {
  flex-grow: 1;
  margin: 0 auto;
  
  display: flex;
  justify-content: center;
}

.reel--div__lottie{
  max-width: 500px;
  position: relative;
  width: 700px;
}

.reel--animation {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: opacity 0.5s ease-in-out;
}

.reel--div__lottie:hover .reel--lottie__hover{
  opacity: 1;
  pointer-events: all;
}

.reel--div__lottie:hover .reel--lottie__flama{
  opacity: 0;
}

.reel--div__lottie {
  cursor: pointer;
}

.reel--lottie__hover {
  pointer-events:none;
  opacity: 0;
}

.reel--lottie__flama {
  width: 100%;
  height: 100%;
  width: 100%;
}

.reel--p {
  position: fixed;
  padding: 0;
  padding-top: 2px;
  line-height: 1;
  height: 30px;
  pointer-events: none;
  transform: translate(-50%, -50%);
  color: #000;
  font-size: 24px;
  font-family: 'kaneda-black';
  letter-spacing: 2.5px;
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.2s ease;
  display: flex;
  justify-content: center;
  align-items: start;
  background-color: #3ada31;
}

.reel--p span {
  color: #e0e0e0;
  font-size: 15px;
  font-family: 'pp-light';
}

.video-background {
  position: relative;
  width: 100%;
  height: 100vh; /* O ajusta la altura según lo que necesites */
  overflow: hidden;
  background-color: #e0e0e0;
}

.grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding-top: 20px;
}

.preview-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  object-fit: cover;
  z-index: 1;
  transition: all .8s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

.preview-img {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
}

.grid--div:hover .preview-video {
  visibility: visible;
  opacity: 1;
}

.grid--div {
  background-color: #000;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  position: relative;
}

.grid--div img {
  width: 100%;
  height: auto;
  display: block;
}

.grid--div__contenido {
  padding: 28px 15px 15px 0;
  text-align: left;
  position: relative;
}

.grid--div__contenido h2 {
  font-size: 3.4rem;
  margin-bottom: 0px;
  text-transform: uppercase;
  color: #fff;
  font-family: 'kaneda-black';
  letter-spacing: 1.5px;
  line-height: 1;
}

.grid--div__contenido .subtitulo {
  font-size: 1.2rem;
  margin-bottom: 0px;
  color: #aaa;
  font-family: 'pp-black-m';
}

.grid--div__contenido .descripcion {
  font-size: .8rem;
  color: #ccc;
  font-family: 'pp-light-m';
  line-height: 1;
}

.grid--img__boton {
  max-width: 120px;
  position: absolute;
  top: 15px;
  left: 14px;
  transition: all 1.3s;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}

.grid--overlay {
  background-color: rgba(0, 0, 0, .6);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 1.3s;
  opacity: 0;
  visibility: hidden;
}

.grid--div:hover .grid--overlay, .grid--div:hover .grid--img__boton {
  opacity: 1;
  visibility: visible;
}

.grid--button:focus-visible {
  outline: none;
} 

.grid--button:focus {
  outline: none;
} 

.grid--button {
  background-color: #000;
  
  width: 55px;
  height: 55px;
  border: none;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
  margin-top: 20px;
  position: relative;
}

.background-image {
  width: 100%;
  height: 100%;
  background-image: url(../assets/img/cargar.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out; 
}

.lottie-animation {
  position: absolute;
  top: -11px;
  left: -12px;
  width: 70px;
  height: 70px;
  visibility: hidden;
  z-index: 2;
}

#load-more-btn:hover .background-image {
  opacity: 0; 
  transform: rotate(-25deg);
}

#load-more-btn:hover .lottie-animation {
  visibility: visible; 
  animation: lottieFadeIn 0.5s forwards; 
}

@keyframes lottieFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.informacion {
  background-color: #e0e0e0;
  padding-top: 60px;
}

.informacion--div {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 20px;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.buttons {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-bottom: 50px;
  position: relative;
}

.button {
  font-size: 130px;
  font-weight: bold;
  color: #aaa;
  cursor: pointer;
  transition: color 0.3s ease;
  position: relative;
  font-family: 'pp-semibold';
  margin-bottom: 0;
  line-height: 1;
  z-index: 2;
}

.info-panel {
  position: relative;
}

.info {
  font-family: 'pp-light-m';
  font-size: 1.2rem;
  color: #333;
  transition: opacity 0.3s ease;
  opacity: 0;
  position: absolute;
  bottom: 0;
}

.info a{
  color: #333;
  transition: all 0.3s ease;
}

.info a:hover{
  color: #001fe5;
}

.info.active {
  opacity: 1;
  z-index: 99;
}

.contact-button {
  position: relative;
}

#svgContact {
  width: 100%;
  max-width: 720px;
  height: auto;
  position: absolute;
  left: 130px;
  z-index: 1;
  top: 130px;
  pointer-events: none;
}

.contact-button .cls-contact {
  stroke-dasharray: 2000;
  stroke-dashoffset: 2000;
  transition: stroke-dashoffset 0.6s ease-out; 
}

.contact-button:hover svg .cls-contact {
  stroke-dashoffset: 0; 
  transition: stroke-dashoffset 1.2s ease-out; 
}

.follow-button {
  position: relative;
}

#svgFollow {
  width: 100%;
  max-width: 720px;
  height: auto;
  position: absolute;
  left: 130px;
  z-index: 1;
  top: 50%;
  transform: translate(0px, -50%);
  pointer-events: none;
}

.follow-button .cls-follow {
  stroke-dasharray: 2000;
  stroke-dashoffset: 2000;
  transition: stroke-dashoffset 0.6s ease-out; 
}

.follow-button:hover svg .cls-follow {
  stroke-dashoffset: 0; 
  transition: stroke-dashoffset 1.2s ease-out; 
}

.jobs-button {
  position: relative;
}

#svgJobs {
  width: 100%;
  max-width: 720px;
  height: auto;
  position: absolute;
  left: 130px;
  z-index: 1;
  top: 50%;
  transform: translate(0px, -50%);
  pointer-events: none;
}

.jobs-button .cls-jobs {
  stroke-dasharray: 2000;
  stroke-dashoffset: 2000;
  transition: stroke-dashoffset 0.6s ease-out; 
}

.jobs-button:hover svg .cls-jobs {
  stroke-dashoffset: 0; 
  transition: stroke-dashoffset 1.2s ease-out; 
}

.button:hover {
  color: #000
}

.contact .menu--div.menu--div__mails {
  opacity: 1;
  margin-left: 0;
  pointer-events: all;
}

.footer {
  background-color: #000;
  padding: 16px 20px;
}

.footer--p {
  color: #e0e0e0;
  margin-bottom: 0;
  font-size: 18px;
  font-family: 'pp-semibold';
}

.reel__div__nf  {
  width: 100%;
  margin-top: -40px;
}

.reel__div__nf p span{
  position: relative;
  line-height: 1;
}

.reel__div__nf p {
  font-size: 18vw; 
  width: 100%;
  text-align: center; 
  margin: 0;
  white-space: nowrap; 
  letter-spacing: 0.05em;
  font-family: 'kaneda-black';
}

.svg--nf__not {
  top: 30px;
  left: 50%;
  transform: translate(-55%, 10px);
  width: 55%;
}

.svg--nf__found {
  top: 50%;
  left: 43%;
  transform: translate(-55%, -50%);
  width: 15%;
}

.svg--nf__studio {
  bottom: 12px;
  right: 0;
  transform: translate(0, 0);
  width: 38%;
}

.svg--nf {
  position: absolute;
}

.video-container {
  position: relative;
  width: 100%;
  height: 100vh;
  cursor: pointer;
}

.video-wrapper {
  position: absolute;
  bottom: -100%;
  width: 100%;
  height: 100%;
  background-color: #1a1a1a;
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 1;
}

#videoWrapper #video {
  max-width: 80%;
  max-height: 80%;
  display: block;
}

#video {
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.work #video {
  max-width: 100%;
  margin-bottom: 20px;
}

.progress-bar {
  width: 80%;
  height: 1px;
  background-color: #6e6e6e;
  margin-top: 20px;
  border-radius: 5px;
  overflow: hidden;
}

.progress {
  height: 100%;
  background-color: #fff;
  width: 0;
}

#jobs.info.active {
  top: 50%;
  transform: translate(0, -50%);
  bottom: initial
}

#follow.info.active {
  top: 0;
  bottom: initial
}

.info--redes {
  display: flex;
  gap: 10px;
  flex-direction: column;
}

.lottie-container {
  width: 300px;
  height: 230px;
  visibility: hidden;
  position: absolute;
  left: -60px;
  top: -70px;
  z-index: 9;
}

.trigger:hover .lottie-container {
  visibility: visible;
  opacity: 1;
}

.custom-input-container {
  font-size: 1rem;
}

.custom-input-container label {
  margin-bottom: 0px;
  color: #000;
  font-family: 'pp-light-m';
}

.custom-input-container input {
  background: none;
  border: none;
  border-bottom: 1px dashed #000;
  color: #ffffff;
  outline: none;
  width: 200px; /* Ajusta el tamaño según sea necesario */
  font-size: 1rem;
  margin-left: 12px;
  height: 24px;
}

.custom-input-container input::placeholder {
  color: #000;
}

.custom-input-container input:focus {
  border-bottom: 1px solid #ffffff;
}

.studio.contact {
  background-color: #E0E0E0;
}

.info--col h1 {
  font-size: 95px;
  font-weight: bold;
  color: #000;
  cursor: pointer;
  transition: color 0.3s ease;
  position: relative;
  font-family: 'pp-semibold';
  margin-bottom: 0;
  line-height: 1;
  z-index: 2;
}

.info--col p {
  color: #AEAEB0;
  font-size: 23px;
  font-family: 'pp-semibold';
  line-height: 1;
}

.info--col p a {
  color: #39D932
}

.form--col .form-group .form-control {
  background-color: #000;
  color: #99999a;
  font-family: 'pp-light-m';
}

.form--col .form-group:last-of-type{
  margin-bottom: 0;
}

.form--col .form-group .form-control::placeholder {
  color: #8a8b8d;
}

.form--col .form-group .form-control:focus {
    border-color: initial;
    outline: 0;
    box-shadow: none;
}

.form--col .btn-enviar {
  padding: 0;
  font-family: 'pp-semibold';
  color: #39D932;
  font-size: 20px;
}

.form--col .btn-enviar:focus {
  border-color: initial;
  outline: 0;
  box-shadow: none;
}

.form--col .btn-enviar:hover {
  text-decoration: none;
}

.reel--div__botones div:last-child .reel--a svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-25%);
  width: 130%;
  height: 2em;
  pointer-events: none;
}