@import url(comentarios.css);
@import url(footer.css);
@import url(header.css);
@import url(intro.css);
@import url(video.css);
@import url(whatsapp.css);

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
    
body, html {
    font-family: 'Metrophobic', sans-serif;
    background-image: url(../img/fondo.webp);
    height: 100%;
    margin: 0;
    line-height: 100%;
    color: white;
    text-align: center;
	background-size: 100vw 100vh;
	background-attachment: fixed;
}

::-webkit-scrollbar{
    display: none;
}

#landscape{
    display: none;
    z-index: -100;
}

.big_parallax{
    position: relative;
    height: 100%;
    overflow: hidden;
    margin: 200px auto;
}

main {
  overflow: hidden;
}

section{
    margin: auto;
}

.background_rock{
    width: 100%;
    margin: auto;
}

.fondo_1{
    margin: auto;
    width: 100%;
    background-image: url(../img/f1.png);
    background: -webkit-linear-gradient(to bottom, rgba(227,212,97,.75), rgba(239,229,145,.75), rgba(227,212,97,.75));
    background: linear-gradient(to bottom, rgba(227,212,97,.85), rgba(239,229,145,.85), rgba(227,212,97,.85));
    padding: 2rem 1rem;
}

.inicio{
    margin: auto;
    display: block;
    line-height: 1.0625;
    font-size: 2rem;
    color: #000;
    text-shadow: -1px -1px 1px black;
    text-align: center;
}

.presentacion{
    width: 90%;
    margin: auto;
    text-align: justify;
    color: black;
    text-shadow: -.25px -1.5px .25px rgba(35,35,35,.25);
    font-weight: bold;
	line-height: normal;
}

.resalt{
    color: #283282;
    font-weight: bold;
    font-size: 100%;
}

.background{
	width: 100%;
    margin: auto;
}

.background img{
    display: block;
    margin: auto;
    width: 100%;
}

.fondo_2{
    margin: auto;
    width: 100%;
    background-image: url(../img/base.png);
    background: -webkit-linear-gradient(to bottom, black, rgba(0,18,85,.3), black); 
    background: linear-gradient(to bottom, black, rgba(0,18,85,.3), black);
    padding: 2rem 1rem;
}

.elvis{
    background-image: url(../img/elvis.png);
    min-width: 100%;
    height: 18%;
    padding: 1%;
}

.titulo{
    width: 100%;
}

.titulo img{
    display: block;
    margin: auto;
    padding: 20px 10px 10px;
}

.texto_1{
    width: 90%;
    margin: auto;
    text-align: center;
    color: white;
    text-shadow: -2px -2px 2px black;
	line-height: normal;
    padding: 10px 10px 0;
    text-transform: uppercase;
}

.texto_2{
    width: 90%;
    margin: auto;
    text-align: justify;
    color: #f3f3f3;
    text-shadow: -2px -2px 2px black;
	line-height: normal;
    padding: 10px;
}

.fondo_3{
    margin: auto;
    width: 100%;
    background-image: url(../img/base.png);
    background: -webkit-linear-gradient(to bottom, black, rgba(182,4,4,.3), black); 
    background: linear-gradient(to bottom, black, rgba(182,4,4,.3), black);
    padding: 2rem 1rem;
}

.beatles{
    background-image: url(../img/beatles.png);
    min-width: 100%;
    height: 18%;
    padding: 1%;
}

.titulo_byp{
    width: 100%;
}

.titulo_byp img{
    display: block;
    margin: auto;
    padding: 20px 10px 5px;
}

.club_27s{
    margin: auto;
    display: block;
    width: 100%;
    
    position: relative;
    background-image: url(../img/club_27s.webp);
    
    background-size: 100vw 100vh;

    background-position: center;
	background-attachment: fixed;
}

.fondo_4{
    margin: auto;
    width: 100%;
    background-image: url(../img/base.png);
    background: -webkit-linear-gradient(to bottom, black, rgba(0,50,31,0.35), black); 
    background: linear-gradient(to bottom, black, rgba(0,50,31,0.35), black);
    padding: 2rem 1rem;
}

.stones{
    background-image: url(../img/stones.png);
    min-width: 100%;
    height: 18%;
    padding: 1%;
}

