body{
    margin: auto 0;
}

main {
    margin: auto 0;
    position: relative;
}

header{
    position:absolute;
    display: block;
    width: 100%;
    height: 100px;
    z-index: 1;
    background-color: white;
}

.titleWeb{
    position:relative;
    text-align: center;
    padding: 8px 0px;
    margin-top: 0;
}

#btnMenu, #btnBack {
    display: none;
}

h1{
    font-family: Raleway;
    font-size: 22.5px;
    line-height: 1.1;
    text-transform: uppercase;
    font-weight: 600;
    color: #222;
}

h2{
    font-family: Raleway;
    font-size: 120px;
    text-transform: uppercase;
    font-weight: 120;
    color: #d8b33b;
    margin-bottom: -23px;
}

p{
    font-family: Raleway;
    line-height: 1.5;
    font-weight: 500;
    font-size: 15px;
    color: white;
    width: 50%;
    margin-left: 25%;
    font-weight: bold;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
}

.boxinfo{
    font-family: Raleway;
    font-size: 24px;
    line-height: 34px;
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    font-weight: 100;
    width: 100%;
    max-width: 300px;
    height: auto;
    background-color: rgba(0, 0, 0, .4);
    left: 5%;
    bottom: 60px;
    border-radius: 5px;
    position: absolute;
    overflow: auto;
    overflow-wrap: break-word;
}

#social{
    width: 100%;
    position: relative;
    text-align: right;
    margin: 0;
    padding: 0;
    top: -20px;    
}

#social img{
    height: 30px;
}

nav {
    text-align: center; /* Para centrar los elementos en la página */
    top: -40px;
    position: relative;
}

nav ul {
    list-style: none; /* Para quitar los puntos de la lista */
    padding: 0; /* Para eliminar el relleno predeterminado de la lista */
}

nav ul a li {
    display: inline-block; /* Para que los elementos estén uno al lado del otro */
}


nav ul a {
    text-decoration: none; /* Para quitar el subrayado de los enlaces */
    font-family: Raleway;
    font-size: 13px;
    line-height: 1.1;
    text-transform: uppercase;
    font-weight: 600;
    color: #222;
    margin-right: 35px; /* Ajusta el espacio entre elementos si lo deseas */
}

nav ul a:hover{
    color: #d8b33b;
}

.socialColor {
    fill: #222;
    transition: fill 0.3s;
    margin-right: 10px;
}

.socialColor:hover {
    fill: #d8b33b;
}

.spotifyPlayer{

    opacity: 60%;
    position: relative;
    margin-left: 0;
    margin-top: 0;
}

.spotifyPlayer:hover{
    opacity: 100%;
    transition: 0.5s;
    cursor: pointer;
}


#home {
    background-image: url('/img/xoha_01.webp');
    height: 519px;
    background-size: cover;
    background-position: center;
    position: relative;
    top: 100px;
}

.logo {
    position: absolute;
    bottom: 1%;
    right: 1%;
    width: 35vw;
    min-width: 30vw;
}

.musicstyle{
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 160px;
}

.newsstyle{
    display: flex;
    flex-direction: column;
    width: 100%;
    background-image: url('/img/xoha_02.webp');
    height: 519px;
    background-size: cover;
    background-position: center;
    position: relative;
    top: 100px;
}

.fila {
    display: flex;
}

.coverframe {
    flex: 0 0 calc(50% - 0px);
    position: relative;
    display: inline-block;
}

.coverframe img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.boxmenucover {
    position: absolute;
    top: 5px;
    right: 15px;
    background-color: rgba(0, 0, 0, .6);
    border: solid 1px #d8b33b;
    display: none;
    z-index: 3;
}

.listen_link, .newspress_link {
    display: none;
}

.image-black-and-white {
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}

.coverframe:hover .image-black-and-white {
    filter: grayscale(0%);
}

.boxmenucover li, .boxmenulyrics li {
    text-decoration: none;
    list-style: none;
    font-family: Raleway;
    font-size: 22.5px;
    padding: 15px 15px 15px 15px;
    line-height: 1.1;
    text-transform: uppercase;
    font-weight: 150;
    color: #fff;
    cursor: pointer;
}

.boxmenucover li:hover {
    color: #d8b33b;
    background-color: rgba(0, 0, 0, .4);
}

ul {
    padding-inline-start: 0px;
}


#outsider {
    background-image: url('/img/covers/outsider_bg.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    width: 100%;
}

#moonlight{
    background-image: url('/img/covers/moonlight_bg.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    width: 100%;
}

#toolate{
    background-image: url('/img/covers/too_late_bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    width: 100%;
}

#heartless{
    background-image: url('/img/covers/hearthless_bg.avif');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    width: 100%;
}

#dontwantuback{
    background-image: url('/img/covers/dont_want_u_back.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    width: 100%;
}

.boxmenulyrics{
    position: absolute;
    text-align: right;
    top: 3%;
    right: 3%;
    background-color: rgba(0, 0, 0, .6);
    border: solid 1px #d8b33b;
}

