@import url("normalize.css");
@import url("framework.css");
html,body{
    height:100%;
    background: #fff;
}

a {
    text-decoration: none;
    color: white;
}

.header {
    display: flex;
    align-content: flex-end;
    justify-content: flex-end;
    position: absolute;
    width: 100%;
    padding: 18px;
    z-index: 3;
    mix-blend-mode: difference;
}

.header .box{
    cursor: pointer;
    border-color: white;
    border-style: solid;
    border-width: 2px;
    border-radius: 6px;
    padding: 3px 6px;
    color: white;
}

.header .box .burger{
    position: relative;
    display: inline-block;
    width: 1.25em;
    height: 0.8em;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.header .box .burger:before {
    content: "";
    position: absolute;
    top: 0.23em;
    left: 0px;
    width: 100%;
    border-top: 2px solid #fff;
}
/*    Menu    */
.menuX{
    position: fixed;
    /* top:0;*/
    display: flex;
    flex-direction: column;
    left: 100%;
    width: 100vw;
    height: 100vh;
    background-color: #212121;
    overflow: hidden;
    z-index: 10;
    /* transition: left 2.0s;*/
    /* transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1) 0s;*/
    transition: left 2s cubic-bezier(0.22,1,0.36,1);
}
.menuX .top{
    font-family: 'Signika Negative';
    width: 100%;
    height: 42px;
    max-height: 42px;
    border-bottom: 1px solid #4b4b4b;
    padding-right: 18px;
    padding-top: 9px;
}

.menuX .top .boton{
    float: right;
}
.menuX .content{
    /*height: 50vh;*/
    padding-left: 12px;
    font: 700 normal 9.5vw/.95 'PPEiko';
    padding-top: 12px;
    padding-left: 90px;
}
.menuX .content a{
    color: #626262;
    transition: color 2s cubic-bezier(0.22,1,0.36,1);
}

.menuX .content div{
    width: 100%;
}

.menuX .content a:hover{
    color: white;
}


.menuX .bottom{
    color: #dddddd;
    width: 100%;
    height: 85px;
    max-height: 85px;
    border-top: 1px solid #4b4b4b;
    align-self: flex-end;
    margin-top: auto;
    display: flex;
    justify-content: space-between;
}

.menuX .bottom .trade{
    align-self: center;
    font-family: 'PPEiko';
    font-weight: 400;
    padding-left: 18px;
}

.menuX .bottom .contact{
    font-family: 'Signika Negative';
    float: right;
    padding-right: 18px;
    align-self: center;
}

.openMenu{
    left: 0px;
}

.closeMenu{
    left: 100%;
    overflow: auto;
}


h1{
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-weight: 900;
    font-stretch: normal;
    font-size: 18.5vw;
    line-height: 0.95;
    /* font-family: 'PPEiko'; */
}

/*  Container */
.container{
    overflow-y: hidden !important;
}
.fixI{
    width:100%;
    position:-webkit-sticky;
    position:sticky;
    top:0;
    height:100vh;
    padding-left: 100px;
    padding-top: 9px;
}


/*  Scroll Indicator */
.scroll-down {
    position: relative;
    bottom: 60px;
    overflow: visible;
    display: flex;
    flex-direction: column;
}

.scroll-down .text{
    font-weight: 400;
    color: black;
    margin: 0 auto;
    text-transform: uppercase;
    font-family: 'Signika Negative';
    font-size: 16px;
}

.scroll-down .arrow {
    position: relative;
    top: -4px;
    margin: 0 auto;
    width: 20px;
    height: 20px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj4KPHBhdGggZmlsbD0iYmxhY2siIGQ9Ik00ODMuMiwxOTIuMmMtMjAuNS0yMC41LTUzLjUtMjAuOC03My43LTAuNkwyNTcsMzQ0LjFMMTA0LjUsMTkxLjZjLTIwLjItMjAuMi01My4yLTE5LjktNzMuNywwLjYKCWMtMjAuNSwyMC41LTIwLjgsNTMuNS0wLjYsNzMuN2wxOTAsMTkwYzEwLjEsMTAuMSwyMy40LDE1LjEsMzYuOCwxNWMxMy4zLDAuMSwyNi43LTQuOSwzNi44LTE1bDE5MC0xOTAKCUM1MDMuOSwyNDUuNyw1MDMuNywyMTIuNyw0ODMuMiwxOTIuMnoiLz4KPC9zdmc+);
    background-size: contain;
}
/* Home lines */
h1 span {
    font-family: 'PPEiko' !important;
    font-weight: 700;
    font-style: normal;
    font-size: 15.5vw;
    line-height: .95;
    letter-spacing: -0.77vw;
    display: inline-block;
    padding: 0 0 3vw;
    text-rendering: optimizeLegibility;
}
/* Parte 2 */
.second{
    background-color: black;
    width: 100vw;
}

.secondSection{
    width: 100%;
    height: 100%;
    overflow:hidden;
}

.secondSection img{
    width:100%;
    height:100%;
    -o-object-fit:contain;
       object-fit:contain;

}

.secondB{
    position: absolute;
    color: white;
    width: 100%;
    /* height: 100vh;*/
    display:block;
    z-index: 2;
    left: 30px;
    font-size: 40px;
    text-shadow: 2px 2px 4px #000000;
    padding-top: 120px;
    padding-left: 330px;
    padding-right: 120px;
    max-width: 1300px;
}

/* Parte 3 */
.part3{
    background-color: #404040;
    height: 100vh;
    width: 100vw;
    white-space:nowrap;
    overflow:hidden;
}

.sectionScroll{
    width:-webkit-max-content;
    width:-moz-max-content;
    width:max-content;
    height:100vh;
    padding:10vw 0 0 0;
    position:relative;
    background: black;
    color:#fff;
}

.sectionScroll::after{
    content:"";
    width:3px;
    height:100%;
    background:#000;
    position:absolute;
    left:-1px;
    top:0
}

.granTitulo{
    width:-webkit-max-content;
    width:-moz-max-content;
    width:max-content;
    margin:-11vw 0 7vw;
    padding:0 1.1vw 0 30vw;
    display:block;
    font-size:38.5vw;
    font-family: 'PPEiko';
    font-weight: 400;
}

.granTitulo span{
    display:inline-block;
    -webkit-transform:translateY(-20vw);
    transform:translateY(-20vw)
}

/* Parte 4 */
.part4{
    background-color:chocolate;
    height: 100vh;
    width: 100vw;
}














/* for tablers  */
@media screen and (max-width: 992px) {
    .fixI{
        padding-left: 30px;
    }

    .secondB{
        font-size: 30px;
        padding-left: 36px;
        padding-right: 24px;
    }
}








/*  for  moviles    */
@media screen and (max-width: 576px) {

    .container{
        display: flex;
        flex-direction: column;
        overflow-y: auto !important;
        /* height: auto;*/
    }

    .SIntro{
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: white;
        height: 100vh;
    }


    .fixI{
        width: auto;
        height: auto;
        padding-top: 0px; 
        padding-left: 0px;
    }

    .second{
        position: relative;
    }
    .secondSection{
        position: relative;
        height: 100vh;
    }

    .secondB{
        position: absolute;
        left: 0px;
        top: 63%;
        bottom: 0px;
        padding-top: 6px;
        padding-left: 6px;
        padding-right: 12px;
        font-size: 18px;
        background-color: black;
        
    }

    .part3{
        position: relative;
    }

    .part4{
        position: relative;
        
    }

    .peq-hide{
        display: none;
    }
    
}