.fondo_5{
    margin: auto;
    width: 100%;
    background: -webkit-linear-gradient(to bottom, black, rgba(10,40,100,0.2), black); 
    background: linear-gradient(to bottom, black, rgba(10,40,100,0.2), black);
    padding: 2rem 1rem;
}

.fondo_5 img{
    display: block;
    margin: auto;
}

.fondo_5 a .registrarse{
    margin: 1% auto 0;
	transition: all 0.5s;
}

.fondo_5 a .registrarse:hover{
    transform: scale(1.1);
}

.pink_floyd{
    background: url(../img/pink_floyd.png);
    min-height: 20%;
}

.fondo_6{
    margin: auto;
    width: 100%;
    background-image: url(../img/base.png);
    background: -webkit-linear-gradient(to bottom, black, rgba(82,74,54,.5), black); 
    background: linear-gradient(to bottom, black, rgba(82,74,54,.5), black);
    padding: 2rem 1rem;
}

.bowie{
    background: url(../img/bowie.png);
    min-width: 100%;
    height: 18%;
    padding: 1%;
}

.fondo_7{
    margin: auto;
    width: 100%;
    background-image: url(../img/base.png);
    background: -webkit-linear-gradient(to bottom, black, rgba(27,83,106,0.3), black); 
    background: linear-gradient(to bottom, black, rgba(27,83,106,0.3), black);
    padding: 2rem 1rem;
}

.mercury{
    background: url(../img/mercury.png);
    min-width: 100%;
    height: 18%;
    padding: 1%;
}

.titulo_section{
    width: 100%;
}

.titulo_section img{
    display: block;
    margin: auto;
    padding: 20px 10px 0 10px;
}

.hard_heavy{
    margin: auto;
    display: block;
    width: 100%;
    
    position: relative;
    background-image: url(../img/hard_heavy.webp);
    
    background-size: 100vw 100vh;

    background-position: center;
	background-attachment: fixed;
}

.fondo_8{
    margin: auto;
    width: 100%;
    background-image: url(../img/base.png);
    background: -webkit-linear-gradient(to bottom, black, rgba(182,4,4,.3), black); 
    background: linear-gradient(to bottom, black, rgba(182,4,4,.3), black);
    padding: 2rem 1rem;
}

.michael{
    background: url(../img/michael.png);
    min-width: 100%;
    min-height: 18%;
    padding: 1%;
}

.fondo_9{
    margin: auto;
    width: 100%;
    background-image: url(../img/base.png);
    background: -webkit-linear-gradient(to bottom, black, rgba(0,18,85,0.3), black); 
    background: linear-gradient(to bottom, black, rgba(0,18,85,0.3), black);
    padding: 2rem 1rem;
}

.metallica{
    background: url(../img/metallica.png);
    min-width: 100%;
    min-height: 18%;
    padding: 1%;
}

.gen{
    margin: auto;
    display: block;
    width: 100%;
    
    position: relative;
    background-image: url(../img/generos_rock.webp);
    
    background-size: 100vw 100vh;

    background-position: center;
	background-attachment: fixed;
}

.fondo_10{
    margin: auto;
    width: 100%;
    background-image: url(../img/base.png);
    background: -webkit-linear-gradient(to bottom, black, rgba(0,50,31,0.35), black); 
    background: linear-gradient(to bottom, black, rgba(0,50,31,0.35), black);
    padding: 2rem 1rem;
}

.soda{
    background: url(../img/soda.png);
    min-width: 100%;
    min-height: 18%;
    padding: 1%;
}

.fondo_11{
    margin: auto;
    width: 100%;
    background-image: url(../img/base.png);
    background: -webkit-linear-gradient(to bottom, black, rgba(255,255,255,.1), black); 
    background: linear-gradient(to bottom, black, rgba(255,255,255,.1), black);
    padding: 2rem 1rem;
}

.metalero{
    background: url(../img/metalero.png);
    min-width: 100%;
    min-height: 18%;
    padding: 1%;
}

.art_bnd{
    margin: auto;
    display: block;
    width: 100%;
    
    position: relative;
    background-image: url(../img/art_bnd.webp);
    
    background-size: 100vw 100vh;

    background-position: center;
	background-attachment: fixed;
}

