@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
  
body,
html {
    height: 100%;
    margin: 0;
    padding: 0;
    background: #96310c;
}

body {
    width: 100%;
    height: 100%;
    z-index: 3;
}

span {
    font-weight: 600;
}

.imagen-fondo {
    width: 80vw;
    height: 80vw;
    max-width: 500px;
    max-height: 500px;
    background-image: url("imgs/falling.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    position: fixed;
    top: 47%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

p {
    font-size: 19px;
    line-height: 1.3;
}


/*PÁGINA VIDEO.HTML*/
.videos {
    display: flex;
    flex-direction: column;
    gap: 35px;
    align-items: center;
    padding: 160px;
}
.videos iframe {
    z-index: 1;
}
.videos .youtubeVideo {
    width: 560px;
    height: 315px;
}

/*PÁGINA AUDIO.HTML*/

.audios {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 160px;
    gap: 35px;
}

.spoti {
    width: 500px;
    z-index: 1
}

.titulo {

    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 128px;
    line-height: 155px;
    /* identical to box height */

    letter-spacing: 0.215em;

    color: #FF0000;

    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    z-index: 5;
}

.menu {
    position: fixed;
    margin-top: -50px;
}


.nav {
    position: fixed;
    bottom: 0;
    left: 0;
    /*  display: -webkit-box;
    display: -ms-flexbox; */
    display: flex;
    /* -webkit-box-pack: justify;
    -ms-flex-pack: justify; */
    justify-content: space-between;
    width: 100%;
    padding: 12px 20px;
    /* -webkit-box-align: baseline;
    -ms-flex-align: baseline; */
    align-items: baseline;
    z-index: 2;
}

.rojo {
    color: rgb(255, 252, 252);
    font-weight: 400;
    font-size: 80px;
    z-index: 1;
}

.rojo:hover {
    font-style: italic;
    color: rgb(255, 252, 252);
    text-decoration: line-through;
}

.header {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 30px;
}

.logo {
    width: 60px;
}

.redes {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50px;
    position: fixed;
    margin-left: 35px;
    margin-top: 150px;
    z-index: 2;
}


@media (max-width:768px) {
    .header {
        background: #96310c;
        z-index: 2;
        padding-bottom: 3rem;
    }
    .redes {
        display: flex;
        flex-direction: row;
        margin-left: 0px;
        margin-top: 90px;
        width: 100%;
        justify-content: center;
    }

    .youtube {
        margin-bottom: 4px;
    }
    .videos .youtubeVideo {
        width: 386px;
        height: 216px;
    }
    .contitulo {
        flex-direction: column;
        align-content: center;
        justify-content: center;
        align-items: center;
        display: flex;
        padding-left: 87px;
        padding-bottom: 134px;
    }
    .rojo {
        font-size: 62px;
        color: rgb(255, 252, 252);
    }
}

/*Menú  */
.abrir-menu, 
.cerrar-menu {
    display: none;
}

@media (max-width:550px) {
    .abrir-menu, 
    .cerrar-menu {
        display: block;
        border: 0;
        font-size: 1.8rem;
        background-color: transparent;
        cursor: pointer;
    }
    .no-visible {
        visibility: hidden;
    }
    .visibleOk {
        opacity: 1;
        visibility: visible !important;
    }

    .abrir-menu {
        color:#000000;
    }
    .nav {
        display: flex;
        flex-direction: column;
        top: 0;
        right: 0;
        align-items: end;
        margin-top: 32px;
        opacity: 0;
        visibility: hidden;
    }
    .nav.visible {
        opacity: 1;
        visibility: visible;
        background-color: #000000;
        margin-top: 0px;
    }
    .cerrar-menu i {
        color: white;
    }
}

.insta {
    width: 25px;
    margin-bottom: 5px;
}

.insta:hover {
    transition: .3s ease;
    opacity: 70%;
}

.spotify {
    width: 40px;
    margin-bottom: 5px;
}

.spotify:hover {
    transition: .3s ease;
    opacity: 70%;
}

.youtube {
    width: 30px;
}

.youtube:hover {
    transition: .3s ease;
    opacity: 70%;
}

.leyenda {
    /* color: #FF0000; */
    color: rgb(255, 252, 252);
    text-transform: uppercase;
    font-size: 25px;
}

.leyenda:hover {
    font-style: italic;
    color: rgb(255, 252, 252);
    text-decoration: line-through;
}



/*PÁGINA BIO.HTML*/
body.fondoBio:before {
    display: none;
    background-color: #044507;
}

.contbio {
    display: flex;
    align-items: center;
    height: 100vh;
    max-width: 996px;
    margin: 0 auto;
}

.contbio p {
    padding: 76px;
    z-index: 1;
    color: rgb(255, 252, 252);
}

.contbio span {
    text-transform: uppercase;
}

.leyendaFlex {
    display: grid;
    align-items: center;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 2fr;
    column-gap: 90px;
    padding: 150px;
    grid-template-areas:
    "img texto" 
    "img boton";
  }

#imgPortada {
    grid-area: img;
    width: 450px;
    padding: 15px;
    margin-left: 50px;
}

.leyendaFlex p {
    grid-area: texto;
    padding-top: 100px;
    color: rgb(255, 252, 252);
}
.leyendaFlex span {
    text-transform: uppercase;
}

.boto {
    grid-area: boton;
    width: 120px;
    margin-top: -190px;
    z-index: 1;
}


@media (max-width:992px) {
    .leyendaFlex {
        display: flex;
        flex-direction: column;
    }

    .leyendaFlex p {
        padding: 0px;
        width: 250px;
    }

    #imgPortada {
        width: 390px;
        padding: 15px;
    }

    .boto {
        grid-area: boton;
        width: 120px;
        margin-top: auto;
    }


}

span {
    color: rgb(255, 252, 252);
}

/*PÁGINA CONCIERTOS.HTML*/
.contConciertos, .contHielo {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100vh;
    /* align-items: center; */
    margin: 0 auto;
    max-width: 700px;
}
.contHielo p {
    color: rgb(255, 252, 252);
}
.contConciertos iframe {
    z-index: 1;
}



a {
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

/*TAMAÑO PANTALLA PEQUEÑO*/
@media (max-width:768px) {
    .leyenda {
        font-size: 1rem;
    }
    .leyendaFlex {
        display: flex;
        flex-direction: column;
    }

    .leyendaFlex p {
        padding: 0px;
        width: 250px;
    }

    #imgPortada {
        width: 350px;
        padding: 15px;
        margin-left: 0px;
    }

    .videos iframe, .contitulo iframe {
        width: 560px;
        height: 315px;
    }

    .audios iframe {
        width: 350px;
    }

    .contConciertos {
        display: flex;
        align-items: center;
    }
    
    .contConciertos iframe {
        max-width: 90%;
    }
    .contHielo {
        padding: 30px;
    }
    .contHielo p{
        font-size: 18px;
    }


    .contbio {
        width: 350px;
    }
    .contbio p {
        font-size: 19px;
        line-height: 1.3;
        padding-bottom: 243px;
        padding-top: 63px;
        margin-top: 550px;
        padding-right: 39px;
        padding-left: 39px;
    }

    .titulo {
        display: none;

    }

    a {
        font-family: "Anton", sans-serif;
    }
    .flex-discos {
        align-items: center !important;
    }

}

.flex-discos {
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items: end;
}