/* -- -- COOKIES -- -- */
.div_cookies {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background-color: #fff;
    color: #000;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -8px);
    border-radius: 15px;
    padding: 20px 50px;
    justify-content: center;
    width: 90%;
    z-index: 99;
    box-shadow: 0 5px 15px #454545;
}
#cookie_p1 {
    text-align: center;
    margin: 0px 10% 1rem;
}
#cookie_p2 {
    width: 100%;
}
#cookie_p3 {
    color: #0080a8;
    text-align: center;
}

.btn_link_cookies {
    text-decoration: none;
    color: #0080a8;
}

.btn_link_cookies:hover {
    text-decoration: none;
    transition: all .3s ease;
    color: #555;
}

.btn_cookies {
    text-decoration: none;
    width: auto;
    text-align: center;
    color: #000000;
    padding: 10px 20px;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 12px;
}

.btn_cookies:hover {
    text-decoration: none;
    transition: all .5s ease;
    background-color: #dbdbdb;
    color: #000000;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    transform: scale(1.025);
}

/* -- -- MODAL COOKIES -- -- */
/* El CSS es el mismo que el style-footer.css */
/* (se conecta al css del footer) */