#aviso-cookies{
	position: fixed;
    width: 100%;
    max-height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
    bottom: -100vh;
    left: 0;
    margin: 0;
    padding: 30px 4% 30px 4%;
    opacity: 0.9;
    box-sizing: border-box;
    z-index: 1001;
    -webkit-box-shadow: 0px 0px 15px 1px rgba(255,255,255,1);
	-moz-box-shadow: 0px 0px 15px 1px rgba(255,255,255,1);
	box-shadow: 0px 0px 15px 1px rgba(255,255,255,1);
	
	-webkit-transition: bottom .5s ease-in-out;
  	transition: bottom 2s ease-in-out;
  	background-color: #FFF;
    background-image: linear-gradient(to right, #FFF , #f2f2f2);
}

#aviso-cookies div{
	text-align: left;
}

#aviso-cookies span, #aviso-cookies p, #aviso-cookies button, #aviso-cookies a{
	color: #333;
}

#aviso-cookies span.titulo{
	margin-top: 0;
	font-weight: 900;
    font-size: 22px;
}

#aviso-cookies span.tipo_cookies{
	margin-top: 15px;
	display: block;
    font-weight: 900;
}

#aviso-cookies a.link{
	margin-bottom: 15px;
}

#aviso-cookies button.boton{
	display: block;
    text-align: center;
    padding: 15px;
    border: 2px solid currentcolor;
    border-radius: 5px;
	
	text-transform: uppercase;
	text-decoration: none;
}

#aviso-cookies button.boton.todo{
	margin-top: 15px;
}

#aviso-cookies button.boton:link{
	text-decoration: none;
}

#aviso-cookies button.boton:visited{
	text-decoration: none;
}

#aviso-cookies button.boton:focus{
	text-decoration: none;
}

#aviso-cookies button.boton:hover{
	text-decoration: none;
}

#aviso-cookies button.boton:active{
	text-decoration: none;
}

#aviso-cookies input[type=checkbox]{
	width: 16px;
	margin-top: 15px;
	position: relative;
}

#aviso-cookies input[type=checkbox]:before {
	 content: "";
	 display: block;
	 position: absolute;
	 width: 16px;
	 height: 16px;
	 top: 0;
	 left: 0;
	 border: 2px solid #333;
	 border-radius: 3px;
	 background-color: white;
}

#aviso-cookies input[type=checkbox]:checked:after {
	 content: "";
	 display: block;
	 width: 5px;
	 height: 10px;
	 border: solid #333;
	 border-width: 0 2px 2px 0;
	 -webkit-transform: rotate(45deg);
	 -ms-transform: rotate(45deg);
	 transform: rotate(45deg);
	 position: absolute;
	 top: 2px;
	 left: 6px;
}

#aviso-cookies .cookie-hidden-box{
	display: none;
}
