html.overflow-hidden, html.overflow-hidden > body {
    overflow:hidden;
}
.logoca svg path, .logoca svg .cls-1{
    fill: #000!important;
}
.nav-active .logoca svg path, .nav-active .logoca svg .cls-1{
    fill: #fff!important;
}
body,ul,li {
    margin:0;
    padding:0;
    list-style:none;
}
section {
    display:none;
    height:100vh;
    background-color:#fff;
    text-align:center;
}
#first{
    font-family: 'Roboto', sans-serif;
}
#first .container{
    max-width: 720px;
    width: 100%;
    padding-top: 150px;
}

#second .container{
    max-width: 720px;
    width: 100%;
    padding-top: 100px;
}
#second .logo-mentes img {
    padding-top: 2%;
    position: absolute;
}
#first h2{
    color: #280d20;
    font-size: 40px;
    font-weight: 200;
    text-transform: uppercase;
    text-align: left;
}
#second p{
    color: #280d20;
    font-weight: 200;
    text-align: left;
}
#second .vid-personajes{
    height: 0;
    width: 100%;
    background: #d4c2c0;
    overflow: hidden;
    transition: height 1s;
    position: relative;
}
.close-x{
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 24px;
    font-weight: 500;
}
#second  .low .netflix-item img {
    position: absolute;
    bottom: -30px;
    width: auto;
    max-width: 220px;
    left: -110px;
    margin-left: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 1s;
}
#second .low .infobtn {
    position: absolute;
    width: 150px;
/*    opacity: 1;*/
    left: 40px;
    transition: 0.5s;
}
#second .low  .netflix-item:hover .infobtn {
    -webkit-transform: translateY(45%);
    transform: translateY(45%);
}
#second .low .infobtn img{
    width: 30px;
    left: 0;
    bottom: -30px;
    margin-left: 0;
}
#second .personajes{
    position: relative;
    height: 65%;
    width: 100%;
    overflow: hidden;
    transition: height 1s;
       overflow-x: scroll;
    overflow-y: hidden;
     scroll-behavior: smooth;
}
#nextbtn{
    position: absolute;
    right: 0;
    top: 0;
    font-size: 30px;
    z-index: 2;
    width: 50px;
    background: aqua;
}
#second .low{
    height: 30%;
    transition: height 1s;
}
#second .low-2{
    height: 25%;
    transition: height 1s;
}
#second .vid-up{
    height: 45%;
    transition: height 1s;
    border-bottom: 1px solid #fff;
}
#second .personajes ul{
    margin: 0 auto;
    padding: 0;
    text-align: center;
}
#second .personajes ul li{
    margin: 0 auto;
    padding: 0;
    float: left;
    width: 20%;
    height: 100vh;
}
.bgo{
    background: #dc6d2d;
}
.bgcre{
    background: #8d676c;
}
.bgvi{
    background: #511f22;
}
.bgro{
    background: #c497c2;
}
.conteline{
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    width: 100%;
    height: 100vh;
}
.logo-mentes img{
    margin-left: 6%;
    padding-top: 4%;
    float: left;
    width: 349px;
    display: block;
    cursor: pointer;
    vertical-align: initial;
}
.white{
    height: 35%;
    transition: height 1s;
}
.purple{
    width: 100%;
    height: 30%;
    background: #280d20;
    padding: 40px 0 0 0;
}
.orange{
    width: 100%;
    height: 35%;
    background: #da6e38;
    padding: 0;
}
.orange a.cono{
    padding: 20px;
    text-decoration: underline;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    display: block;
}
.img-plp{
    vertical-align: initial;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.alante{
    z-index: 0;
    position: relative;
}
.purple p{
    max-width: 720px;
    width: 100%;
    color: #fff;
    text-align: left;
    padding-right: 15px;
    padding-left: 15px;
    margin: 0 auto 20px;
}
.orange ul{
    margin: 0 auto;
    position: relative;
    bottom: -10px;
    text-align: center;
    left: 0px;
}
.orange ul li{
    display: block;
    max-width: 99%;
    margin: 0 auto;
}
#third {    
    background-color:green;
}
section.show {
    display:block;
}
body.nav-active header{
     z-index: 9999;
    position: fixed;
}
.nav {
    position:fixed;
}
.nav > ul > li {
    float:left; 
    padding:20px;
    cursor:pointer;
    color:#000;
}
@keyframes pageloading{
    0% {
        bottom:-100vh;
    }
    30% {
        bottom:0vh;
    }
    60% {
        bottom:100vh
    }    
    100% {
        bottom:100vh
    }
}
nav {    
    display:none;
    color:white;
    text-align:center;
    line-height:100vh;
    font-size:5rem;
    position:fixed;
    background-color:red;
    width:100%;
    height:100vh;
    font-size:5rem;
    z-index: 99;
    background-color:#ffffff;
}
nav.active{    
    display:block;
    animation-name:pageloading;
    animation-duration:5s;
    animation-iteration-count:1;
    animation-fill-mode: forwards;
}

