@media (max-height: 1024px) {
  
}

@media (min-width: 769px) and (max-width: 1024px) {

  /* Work Detail */
  .imagenes--img__margin {
    margin-bottom: 130px;
  }

  /* Studio */
  .somos--p__studio, .clientes--p {
    font-size: 12rem
  }

  .servicios--div__areas {
    padding: 70px 20px 70px 20px;
  }

  .servicios--div__areas p {
    text-align: right;
    max-width: 140px;
    font-size: 18px;
  }

  .servicios--div__container {
    width: 440px;
    height: 600px;
  }

  .servicios--div__imagenes {
    max-width: 440px;
  }
}

@media (max-width: 768px) {
  .detalles__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 771px) {
  .menu--line {
    left: initial;
    right: 0;
    transform: none;
    width: 100%;
  }

  .menu--line ul {
    flex-wrap: nowrap;
    padding: 0;
    gap: 18px;
    padding-left: 0px;
    justify-content: center;
    margin-bottom: 0;
  }

  .order-2-xs {
    order: 2;
  }

  .order-1-xs {
    order: 1;
  }

  /* Work Detail */
  .div--detalles__col2 {
    padding-top: 0px;
    margin-top: 50px;
  }

  .descripcion--p__desc {
    margin-bottom: 50px;
  }

  .div--detalles__descripcion {
    margin-bottom: 0;
  }

  .detalles {
    margin-bottom: 50px;
  }

  .div--detalles__col1 {
    flex-wrap: wrap;
  }

  .modeling--p__desc {
    margin-bottom: 0px;
  }

  .imagenes--img__margin {
    margin-bottom: 130px;
  }

  .detalles--svg {
    width: 100%;
  }

  .div--titulo__element h2 {
    font-size: 16vw;
  }

  .detalles {
    padding-left: 0;
  }

  /* Inicio */
.reel--div__texto {
    padding-bottom: 0px;
  }

  .reel--div__animacion {
    height: 480px;
    flex-grow: initial;
  }

  .reel__div__nf p {
    font-size: 15vw;
  }

  .reel__div__nf {
    margin-top: 0;
  }

  .reel--div__botones {
    display: flex;
    text-align: center;
    flex-direction: row;
    flex-shrink: 0;
    gap: 0px;
    flex-wrap: wrap;
  }

  .reel--div__botones div:first-child {
    text-align: center;
  }
  
  .button-container {
    flex: 0 0 50%;
}

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

  .reel--div__botones div:last-child .reel--a svg {
    transform: translate(-50%, -50%);
  }

  .follow-button .cls-follow, .contact-button .cls-contact, .jobs-button .cls-jobs{
    stroke-width: 4px;
  }

  #svgJobs, #svgFollow {
    left: 0;
  }

  .grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .button {
    font-size: 25px;
  }

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

  .info {
    font-size: 13px;
  }

  .informacion--div {
    gap: 0;
    grid-template-columns: 2fr 2fr
  }

  #svgContact {
    width: 100%;
    max-width: 190px;
    height: auto;
    position: absolute;
    left: 0;
    z-index: 1;
    top: 30px;
  }

  .cls-1 {
    stroke-width: 4;
  }

  /* Studio */
  .work .navbar {
    z-index: 99999;
  }

  .somos--p__studio, .clientes--p {
    font-size: 10rem
  }

  .servicios--div__areas {
    padding: 70px 20px 70px 20px;
  }

  .servicios--div__areas p {
    text-align: right;
    max-width: 140px;
    font-size: 18px;
  }

  .servicios--div__container {
    width: 400px;
    height: 600px;
  }

  .servicios--div__imagenes {
    max-width: 400px;
  }

  .somos {
    padding: 50px 20px;
  }

  .somos--div__row {
    flex-wrap: wrap;
    flex-direction: column;
  }

  .somos--div__textos {
    margin-top: 20px;
  }

  .parent {
    width: 100%;
    align-items: stretch;
  }

  .childs2 {
    overflow: hidden;
  }

  .somos--div__textos span {
    align-self: center;
  }

  .h1--item__img {
    width: 100%;
    height: calc(100% - 6vw);
    max-height: initial;
  }

  .hacemos {
    padding: 100px 20px;
  }

  #videoWrapper #video {
    max-width: 99%;
  }
  
  #video {
    max-width: 100%;
    max-height: 100%;
    display: block;
  }
  
  .work #video {
    max-width: 100%;
    max-height: 100%;
    display: block;
    height: 771px;
  }
  
}

@media (max-width: 771px) {
  .hamburguer {
    right: 30px;
    top: 30px;
  }

  .ul--menu {
    padding-left: 0;
    max-width: 200px;
  }

  .projects--div__grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 0px;
  }

  .projects--video {
    margin-bottom: 10px;
  }

  .somos--div__grid {
    display: none;
  }
}

