@charset "utf-8";
/* CSS Document */
:root{
}

*{
	margin: 0;
	padding: 0;
    box-sizing: border-box;
}

body { 
    color: #000;
    font-family: Verdana, Tahoma, Arial, sans-serif; 
    grid-area: plantilla;
    }

header{
    width: 100%;
    height: auto;
    margin-bottom: 1em;
    background: rgba(187, 104, 2, 0.08);
}

    .cab{
        border-bottom: groove 3px rgb(187, 104, 2);
        grid-area: cab;
    }

    #cintillo{
        width: 100%;
        margin-top: 1em;
        font-size: 1.2rem;
        margin:auto;
        color: lime;
        background-color: black;
    }

    .cintillo{
        grid-area: cintillo;
    }

    #img_cab{
        width: 100%;
        height: 100%;
        margin:auto;
    }

    .img_cab{
        grid-area: img_cab;
    }

    #mn_prin{
        width: 100%;
        margin: auto;
        background: rgba(187, 104, 2, 0.12);
    }

    .mn_prin{
        font-size: 1rem;
        color: black;
        list-style: none;
        font-weight: 600;
        display: inline-flex;
        flex-direction: row;   
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        grid-area: mn_prin;
    }
    
    header nav a{
        padding: 5px 5px;
        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);   
    }

    header nav a:hover,
    header nav a:active {
        font-size: 1.1em;
        font-weight: bold;
        color:white;
        text-shadow: 2px 2px 0px rgba(255, 179, 0, 0.51);
        padding-bottom: 5px ;
        background-color: goldenrod;
        border-bottom: white 2px solid;
    }

    header nav a:visited{
        font-size: 1.1em;
        font-weight: bold;
        color:black;
        text-shadow: 3px 3px 1px rgba(255, 255, 0, 5);
        padding-bottom: 5px ;
        background-color: goldenrod;
        border-bottom: white 2px solid;
    }

#post_head{
    width:100%;
    height: auto;
    margin-bottom: 0.8em;
    display: inline-flex;
    flex-direction: column;
    text-align: center;
} 

    .post_head{
        grid-area: post_head;
    }

    #contrata{
        width:100%;
        margin-bottom: 0.8em;
        padding-bottom: 0.5em;
        text-align: center;
        border-top: groove 8px rgba(0, 0, 0, .80);
        border-bottom: groove 3px rgba(0, 0, 0, .80);
    }

    #navegacion{
        font-size: 1.2em;
        font-style: italic;
        text-align: left;
        padding-left: 1rem;
        padding-top: 5px;
        padding-bottom: 5px;
        border-bottom: gray 1px dotted;
    }
    
#pre_central{
    width: 98%;
    margin: auto;
    height: auto;
    text-align: left;
    padding-left: 1em;
    padding-bottom: 0.5em;
    background-image: linear-gradient(rgba(255, 255, 255, 0.8) 8%, 
                                    rgba(255, 179, 0, 0.6)100%);
    background-size: cover;
    border-top: dotted 1px rgba(0, 0, 0, .80);
    border-bottom: inset 5px rgba(0, 0, 0, .80);
}
    
    .pre_central{
        grid-area: pre_central;
    }

#principal{
   
}
    .principal{
        width: 100%;
        height: auto;
        font-size: 1em;
        margin-top: 5px;
        margin-bottom: 1em;
        background-color:rgba(255, 255, 240, 0.60);
        grid-area: principal;
    }
    
    #pl_quince{
        width: 95%;
        height: auto;
        margin-left: 5px;
        margin-right: 1px;
        color:black;
    }

    .pl_quince{
        grid-area: pl_quince;
    }

    .listado{
        width: 100%;
        font-size: 1.2rem;
        color: black;
        background-color: rgba(250,250,220,0.8);
    }

    .id_listado{
        font-size: 1em;
        text-align: center;
        font-weight: 600;
        padding: 5px 5px;
        background-color: rgba(200, 200, 0, 0.2); 
        border-bottom: white 5px groove;
    }
         
    .cab_listado{
        font-size: 1.2em;
        text-align: center;
        font-weight: 600;
        padding: 5px 5px;
        background-color: rgba(200, 200, 0, 0.2); 
        border-bottom: white 5px groove;
    }
   
    .odd {
        background-color: rgba(150,250,220, 0.4);
        border-bottom: #000 1px dotted;
    }

    #servicios15{
        width: 95%;
        height: 650px;
        flex-direction: row;
        flex-wrap: wrap;
        background-image: linear-gradient(rgba(050, 050, 100, 0.1) 8%, 
                                    rgba(255, 250, 200, 0.6) 100%), 
                                    url(../img/bgdesarrollo_web.jpg);
        background-position: center center;
        background-size: cover; 
    }
    
    .servicios15{
        display: grid;
        grid-area: servicios15;
    }

    .tit_slider{
        padding: 10px 10px;
        font-weight: 600;
        font-size: 1.2em;
        font-style: italic;
        text-decoration: none;
    }
    
        .slider{
            width: 100%;
            height: auto;
            overflow: hidden;
        }
    
        .slider ul{
            display: inline-flex;
            padding: 0;
        }    
    
        .slider li{
            list-style: none;
            margin-left: 2em;
        }
    
        .slider img{
            width: 655px;
            background-color: #000000;
            border-top: goldenrod 5px groove;
            border-bottom: goldenrod 5px groove;
            animation: anima 15s infinite normal linear;
        }

        .contacto{
            grid-area: contacto;
            border-bottom: #000 5px solid;
        }
    