.netflix {
    width: 100%;
    height: 50%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
   justify-content: center;
    overflow: hidden;

}
.netflix #content {
    width: 100%;
    white-space: nowrap;
}

.netflix .netflix-item:not(:last-child) {
  margin-right: 1px;
}

/*.netflix:focus-within .netflix-item,*/
.netflix:hover .netflix-item {
  -webkit-transform: translateX(-25%);
          transform: translateX(-25%);
}

/*.netflix .netflix-item:focus,*/
.netflix .netflix-item:hover {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  z-index: 100;
}
/*.netflix .netflix-item:focus img,*/
.netflix .netflix-item:hover img{
-webkit-transform: translateY(-4%);
    width: 210px;
    left: -70px;
    transform: translateY(-4%);
}
.netflix-item {
/*  max-width: 380px;*/
  height: 100%;
  -webkit-transition: -webkit-transform 500ms;
  transition: -webkit-transform 500ms;
  transition: transform 500ms;
  transition: transform 500ms, -webkit-transform 500ms;
}
.netflix-item img{
  -webkit-transition: -webkit-transform 500ms;
  transition: -webkit-transform 500ms;
  transition: transform 500ms;
  transition: transform 500ms, -webkit-transform 500ms;
}
/*.netflix-item:focus ~ .netflix-item,*/
.netflix-item:hover ~ .netflix-item {
  -webkit-transform: translateX(25%);
          transform: translateX(25%);
}

.netflix-item:hover ~ .netflix-item {
  -webkit-transform: translateX(25%);
          transform: translateX(25%);
}
.netflix-item {
    position: relative;
    width: 100%;
    overflow: hidden;
    max-width: 326px;
}
.netflix-item img {
    position: absolute;
    bottom: -30px;
    width: auto;
        max-width: 270px;
    left: -140px;
    margin-left: 50%;
    -o-object-fit: cover;
    object-fit: cover;
        transition: 0.5s;
}
.netflix-item img.delado {
    left: -150px;
    bottom: 0;
}
#second .infobtn{
    position: absolute;
    width: 150px;
    opacity: 0;
}
#second .netflix-item:hover .infobtn{
    -webkit-transform: translateY(105%);
    transform: translateY(105%);
    left: 20px;
    opacity: 1;
        top: -50px;
}
#second .netflix-item:hover .corner{
    left: 75px;
    top: -50px;
}
#second .netflix-item:hover .infobtn img {
    position: initial;
    margin: 0;
    display: block;
        width: 25px;
}

#second .netflix-item:hover .infobtn p {
    color: #fff;
    font-weight: 400;
    display: block;
    margin-bottom: 10px;
/*    font-size: 12px;*/
}
#second .netflix-item:hover .infobtn p span {
    color: #fff;
    font-weight: 300;