@media (max-width: 500px) {
  .z-index-9 {
    position: relative;
    z-index: 9999;
  }

  /* Work */
  .projects--ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    position: relative;
    display: none;
  }

  .project-icon-container {
    right: 50%;
    transform: translate(-50%,0);
    width: 20px;
  }

  .mb-xs-50 {
    margin-bottom: 50px;
  }
  
  /* Work detail */
  .imagenes--img__margin {
    margin-bottom: 30px;
  }

  .modeling {
    margin-top: 50px;
  }

  .modeling--div {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 50px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
  }

  .columna {
    width: 100%;
  }

  .row--stills {
    flex-wrap: wrap;
    gap: 50px;
  }

  .owl-dots {
    margin-top: 20px;
  }

  .modeling--p__desc {
    text-align: left;
  }

  .pr-xs-0 {
    padding-right: 0;
  }

  .pl-xs-0 {
    padding-left: 0;
  }

  /* Studio */
  .servicios--div__areas {
    min-height: 310px;
  }

  .somos--p__studio, .clientes--p {
    font-size: 7rem
  }

  .servicios--div__areas h6 {
    font-size: 20px;
    flex: 1;
  }

  .accordion--p__descripcion {
    font-size: 18px;
  }

  .servicios--div__areas div {
    display: flex;
    justify-content: end;
  }

  .servicios--div__areas {
    padding: 20px;
  }

  .servicios--div__areas p {
    text-align: right;
    max-width: 290px;
    font-size: 14px;
  }

  .somos--p__center {
    font-size: 18px;
  }

  .accordion--div {
    padding: 0 20px;
  }

  .servicios--div__container {
    width: 200px;
    height: 300px;
  }

  .servicios--div__imagenes {
    max-width: 200px;
  }

  .accordion--div__info {
    flex-wrap: wrap;
  }

  .child p {
    font-size: 3rem;
    max-width: 130px;
  }

  .clientes--div__flex {
    width: 25%;
  }

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

  .somos--div__descriptivo p {
    font-size: 18px;
  }

  .div--titulo__large, .div--titulo__element:nth-child(2) {
    margin-top: -10px;
  }

  .hablemos--div {
    margin-bottom: 50px;
  }

  .owl-nav {
    top: 40%;
    position: absolute;
    width: 100%;
  }

  .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    color: #fff !important;
  }
  
  .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: 0;
  }
  
  .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: 0;
  }

  .team {
    position: relative;
    padding: 100px 15px 50px;
  }

  .team--row {
    flex-direction: column;
  }

  .accordion {
    padding: 0;
  }

  .contact--titulo { 
    font-size: 90px;
    margin-bottom: 0;
    line-height: 1;
  }

  .contendor--svg__footer>div {
    margin-bottom: 5px;
  }

  .contenedor--mails__footer {
    margin-bottom: 20px;
  }

  .contacto--a__address {
    margin-bottom: 20px;
  }

  .contacto--a__address, .contact-redes a, .mail--txt__md {
    font-size: 20px;
  }

  .reel {
    z-index: 1;
  }

  .menu--div__elements {
    z-index: 9;
    justify-content: center;
    pointer-events: all;
    flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 0px;
  }

  .ul--menu>a {
    font-size: 80px;
  }

  .menu--div__mails {
    align-self: start;
    padding-right: 0;
    max-width: 261px;
    margin-left: 30px;
    padding: 0;
    flex: 1;
    opacity: 0;
    transition: all 1.3s;
    pointer-events: none;
  }

  .mail--titulo{
    font-size: 20px;
  }
  
  .menu--line ul li a, .mail--subtitulo {
    font-size: 16px;
  }

  .mail--txt {
    font-size: 20px;
  }

  .menu--line {
    bottom: 10px;
  }

  .mail--txt__md {
    font-size: 16px;
  }

  .menu--spray {
    left: -40px;
  }

  .menu--div__lista {
    padding-left: 50px;
    margin-right: 20px;
    width: 100%;
    height: auto;
    padding-bottom: 0;
  }

  .ul--menu {
    max-width: 100%;
  }

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

  .svg--nf__studio {
    bottom: 8px;
    right: -5px;
    transform: translate(0, 0);
    width: 50%;
    height: 30px;
  }

  .custom-input-container input {
    width: 133px;
    margin-left: 0;
  }

  .reel--div__texto p, .reel--a__studio {
    font-size: 16px
  }

  .projects--p__work {
    font-size: 13rem;
  }

  .div--titulo__element {    
    gap: 5px;
  }

  .div--titulo__imagen {
    padding: 0;
  }

  .accordion--div__puesto {
    position: relative;
    left: initial;
    transform: none;
    width: 100%;
    padding: 20px 10px;
  }
    

  .team--h2 {
    margin-bottom: 10px;
  }

  .team--p {
    margin-bottom: 0;
    font-size: 16px;
  }

  .accordion--div__puesto {
    display: none;
  }
  .accordion--div__puesto.active {
    display: block;
  }

  .somos--div__carousel .carousel--childs {
    position: relative;
    height: 420px;
  }

  .carousel--childs.pipe img {
    left: -280px;
    top: -134px;
  }

  .carousel--childs.pepe img {
    left: -335px;
    top: -95px;
  }

  .carousel--childs.ariel img {
    left: -125px;
    top: -100px;
  }

  .carousel--childs.rafa img {
    left: -220px;
    top: -100px;
  }

  .show-xs {
    display: initial;
  }

}