#col_der{

}
    .col_der{
        width: 100%;
        height: auto;
        color: #000000;
        grid-area: col_der;
    }

    .col_der figcaption{
        font-weight: 600;
        text-align: center;
    }

	#escuchar {
		width: 100%;
		height: auto;
	}

    .pl{
        width: 70%;
    }

#post_prin{
    width: 100%;
    height: 100%;
    font-size: 1.1em;
    margin: auto;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
    .post_prin{
        padding-top: 10px;
        padding-bottom: 5px;
        display: grid;
        grid-area: post_prin;
    }

    #ppcol_izq{
        width: 100%;
        height: auto;
        margin-bottom: 5.5em;
    }

    #ppcol_der{
        width: 100%;
        height: auto;
        color: #000000;
        padding-left: 20px;
    }

#pre_ft{
    width: 100%;
    height: 100%;
    margin: auto;
    border-top: 1px solid black;
    border-bottom: 1px dotted black;
    background-image: linear-gradient(rgba(255, 250, 200, 0.2) 8%, 
                                    rgba(050, 050, 100, 0.3)100%), 
                                    url(../img/bgdesarrollo_web.jpg);
    background-position: center center;
    background-size: cover;
}
    
    .pre_ft{
        grid-area: pre_ft;
    }

    .pft-rowtit{
        width: 98%;
        height: 2em;
        font-size: 1.1em;
        color: rgba(250, 190, 50, 100);
        background-color: black;
        padding: 5px 10px;
        grid-area: pft-rowtit;
    }

    .pf-col1{
        width: 100%;
        grid-area: pf-col1;
    }

    .pf-col2{
        width: 100%;
        grid-area: pf-col2;
    }

    .pf-col3{
        width: 100%;
        grid-area: pf-col3;
    }
    
    .pf-col4{
        width: 100%;
        grid-area: pf-col4;
    }

    .pf-fin{        
        text-align: justify;
        padding-left: 15px;
        padding-right: 35px;
        grid-area: pf-fin;
    }
    
    .id_pl{
        width: 70%;
        height: 2.5em;
        text-align: center;
        margin: auto;
        margin-bottom: 1.5em;
        padding-top: .3em;
        text-shadow: 0px 2px 0px yellow,
                        0px 2px 3px rgba(184,100,8,0.15),
                        0px 2px 2px rgba(255,0,0,0.1),
                        0px 2px 5px rgba(255,255,255,0.9);
        border: goldenrod 4px inset;
        border-radius: .5em .5em;
    }

    .id_pl:hover{
        color: white;
        font-size: 1.2em;
        text-decoration: none;
        padding: 5px 5px;
        background-color: #000000;
    }
    
        .btn{
        color: black;
        font-size: 1.2em;
        font-weight: 400;
        text-decoration: none;
        padding: 5px 5px;
        margin-bottom: 1em;
    }

    .btn:hover{
        color: white;
        font-size: 1.2em;
        font-weight: 400;
        text-decoration: none;
        padding: 5px 5px;
        margin-bottom: 1em;  
    }

    .pre_ft nav a{
        text-decoration: none;
        margin-right: 5px;
    }

