#div-cookies {
	z-index: 99999999;
	position: fixed;
	top: 50%;
	left: 50%;
	max-width: 375px;
	min-width: 260px;
	background-color: #433E4F;
	padding: 20px;
	border-radius: 5px;
	box-shadow: 0 6px 6px rgb(0 0 0 / 25%);
	font-family: system-ui;
	transform: translate(-50%, -50%);
	box-shadow: inset 0 0 0 6px #433e4f, inset 0 0 0 7px #fff;
}


#div-cookies h4 {
    color: #EE4B5A;
    font-family: 'Quicksand', sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}
#div-cookies h5 {
    color: #EE4B5A;
    font-family: 'Quicksand', sans-serif;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}
#div-cookies p, #div-cookies ul {
    color: white;
    font-size: 15px;
    line-height: 1.5em;
}
#div-cookies p:last-child {
    margin-bottom: 0;
    text-align: right;
}
#div-cookies li {
    width: 49%;
    display: inline-block;
}
#div-cookies a {
    color: #EE4B5A;
    text-decoration: none;
    font-size: 15px;
    padding-bottom: 2px;
    border-bottom: 1px dotted rgba(255,255,255,0.75);
    transition: all 0.3s ease-in;
}
#div-cookies a:hover {
    color: white;
    border-bottom-color: #EE4B5A;
    transition: all 0.3s ease-in;
}
#div-cookies button{
        border: none;
        background: #EE4B5A;
        color: white;
        font-family: 'Quicksand', sans-serif;
        font-size: 15px;
        padding: 7px;
        border-radius: 3px;
        margin-left: 15px;
        cursor: pointer;
        transition: all 0.3s ease-in;
        clear: both;
        width: 90%;
    }
button#ihavecookiesBtn {
	border: none;
	background-color: transparent;
	color: white;
	font-family: 'Quicksand', sans-serif;
	font-size: 15px;
	padding: 7px;
	/*border-top-right-radius: 100%;*/
	cursor: pointer;
	transition: all 0.3s ease-in;
	clear: both;
	max-width: 55px;
	max-height: 55px;
	width: 11vw;
	height: 11vw;
	background-image: url(/Web_2_0/RecusosCooKies/img_cookies.png);
	background-size: 90% 90%;
	background-position:  center center;
	background-repeat:  no-repeat;
	opacity: 0.6;
}
button#ihavecookiesBtn:hover{
	opacity: 1;
	max-width: 55px;
	max-height: 55px;
	max-width: 65px;
	max-height: 65px;
	width: 13vw;
	height: 13vw;
}

button#gdpr-cookie-accept:hover {
    background: white;
    color: #EE4B5A;
    transition: all 0.3s ease-in;
}

button#gdpr-cookie-advanced:hover {
    /*background: white;*/
    color: #EE4B5A;
    transition: all 0.3s ease-in;
}

button#gdpr-cookie-advanced {
    background: #433E4F;
    color: white;
    font-size: 15px;
    line-height: 1.5em;
}
#div-cookies button:disabled {
    opacity: 0.3;
}
#div-Privacidad{
    z-index: 99999999;
    position: fixed;
    bottom: 0;
    max-width: 375px;
    background-color: transparent;
    font-family: system-ui;
}