/*!
 * SOF
 * Version - 1.0
 * Author: Vannelo - http://vannelo.com

 * - RESOURCES -
 * COLORS
 * ACCENT: #;
 * ACCENT: #;

*/

/* TIPOGRAFÍA */
    @font-face {
        font-family: px;
        src: url('../fonts/px100.ttf');
        font-weight: 100;
    }
    @font-face {
        font-family: px;
        src: url('../fonts/px300.ttf');
        font-weight: 300;
    }
    @font-face {
        font-family: px;
        src: url('../fonts/px600.ttf');
        font-weight: 600;
    }


/* GENERAL */
    * {
        font-family: px !Important;
    }
    h1 {
        letter-spacing: 3px;
    }

    .master-box {
        background-color: #fd7065;
        color: white;
        text-align: center;
    }

/* MENÚ */
    .hamburguesa {
        position: fixed;
        top: 20px;
        right: 20px;
        width: 35px;
        height: 35px;
        cursor: pointer;
        background-color: white;
        z-index: 999;
    }
    .hamburguesa .linea {

    }

    .hamburguesa-mobile {
        display: none;
        position: fixed;
        top: 20px;
        right: 20px;
        width: 35px;
        height: 35px;
        cursor: pointer;
        background-color: white;
        z-index: 999;
    }

    .caja-menu{
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-color: #7cd595;
        z-index: 999;
    }
    .caja-menu .links {
        display: none;
    }
    .caja-menu .equis {
        position: absolute;
        top: 20px;
        right: 20px;
        font-size: 50px;
        font-weight: 700;
        color: white;
        cursor: pointer;
    }
    .caja-menu .caja-guia {
        position: relative;
        margin: auto;
        width: 800px;
        min-height: 100vh;
        z-index: 999;
    }
    .caja-menu .link1 {
        position: absolute;
        top: 70px;
        right: 70px;
        background-color: #fd996c;
        color: white;
        font-weight: 800;
        padding: 50px 40px;
        font-size: 20px;
        z-index: 30;
    }
    .caja-menu .link2 {
        position: absolute;
        top: 117px;
        right: 210px;
        background-color: #fd7065;
        color: white;
        font-weight: 800;
        padding: 42px;
        font-size: 16px;
        z-index: 29;
    }
    .caja-menu .link3 {
        position: absolute;
        top: 200px;
        right: 90px;
        background-color: #3c9daa;
        color: white;
        font-weight: 800;
        padding: 40px 25px;
        font-size: 16px;
        z-index: 28;
    }
    .caja-menu .link4 {
        position: absolute;
        top: 200px;
        right: 211px;
        background-color: #b24bce;
        color: white;
        font-weight: 800;
        padding: 90px 50px;
        font-size: 30px;
        z-index: 30;
    }
    .caja-menu .link5 {
        position: absolute;
        top: 302px;
        right: 131px;
        background-color: #fedd62;
        color: white;
        font-weight: 800;
        padding: 40px;
        font-size: 22px;
        z-index: 26;
    }
    .caja-menu .link6 {
        position: absolute;
        top: 302px;
        right: 470px;
        background-color: #44a7f7;
        color: white;
        font-weight: 800;
        padding: 45px 40px;
        font-size: 22px;
        z-index: 25;
    }
    .caja-menu .link7 {
        position: absolute;
        top: 425px;
        right: 160px;
        background-color: #fa4aad;
        color: white;
        font-weight: 800;
        padding: 45px 40px;
        font-size: 22px;
        z-index: 24;
        text-align: center;
    }
    .caja-menu .link8 {
        position: absolute;
        top: 425px;
        right: 396px;
        background-color: #fec25b;
        color: white;
        font-weight: 800;
        font-size: 34px;
        z-index: 23;
        text-align: center;
        width: 350px;
        height: 250px;
        padding-top: 90px;
    }

    .caja-menu .link8 .content2 {
        display: none;
    }
    .caja-menu .link8 .content2 img {
        width: 60px;
    }

    .menu-mobile {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-color: #7cd595;
        padding-top: 10vh;
        z-index: 999;
    }
    .menu-mobile a {
        color: white;
        display: block;
        padding: 10px 20px;
        font-size: 20px;
    }


