#parallax-background .layer1 {
    width: 100%;
    height: 100%;
    background: url('https://comuness2024.reaseuskadi.eus/img/pichirichis-parallax/PAISAJES/paisaje_fondo_v2+degradado.jpg') center center no-repeat;
    background-size: 150%;
    background-position: 0 100%;
    background-repeat: no-repeat;
}

#parallax-foreground .layer3 {
    background-image: url("https://comuness2024.reaseuskadi.eus/img/pichirichis-parallax/NUBES/nube_blanca_1.png");
    /* position: absolute; */
    height: 500px;
    width: 800px;
    /* bottom: 20%;
    right: 100px; */
    background-size: 100%;
    background-position: 0 100%;
    background-repeat: no-repeat;
    right: -31rem;
    left: auto;
    bottom: 18rem;
}

img.cohete {}

#portada .button-group {
    position: absolute;
    width: 100%;
    bottom: -5rem;
}



#streaming {
    height: 100vh;
    width: 95vw;
    /* position: absolute;
    top: 0;
    left: 0; */
    /* padding: 3rem;
    max-width: 800px; */
    margin: 0 auto;
    align-content: center;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

#streaming .text-content {
    max-width: 36rem;
    margin: 0 auto;
    background: url("/img/blobs/portada/blob-saludo.png") no-repeat center center;
    background-size: 100% 100%;
    padding: 2rem 5rem 3rem 5rem;
    min-height: 300px;
}

#streaming p {
    max-width: 15em;
    font-size: calc(24px + (40 - 24) * (100vw - 390px) / (1920 - 390));
    text-indent: 3em;
    /* transform: rotate(3deg); */
}

#saludo,
#saludo-ampliacion {
    height: 100vh;
    width: 95vw;
    /* position: absolute;
    top: 0;
    left: 0; */
    /* padding: 3rem;
    max-width: 800px; */
    margin: 0 auto;
    align-content: center;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

#portada {
    align-content: flex-start;
}

/* SALUDO */
#saludo {
    font-size: 1.5rem;
    position: relative;
    color: var(--azul);
}


#saludo .text-content {
    max-width: 36rem;
    margin: 0 auto;
    background: url("/img/blobs/portada/blob-saludo.png") no-repeat center center;
    background-size: 100% 100%;
    padding: 2rem 2rem 3rem 7rem;

}

/* #saludo .background {
    /* background: var(--azul) url('/img/fondo-nubes-100.jpg') center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-blend-mode: hard-light; 
            background: url("img/blobs/programa/estrella-rosa.png") no-repeat center center;
            background-size: contain;
    width: 50rem;
    height: 50rem;
    display: block;
    position: absolute;
    top: -7rem;
    left: -7rem;
    z-index: -1;
} */

#saludo p,
#saludo-ampliacion p {
    max-width: 15em;
    font-size: 1.5rem;
}

/* SLIDER HOME */
#saludo-ampliacion .text-content {
    max-width: 38em;
    margin: 0 auto;
    position: relative;
    /* margin-left: 37%; */

    background: url("/img/blobs/portada/blob-saludo-ampliacion.png") no-repeat center center;
    background-size: 100% 100%;
    padding: 3rem 7rem 3rem 8rem;
}

/* #saludo-ampliacion .background {
    /* background:var(--azul-claro) url('/img/fondo-nubes-100.jpg') center center no-repeat;
    background-size: cover;
    background-attachment: fixed; 

    background: var(--azul-claro);
    width: 50rem;
    height: 50rem;
    display: block;
    position: absolute;
    top: -3rem;
    left: -4rem;
    z-index: -1;
} */
#saludo-ampliacion .secundario {
    font-size: .9em;
}

.imagen-perrete {
    position: absolute;
    left: 50%;
    top: 3em;
    z-index: 3;
    margin-left: -37rem;
}

#saludo-ampliacion p {
    max-width: 50em;
}

/* PORTADA */
#portada {
    position: relative;
    /*url('/img/fondo-nubes-100.jpg') center center no-repeat;*/
    background-size: cover;
    background-attachment: fixed;
    background-blend-mode: hard-light;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 90vh;
    padding: 3rem 0;
    padding-top: 40vh;
    margin-bottom: 0;
    overflow: hidden;
    z-index: 12;
}

#portada .content {
    background: var(--azul);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fechas,
#portada .claim {
    font-family: "Bricolage Grotesque", serif;
    font-weight: 500;
    font-size: 3rem;
    color: var(--azul-claro);
    margin: 0 2rem;
}

.fechas .dias {
    color: white;
    margin: 0 1rem;
}

#portada .claim {
    position: relative;
    width: 15em;
    font-size: 3rem;
    text-align: center;
}

#portada .claim p {
    padding: 0 4rem;
}

#portada .fondo-claim {
    display: flex;
    flex-direction: column-reverse;
    position: absolute;
    bottom: 3rem;
    max-width: 30rem;
    z-index: -1;
    left: 7rem;
}

#portada .fondo-claim img {
    margin-top: -7rem;
}

#portada .fondo-claim img.cohete {
    position: absolute;
    z-indeX: 10;
    max-height: 27rem;
    left: 50%;
    transform: translateX(-50%);
    transform-origin: center 30px;
}

#portada .button-group {
    position: absolute;
    width: 100%;
}