footer{
    margin-top: 1em;
    padding: 1em 1em;
    color: antiquewhite;
    align-items: center;
    border-top: #000000 groove 8px;
    background-image: linear-gradient(rgba(0,0,0,.20) 8%, 
                                        rgba(0, 0, 0, .80)100%), 
                                        url(../img/bgdesarrollo_web.jpg);
    background-position: center center;
    background-size: cover;
}
    .pie_pag{
        display: grid;
        grid-area: pie_pag;
    }
    .mn_inf{
        background-color:rgba(0, 0, 0, .10);
    }
    
        .mn_inf ul{
            width: 100%;
            font-size: 1em;
            list-style-type: none;
            line-height: 2em;
        }
    
        .mn_inf a{
            color:white;
            font-style: italic;
            font-weight: 600;
            text-decoration: none;
        }
        .mn_inf a:hover{
            color:yellow;
            font-size: 1.2em;
            background-color: black;
        }

footer nav a:hover{
    color: darkorange;
    text-decoration: none;
    font-size: 1em;
    margin-right: 20px;
    background: black;
}

.linka{
    color: blanchedalmond;
    font-size: 1.5em;
    text-decoration: none;   
}

.linkb{
    color: black;
    font-size: 1.3em;
    text-decoration: none;   
    text-shadow: goldenrod 3px 3px 3px;
}

.linkc{
    color: lime;
    font-size: 1.3em;
    text-decoration: none;   
    text-shadow: black 3px 3px 3px;
}
.imgcard{
    border: white 2px solid;
    -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: 4%;
}

.imgpromos{
    margin-bottom: 1em;
    -webkit-box-shadow: 5px 5px 5px 0px #000000, 
            inset 4px 4px 15px 0px #000000, 
            5px 5px 15px 5px  rsgba(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);
}
.titulo{
    font-size: 1.5em ;
    font-weight: 600;
    text-shadow: #ff7c02 2px 2px 2px;
}

.subtitulo{
    font-size: 1.3em;
    color: black;
    text-decoration: none;   
    text-shadow: white 3px 3px 1px;
}

.tit_secc{
    font-size: 1.2em;
    font-weight: 500;
    text-shadow: rgb(245, 245, 254) 2px 2px 1px;
}

#playlist, #player {
    width: 325px; /* Ancho de todo el contenedor */
    padding: 20px;
    margin: 0 auto;
    display: block;
    text-align: center;
    }
    #player {
        /* Imagen de fondo del primer contenedor */
        background: url(//lh3.googleusercontent.com/-9dx_GmP6Yeg/U06qBO9M4EI/AAAAAAAAFEY/FXrhlltF7xc/s300/bg.png);
        padding: 10px 20px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }
        audio {
            width:300px; /* Ancho del reproductor */
            margin:0 auto;
            display: inline-block
        }
    #player:after {
        /* Imagen animada */
        content: url(//lh3.googleusercontent.com/-KoD5KVOAsGQ/U1B_dWFttoI/AAAAAAAAFFc/uJ3SjLPlDHQ/s75/equalizador.gif);
        padding-left: 10px;
    }
    
    #playlist {
        margin: 0 auto 20px auto;
        display: block;
        background: rgba(200, 230 ,150, .4); /* Fondo del segundo contenedor */
        border-top: 5px solid #9F111B;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        text-align: left;
        font-size: 15px; /* Estilos de fuente */
        font-family: 'Trebuchet MS', Trebuchet, Verdana, sans-serif;
        font-weight: normal;
    }

    #playlist li, #playlist ul li {
        background-image: none;
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    #playlist li a {
        color: #9F1118; /* Color de las canciones */
        background: floralwhite; /* Fondo de las canciones */
        padding: 7px 5px;
        display: block;
        padding-left: 10px;
        text-decoration: none;
    }
    #playlist li a:hover{
        color:#ffffff;
        background: #9F111B; /* Color de fondo al pasar el cursor */
        text-decoration: none;
    }
    #playlist .active a {
        color: black; /* Color de la canción activa */
        font-style: italic;
        text-decoration: none;
    }
    #playlist .active a:before {
        content: "\25B6";
        color: #CCC;
        font-style: normal;
        padding-right: 8px;
    }
        #playlist .active a:hover {
        color: #222; /* Color de la canción activa al pasar el cursor */
    }

@keyframes anima {
    from {
        margin-left: 5%;
        background-color: black;}

    0% {margin-left: 0;}
    15% {margin-left: 0;}

    16% {margin-left: -105%;}
    30% {margin-left: -105%;}
    
    31% {margin-left: -210%;}
    45% {margin-left: -210%;}
    
    46% {margin-left: -315%;}
    60% {margin-left: -315%;}

    100% {margin-left: -650%;}
    to {margin-left: 0%; background-color: blueviolet;}

}

