@charset "utf-8";
/* CSS Document */
:root{
}

*{
    margin:0;
    padding:0;
    box-sizing: border-box;
}

body{
    color: #000000;
    background: white;
    font-family: 'arial', serif;
    grid-area: plantilla;
}

header{
    width: 100%;
    height: auto;
    margin-bottom: 1em;
    padding: 5px 0;
    background: rgba(200, 100, 0, 0.03);
    grid-area: cab;
}

    .contrata{
        width:100%;
        margin-bottom: 0.8em;
        padding-bottom: 0.5em;
        text-align: center;
        background-image: linear-gradient(rgba(250, 100, 0, 0.1) 8%, rgba(0, 255, 195, 0.1)100%), url(../img/bgmn_px.jpg);
        border-top: groove 8px rgba(0, 0, 0, .80);
        border-bottom: solid 1px rgba(200, 100, 0, .80);
        grid-area: contrata;
    }

    .img_cab{
        align-items: center;
        border-top: groove 5px rgba(255, 255, 255, .80);
        border-bottom: groove 5px rgba(187, 104, 2, 0.6);
        grid-area: img_cab;
    }

    #mn_prin{
        width: 100%;
        margin: auto;
        background: rgba(187, 104, 2, 0.12);
    }

    .mn_prin{
        font-size: 1.1em;
        color: black;
        list-style: none;
        display: inline-flex;
        flex-direction: row;   
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        grid-area: mn_prin;
    }

    header nav a{
        padding: 5px 10px;
        margin-bottom: 3px;
        display: inline-flex;
        text-decoration: none;
        flex-direction: row;
        color: black;
        text-shadow: 2px 1px 0px rgba(255, 179, 0, 0.51);
        border-right: solid 2px rgb(0, 0, 0);   
        border-left: solid 2x rgb(0, 0, 0);   
        background-color: rgb(255, 255, 255);
    }
    
    header nav a:hover,
    header nav a:active {
        font-size: 1.1em;
        font-weight: bold;
        color:white;
        text-shadow: 2px 2px 0px white(255, 179, 0, 0.51);
        padding-bottom: 5px ;
        background-color: black;
        border-bottom: white 2px solid;
    }

#post_head{
    width:100%;
    height: auto;
}
    .post_head{
        text-align: center;
        margin-bottom: 1em;
        padding-bottom: .5em;
        grid-area: post_head;
    }

    .cintillo{
        width: 100%;
        height: 1.5em;
        margin-top: 1em;
        font-size: 1.2rem;
        margin:auto;
        margin-bottom: 1em;
        display:flex;
        color: greenyellow;
        background-color: rgb(50, 50, 50);
        grid-area: cintillo;
    }

    .navegacion{
        width:90%;
        margin: auto;
        font-size: 1.3em;
        font-style: italic;
        text-align: left;
        padding-top: 5px;
        padding-bottom: 5px;
        border-bottom: groove 5px rgba(0, 0, 0, .80);
    }

#pre_central{
    width: 98%;
    height: auto;
    margin: auto;
    margin-bottom: 1em;  
}
    .pre_central{
        display: flex;
        flex-wrap: wrap;
        text-align: center;
        padding-bottom: 0.5em;
        background-image: linear-gradient(rgba(250, 100, 0, 0.1) 8%, rgba(0, 255, 195, 0.2)100%), url(../img/bg_proxevent.jpg);
        background-position: center center;
        background-size: cover;
        border-top: solid 1px rgba(0, 0, 0, .80);
        border-bottom: groove 8px rgba(0, 0, 0, .80);
        grid-area: pre_central;
    }
    .ph-rw1{
        font-size: 1.2em;
        justify-content: center;
        align-self: center;
        margin-left: 1.5em;
        margin-bottom: 1.5em;
    }

    .ph-rw2{
        margin-right: 1em;
        margin-bottom: 1em;
        font-size: 1.2em;
        font-weight: bolder;
        color: darkgoldenrod;
        text-shadow: 2px 1px 0px rgba(0, 0, 0, 0.9);
        display: flex;
        justify-content: center;
        align-self: center;
    }
    .ph-rw3{
        width: 100%;
        height: 20%;
        font-size: .8em;
        justify-content: center;
        align-content: center;
        text-align: center;
    }

