
 .aviso-cookies {
	display: none;
	/* background: #5183fe; */
	background: rgba(0, 0, 0, 0.8);
	color: #fff;
	padding: 20px;
	bottom: 0;
	left: 0;
	width: 100%;
	border-radius: 0px;
	border: 0px solid #fff;
	position: fixed;
	z-index: 100;
	padding: 0.5rem;
	text-align: center;
	justify-content: center;
	align-items: center;
	box-shadow: rgb(255 255 255 / 25%) 0px 0px 0px 3px;
}


			

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

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

.aviso-cookies .titulo,
.aviso-cookies .parrafo {
margin-bottom: 15px;
}

button.btn{
	background: transparent;
	color: white;
	border: 3px solid white;
	border-radius: 1px;
	font-size: 14px;
	letter-spacing: 2px;
	padding: 0.5rem 1.5rem 0.5rem 1.5rem;
	text-transform: uppercase;
	cursor: pointer;
	display: inline-block;
	margin: 15px 0px;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
transition: all 0.4s;
}


button.btn-1:hover{
background-color: white;
color: black;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
transition: all 0.4s;
}

button.btn-2{
overflow: hidden;
position: relative;
}

button.btn-2:hover{
	/* color: #15b1c0; */
	color: #000;
}


button.btn-2:after {
content: '';
position: absolute;
z-index: -1;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
transition: all 0.4s;
width: 100%;
height: 0;
top: 0;
left: 0;
background: #fff;
}

button.btn-2:hover:after,
button.btn-2:active:after {
height: 100%;
}


.aviso-cookies .boton {
width: 100%;
background: #595959;
border: none;
color: #fff;
font-family: 'Roboto', sans-serif;
text-align: center;
padding: 15px 20px;
font-weight: 700;
cursor: pointer;
transition: .3s ease all;
border-radius: 5px;
margin-bottom: 15px;
font-size: 14px;
}

.aviso-cookies .boton:hover {
background: #000;
}

.aviso-cookies .politica {
color: #fff;
text-decoration: none!important;
font-size: 14px;

}

.aviso-cookies .politica:hover {
text-decoration: underline;
}

.fondo-aviso-cookies {
display: none;
background: rgba(255, 255, 255, .20);
position: fixed;
z-index: 99;
width: 100vw;
height: 100vh;
top: 0;
left: 0;
}

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