.studio {
  background-color: inherit;
}

.somos {
  padding: 150px 0;
  background-color: #e0e0e0;
}

.somos--div__row {
  display: flex;
  width: 100%;
  flex-direction: row;
}

.somos--div__logo {
  padding: 0 60px 0 60px;
  display: flex;
  align-items: center;
  min-width: 30%;
}

.somos--h1 {
  width: 100%;
  padding-right: 20px;
}

.parent {
  display: flex;
  min-width: 70%;
  align-items: stretch; 
}

.parent__bottom {
  display: flex;
  min-width: 70%;
  align-items: stretch; 
}

.owl-it {
  width: 100%;
  position: relative;
  overflow: hidden
}

.owl-it img{
  height: auto;
  width: 100%;
  
}

.childs1,
.childs3 {
  white-space: nowrap; 
}

.childs2 {
  flex: 1; 
  display: flex;
  align-items: center;
}

.childs2__rectangulo {
  overflow: hidden;
  background-color: #8300ff;
  flex: 1;
  margin: 1vw 0;
}

.h1--item__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  max-height: calc(100% - 2.3vw);
}

.somos--div__textos span {
  font-size: 7.5vw;
  font-family: 'kaneda-black';
  line-height: 1;
  
}

.h1--item {
  height: 100%;
  overflow: hidden;
  flex-grow: 1;
}

.h1--span {
  white-space: nowrap;
}

.h1--span__stretch {
  flex-grow: 1;
}

.img--somos__logo {
  width: 100%;
  height: auto;
  max-width: 450px;
}

.somos--p {
  color: #8a8b8d;
  margin-bottom: 0;
  width: 100%;
} 

.somos--p__normal {
  font-family: 'pp-light';
  font-size: 1.1rem;
}

.somos--p__bold span {
  font-size: 1rem;
}

.somos--p__bold {
  font-family: 'pp-semibold';
  font-size: 1.2rem;
}

.somos--p__center span {
  margin-top: 15px;
  width: 100%;
  display: block;
}

.somos--p__center {
  text-align: left;
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 15px;
  font-size: 22px;
}

.somos--p__studio {
  font-size: 15rem;
  margin-bottom: 0;
  line-height: 1;
  font-family: 'kaneda-black';
  text-align: left;
  color: #fff;
}

.somos--p__left {
  text-align: left;
}

.somos--div__textos {
  display: flex;
  align-items: center;
  flex-grow: 1;
  flex-direction: column;
  min-width: 70%;
}

.somos--div__descriptivo {
  align-self: start;
  max-width: 400px;
}

.somos--div__descriptivo p {
  font-family: 'pp-light';
  font-size: 22px;
  margin-bottom: 0;
  margin-top: 20px;
}

.hacemos-col {
  max-width: 1200px;
  margin: 0 auto;
}

.team {
  background-color: #000;
  padding: 0;
}

.team--nombre {
  font-family: 'pp-semibold';
}

.hacemos {
  background-color: #000;
  color: #fff;
  padding: 200px 0;
}

/* Áreas */
.servicios {
  height: 450vh; 
  padding-top: 100px;
  position: relative;
  background: #000;
  padding: 0px 0px 50px 0px;
}

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

.servicios--div__areas {
  min-height: 250px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 0;
  align-items: center;
  padding: 50px 20px 50px 100px;
  color: #fff
}

.servicios--div__areas p {
  padding-left: 0;
  padding-bottom: 0;
  transform: translateY(.3em);
  width: 100%;
  max-width: 380px;
  font-family: 'pp-light';
  font-size: 18px;
}

.servicios--subtitulo {
  font-family: 'pp-semibold-m';
}

.servicios--div__areas div {
  padding-left: 0;
  padding-bottom: 0;
  transform: translateY(.3em);
  width: 100%;
  max-width: 380px;
  font-family: 'pp-light';
  font-size: 18px;
}

.servicios--div__areas h6 {
  height: auto;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  font-family: 'kaneda-black';
  font-size: 35px;
}