.servicios{
    width: 100%;
    height: 100%;
    font-size: 1em;
    padding: 10px 10px;
    border-top: groove 8px rgba(0, 0, 0, .80);
    border-bottom: solid 1px rgba(0, 0, 0, .80);
    background-color: rgba(150, 100, 10, 0.1);
    display: grid;
    grid-area: servicios;
}
    
    .tit_rider{
        width: 100%;
        color: gold;
        font-size: 1.2em;
        text-align: center;
        text-shadow: 2px 1px 0px rgba(255, 0, 0, 1);
        margin-bottom: .5em;
        background-color: black;
        grid-area: tit_rider;
    }
   
        .elerid1{
            grid-area: elerid1;
        }
        .elerid2{
            grid-area: elerid2;
        }
        .elerid3{
            grid-area: elerid3;
        }
        .elerid4{
            grid-area: elerid4;
        }
        .elerid5{
            grid-area: elerid5;
        }
        .elerid6{
            grid-area: elerid6;
        }
       
    .rid{
        font-size: 1.2em;
        font-style: italic;
        padding-left: 30px;
        padding-bottom: 10px;
        list-style-type: none;
        text-shadow: goldenrod 1px 2px 1px;
    }

#paquetes{
    margin-bottom: 1.5em;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.colpaq{
    width: 100%;
    height: 570px;
    margin-bottom: 50px;
    gap: 1px;
}

.paquetes{
    width: 100%;
    height: 100%;
    font-size: 1em;
    padding: 10px 10px;
    border-top: groove 8px rgba(0, 0, 0, .80);
    border-bottom: solid 1px rgba(0, 0, 0, .80);
    background-color: rgba(150, 100, 10, 0.1);
    display: grid;
    grid-area: paquetes;
}

    .tit_paqs{
        width: 100%;
        color: white;
        font-size: 1.5em;
        text-align: center;
        text-shadow: 1px 1px 0px rgba(255, 0, 0, 1);
        margin-bottom: .5em;
        background-color: black;
        grid-area: tit_paqs;
    }

        .pk1{
            font-size: 1.5em;
            grid-area: pk1;
            box-shadow: #000000 5px 3px 10px;
        }
        .pk2{
            font-size: 1.5em;
            grid-area: pk2;
            box-shadow: #000000 5px 3px 10px;
        }
        .pk3{
            font-size: 1.5em;
            grid-area: pk3;
            box-shadow: #000000 5px 3px 10px;
        }
        .pk4{
            font-size: 1.5em;
            grid-area: pk4;
            box-shadow: #000000 5px 3px 10px;
        }
        .pk5{
            font-size: 1.5em;
            grid-area: pk5;
            box-shadow: #000000 5px 3px 10px;
        }
        .pk6{
            font-size: 1.5em;
            grid-area: pk6;
            box-shadow: #000000 5px 3px 10px;
        }
        .pk7{
            font-size: 1.5em;
            grid-area: pk7;
            box-shadow: #000000 5px 3px 10px;
        }

        .pk8{
            font-size: 1.5em;
            grid-area: pk8;
            box-shadow: #000000 5px 3px 10px;
        }

        .pk10{
            font-size: 1.5em;
            grid-area: pk10;
            box-shadow: #000000 5px 3px 10px;
        }

