*{
    color: white !important;
    --orange-temp1: #f39200;
    --orange-temp1op: rgba(255, 115, 0, 0.1);
    /* --orange-temp2: rgba(255, 115, 0, 0.1); */
}
#main{
    width: 100vw;
    height: auto;
    font-family: "U-R";
    font-size: 1vw !important; 
}

section{
    width: 100vw;
    padding-bottom: 1% !important;
}

#boletines span{
    /*margin-top: -15% !important;*/
    width: 100%;
    height: 35vw !important;
    overflow: hidden;
}

#boletines span video {
    position: relative;
    padding: 0 0% !important;
    width: 100%;
    height: auto;
    /* top: 20%; */
}

#boletines span img{
    padding: 0 0% !important;
    width: 100%;
    height: auto;
    top: 0%;
}

#boletines h1{
    width: 100%;
    font-size: 150%;
    font-family: "U-B";
    padding: 2% 0 0% 5% !important;
    /*margin-top: 1vw !important;*/
    color: white
}

#boletines 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 var(--orange-temp1);
    
     border-radius: 1vw 1vw 1vw 1vw;
    -moz-border-radius: 1vw 1vw 1vw 1vw;
    -webkit-border-radius: 1vw 1vw 1vw 1vw;
}

#archivos{
    width: 100vw;
    overflow: hidden;
    margin-bottom: 5% !important;
}

#archivos #themes{
    width: 100vw;
    padding: 1.5% 0 !important;
    z-index: 1;
}

#archivos #themes span{
    cursor: pointer;
    font-size: 125%;
    padding: 1.5% 2% !important;
    margin: 0 1% !important;
    border-radius: var(--border-radius);
}

#archivos #themes span:hover{
    font-weight: bold;
    transform: scale(1.1);
    background-color: var(--orange-temp1op);
}

.theme-active{
    transform: scale(1.15);
    font-weight: bold;
    background-color: var(--orange-temp1op);
}

#files{
    height: auto;
    width: 100vw;    
    /*overflow-x: scroll;*/
    padding: 1% 2% !important;
    margin-top: -4vw !important;
    transform: scale(0.7);
}

#files #slider{
    width: auto;
    /*height: 45vw !important;*/
    /*border: 1px solid black;*/
}

.slider-expanded{
    /*display: block;*/
    height: 55vw;
}

#files #slider a{
    width: 24vw;
    height: auto;
    /*background-color: white;*/
    /*border: 1px solid black;*/
    padding: 2% !important;
    margin-right: 6vw !important;
    /*transform: rotateY(45deg);*/
     /*transform: perspective(400px) rotateY(0deg);*/
     z-index: -1;
}

.pr-i{
    transform: perspective(30vw) rotateY(-34deg);
}

.pr-d{
    transform: perspective(30vw) rotateY(34deg);
}

#files #slider .span-active {
    top: -8vw;
    width: 35vw !important;
    font-size: 180% !important;
    padding: 2% !important;
    margin-bottom: 2% !important;
    z-index: 5;
}

#files #slider a img{
    /*margin-left: 15% !important;*/
    /*margin-bottom: 5% !important;*/
    width: 100%;
    height: auto;
}

#files #slider a label{
    width: 100%;
    height: 10vw;
    font-size: 125%;
    text-align: center;
    padding: 0 1% !important;
}

#archivos .btn{
    position: absolute;
    top: 50%;
    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: 35vw;
}

#archivos .btn:hover{
    transform: scale(1.2);
    opacity: 1;
}

#archivos .btn:active{
    transform: scale(0.9);
}

#months{
    width: 100%;
    height: 30vw;
    /*border: 1px solid red;*/
    display: none;
    /*background-color: #f1f1f1;*/
}

#months span{
    cursor: pointer;
    margin:  0.5vw !important;
    margin-right: 0.75vw !important;
    width: 14vw !important;
    height: 8vw !important;
    font-size: 160%;
    /*clip-path: polygon(20% 0%, 100% 0, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0 100%, 0% 20%);*/
    /*clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);*/
    /*background-color: #fbfcfd;*/
/*    box-shadow: 0px 0px 0px 200vw rgba(0,0,0,1);
    -webkit-box-shadow: 0px 0px 0px 200vw rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 0px 200vw rgba(0,0,0,1);*/
        
}

#months span:hover{
    transform: scale(1.05);
    background-color: var(--orange-temp1op);    
    /* color: black !important; */
    font-size: 180%;
    border-radius: var(--border-radius);
}

#months span:active{
    transform: scale(0.95);
}

#month-title{
    width: 60%;
    height: 6vw;
    padding: 1% 0% !important;
    margin: 0 20% !important;
    /*background-color: #3c9d36;*/
    font-size: 245%;
    font-weight: bold;
    text-align: center;
    display: none;
    
    /*border-bottom: 1vw solid #3c9d36;*/    
    border-radius: 1vw 1vw 1vw 1vw;
}


#month-title:after{
    position: absolute;
    left: 44%;
    top: 75%;
    width: 4%;
    height: auto;
    background-color: transparent;
    content: '';
    display: block;
    visibility: visible;    
    font-family: "U-B";
    border-bottom: 0.5vw solid var(--orange-temp1);
    
     border-radius: 1vw 1vw 1vw 1vw;
    -moz-border-radius: 1vw 1vw 1vw 1vw;
    -webkit-border-radius: 1vw 1vw 1vw 1vw;
}



@media screen and (max-width: 991px) and (orientation:portrait){
    #boletines h1{
        padding: 5% !important; 
        font-size: 700%;
    }
    
    #boletines h1:after{
        top: 80%;
        left: 5%;      
        width: 10%;
        /*border-bottom: 1.5vw solid #3c9d36;*/
        
        border-bottom: 1.5vw solid var(--orange-temp1);
    }
    
    #archivos #themes span {
        cursor: pointer;
        font-size: 410%;
        padding: 0.5% 3% !important;
        margin: 0 1% !important;
    }
    
    #months {
        height: auto;
    }
    
    #months span {
        cursor: pointer;
        margin: 3.5vw !important;
        margin-right: 0.75vw !important;
        height: 8vw !important;
        width: 27vw !important;
        font-size: 333%;
        
    }
    
    #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{
        /*display: block;*/
        height: 100vw;
    }

    #files #slider .span-active{
        top: -8vw;
        width: 60vw !important;
    }
    
    
    #archivos .btn{
        top: 40%;
        font-size: 15vw !important;
    }

    #archivos #prev{
        left: 2vw;
    }

    #archivos #next{
        right: 2vw;
    }

    #month-title {
        height: 10vw;
        font-size: 545%;
    }
    
    #files #slider a label {
        /*width: 100%;*/
        height: 30vw;
         font-size: 255%; 
        text-align: center;
        padding: 2% 1% !important;
    }
    
    
}


@media screen and (max-width: 991px) and (orientation:landscape){
    
   
    
}