
body {
    min-height: 150vh;
}

.programa {
    max-width: 800px;
    margin: 0 auto 3rem;
    margin-top: 80vh;
}

#cosmonauta {
    position: fixed;
    top: 0;
    right: 65%;
    top: 20%;
    z-index: 20;
}

#cosmonauta img {
    height: 50vh;
}

#parallax-background .layer1 {
    background-image: url("https://comuness2024.reaseuskadi.eus/img/pichirichis-parallax/PAISAJES/paisaje_fondo_v3+degradado.jpg");
}

#parallax-background .layer2 {
    background-image: url("https://comuness2024.reaseuskadi.eus/img/pichirichis-parallax/NUBES/nubes_1+degradado.png");
}

#parallax-foreground .layer3 {
    background-image: url("https://comuness2024.reaseuskadi.eus/img/pichirichis-parallax/MONTES/montes_3+degradado.png");
}

.seccion-blob {
    text-align: center;
}

.seccion-blob p {
    font-size: 2rem;
}

.hora {
    display: block;
    text-align: center;
    font-size: .5em;
}

#viernes {
    background-image: url("https://comuness2024.reaseuskadi.eus/img/blobs/programa/forma-viernes@4x.png");
    color: #000494;
    padding: 5rem 8rem 3rem 8rem;
}

#viernes h2,
#viernes .hora {
    color: #ff00ff;
}

#sabado {
    background-image: url("https://comuness2024.reaseuskadi.eus/img/blobs/programa/forma-sabado@4x.png");
    color: white;
    padding: 6rem 4rem 6rem 4rem;
}

#sabado h2,
#sabado .hora {
    color: #0000ff;
}

#domingo {
    background-image: url("https://comuness2024.reaseuskadi.eus/img/blobs/programa/forma-domingo@4x.png");
    color: white;
    margin-bottom: 0;
    padding: 6rem 5rem 3rem 5rem;
}

#domingo h2,
#domingo .hora {
    color: #ff00ff;
}

.button-group {
    padding-top: 0;
    padding-bottom: 6rem;
    margin-top: -1rem;
}

.estrella,
.estrella .estrellita {
    position: relative;
    display: inline-block;
}

.estrella .estrellita:before,
.estrella .estrellita2:before,
.estrella .estrellita3:before {
    content: '';
    display: inline-block;
    width: .8em;
    height: .8em;
    background: url("https://comuness2024.reaseuskadi.eus/img/blobs/programa/estrella-rosa.png") no-repeat center center;
    background-size: contain;
}

#sabado .estrella .estrellita:before,
#sabado .estrella .estrellita2:before,
#sabado .estrella .estrellita3:before {
    background-image: url("https://comuness2024.reaseuskadi.eus/img/blobs/programa/estrella-azul.png");
}

.estrella .estrellita2,
.estrella .estrellita3{
    position: absolute;
    left: 0;
    opacity: 0;
}
.estrella .estrellita2:before{
    width: .3em;
}
.estrella .estrellita3:before{
    width: .5em;
}

.estrella .content {
    font-size: .45em;
    text-align: center;
    color: #000494;
    display: block;
    /* width: 0; */
    overflow: hidden;
    position: absolute;
    background: white;
    border-radius: 4rem;
    /* opacity: 0; */
    width: 0;
    border-radius: 1rem;
    z-index: -1;
    top: 0;
    left: 0;

    transition: all .25s ease-in-out;
}

.estrella .content .a {
    padding: 1em 1em 1em 2em;
    text-wrap: nowrap;
    display: block;
}

.estrella:hover .content,
.estrella .content .a:hover{
    width: 250px;
}