*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

::-webkit-scrollbar{
    display: none;
}

body{
	background: -webkit-linear-gradient(to bottom, rgba(0,0,0,.75), rgba(0,0,0,.5), rgba(0,0,0,.75)); 
    background: linear-gradient(to bottom, rgba(0,0,0,.75), rgba(0,0,0,.5), rgba(0,0,0,.75));
	background-size: 100vw 100vh;
	background-attachment: fixed;
    padding-bottom: 1.25rem;
}

header{
    width: 100%;
    height: 50px;
	background: -webkit-linear-gradient(to right, #000, #000, #000, #343e63, #000, #000, #000); 
    background: linear-gradient(to right, #000, #000, #000, #343e63, #000, #000, #000);
    box-shadow: 0 0 1rem rgba(127,220,255,.25);
    color: #000;
    
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

header .contenedor{
    display: table;;
    border-radius: .46875rem;
    box-shadow: inset 0 0 .375rem rgba(127,220,255,.75);
}

.contenedor{
    width: 100%;
    margin: auto;
}

.contenedor .img{
    margin: 15px;
    height: 1.349375rem;
    float: right;
}

.audio{
    margin: .9375rem;
    float: left;
    border-radius: 15px;
    height: 1.349375rem;
}

.logo_documentales{
    width: 100%;
}

.logo_documentales img{
    display: block;
    margin: 5.125rem auto 0;
}

.year{
    margin: .325rem auto 2rem;
    width: 100%;
    text-align: center;
    color: #e1e1e1;
}

#documentales{
    font-size: 9px;
	background: -webkit-linear-gradient(to bottom, rgba(0,0,0,.75), rgba(0,0,0,.5), rgba(0,0,0,.75)); 
    background: linear-gradient(to bottom, rgba(0,0,0,.75), rgba(0,0,0,.5), rgba(0,0,0,.75));
	background-size: 100vw 100vh;
	background-attachment: fixed;
    color: #fff;
    text-align: center;
    padding: 2px;
}

#documentales .contenedor{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.documentales-titulo{
    margin: 0 1rem 2rem;
    padding: 5px 10px 10px;
    border-radius: 5px;
    box-shadow: inset 0 0 .25rem rgba(255,255,255,.25);
}

.documentales-titulo:hover{
    background: linear-gradient(to bottom, rgba(0,0,0,.5), rgba(109,37,40,.5));
    box-shadow: inset 0 0 .5rem rgba(255,255,255,.5);
}

.documentales-titulo img{
    width: 12.5rem;
    display: block;
    margin: auto;
    border-radius: 3%;
    border: rgba(255,255,255,0.5);
}

.documental{
    margin: auto;
    width: fit-content;
    max-width: 200px;
    color: #e1e1e1;
    padding: 15px 10px;
    font-weight: 550;
    text-align: center;
    text-transform: uppercase;
	background: -webkit-linear-gradient(to bottom, rgba(0,0,0,.5), rgba(119,19,35,.85), rgba(0,0,0,.5)); 
    background: linear-gradient(to bottom, rgba(0,0,0,.5), rgba(119,19,35,.85), rgba(0,0,0,.5));
}

.documental_year{
    width: 90%;
    margin: auto;
    text-align: center;
    color: #e1e1e1;
    padding: 5px;
	background: -webkit-linear-gradient(to right, #000, #0d0d0d, #345363, #343e63, #345363, #0d0d0d, #000); 
    background: linear-gradient(to right, #000, #0d0d0d, rgba(52,83,99,.5), rgba(52,94,99,.35), rgba(52,83,99,.5), #0d0d0d, #000);
}

.linediv{
    width: 98%;
    border-color: rgba(255,255,255,.0625);
    margin: auto;
}

.footer {
    margin: auto;
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: center;
    align-content: center;
    background: -webkit-linear-gradient(to right, #000, #000, #000, #343e63, #000, #000, #000);
    background: linear-gradient(to right, #000, #000, #000, #343e63, #000, #000, #000);
    border-radius: .46875rem;
    box-shadow: inset 0 0 .375rem rgba(127,220,255,.75);
    padding-top: .625rem;
    position: fixed;
    bottom: 0;
    z-index: 100;
}

.footer img{
    display: block;
    margin: .25% auto;
}

@media (max-width: 300px){
    header .contenedor{
        max-width: 300px;
    }
    .contenedor .img{
        display: none;
    }
    .audio{
        margin: .78125rem auto;
        width: 100%;
        max-width: 300px;
    }
    .logo_documentales img{
        width: 100%;
        max-width: 200px;
    }
    .year{
        font-size: .625rem;
    }
    .documental{
        font-size: .75rem;
    }
    .documental_year{
        font-size: .75rem;
    }
    .footer img{
        width: 100%;
        max-width: 250px;
    }
}

@media (max-width: 599px) and (min-width: 301px){
    header .contenedor{
        max-width: 300px;
    }
    .contenedor .img{
        display: none;
    }
    .audio{
        width: 100%;
        max-width: 300px;
    }
    .logo_documentales img{
        width: 100%;
        max-width: 200px;
    }
    .year{
        font-size: .75rem;
    }
    .documental{
        font-size: .75rem;
    }
    .documental_year{
        font-size: .75rem;
    }
    .footer img{
        max-width: 250px;
    }
}

@media (max-width: 767px) and (min-width: 600px){
    .audio{
        width: 40%;
    }
    .logo_documentales img{
        width: 220px;
    }
    .year{
        font-size: .875rem;
    }
    .documental{
        font-size: 1rem;
    }
    .documental_year{
        font-size: .875rem;
    }
    .footer img{
        max-width: 275px;
    }
}

@media (max-width: 950px) and (min-width: 768px){
    .audio{
        width: 35%;
    }
    .logo_documentales img{
        width: 250px;
    }
    .year{
        font-size: .875rem;
    }
    .documental{
        font-size: 1rem;
    }
    .documental_year{
        font-size: 1rem;
    }
    .footer img{
        max-width: 300px;
    }
}

@media (max-width: 1199px) and (min-width: 951px){
    .audio{
        margin-left: .625rem;
        width: 25%;
    }
    .logo_documentales img{
        width: 250px;
    }
    .year{
        font-size: .9375rem;
    }
    .documental{
        font-size: 1rem;
    }
    .documental_year{
        font-size: .875rem;
    }
    .footer img{
        max-width: 350px;
    }
}