.fondo_12{
    margin: auto;
    width: 100%;
    background-image: url(../img/base.png);
    background: -webkit-linear-gradient(to bottom, black, rgba(0,0,0,.75), black); 
    background: linear-gradient(to bottom, black, rgba(0,0,0,.75), black);
    padding: 2rem 1rem;
}

.wwry{
    background: url(../img/wwry_fondo.png);
    min-width: 100%;
    min-height: 18%;
    padding: 1%;
}

.fondo_13{
    margin: auto;
    width: 100%;
    background-image: url(../img/base.png);
    background: -webkit-linear-gradient(to bottom, black, rgba(27,83,106,0.3), black); 
    background: linear-gradient(to bottom, black, rgba(27,83,106,0.3), black);
    padding: 2rem 1rem;
}

.radiohead{
    background: url(../img/radiohead.png);
    min-width: 100%;
    min-height: 18%;
    padding: 1%;
}

.dj{
    margin: auto;
    display: block;
    width: 100%;
    
    position: relative;
    background-image: url(../img/dj.webp);
    
    background-size: 100vw 100vh;

    background-position: center;
	background-attachment: fixed;
}

.fondo_14{
    margin: auto;
    width: 100%;
    background-image: url(../img/base.png);
    background: -webkit-linear-gradient(to bottom, black, rgba(82,74,54,.5), black); 
    background: linear-gradient(to bottom, black, rgba(82,74,54,.5), black);
    padding: 2rem 1rem;
}

.world{
    background: url(../img/world.png);
    min-width: 100%;
    min-height: 18%;
    padding: 1%;
}

.fondo_15{
    margin: auto;
    width: 100%;
    background-image: url(../img/base.png);
    background: -webkit-linear-gradient(to bottom, black, rgba(182,4,4,.3), black); 
    background: linear-gradient(to bottom, black, rgba(182,4,4,.3), black);
    padding: 2rem 1rem;
}

.love{
    background: url(../img/love.png);
    min-width: 100%;
    min-height: 18%;
    padding: 1%;
}

.ramones{
    margin: auto;
    display: block;
    width: 100%;
    
    position: relative;
    background-image: url(../img/ramones.webp);
    
    background-size: 100vw 100vh;

    background-position: center;
	background-attachment: fixed;
}

.fondo_16{
    margin: auto;
    width: 100%;
    background-image: url(../img/base.png);
    background: -webkit-linear-gradient(to bottom, black, rgba(27,83,106,0.3), black); 
    background: linear-gradient(to bottom, black, rgba(27,83,106,0.3), black);
    padding: 2rem 1rem;
}

.blog{
    background: url(../img/nb.png);
    min-width: 100%;
    min-height: 18%;
    padding: 1%;
}

.titulo_blog{
    width: 100%;
}

.titulo_blog img{
    display: block;
    margin: auto;
    padding: 20px 10px 0;
}

.fondo_17{
    margin: auto;
    width: 100%;
    background-image: url(../img/base.png);
    background: -webkit-linear-gradient(to bottom, black, rgba(0,50,31,.35), black); 
    background: linear-gradient(to bottom, black, rgba(0,50,31,.35), black);
    padding: 2rem 1rem;
}

.slogan{
    background: url(../img/ltcdr.png);
    min-width: 100%;
    min-height: 18%;
    padding: 1%;
}

.titulo_slogan{
    width: 100%;
}

.titulo_slogan img{
    display: block;
    margin: auto;
    padding: 20px 10px 0;
}

.login{
    margin: auto;
    width: fit-content;
}

.login img{
    margin: 1rem auto 0;
    display: block;
	transition: all 0.5s;
}

.login img:hover{
    transform: scale(1.1);
}

.fondo_18{
    margin: auto;
    width: 100%;
}