/* CONTENIDO */
    .box-1 {
        padding-top: 20vh;
        height: 100vh;
        overflow: hidden;
    }
    .box-1 .imagen {
        position: relative;
        width: 50%;
        margin: auto;
        margin-top: 20px;
        line-height: 0;
        border: 5px solid white;
        cursor: pointer;
    }
    .box-1 .imagen img {
        width: 100%;
    }
    .box-1 .play-img {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

    .box-2 {
        background-color: #78aefc;
        padding: 20vh 0vh;
        min-height: 100vh;

    }
    .box-2 > .container > .row > .izquierda {
        font-size: 60px;
        font-weight: 600;
        padding-top: 20vh;
    }
    .box-2 .chapter {
        cursor: pointer;
        margin: 40px 0px;
    }
    .box-2 .chapter:hover .imagen {
        opacity: .8;
        transition-duration: .2s;
    }
    .box-2 .chapter .izquierda {
        font-size: 50px;
        font-weight: 800;
        padding-top: 25vh;
    }
    .box-2 .chapter .derecha .imagen {
        width: 100%;
        height: 500px;
        background-position: center;
        background-size: cover;
        border: 5px solid white;
        transition-duration: .2s;
    }

    .box-proyectos {
        text-align: left;
    }
    .box-proyectos h1 {
        text-align: center;
    }


    .box-proyecto .proyecto-trigger {
        position: relative;
        margin-top: 30px;
    }
    .box-proyecto .imagen-proyecto {
        position: relative;
        z-index: 2;
        width: 300px;
        cursor: pointer;
        height: 300px;
        border: 5px solid white;
        margin: auto;
        background-position: center;
        background-size:cover;
    }
    .box-proyecto .imagen-proyecto:hover {
        transition-duration: .2s;
    }
    .box-proyecto .imagen-gif {
        position: absolute;
        top: 0;
        width: 300px;
        cursor: pointer;
        height: 300px;
        left: 50%;
        margin-left: -150px;
        z-index: 1;
        border: 5px solid white;
        background-position: center;
        background-size:cover;
    }
    .box-proyecto .imagen-gif:hover {
        transition-duration: .2s;
    }
    .box-proyecto .capitulo {
        font-size: 60px;
        font-weight: 700;
        display: inline-block;
        position: relative;
        left: 40vw;
    }
    .box-proyecto .nombre {
        font-size: 30px;
        font-weight: 400;
        display: inline-block;
        position: relative;
        left: 40vw;
    }


/* POPUP VIDEO */
    .popup-video {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        z-index: 999;
        padding-top: 15vh;
    }
    .popup-video .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,.8);
        z-index: 100;
    }
    .popup-video .video {
        position: absolute;
        width: 70%;
        margin-left: 15%;
        line-height: 0;
        border: 5px solid white;
        z-index: 200;
    }
    .popup-equis {
        position: absolute;
        top: 20px;
        right: 40px;
        font-size: 50px;
        color: white;
        z-index: 300;
        font-weight: 700;
        cursor: pointer;
    }

/* PRUEBAS */

    .prueba-box-1 {

        padding-top: 15vh;
        height: 100vh;
        overflow: hidden;
    }
    .prueba-box-1 .imagen {
        width: 50%;
        margin: auto;
        margin-top: 20px;
        border: 10px solid white;
    }
    .prueba-box-1 .imagen img {
        width: 100%;
    }

    .prueba-box-2 {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        padding-top: 15vh;
        background-color: #3c9daa;
        z-index: -10;
    }
    .prueba-box-2 .imagen {
        width: 50%;
        margin: auto;
        margin-top: 20px;
        border: 10px solid white;
    }
    .prueba-box-2 .imagen img {
        width: 100%;
    }


