#cookie-message {
    position: fixed;
    top: 50%; /* Lo sitúa en la mitad vertical de la pantalla */
    left: 50%; /* Lo sitúa en la mitad horizontal de la pantalla */
    transform: translate(-50%, -50%); /* Lo desplaza hacia arriba y hacia la izquierda la mitad de su tamaño */
    width: fit-content;
    height: fit-content;
    background-color: #f0f0f0;
    padding: 20px;
    text-align: center;
    z-index: 9999; /* Asegura que esté por encima de otros elementos */
    box-shadow: 0 0 100px rgba(0, 0, 0, 0.5); /* Sombra para resaltar */
    display:flex;
    flex-direction: column;
}


#cookie-message a {
    color: #05A69D;
    text-decoration: none;
    font-weight: bold;
}

#cookie-message button {
    background-color: #05A69D;
    color: #fff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 16px;
    border-radius: 5px;
}

#cookie-message button:hover {
    background-color: #0D4F71;
}


#whatsapp{
    top:70%;
    right:0;
    width:10vw;
    max-width:128px;
    z-index: 999999999999999999999999; /* Asegura que esté por encima de otros elementos */



        position: fixed;
    
    
}
.whatsapplink{
    cursor:pointer;
}