.maiden{
    background: url(../img/maiden.webp);
    background-color: rgba(0,0,0,.9);
    position: relative;
    opacity: 75%;
    overflow: hidden;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.elvis, .beatles, .stones, .pink_floyd, .bowie, .mercury, .michael, .metallica, .soda, .metalero, .wwry, .radiohead, .world, .love, .blog, .slogan{
    position: relative;
    opacity: 2;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: fixed;
}/*

@media(max-width: 768px) and (orientation: landscape){
    #landscape{
    display: flex;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left:0;
    background-image: url(../img/fondo.jpg);
    z-index: 990000;
    width: 100%;
    height: 100vh;
    text-shadow: -1px -2px 1px black;
    color: #e5e5e5;
    text-align: center;
    align-items: center;
    justify-content: center;
    }
}*/

.ir-arriba {
	display: none;
	padding: .75rem .75rem;
    background: -webkit-linear-gradient(to bottom, #000, #0d0d0d, #18242f, #1f4264, #18242f, #0d0d0d, #000);
    background: linear-gradient(to bottom, #000, #0d0d0d, #18242f, #1f4264, #18242f, #0d0d0d, #000);
	font-size: 1.5rem;
    color: #e5e5e5;
    font-weight: bold;
	cursor: pointer;
	position: fixed;
	bottom: 3.375rem;
	left: .9375rem;
    opacity: .9;
    border-radius: .3125rem;
    border: .03125rem solid rgba(255,255,255,.125);
    box-shadow: 0 0 .5rem rgba(104,127,242,.75);
    z-index: 98;
	transition: all 0.5s;
}

.ir-arriba:hover {
    box-shadow: 0 0 .5rem rgba(104,127,242,1);
    opacity: 1;
    border: .03125rem solid rgba(255,255,255,.25);
    transform: scale(1.1);
}/*

@keyframes slideright{
    0%{
        transform: translateX(-100%);
        opacity: 0;
    }
    100%{
        transform: translateX(0%);
        opacity: 1;
    }
}*/

@media (max-width: 599px){
    .big_parallax{
        max-height: 200px;
    }
    .inicio{
        width: 95%;
        font-size: 1.25rem;
    }
    .presentacion{
        width: 95%;
        font-size: 1.125rem;
    }
    .texto_1{
        width: 98%;
        font-size: 1.125rem;
    }
    .texto_2{
        width: 95%;
        font-size: 1.125rem;
    }
    .titulo img{
        width: 100%;
        max-width: 17.5rem;
    }
    .background{
        width: 100%;
    }
    .background img{
        width: 100%;
    }
    .club_27s{
        background-image: url(../img/club_27s1.webp);
        background-size: 100vw 100%;
        background-repeat: no-repeat;
        background-attachment: inherit;
    }
    .hard_heavy{
        background-image: url(../img/hard_heavy1.webp);
        background-size: 100vw 100%;
        background-repeat: no-repeat;
        background-attachment: inherit;
    }
    .gen{
        background-image: url(../img/generos_rock1.webp);
        background-size: 100vw 100%;
        background-repeat: no-repeat;
        background-attachment: inherit;
    }
    .art_bnd{
        background-image: url(../img/art_bnd1.webp);
        background-size: 100vw 100%;
        background-repeat: no-repeat;
        background-attachment: inherit;
    }
    .dj{
        background-image: url(../img/dj1.webp);
        background-size: 100vw 100%;
        background-repeat: no-repeat;
        background-attachment: inherit;
    }
    .ramones{
        background-image: url(../img/ramones1.webp);
        background-size: 100vw 100%;
        background-repeat: no-repeat;
        background-attachment: inherit;
    }
    .maiden{
        background-image: url(../img/maiden1.webp);
        background-size: 100vw 100%;
        background-repeat: no-repeat;
        background-attachment: inherit;
    }
    .titulo_byp img{
        width: 70%;
        max-width: 250px;
    }
    .wwry img{
        width: 35%;
    }
    .fondo_5 img{
        width: 40%;
        max-width: 240px;
    }
    .fondo_5 a .registrarse{
        width: 100%;
        max-width: 180px;
    }
    .titulo_section img{
        width: 35%;
        max-width: 100px;
    }
    .titulo_blog img{
        width: 95%;
        max-width: 500px;
    }
    .titulo_slogan img{
        width: 100%;
        max-width: 200px;
    }
    .login img{
        width: 100%;
        max-width: 180px;
    }
    .ir-arriba {
    	padding: .5rem .5rem;
    	font-size: 1.5rem;
    	bottom: 4rem;
    	left: .5rem;
        box-shadow: 0 0 .5rem rgba(104,127,242,.75);
    }
}

@media (max-width: 767px) and (min-width: 600px){
    .big_parallax{
        max-height: 250px;
    }
    .inicio{
        width: 95%;
        font-size: 1.5rem;
    }
    .presentacion{
        width: 95%;
        font-size: 1.375rem;
    }
    .texto_1{
        width: 98%;
        font-size: 1.0625rem;
    }
    .texto_2{
        width: 95%;
        font-size: 1.0625rem;
    }
    .titulo img{
        width: 60%;
    }
    .background{
        width: 100%;
    }
    .background img{
        width: 100%;
    }
    .club_27s{
        background-image: url(../img/club_27s1.webp);
        background-size: 100vw 100%;
        background-repeat: no-repeat;
        background-attachment: inherit;
    }
    .hard_heavy{
        background-image: url(../img/hard_heavy1.webp);
        background-size: 100vw 100%;
        background-repeat: no-repeat;
        background-attachment: inherit;
    }
    .gen{
        background-image: url(../img/generos_rock1.webp);
        background-size: 100vw 100%;
        background-repeat: no-repeat;
        background-attachment: inherit;
    }
    .art_bnd{
        background-image: url(../img/art_bnd1.webp);
        background-size: 100vw 100%;
        background-repeat: no-repeat;
        background-attachment: inherit;
    }
    .dj{
        background-image: url(../img/dj1.webp);
        background-size: 100vw 100%;
        background-repeat: no-repeat;
        background-attachment: inherit;
    }
    .ramones{
        background-image: url(../img/ramones1.webp);
        background-size: 100vw 100%;
        background-repeat: no-repeat;
        background-attachment: inherit;
    }
    .titulo_byp img{
        width: 45%;
    }
    .fondo_5 img{
        max-width: 35%;
    }
    .fondo_5 a .registrarse{
        width: 35%;
        max-width: 200px;
    }
    .titulo_section img{
        width: 25%;
        max-width: 120px;
    }
    .titulo_blog img{
        width: 55%;
    }
    .titulo_slogan img{
        width: 45%;
    }
    .login img{
        width: 35%;
        max-width: 200px;
    }
}

@media (max-width: 950px) and (min-width: 768px){
    .big_parallax{
        max-height: 300px;
    }
    .inicio{
        width: 95%;
        font-size: 1.625rem;
    }
    .presentacion{
        width: 95%;
        font-size: 1.5rem;
    }
    .texto_1{
        width: 98%;
        font-size: 1.125rem;
    }
    .texto_2{
        width: 95%;
        font-size: 1.125rem;
    }
    .titulo img{
        width: 55%;
    }
    .titulo_byp img{
        width: 35%;
    }
    .fondo_5 img{
        max-width: 35%;
    }
    .fondo_5 a .registrarse{
        width: 30%;
        max-width: 220px;
    }
    .titulo_section img{
        width: 16%;
        max-width: 200px;
    }
    .titulo_blog img{
        width: 65%;
    }
    .titulo_slogan img{
        width: 45%;
    }
    .login img{
        width: 30%;
        max-width: 220px;
    }
}

@media (max-width: 1199px) and (min-width: 951px){
    .big_parallax{
        max-height: 260px;
    }
    .inicio{
        width: 95%;
        font-size: 1.75rem;
    }
    .presentacion{
        width: 95%;
        font-size: 1.625rem;
    }
    .texto_1{
        width: 98%;
        font-size: 1.25rem;
    }
    .texto_2{
        width: 95%;
        font-size: 1.25rem;
    }
    .titulo img{
        width: 45%;
    }
    .titulo_byp img{
        width: 30%;
    }
    .fondo_5 img{
        max-width: 35%;
    }
    .fondo_5 a .registrarse{
        width: 25%;
        max-width: 250px;
    }
    .titulo_section img{
        width: 14%;
        max-width: 200px;
    }
    .titulo_blog img{
        width: 65%;
    }
    .titulo_slogan img{
        width: 40%;
    }
    .login img{
        width: 22.5%;
        max-width: 250px;
    }
}

@media (max-width: 1399px) and (min-width: 1200px){
    .big_parallax{
        max-height: 300px;
    }
    .inicio{
        width: 95%;
        font-size: 2rem;
    }
    .presentacion{
        width: 90%;
        font-size: 1.5rem;
    }
    .texto_1{
        width: 98%;
        font-size: 1.5rem;
    }
    .texto_2{
        width: 95%;
        font-size: 1.5rem;
    }
    .titulo img{
        width: 45%;
    }
    .titulo_byp img{
        width: 30%;
    }
    .fondo_1, .fondo_2, .fondo_3, .fondo_4, .fondo_5, .fondo_6, .fondo_7, .fondo_8, .fondo_9, .fondo_10, .fondo_11, .fondo_12, .fondo_13, .fondo_14, .fondo_15, .fondo_16, .fondo_17{
        opacity: .5;
        transition: opacity 2s;
        box-shadow: inset 0 0 .75rem rgba(255,255,255,.5);
        border-radius: 1.25rem;
    }
    .fondo_1:hover, .fondo_2:hover, .fondo_3:hover, .fondo_4:hover, .fondo_5:hover, .fondo_6:hover, .fondo_7:hover, .fondo_8:hover, .fondo_9:hover, .fondo_10:hover, .fondo_11:hover, .fondo_12:hover, .fondo_13:hover, .fondo_14:hover, .fondo_15:hover, .fondo_16:hover, .fondo_17:hover{
        opacity: 1;
    }
    .club_27s, .hard_heavy, .gen, .art_bnd, .dj, .ramones{
        opacity: .5;
        transition: opacity 2s;
    }
    .club_27s:hover, .hard_heavy:hover, .gen:hover, .art_bnd:hover, .dj:hover, .ramones:hover{
        opacity: 1;
    }
    .fondo_5 img{
        max-width: 50%;
    }
    .fondo_5 a .registrarse{
        width: 22.5%;
        max-width: 250px;
    }
    .titulo_section img{
        width: 14%;
        max-width: 200px;
    }
    .titulo_slogan img{
        width: 35%;
    }
    .login img{
        width: 22.5%;
        max-width: 250px;
    }
}
    
@media (min-width:1400px){
    .big_parallax{
        max-height: 300px;
    }
    .inicio{
        width: 95%;
        font-size: 2.25rem;
    }
    .presentacion{
        width: 90%;
        font-size: 2rem;
    }
    .texto_1{
        width: 98%;
        font-size: 1.75rem;
    }
    .texto_2{
        width: 95%;
        font-size: 1.75rem;
        text-align: center;
    }
    .titulo img{
        width: 45%;
    }
    .titulo_byp img{
        width: 30%;
    }
    .fondo_1, .fondo_2, .fondo_3, .fondo_4, .fondo_5, .fondo_6, .fondo_7, .fondo_8, .fondo_9, .fondo_10, .fondo_11, .fondo_12, .fondo_13, .fondo_14, .fondo_15, .fondo_16, .fondo_17{
        opacity: .5;
        transition: opacity 2s;
        box-shadow: 0 1px 5px rgba(255,255,255,.25);
    }
    .fondo_1:hover, .fondo_2:hover, .fondo_3:hover, .fondo_4:hover, .fondo_5:hover, .fondo_6:hover, .fondo_7:hover, .fondo_8:hover, .fondo_9:hover, .fondo_10:hover, .fondo_11:hover, .fondo_12:hover, .fondo_13:hover, .fondo_14:hover, .fondo_15:hover, .fondo_16:hover, .fondo_17:hover{
        opacity: 1;
        box-shadow: 0 1px 8px rgba(255,255,255,.35);
    }
    .club_27s, .hard_heavy, .gen, .art_bnd, .dj, .ramones{
        opacity: .5;
        transition: opacity 2s;
    }
    .club_27s:hover, .hard_heavy:hover, .gen:hover, .art_bnd:hover, .dj:hover, .ramones:hover{
        opacity: 1;
    }
    .fondo_5 img{
        max-width: 50%;
    }
    .fondo_5 a .registrarse{
        width: 22.5%;
        max-width: 250px;
    }
    .titulo_section img{
        width: 14%;
        max-width: 200px;
    }
    .titulo_slogan img{
        width: 35%;
    }
    .login img{
        width: 22.5%;
        max-width: 250px;
    }
}