/* BANDAS */
    .master-box-band {
        text-align: center;
        padding: 100px 0px;
    }
    .master-box-band .nombre {
        font-size: 40px;
        font-weight: 600;
    }
    .master-box-band .slider {
        width: 300px;
        height: 300px;
        margin: auto;
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .master-box-band .slider .item {
        display: inline-block;
        width: 300px;
        height: 300px;
        background-position: center;
        background-size: cover;
        border: 5px solid black;

    }
    .master-box-band .row {
        margin: 30px 0px;
    }
    .master-box-band audio {
        width: 100%;
        height: 30px;
    }
    .master-box-band .cancion-nombre {
        font-weight: 800;
    }
    .master-box-band .derecha {
        padding: 30px 0px;
        font-weight: 600;
        font-size: 18px;
    }
    .master-box-band .redes {
        text-align: center;
    }
    .master-box-band .redes img {
        width: 60px;
    }


/* NUEVA PRUEBA */
    .nuevo-box {

    }
    .nueva-caja {
        position: relative;
        width: 100vw;
        height: 100vh;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        background-position: center;
        text-align: center;
        color: white;
    }
    .nueva-caja h3 {
        position: absolute;
        width: 100%;
        top: 10%;
        text-align: center;
    }
    .nueva-caja h4 {
        position: absolute;
        width: 100%;
        bottom: 10%;
        text-align: center;
    }

/* FINAL */
    .home-proyecto {
        position: relative;
        width: 100vw;
        height: 100vh;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        background-position: top center;
        text-align: center;
        color: white;

    }
    .home-proyectos-mobile {
        display: none;
    }
    .home-proyecto-1 {
        background-image: url("../img/pantallas/1.gif");
    }
    .home-proyecto-2 {
        background-image: url("../img/pantallas/2.gif");
    }
.home-proyecto-3 {
    background-image: url("../img/pantallas/3.gif");
}
.home-proyecto-4 {
    background-image: url("../img/pantallas/4.gif");
}
.home-proyecto-5 {
    background-image: url("../img/pantallas/5.gif");
}
.home-proyecto-6 {
     background-image: url("../img/pantallas/6.gif");
 }
.home-proyecto-7 {
    background-image: url("../img/pantallas/7.gif");
}
.home-proyecto-8 {
    background-image: url("../img/pantallas/8.gif");
}



    .home-proyecto-trigger {
        width: 23%;
        height: 100%;
        margin: auto;

        z-index: 999;
        cursor: pointer;
    }

    .popup-trailer {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-color: rgba(0,0,0,.8);
        z-index: 999;
    }
    .popup-trailer-video {
        width: 70%;
        margin: auto;
        margin-top: 6%;
    }

    .popup-chapter-1 {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-color: rgba(0,0,0,.8);
        z-index: 999;
    }
    .popup-chapter-video-1 {
        width: 60%;
        margin: auto;
        margin-top: 8%;
    }
    .popup-chapter-2 {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-color: rgba(0,0,0,.8);
        z-index: 999;
    }
    .popup-chapter-video-2 {
        width: 60%;
        margin: auto;
        margin-top: 8%;
    }
    .popup-chapter-3 {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-color: rgba(0,0,0,.8);
        z-index: 999;
    }
    .popup-chapter-video-3 {
        width: 60%;
        margin: auto;
        margin-top: 8%;
    }
    .popup-chapter-4 {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-color: rgba(0,0,0,.8);
        z-index: 999;
    }
    .popup-chapter-video-4 {
        width: 60%;
        margin: auto;
        margin-top: 8%;
    }
    .popup-chapter-5 {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-color: rgba(0,0,0,.8);
        z-index: 999;
    }
    .popup-chapter-video-5 {
        width: 60%;
        margin: auto;
        margin-top: 8%;
    }
    .popup-chapter-6 {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-color: rgba(0,0,0,.8);
        z-index: 999;
    }
    .popup-chapter-video-6 {
        width: 60%;
        margin: auto;
        margin-top: 8%;
    }
    .popup-chapter-7 {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-color: rgba(0,0,0,.8);
        z-index: 999;
    }
    .popup-chapter-video-7 {
        width: 60%;
        margin: auto;
        margin-top: 8%;
    }
    .popup-chapter-8 {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-color: rgba(0,0,0,.8);
        z-index: 999;
    }
    .popup-chapter-video-8 {
        width: 60%;
        margin: auto;
        margin-top: 8%;
    }

    .box-capitulos {}
    .box-capitulos .izquierda-extra {
        width: 50%;
        background-color: red;
        position: fixed;
    }
    .box-capitulos .derecha {
       width: 30%;
        margin-left: 50%;
    }


    .cuadros {
        position: absolute;
        top: 55px;
        right: 55px;
        color: white;
    }
    .cuadros .cuadro1 {
        display: none;
        position: absolute;
        top: 0;
        right: 0;
        width: 15vw;
        height: 15vw;
        background-color: #e7986a;
        text-align: center;
        padding-top: 5vw;
        color: white;
        font-size: 3vw;
        font-weight: 600;
    }
    .cuadros .cuadro2 {
        display: none;
        position: absolute;
        top: 4vw;
        right: 15vw;
        width: 11vw;
        height: 11vw;
        background-color: #68a4f7;
        text-align: center;
        padding-top: 4vw;
        color: white;
        font-size: 1.5vw;
        font-weight: 600;
    }
    .cuadro2 .texto2 {
        display: none;
    }
    .cuadros .cuadro3 {
        display: none;
        position: absolute;
        top: 15vw;
        right: 10vw;
        width: 11vw;
        height: 11vw;
        background-color: #f0c25a;
        text-align: center;
        padding-top: 4vw;
        color: white;
        font-size: 1.5vw;
        font-weight: 600;
    }
    .cuadros .cuadro4 {
        display: none;
        position: absolute;
        top: 15vw;
        right: 21vw;
        width: 15vw;
        height: 15vw;
        background-color: #fd7065;
        text-align: center;
        padding-top: 6vw;
        color: white;
        font-size: 2vw;
        font-weight: 600;
    }
    .cuadros .cuadro5 {
        display: none;
        position: absolute;
        top: 20vw;
        right: 36vw;
        width: 15vw;
        height: 15vw;
        background-color: #e7986a;
        text-align: center;
        padding-top: 6vw;
        color: white;
        font-size: 2vw;
        font-weight: 600;
    }
    .cuadro5 .texto2 {
        display: none;
    }
    .cuadro5 img {
        width: 40px;
    }
    .cuadros .cuadro6 {
        display: none;
        position: absolute;
        top: 30vw;
        right: 25vw;
        width: 11vw;
        height: 11vw;
        background-color: #68a4f7;
        text-align: center;
        padding-top: 4vw;
        color: white;
        font-size: 1.5vw;
        font-weight: 600;
    }
    .cuadros .cuadro7 {
        display: none;
        position: absolute;
        top: 35vw;
        right: 36vw;
        width: 11vw;
        height: 11vw;
        background-color: #f0c25a;
        text-align: center;
        padding-top: 4vw;
        color: white;
        font-size: 1.5vw;
        font-weight: 600;
    }

    .video-mobile {
        display: none;
    }



/* RESPONSIVE */

    @media only screen and (max-width: 1000px) {

        .hamburguesa {
            display: none;
        }
        .hamburguesa-mobile {
            display: block;
        }

        .home-proyectos {
            display: none;
        }
        .home-proyectos-mobile {
            display: block;
        }

        .home-proyectos-mobile .home-proyecto {
            position: initial;
            width: 100vw;
            height: 100vh;
            background-repeat: no-repeat;
            background-size: cover;
            background-attachment: initial;
            background-position: center;
        }

        .box-1 .imagen {
            position: relative;
            width: 80%;
            margin: auto;
            margin-top: 20px;
            line-height: 0;
            border: 5px solid white;
            cursor: pointer;
        }
        #youtube {
            width: 100% !important;
            height: 200px !important;
        }

        .video-mobile {
            display: block;
        }
        .video-desk {
            display: none;
        }






    }

    @media only screen and (min-width: 1000px) {


    }

    @media only screen and (min-width: 2000px) {

    }













