*{
    color: white !important;
}

#main{
    width: 100vw;
    height: auto;
    font-family: "U-R";
    font-size: 1vw !important; 
}

section{
    width: 100vw;
    padding-bottom: 0% !important;
}

#sabias-que span{
    /*margin-top: -15% !important;*/
    width: 100%;
    height: 35vw !important;
    overflow: hidden
}

#sabias-que span video{
    padding: 0 0% !important;
    width: 100%;
    height: auto;
    /*top: -21%;*/
}

#sabias-que h1{
    width: 100%;
    font-size: 150%;
    font-family: "U-B";
    padding: 2% 0 0% 5% !important;
}

#sabias-que h1:after{
    position: absolute;
    left: 5%;
    top: 105%;
    width: 4%;
    height: auto;
    background-color: transparent;
    content: '';
    display: block;
    visibility: visible;    
    font-family: "U-B";
    border-bottom: 0.5vw solid #f39200;
    
     border-radius: 1vw 1vw 1vw 1vw;
    -moz-border-radius: 1vw 1vw 1vw 1vw;
    -webkit-border-radius: 1vw 1vw 1vw 1vw;
}

#archivos{
    height: auto;
    width: 100vw;
    overflow: hidden;
    margin-bottom: 0% !important;
}

#archivos #themes{
    width: 100vw;
    padding: 1.5% 0 !important;
    z-index: 1;
}

#archivos #themes span{
    cursor: pointer;
    font-size: 125%;
    padding: 0.5% 1% !important;
    margin: 0 1% !important;
}

#archivos #themes span:hover{
    font-weight: bold;
    transform: scale(1.1);
}

.theme-active{
    transform: scale(1.15);
    font-weight: bold;
}
/*
.theme-active:after{
    position: absolute;
    left: 1.5vw;
    top: 75%;
    width: 3vw;
    height: auto;
    background-color: transparent;
    content: '';
    display: block;
    visibility: visible;    
    font-family: "U-B";
    border-bottom: 0.5vw solid #3c9d36;
}*/

#files{
    width: 100vw;    
    /*overflow-x: scroll;*/
    padding: 1% 2% !important;    
    margin-top: 0vw !important;
    transform: scale(0.7);
}

#files #slider{
    width: auto;
    height: auto;
    /*border: 1px solid black;*/
}

.slider-expanded{
    /*display: block;*/
    height: 55vw;
}

#files #slider a{
    width: 24vw;
    height: auto;
    margin-top: 1% !important;
    margin-right: 6vw !important;
    /*transform: rotateY(45deg);*/
     /*transform: perspective(400px) rotateY(0deg);*/
}

.pr-i{
    transform: perspective(30vw) rotateY(34deg);
}

.pr-d{
    transform: perspective(30vw) rotateY(-34deg);
}

#files #slider .span-active{
    top: -10vw;
    width: 35vw;
    margin-bottom: 0% !important;
}

#files #slider a img{
    width: 100%;
    height: auto;
}

#files #slider a label{
    width: 100%;
    height: 5vw;
    font-size: 200%;
    text-align: center;
    padding: 0 1% !important;
}

#archivos .btn{
    position: absolute;
    top: 45%;
    font-size: 4vw !important;
    font-weight: bold;
    /*border: 1px solid black;*/
    z-index: 1;
    display: none;
    opacity: 0.6;
}

#archivos #prev{
    left: 34vw;
}

#archivos #next{
    right: 34vw;
}

#archivos .btn:hover{
    transform: scale(1.2);
    opacity: 1;
}

#archivos .btn:active{
    transform: scale(0.9);
}

@media screen and (max-width: 991px) and (orientation:portrait){
    
    #sabias-que h1{
        padding: 5% !important; 
        font-size: 700%;
    }
    
    #sabias-que h1:after{
        top: 80%;
        left: 5%;      
        width: 10%;
        /*border-bottom: 1.5vw solid #3c9d36;*/
        
        border-bottom: 1.5vw solid #f39200;
    }
    
    #files{
        
    }
    
    #files #slider a{        
        top: 22vw;
    }
    
    .pr-i{
        transform: perspective(30vw) rotateY(-34deg);
        /*width: 40vw !important;*/
        top: 25vw;
    }
    
    .pr-i label,
    .pr-d label{
        display: none;
    }

    .pr-d{
        transform: perspective(30vw) rotateY(34deg);
        /*width: 60vw !important;*/
        top: 25vw;
    }
    
    .slider-expanded, #files #slider{
        /*display: block;*/
        height: 100vw;
    }

    #files #slider .span-active{
        top: -8vw;
        width: 60vw !important;
    }
    
    #archivos{
        height: 96vw;
    }
    
    #archivos #themes{
        display: block;
    }
    
    #archivos #themes span {
        width: 31vw;
        cursor: pointer;
        font-size: 410%;
        padding: 3% 3% !important;
        margin: 0 1% !important;
    }
    
    #archivos .btn{
        top: 40%;
        font-size: 15vw !important;
    }

    #archivos #prev{
        left: 2vw;
    }

    #archivos #next{
        right: 2vw;
    }
    
    #files #slider a label {
        /*width: 100%;*/
        height: 30vw;
         font-size: 450%; 
        text-align: center;
        padding: 2% 1% !important;
    }
    
}


@media screen and (max-width: 991px) and (orientation:landscape){
    
    .slider-expanded, #files #slider{
        /*display: block;*/
        height: 40vw;
    }
    
    #archivos .btn {
        top: 45%;
        font-size: 6vw !important;
    }
    
}