/*    font-size: 7px;*/
    text-transform: uppercase;
    display: block;
}
#second .infobtn p{
    color: #fff;
    font-weight: 400;
    display: block;
     margin-bottom: 10px;
}
#second .infobtn p span{
    color: #fff;
    font-weight: 300;
    font-size: 10px;
    text-transform: uppercase;
    display: block;
}
#second .infobtn img{
    position: initial;
    width: 55px;
    margin: 0;
    display: block;
}
.videos-personajes{
    width: 95%;
    height: auto;
    display: none;
    margin: 2% auto;
}
.videos-personajes .pic-info{
    width: 45%;
    position: relative;
    text-align: right;
    float: left;
}
.videos-personajes .pic-info img{
    display: inline-block;
    width: 270px;
    margin-top: 60px;
}
.videos-personajes .pic-info h2{
    display: inline-block;
    text-transform: uppercase;
    font-size: 46px;
    color: #fff;
    font-weight: 200;
    width: 200px;
    text-align: left;
    position: relative;
    top: 90px;
}
.videos-personajes .pic-info h2 span{
    display: block;
    font-size: 14px;
}
.videos-personajes .pic-info p{
    padding-top: 12px;
    width: 100%;
    display: block;
    float: none;
    max-width: 400px;
    border-top: 1px solid #290f22;
    font-size: 14px;
    padding-right: 0px;
    margin: 20px auto 0;
    position: absolute;
    right: 0;
}
.videos-personajes .videos-contenedor{
    width: 50%;
    height: 300px;
    position: relative;
    text-align: left;
    float: right;
}
.videos-personajes .videos-contenedor iframe{
    width: 530px;
    height: 300px;
    margin-top: 30px;
}
@media (min-width: 1600px) and (min-height: 963px) {
    .purple {
        width: 100%;
        height: 30%;
        background: #280d20;
        padding: 5% 0 0 0;
    }
    .netflix {
width: 100%;
    height: 50%;
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: center;
       justify-content: center;
    }
    .orange ul{
    margin: 0 auto;
    position: relative;
    bottom: -30px;
    text-align: center;
    left: 0px;
}
    #first .container {
        max-width: 720px;
        width: 100%;
        padding-top: 10%;
    }
    #second .container {
        max-width: 720px;
        width: 100%;
        padding-top: 8%;
    }
    .videos-personajes .videos-contenedor iframe {
        width: 80%;
        height: 470px;
        margin-top: 35px;
    }
    .videos-personajes .pic-info img {
        display: inline-block;
        width: 50%;
    }
}
@media (max-height: 820px) {
    section, .white, .purple, #second .low-2 {
        height: auto;
    }
    .purple{
            padding: 40px 0;
    }
    #second .personajes {
        height: 600px;
    }
    #second .low{
        height: 300px;
    }
    #second .vid-up{
        height: 420px
    }
    #first .container {
        padding-top: 140px;
    }
    #first h2 {
        margin-bottom: 40px;
    }
}
@media (max-width: 769px) and (max-height: 1025px) {
    section, .white, .purple, #second .low-2 {
        height: auto;
    }
    .purple{
            padding: 40px 0;
    }
    #second .personajes {
        height: 600px;
    }
    #second .low{
        height: 300px;
    }
    #second .vid-up{
        height: 420px
    }
    #first .container {
        padding-top: 140px;
    }
    #first h2 {
        margin-bottom: 40px;
    }
}
@media (max-width: 1500px) {
    #second .container {
        margin-left: 32%;
    }
    .netflix {
        width: 100%;
    }
}
@media (max-width: 1230px) {
    #first h2 {
        font-size: 30px;
    }
    #second .logo-mentes img {
        padding-top: 2%;
        position: relative;
    }
    
}
@media (max-width: 1140px) {
    #second .logo-mentes img {
        padding-top: 7%;
        width: 219px;
    }
    .videos-personajes .pic-info h2 {
        width: 190px;
    }
    .videos-personajes .pic-info img {
        width: 170px;
    }
    .videos-personajes .pic-info p {
        max-width: 370px;
        margin: 30px auto 0;
    }
    .videos-personajes .videos-contenedor iframe {
        width: 380px;
        height: 210px;
        margin-top: 70px;
    }
    .netflix {
        width: 100%;
    }
}
@media (max-width: 1000px) {
    .netflix {
    width: 140%;
}
    #second .container {
        margin-left: auto;
            padding-top: 0;
    }
    #second .logo-mentes img {
        padding-top: 7%;
        width: 219px;
        float: none;
        position: relative;
        margin: 0 auto -40px;
    }
    .videos-personajes .pic-info {
        width: 90%;
        position: relative;
        text-align: center;
        margin: 0 auto;
        float: none;
    }
    .videos-personajes .pic-info p {
        max-width: 60%;
        margin: 30px auto 0;
        position: relative;
    }
    .videos-personajes .videos-contenedor {
        width: 100%;
        height: 300px;
        position: relative;
        text-align: center;
        float: none;
    }
    .videos-personajes .videos-contenedor iframe {
        width: 380px;
        height: 210px;
        margin-top: 30px;
    }
    #second .vid-up {
        height: 630px;
    }
}
@media (max-width: 940px) {
    #first h2 {
        font-size: 25px;
    }
}
@media (max-width: 780px) {
    #second .netflix-item:hover .infobtn img {
        width: 50px;
    }
    #second .low .netflix-item:hover .infobtn {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
    #second .logo-mentes img {
        padding-top: 17%;
        width: 219px;
        float: none;
        position: relative;
        margin: 0 auto -40px;
    }
    .second-loading img, .first-loading img{
        max-width: 320px;
        width: 100%;
    }
    #first .container {
        padding-top: 0;
    }
    #first h2 {
        font-size: 20px;
        margin: 40px auto;
        text-align: center;
    }
    .logo-mentes img {
        margin-left: 0;
        padding-top: 15%;
        margin: 0 auto -60px;
        float: none;
        width: 300px;
    }
    #second .infobtn {
        position: absolute;
        width: 140px;
        left: 16px;
        opacity: 1;
    }
    #second .low .infobtn {
        position: absolute;
        width: 150px;
        opacity: 1;
        left: 16px;
        transition: 0.5s;
    }
    #second .netflix-item:hover .corner {
        left: 45px;
    }
    .orange ul {
        bottom: -10px;
    }
    .netflix {
        width: 170%;
    }
    .netflix .netflix-item:hover {
        -webkit-transform: scale(1);
        transform: scale(1);
        z-index: 100;
    }
    .netflix .netflix-item:hover img {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    #second .netflix-item:hover .infobtn {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        left: 16px;
        opacity: 1;
    }