#tipo_even{
    width: 100%;
    height: 100%;
    font-size: 1em;
    padding: 10px 10px;
    border-top: groove 8px rgba(0, 0, 0, .80);
    border-bottom: solid 1px rgba(0, 0, 0, .80);
    display: grid;
    grid-area: tipo_even;
    
}
    .tit_eventos{
        text-align: center;
        font-size: 1.3rem;
        margin-bottom: 8px;
        background-position: center center;
        background-color: rgba(255, 200, 0, 0.1);
        grid-area: tit_eventos;
    }

    .tit_sector{
        width: 100%;
        color:black;
        font-weight: 600;
        font-size: 1.3em;
        text-align: center;
        margin-bottom: 5px;
        background-image: url(../img/bg_nav3.jpg);
        background-size: cover;
        border-top: rgba(255, 179, 0, 0.51) 2px groove;
        border-bottom: rgba(255, 179, 0, 0.51) 2px groove;
    }
    
    .card{
        width: 100%;
        height: 37em;
        margin-bottom: 3em;
        display: flexbox;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 1px;
        box-shadow: goldenrod 2px 2px 10px 1px;
    }
        .card1{
            grid-area: card1;
        }
        .card2{
            grid-area: card2;
        }
        .card3{
            grid-area: card3;
        }
        .card4{
            grid-area: card4;
        }
        .card5{
            grid-area: card5;
        }
        .capcard{
            width: 100%;
            height: 5em;
            font-size: 1.1em;
            font-style: italic;
            padding-left: 30px;
            padding-bottom: 10px;
            list-style-type: none;
            text-shadow: goldenrod 1px 2px 1px;
            background-color: #000000;
            background-image: url(../img/bgpx_rayas.png);
            border-bottom: #000000 groove 5px;
        }

#biblioteca{
    width: 90%;
    height: 100%;
    margin: auto;
    margin-top: 1em;
    margin-bottom: 3em;
    background-image: linear-gradient(rgba(100, 115, 100, 0.4) 8%, 
                                    rgba(246, 239, 190, 0.2) 80%),
                                     url(../img/bgdesarrollo_web.jpg);
    background-position: center center;
    background-size: cover;
}
    .biblioteca{
        display: grid;
        grid-area: biblioteca;
    }

    .tit_biblio{
        width: 100%;
        color: gold;
        font-size: 1.2em;
        text-align: center;
        text-shadow: 2px 1px 0px rgba(255, 0, 0, 1);
        background-color: black;
        grid-area: tit_biblio;
    }

    #col1{
        width: 100%;
        height: 100%;
        margin-right: 50px;
        box-shadow: #000000 5px 3px 10px;
    }

        .col1{
            grid-area: col1;
        }

    #col2{
        width: 100%;
        height: 100%;
        margin-right: 50px;
        box-shadow: #000000 5px 3px 10px;
    }

        .col2{
            grid-area: col2;
        }

    #col3{
        width: 100%;
        height: 100%;
        margin-right: 50px;
        box-shadow: #000000 5px 3px 10px;
    }

        .col3{
            grid-area: col3;
        }

    .genero{
        width: 100%;
        color:white;
        text-align: center;
        font-weight: 600;
        font-size: 1.3em;
        margin-bottom: 5px;
        background-color:black;
        border: white inset 3px;
    }

    .gen{
        font-size: 1.1em;
        font-style: italic;
        padding-left: 30px;
        padding-bottom: 10px;
        list-style-type: none;
        text-shadow: goldenrod 1px 2px 1px;
    }

    #antreras{
        width: 100%;
        background-color: aliceblue;
        margin-bottom: 20px;
    }
    #cumbias{
        width: 100%;
        margin-bottom: 20px;
    }
    #regional{
        width: 100%;
        background-color: aliceblue;
        margin-bottom: 20px;
    }
    #banda{
        width: 100%;
    }

    #sobremesa{
        width: 100%;
        background-color: aliceblue;
    }

    #retro{
        width: 100%;
    }

    #otros{
        width: 100%;
        background-color: aliceblue;
    }

    #protocolos{
        width: 100%;
    }

    #regional-mex{
        width: 100%;
        background-color: aliceblue;
    }

 
