@charset "utf-8";
/* CSS Document */
:root{
}

*{
    margin:0;
    padding:0;
    box-sizing: border-box;
}

body{
    color: #000000;
    background: rgba(219, 219, 219, 0.1);
    font-family: 'arial', serif;
    grid-area: plantilla;
}

header{
    width: 100%;
    height: auto;
    margin-bottom: 1em;
    background: rgba(0, 0, 0, 0.05);
    }

    .cab{
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: groove 3px rgb(187, 104, 2);
        grid-area: cab;
    }

    #cintillo{
        width: 100%;
        margin-top: 1em;
        font-size: 1.2rem;
        margin:auto;
        color: azure;
        background-color: #000000;
    }

        .cintillo{
            grid-area: cintillo;
        }

    #img_cab{
        width: 100%;
        height: 100%;
        margin:auto;
        background-color: #000000;
    }

        .img_cab{
            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 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 white(255, 179, 0, 0.51);
            padding-bottom: 5px ;
            background-color: black;
            border-bottom: white 2px solid;
        }

        header nav a:visited{
            font-size: 1.1em;
            font-weight: bold;
            color:goldenrod;
            text-shadow: 2px 2px 0px rgba(0, 0, 0, 1);
            padding-bottom: 5px ;
            background-color: black;
            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;
        font-weight: bold;
        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.3em;
        font-style: italic;
        text-align: left;
        padding-left: 1rem;
        padding-top: 5px;
        padding-bottom: 5px;
        background-image: linear-gradient(rgba(235, 225, 225, 0.2) 8%, 
                                        rgba(255, 179, 0, 0.4)100%), 
                                        url(../img/bg_nav2.jpg);
        background-size: cover;
    }

#pre_central{
    width: 98%;
    margin: auto;
    height: auto;
    text-align: left;
    padding-bottom: 0.5em;
    background-image: linear-gradient(rgba(255, 255, 255, 0.8) 8%, 
                                    rgba(255, 179, 0, 0.6)100%), 
                                    url(../img/bg_nav3.jpg);
    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: 1.1em;
        margin-top: 1em;
        margin-bottom: 1em;
        background-image: url(../img/bg_generos.jpg);
        background-color: rgba(255, 255, 255, .10);
        grid-area: principal;
    }

    #generos{
        width: 85%;
        height: 100%;
        margin: auto;
        color:rgb(0, 0, 0);
        background-color: rgba(0, 0, 0, .060);
        border-top: #000000 5px groove;
        border-bottom: #000000 5px groove;
    }
        .generos{
            grid-area: generos;
        }

    .genero{
        font-size: 1.2rem;
        text-align: center;
        background-color: white;
    }

        .id_genero{
            width: 100%;
            height: 100%;
            padding: 5px 10px;
            border-radius: 2% 2%;
            border: black groove 5px;
        }

        .id_genero:hover{
            width: 70%;
            height: 70%;
            padding: 5px 10px;
            border-radius: 2% 2%;
            border: black groove 5px;
        }

        .descrip{
            width: 100%;
            height: 100%;
            font-size: 1.3rem;
            font-weight: 600;
            text-align: center;
            background-color: rgba(250, 200, 200, 0.1);
            margin-bottom: 25px;
        }

        .descrip:hover{
            width: 100%;
            height: 100%;
            font-size: 1.3rem;
            font-weight: 600;
            text-align: center;
            background-color: rgba(0, 0, 000, 0.8);
            margin-bottom: 25px;
        }

    .col_der{
        margin-left: 5px;
        background-color:rgba(255,255,255,0.6);
        grid-area: col_der;
    }
        .col_der figcaption{
            font-size: 1.2em;
            color: black;
            text-align: center;
            font-weight: 600;
            background-image: url(../img/bg_galv.jpg); 
        }

#post_prin{
    width: 100%;
    height: auto;
    font-size: 1.1em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    background-color: rgba(0, 0, 30, 0.1);
}
    .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.2em;
            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: 1.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.3em;
        background-color: black;
    }

    footer nav a:link{
        text-decoration: none;
        color: darkorange;
        text-decoration: none;
        font-size: 1em;
        margin-right: 20px;
        padding: 10px;
    }

    
.linka{
    color: blanchedalmond;
    font-size: 1.5em;
    text-decoration: none;   
}

.linkb{
    color: black;
    font-size: 1.2em;
    text-decoration: none;   
    text-shadow: goldenrod 3px 3px 3px;
}

.linkb:visited{
    color: black;
    font-size: 1.2em;
    text-decoration: none;
    text-decoration-style: none;   
}

.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);
}

.imgpromos:hover{
    width: 120%;
    height: 120%;
}

.titulo{
    font-size: 1.5rem ;
    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: 1em;
    font-weight: 500;
    text-shadow: rgb(245, 245, 254) 2px 2px 1px;
}