/*
    #second .netflix-item:hover .infobtn p {
        font-size: 16px;
    }
    #second .netflix-item:hover .infobtn p span {
        font-size: 10px;
    }
*/
/*
    #second .netflix-item:hover .infobtn img {
        width: 55px;
    }
*/
    .netflix-item:hover ~ .netflix-item, .netflix-item:hover .netflix-item  {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    .netflix:hover .netflix-item {
      -webkit-transform: translateX(-0%);
              transform: translateX(-0%);
    }
}
@media (max-width: 680px) {


}  
@media (max-width: 500px) {
    #second .netflix-item:hover .infobtn img {
        width: 25px;
    }
    .netflix {
    width: 252%;
}
    .videos-personajes .pic-info img {
        width: 120px;
        margin: 0 auto;
    }
    .videos-personajes .pic-info h2 {
    position: relative;
    top: 40px;
    margin: 0 auto 20px;
    }
    #second videos-personajes .pic-info p {
        max-width: 60%;
        margin: 10px auto 0;
        position: relative;
        text-align: center;
    }
    .videos-personajes .videos-contenedor iframe {
        width: 300px;
        height: 170px;
        margin-top: 30px;
    }
    #second .vid-up {
        height: 500px;
    }
    #second .infobtn {
        position: absolute;
        width: 100px;
        left: 12px;
        margin: 0 auto;
        opacity: 1;
        text-align: center;
    }
    #second .infobtn p {
        color: #fff;
        font-weight: 400;
        display: block;
        margin-bottom: 10px;
        font-size: 13px;
    }
    #second .infobtn img {
        position: initial;
        width: 25px;
        margin: 0;
        display: block;
    }
    #second .netflix-item:hover .corner {
        left: 27px;
    }

    #second .personajes {
        height: 400px;
    }
    .netflix .netflix-item:hover {
        -webkit-transform: none;
        transform: none;
        z-index: 100;
    }
    .netflix-item:hover ~ .netflix-item, .netflix-item:hover .netflix-item {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    .videos-personajes .pic-info p {
        max-width: 90%;
    }
    #second .low {
        height: 300px;
    }
    .netflix-item img {
        position: absolute;
        bottom: -30px;
        width: auto;
            max-width: 180px;
    left: -90px;
        margin-left: 50%;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .netflix .netflix-item:hover img {
    -webkit-transform: translateY(-4%);
    width: 180px;
    left: -90px;
    transform: translateY(-4%);
}
    #second .netflix-item:hover .infobtn {
        -webkit-transform: translateY(0);
    transform: translateY(0);
    left: 16px;
    opacity: 1;
    top: 0px;
}

.netflix-item img.delado {
    left: -60px;
    bottom: 0;
}
    
}