#principal{

}
    .principal{
        width: 95%;
        height: auto;
        margin: auto;
        margin-top: 1rem;
        margin-bottom: 1rem;
        display: grid;
        color:#000000;
        grid-area: principal;
    }
        
    #col_izq{
        width: 95%;
        height: auto;
        margin: auto;
        text-align: center;
        padding: 5px 10px;
        background-color: floralwhite;
        border-top: goldenrod groove 5px;
        border-bottom: goldenrod groove 5px;
        grid-area: col_izq;
    }
        .titdown{
            font-size: 1.5rem;
            text-align: center;
            text-align: center;
            text-shadow: 2px 1px 0px rgba(255, 179, 0, 0.51);
            margin-bottom: 1em;
            padding-bottom: 2px;
        }
              
    #pres_video{
        width: 100%;
        height: 100%;
        min-height: 300px;
        max-height: 450px;
        margin: auto;
        padding-top: 1%;
    }

    .pres_video{
        display: inline-block;
        text-align: center;
        align-items: center;
        background-color: #000000;
        grid-area: pres_video;
    }
    
    .caption{
        background-color: #000000;
        color: floralwhite;
        font-size: 1em;
    }
        
#nuevas{
    width: 100%;
    height: 100%;
    margin: auto;
    margin-bottom: 1rem;
    border-top: 3px groove black;
    border-bottom: 2px groove gray;
}
    .nuevas{
        grid-area: nuevas;
    }

    .tit_nuevas{
        width: 100%;
        color: white;
        font-size: 1.2em;
        text-align: center;
        text-shadow: black 3px 3px 2px;
        background-image: linear-gradient(rgba(0, 115, 255, 0.4) 8%, rgba(0, 255, 195, 0.2)100%), url(../img/bgdesarrollo_web.jpg);
        grid-area: tit_nuevas;
    }

    #temas{
        color:goldenrod;
        background-color: rgba(167, 125, 2, 0.4);
        border-bottom: gray 3px solid;
    }

    .temas{
        width: 90%;
        height: auto;
        margin: auto;
        margin-bottom: 1em;
        display: grid;
        grid-template-columns: 10%, 45%, 20%, 10%;
        row-gap: 0.2em;
        grid-area: temas;
    }

    #mp3_item{
        padding-top: 3px;
        padding-bottom: 3px;
        display: flex;
        background-color: white;
        border-bottom: gray 1px dotted;
    }

    .cancion{
        width: 30%;
        height: auto;
        font-size: 1.3rem;
        font-weight: 600;
        text-align: left;
        padding-left: 2rem;
    }
    .interprete{
        width: 35%;
        font-size: 1.2rem;
        text-align: left;
        color: black;
    }
    .clasif{
        width: 20%;
        font-size: 1.2rem;
        text-align: center;
        color: black;
    }
    .ingreso{
        width: 15%;
        font-size: 1.1rem;
        text-align: center;
        color: red;
    }

    .mes{
        width: 100%;
        height: auto;
        color:white;
        text-align: center;
        font-weight: 600;
        font-size: 1.3em;
        margin-bottom: 5px;
        padding: 5px 5px;
        background-color: gray;
    }

    #fin_nuevas{

    }

    .fin_nuevas{
        width: 90%;
        margin: auto;
        margin-top: 10px;
        margin-bottom: 10px;
        background-color: floralwhite;
        grid-area: fin_nuevas;
    }
    .pre_ft{
        grid-area: pre_ft;
    }

footer{
    
}
    .pie_pag{
    margin-top: 1em;
    height: auto;
    padding: 1em 1em;
    color: antiquewhite;
    justify-content: space-between;
    align-items: center;
    background-image: linear-gradient(rgba(255, 0, 0, .20) 10%, 
                                    rgba(0, 0, 0, .50)100%), 
                                    url(../img/bgvr_rojograd.jpg);
    background-position: center center;
    background-size: cover;
    display: grid;
    grid-area: pie_pag;
    }

    .col_ft1{
        width: 95%;
        margin: auto;
        grid-area: col_ft1;
    }
    .col_ft2{
        width: 95%;
        margin: auto;
        grid-area: col_ft2;
    }
    .col_ft3{
        width: 95%;
        margin: auto;
        grid-area: col_ft3;
    }
    .mn_inf{
        background-color:rgba(0, 0, 0, .10);
    }

    .mn_inf ul{
        width: 100%;
        font-size: 1.1em;
        list-style-type: none;
        line-height: 2em;
    }

    .mn_inf a:link{
        color:white;
        font-style: italic;
        text-decoration: none;
    }

    .mn_inf a:hover{
        color:yellow;
        font-size: 1.3em;
        background-color: black;
    }
    .mn_inf a:visited{
        color:yellow;
        font-size: 1.3em;
        background-color: black;
    }
    .mn_inf a:active{
        color:yellow;
        font-size: 1.3em;
        background-color: black;
    }