.servicios--div__absolute {
  position: relative;
  height: 100vh; 
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.servicios--div__fixed {
  height: 100vh;
  width: 100vw;
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.servicios--div__container {
  width: 430px;
  height: 580px;
  position: relative;
}

.servicios--div__imagenes {
  width: 100%;
  height: 100%;
  max-width: 430px;
  position: relative;
}

.servicios--div__reel {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: none;
  transition: opacity .4s cubic-bezier(0.165,0.84,0.44,1);
  width: 100%;
  height: auto;
  overflow: hidden;
  z-index: 2;
}

.servicios--div__image {
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 530px;
  top: 0;
  transition: opacity .4s cubic-bezier(0.165,0.84,0.44,1);
}

.servicios--div__image img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transform-origin: left center;
  clip-path: inset(0 100% 0 0);
  transition: opacity .4s cubic-bezier(0.165,0.84,0.44,1);
}

.servicios--video {
  object-fit: cover;
  transform-origin: left center;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  /*transform: scale(1.5);*/
  clip-path: inset(0 100% 0 0);
}

.servicios--video::-webkit-media-controls {
  display: none !important;
}

.contenedor-letras {
  background-color: #000;
  height: auto;
  position: relative;
  overflow: hidden;
}

.contenedor-letras-content {
  display: flex;
  flex-wrap: nowrap;
  align-items: start;
  position: relative;
  width: 400px;
  flex-direction: column;
}

.contenedor-letras-wrap {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 10px;
}

.contenedor-letras-inner {
  height: 100vh;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: sticky;
  top: 0;
}

.contenedor-letras-inner h2 {
  font-size: 16.5rem;
  font-weight: 500;
  line-height: 100%;
  color: #8300ff;
  white-space: nowrap;
  margin-bottom: 0;
  line-height: 1;
  font-family: 'kaneda-black';
}

.contenedor-letras-inner h2:last-of-type {
  margin-top: -45px;
}

.contenedor-letras-inner h2 span{
  display: inline-block;
}

.contenedor-letras-inner h2 .span1, .contenedor-letras-inner .span2{
  opacity: 0;
  transform: translateY(-90px);
}

.video-box {
  display: block;
  width: 430px;
}

.areas--div__live {
  background: #c3c0c0;
}

.areas--div__3d {
  background: #aeaeb0;
}

.areas--div__2d {
  background: #8a8b8d;
}

.areas--div__mixed {
  background: #3f4044;
}

/* Accordion */
.somos--div__carousel {
  flex: 1;
  width: 100%;
  overflow: hidden;
}
.accordion {
  display: flex;
  width: 100%;
  height: 500px;
  overflow: hidden;
  border: 2px solid black;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

.somos--div__grid {
  width: 100%;
}

.somos--div__carousel .carousel--childs {
  width: 100%;
  height: 550px;
}

.carousel--childs p {
  z-index: 9;
  position: absolute;
  right: 15px;
  font-size: 7rem;
  text-align: right;
  bottom: 0;
  max-width: 290px;
  line-height: 1;
  font-family: 'kaneda-black';
  transition: all 1.3s;
  color: #fff;
  font-size: 3rem;
  max-width: 130px;
}

.carousel--childs img {
  width: 100% !important;
  min-width: 700px;
  height: auto !important;
  position: absolute;
  left: 0;
  top: 0;
}

.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
  overflow: hidden;
}

.carousel--childs.allen img{
  left: -130px;
}

.carousel--childs.pepe img{
  left: -190px;
}

.carousel--childs.pipe img{
  left: -190px;
}

.carousel--childs.chava img{
  left: -150px;
}

.carousel--childs.libertad img{
  left: -80px;
}

.carousel--childs.ariel img{
  left: -80px;
}

.carousel--childs.rafa img{
  left: -180px;
}

.child {
  flex-grow: 1;
  background-color: #000;
  text-align: center;
  line-height: 200px;
  font-size: 24px;
  color: white;
  cursor: pointer;
  transition: background 0.3s;
  position: relative;
  overflow: hidden;
}

.child:hover {
  background-color: #000;
}

.child img {
  width: 100% !important;
  min-width: 700px;
  height: auto !important;
  position: absolute;
  left: 0;
  top: 0;
}

.child p {
  z-index: 9;
  position: absolute;
  right: 15px;
  font-size: 7rem;
  text-align: right;
  bottom: 0;
  max-width: 290px;
  line-height: 1;
  font-family: 'kaneda-black';
  transition: all 1.3s;
  opacity: 0;
}

.child.allen img {
  left: -100px;
}

.child.pepe img {
  left: -442px;
}

.child.pipe img {
  left: -390px;
}

.child.chava img {
  left: -300px;
}

.child.libertad img {
  left: -100px;
}

.child.ariel img {
  left: -240px;
}

.child.rafa img {
  left: -350px;
}

.somos--div__relative {
  position: relative;
}

.accordion--div__puesto {
  background-color: #e0e0e0;
  padding: 20px;
  width: calc(100% - 45px);
  left: 22px;
  margin: 0 auto;
  bottom: 0px;
  position: absolute;
  transition: all 1.3s;
}

.accordion--div__descripcion {
  background-color: #000;
}

.team--h2 {
  font-size: 20px;
  font-family: 'pp-semibold';
  margin-bottom: 25px;
}

.team--p {
  font-size: 18px;
  font-family: 'pp-light';
}

.accordion--div__info {
  display: flex;
  align-items: start;
  justify-content: center;
  padding: 10px 20px 50px 20px;
  gap: 40px;
}

.accordion--div__awards {
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 80px;
}

.title {
  font-size: 36px;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.awards-logo {
  width: 80px;
  height: auto;
}

.accordion--div__categoria {
  margin-left: 20px;
}

.accordion--p {
  font-size: 18px;
  margin-bottom: 10px;
  color: #fff;
}

.accordion--p {
  color: #fff;
}

.accordion--p__awards {
  font-family: 'kaneda-medium';
  font-size: 35px;
}

.accordion--p__categorias{
  font-family: 'pp-light';
  font-size: 16px;
  max-width: 170px;
}

.accordion--p__descripcion {
  max-width: 800px;
  margin: 0 auto;
  margin-top: 80px;
  margin-bottom: 60px;
  text-align: center;
  font-size: 25px;
}

/* CLIENTES */
.clientes {
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 70px;
  background-color: #e0e0e0;
}

.clientes .row {
  max-width: 1200px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.clientes--row {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.clientes--div__flex {
  width: 12.5%;
  box-sizing: border-box; 
}

.clientes--div {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  text-align: center;
}

.clientes--div img {
  width: 100%;
  height: auto;
}

.clientes--p {
  color: #000;
  font-size: 15rem;
  text-align: center;
  font-family: 'kaneda-black';
  margin-bottom: 0;
}

.svg-reel {
  position: absolute;
  right: -200px;
  bottom: -180px;
  width: 580px;
  height: 150px;
}