.aviso-cookies
{
    color: black;
display: none;
background-color: #fff;
padding: 20px;
width: calc(100%-40px);
max-width: 300px;
position: fixed;
bottom:0 ;
z-index: 100;
margin-left: 0.5rem;
border-radius: 10px;
padding-top: 40px;
box-shadow: 0px 2px 20px 10px rgba(222, 222, 222, 0.25);
text-align: center;
border: 4px solid palevioletred;


}
.aviso-cookies.activo{
    display: block;

}
.aviso-cookies galletaKiwi{
    max-width: 100px;
    position: absolute;
    top:-50px;
    left:  calc(50%-50px);

}
.aviso-cookies tituloCookies,.aviso-cookies parrafoCookies{
    margin-bottom: 15px;

}
.parrafoCookies{
text-align: justify;
}
.aviso-cookies contenedorenlaces{
display: flex;
}
.btnAceptar{
    width: 100%;
    background-color: rgba(227, 28, 121, 0.929);
    border: none;
    color: #fff;
    border-radius: 10px;
    padding: 10px 15px;
    font-weight: 700;
    cursor: pointer;
    transition: .3s ease all;
    margin-bottom: 15px;
    font-size: 1.2rem;
}
.btnAceptar:hover{
background-color: rgba(40, 8, 63, 0.984);
}
.enlace-cookie
{
    color:  rgba(227, 28, 121, 0.929);
    text-decoration: underline;
    font-weight: bold; 
}
.fondo-aviso-cookies{
     display: none;
     position: fixed;
     z-index: 99;
     width: 100vw;
     height: 100vh;
     top:0;
     left:0;

}
.fondo-aviso-cookies.activo{
    display: block;
    backdrop-filter: blur(10px);
}

/* Estilo para ocultar el contenedor inicialmente */
#social-bubbles-container {
    display: none;
}

/* Estilo para mostrar el contenedor cuando tiene la clase 'visible' */
#social-bubbles-container.visible {
    display: block;
}