.p_prin{
    font-size: 1.3em;
    font-family: 'Times New Roman', Times, serif;
    font-style: italic;
}

.inferior{
    text-decoration: none;
}

.tit_secc{
    font-size: 1.3em;
    font-weight: 600;
}

.titulos{
    font-size: 1.5em;
    font-weight: 600;
    text-shadow: 2px 3px 2px rgba(255, 145, 0, 0.994);
    padding-bottom: 5px;
}

.titprin{
    font-size: 1.5em;
    font-weight: 600;
    text-shadow: 2px 1px 0px rgba(255, 179, 0, 0.51);
}

.decargas{
    color:#000000;
    font-size: 1.5em;
    font-weight: 600;
    text-shadow: 2px 3px 2px rgba(255, 145, 0, 0.994);
    padding-bottom: 5px;
}

.linka{
    color: blanchedalmond;
    font-size: 1.5em;
    text-decoration: none;   
}

.linkb{
    color: black;
    font-size: 1.2em;
    text-decoration: none;   
}

.linkb:hover{
    color: white;
    background-color: #000000;
    font-size: 1.2em;
    text-decoration: none;   
}

.linkc{
    padding: 3px 0px;
    color: goldenrod;
    font-size: 1.2em;
    text-decoration: none;   
    text-shadow: goldenrod 2px 1px 3px;
    background-color: white;
}

.linkpp:link{
    padding: 3px 0px;
    color: white;
    font-size: 1.2em;
    text-decoration: none;   
    text-shadow: goldenrod 2px 1px 3px;
}

.linkpp:visited {
    padding: 3px 0px;
    color: white;
    font-size: 1.2em;
    text-decoration: none;   
}

.linkpp:active {
    padding: 3px 0px;
    color: white;
    font-size: 1.2em;
    text-decoration: none;   
}

.imgcard{
    -webkit-box-shadow: 5px 5px 5px 0px #000000, inset 4px 4px 15px 0px #000000, 5px 5px 15px 5px rgba(0,0,0,0); 
    box-shadow: 5px 5px 5px 0px #000000, inset 4px 4px 15px 0px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
    border-radius: 5%;
}
.imgpromos{
    padding: 2px;
    margin-bottom: 1em;
    background-color: aquamarine;
    -webkit-box-shadow: 5px 5px 5px 0px #000000, inset 4px 4px 15px 0px #000000, 5px 5px 15px 5px rgba(0,0,0,0); 
    box-shadow: 2px 5px 5px 0px #69f6dc, inset 4px 4px 15px 0px #031cff, 5px 5px 15px 5px rgba(0,0,0,0);
}

a{
    color: #000000;
}

a:link{
    color: #000000;
}

@keyframes anima {
    from {
        margin-left: 10%;
        background-color: black;}

    0% {margin-left: 0;}
    15% {margin-left: 0;}

    16% {margin-left: -155%;}
    30% {margin-left: -155%;}
    
    31% {margin-left: -258%;}
    45% {margin-left: -258%;}
    
    46% {margin-left: -362%;}
    60% {margin-left: -362%;}
    
    61% {margin-left: -465%;}
    75% {margin-left: -465%;}

    80% {margin-left: -570%;}
    90% {margin-left: -570%;}

    100% {margin-left: -650%;}

    to {margin-left: 0%; background-color: blueviolet;}

}