.boxmenulyrics li:hover {
    color: #d8b33b;
    background-color: rgba(0, 0, 0, .4);
}

.grid-container {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(2, 230px);
    grid-template-rows: repeat(5, 60px);
    gap: 30px;
    flex: 0 0 calc(50% - 0px);
    align-items: center;
    align-content: center;
    justify-content: start;
}
  
  .grid-item {
    padding: auto 0;
    text-align: center;
  }

  .grid-item img {
    cursor: pointer;
    filter: grayscale(100%);
  }

  .grid-item img:hover{
    filter: grayscale(0%);
    transition: filter 0.3s ease;
   }
   
   .lyrics_action:hover .newspress {
    display: block; /* Mostrar el submenú cuando se pasa el mouse sobre el elemento principal */
}



























/* Estilos para dispositivos móviles */
@media screen and (min-width: 0px) and (max-width: 800px) {
    
    main{
        z-index: 2;
        margin: 0;
        max-width: 100%;
        position: relative;
        background-color: white;
    }

    h2{
        font-family: Raleway;
        font-size: 90px;
        text-transform: uppercase;
        font-weight: 85;
        color: #d8b33b;
    }

    .boxmenulyrics{
        display: none;
    }

    .fila {
        flex-direction: column; /* Cambia la dirección a columna para dispositivos móviles */
    }
    
    .coverframe {
        flex: 0 0 calc(100% - 20px); /* Ancho completo con un margen */
    }

    .logo {
        position: absolute;
        bottom: 1%;
        right: 1%;
        width: 35vw;
        min-width: 30vw;
    }

    .newspress{
        display: none;
    }
   
    .boxinfo{
        font-family: Raleway;
        font-size: 24px;
        line-height: 34px;
        color: white;
        padding-top: 10px;
        padding-left: 15px;
        padding-bottom: 10px;
        font-weight: 100;
        width: 100%;
        max-width: 300px;
        height: auto;
        background-color: rgba(0, 0, 0, .4);
        left: 5%;
        bottom: 60px;
        border-radius: 5px;
        position: absolute;
        overflow: auto;
        overflow-wrap: break-word;
    }

   #home{
        background-image: url('/img/xoha_01.webp');
        width: 100%;
        height: 88vh;
        background-size: cover;
        background-position: center;
        position: relative;
        top: 0px;
        z-index: 2;
    }

    header{
        position:absolute;
        display: block;
        width: 100%;
        height: 100px;
        z-index: 1;
        background-color: white;
    }

    .titleWeb{
        position: fixed;
        font-size: 26px;
        font-weight: 100;
        width: 100%;
        padding: 15px 15px;
        text-align: right;
        right: 0px;
        color: white;
        background-color: #d8b33b;
        z-index: 1;
    }

    nav ul {
        position: fixed;
        display: inline-grid;
        margin-right: 0px;
        margin-top: 0px;
        right: 0px;
        text-align: right;
        list-style: none;
        top: 100px;
    }

    nav ul li{
        padding: 15px 15px 15px 15px;
        margin-right: 0px;
        border-bottom: 2px solid #d8b33b;
        width: 200px;
    }

    nav ul a{
        margin-right: 0px;
    }

    nav ul a li{
        font-family: Raleway;
        font-size: 14px;
        color: #222;
        font-weight: 100;
    }

    nav ul a li:hover{
        color: white;
        background-color: #d8b33b;
        width: 200px;
    }

    #btnBack{ 
        display: none;
        position: absolute;
        z-index: 10;
        right: 15px;
        top: 20px;
    }

    #btnMenu{
        position: fixed;
        z-index: 5;
        right: 15px;
        top: 20px;
    }

    #btnTop{
        z-index: 5;
        position: fixed;
        display: none;
        left: 15px;
        top: 15px;
    }

    .socialColor {
        fill: #d8b33b;
        margin-bottom: 15px;
    }

    .socialColor svg{
        width: 50px;
        height: 50px;
    }

    #social {
        position: fixed;
        text-align: right;
        top: 330px;
        right: 15px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(4, 1fr);
        width: 150px;
        justify-items: center;
        align-items: start;
        justify-content: start;
    }

    iframe{
        border-radius: 12px;
        margin-top: 30px;
        height: 80px;
        width: 250px;
    }

    .coverframe:nth-child(1) {
        border-top: solid 6px #d8b33b;
        border-right: solid 6px #d8b33b;
    }

    .coverframe:nth-child(2) {
        border-top: solid 6px #d8b33b;
        border-left: solid 6px #d8b33b;
    }

    .coverframe:nth-child(3) {
        border-top: solid 6px #d8b33b;
        border-right: solid 6px #d8b33b;
    }

    .spotifyPlayer{
        position: relative;
        margin-left: 0;
        margin-top: 0;
    }

    .newsstyle{
    display: flex;
    width: 100%;
    background-image: url(/img/xoha_02.webp);
    height: 519px;
    background-size: cover;
    background-position: center;
    position: relative;
    top: -147px;
    margin-top: 200px;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    }

    .grid-container{
        display: none;
    }




}


