* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Montserrat', sans-serif;
    background-color: #121212;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    text-align: center;
    padding: 20px;
}

.disponible {
    padding-top: 20px;
}
h1 {
    font-size: 1.2em;
    padding: 15px;
    padding-bottom: 5px
}
h3  {
   font-size: 1em;
    font-weight: 100;
    padding-bottom: 15px;
}

.pronto {
    padding-top: 20px;
    padding-bottom: 20px;
}

body {
    font-family: 'Montserrat', sans-serif;
    background-color: #121212;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100vh;
    text-align: center;
    margin: 0;
}

.hero {
    position: relative;
    width: 100%;
    flex: 1; /* Asegura que el contenido principal ocupe el espacio disponible */
}


.hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.hero-content {
    margin: 20px;
}


.pre-album-cover img {
    width: 100%;
    max-width: 700px;
    margin-bottom: 30px;
    margin-top: 20px;
   
}

.album-cover img {
    width: 100%;
    max-width: 400px;
    border-radius: 10px;
    margin-bottom: 30px;
    margin-top: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}
.album-cover1 img {
    width: 100%;
    max-width: 400px;
    border-radius: 10px;
    margin-bottom: 30px;
    margin-top: 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.platform-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}

.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    color: white;
    font-size: 1.2em;
    transition: background-color 0.3s, transform 0.3s;
}
.btn i{
    padding: 0 5px;
}

.spotify { background-color: #1DB954; }
.apple-music { background-color: #000; }
.youtube { background-color: #FF0000; }
.deezer { background-color: #000; }
.tidal { background-color: #000; }
.amazon { background-color: #232F3E; }


.btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}


footer {
    padding: 10px 0;
    color: #fff;
    width: 100%;
    text-align: center;
}





.social-media a {
    color: white;
    margin: 0 10px;
    font-size: 1.5em;
    transition: color 0.3s;
}

footer p{
     font-size: 0.8em;
    margin-top: 5px
}

.social-media a:hover {
    color: #1DB954;
}





/* Estilos generales */
/*body {
    font-family: 'Montserrat', sans-serif;
    background-color: #121212;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    text-align: center;
    padding: 20px;
    margin: 0;
}*/
body {
    font-family: 'Montserrat', sans-serif;
    background-color: #121212;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    min-height: 100vh;
    text-align: center;
    margin: 0;
}
.hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.hero-content {
    margin: 20px;
}

.album-cover img {
    width: 100%;
    max-width: 400px;
    border-radius: 10px;
    margin-bottom: 30px;
    margin-top: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

/* Estilos del contador */
.countdown {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 20px;
    font-size: 1em;
    height: auto
}

.countdown .time-box {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 10px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 50px;
}

.countdown .time-box span {
    font-size: 1.5em;
    color: #fff;
}

.countdown .time-label {
    margin-top: 5px;
    font-size: 0.8em;
    color: #bbb;
    text-transform: uppercase;
}

.platform-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}

.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    color: white;
    font-size: 1.2em;
    transition: background-color 0.3s, transform 0.3s;
}

.btn i {
    padding: 0 5px;
}

.spotify { background-color: #1DB954; }
.apple-music { background-color: #000; }
.youtube { background-color: #FF0000; }
.tidal { background-color: #000; }

.btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

footer {
    margin-top: 20px;
    padding: 10px 0;
    color: #fff;
    width: 100%;
    text-align: center;
}

.social-media a {
    color: white;
    margin: 0 10px;
    font-size: 1.5em;
    transition: color 0.3s;
}

footer p {
    font-size: 0.8em;
    margin-top: 5px;
}

.social-media a:hover {
    color: #1DB954;
}

@media (max-width: 600px) {
    .countdown {
        flex-direction: column;
        gap: 10px;
    }

    .countdown .time-box {
        min-width: 40px;
        padding: 10px;
    }

    .countdown h2 {
        font-size: 1.1em;
        margin-bottom: 10px;
    }
}

/* Ajustes generales para móviles */
@media (max-width: 768px) {
    .hero-content {
        width: 100%;
        padding: 0 20px;
    }
    
    .countdown {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }

    .platform-buttons {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15px;
        width: 100%;
    }

    .btn {
        width: 80%;
        text-align: center;
        padding: 15px 0;
    }

    footer {
        position: relative;
        margin-top: 20px;
        width: 100%;
        padding: 10px 0;
    }

    .album-cover img {
        width: 90%;
        max-width: 300px;
    }
}




/*prelanzamiento*/

.platform-buttons1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}

.platform-buttons1 .btn {
    filter: blur(2px);
    position: relative;
    cursor: default;
}

.platform-buttons1 .btn:hover {
    filter: none;
    cursor: pointer;
}

/* Estilos para el tooltip */
.platform-buttons1 .btn::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
    font-size: 0.8em;
}

.platform-buttons1 .btn:hover::after {
    opacity: 1;
    visibility: visible;
}

