/* CSS Document */
#bloquar_web{
	background: rgba(0,0,0,0.2);
	position: fixed;
	top:0px;
	left: 0px;
	width:100%;
	height: 100vh;
	z-index:9999998;
	cursor: not-allowed;
	display:none;
}
#cookies *,#bar_cookies *{
	font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif!important;
}
#bar_cookies{
	position:fixed;bottom:0px;left:0px;width:100%;background:#efefef;color:#000; padding:50px; display:flex; justify-content:space-between; align-items:center; z-index:9999999; border-top:1px solid #000000;
}
#bar_cookies > div{
	padding: 25px;
}
#bar_cookies .frase{
	width: 80%;
	font-size: 18px;
	line-height: 1.8;
}
#bar_cookies .frase a, #bar_cookies .frase div{
	font-weight: bold;
	text-decoration: none;
	color: inherit;
}
#bar_cookies .boto{
	width: 20%;
}
#bar_cookies .boto #acepto{
	display:inline-block;margin-left:15px; background:#000000; color:#fff; padding: 20px 15px; border-radius:12px; cursor:pointer; width:100%; text-align: center; text-transform: uppercase; font-weight: bold;
}
#bar_cookies #ajustes_cookies{
	display:inline-block;cursor:pointer;
}
#cookies{
	position:fixed;top:0px;left:0px;width:100%;height:100%;background:rgba(0, 0, 0, 0.6);display:none; justify-content:center; align-items:center;  z-index:9999999;
}


#cookies .inner{
	max-width:800px; width:100%; background: #FFFFFF; border-top: 10px solid #DBD6D6; display:block; z-index: 999999999999; position: relative;
}
#cookies .inner .header_cookies{
	padding: 25px;  font-size: 25px; font-weight: bold;
}
#cookies .inner .header_cookies .frase_header_cookies{
	font-size: 14px;
	line-height: 1.6;
	font-weight: normal;
	margin-top: 10px;
}
#cookies .inner .header_cookies .botons_header_cookies{
	margin-top: 25px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
#cookies .inner .header_cookies .botons_header_cookies #acceptar_tot_cookies{
	font-size: 14px;
	background: #000;
	color:#fff;
	padding: 20px 35px;
	text-decoration: none;
	font-weight: normal;
	letter-spacing: 1px;
	border-radius: 4px;
	font-weight: bold;
	cursor: pointer;
	text-transform: uppercase;
}
#cookies .inner .header_cookies .botons_header_cookies #desmarcar_tot_cookies{
	font-size: 14px;
	color:#000;
	padding: 20px 35px;
	text-decoration: none;
	font-weight: normal;
	letter-spacing: 1px;
	border-radius: 4px;
	font-weight: bold;
	cursor: pointer;
	text-transform: uppercase;
}
#cookies .inner .tab-value-cookie{
	padding:25px 0px;
	display: flex;
	border-bottom: 1px solid #707070;
}
#cookies .inner .tab-value-cookie .box{
	padding-right: 50px;
	flex: 98%;
}
#cookies .inner .tab-value-cookie .box2{
	min-width:50px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#cookies .inner .tab-value-cookie .titol{
	margin-bottom: 5px;
	font-weight: bold;
	display: block;
}
.llistat_tab_cookies{
	margin: 0px 25px;
	border-top: 1px solid #707070;
}
#cookies .inner .tab-value-cookie .titol .t{
	display: inline-block;
	margin-top: 1px;
	font-size: 24px;
}
#cookies .inner .tab-value-cookie input[type=checkbox] {
	position: relative;
	cursor: pointer;
	margin-right: 10px;
	display: inline-block;
	vertical-align: top;
	width: 30px;
    height: 30px;
	border: 0px;
}
#cookies .inner .tab-value-cookie input[type=checkbox][readonly="readonly"]{
	cursor: not-allowed;
}
#cookies .inner .tab-value-cookie input[type=checkbox]:before {
	content: "";
	display: block;
	position: absolute;
    width: 30px;
    height: 30px;
	top: 0;
	left: 0;
	border: 1px solid #555555;
	background-color: white;
	margin: 0px;
}
#cookies .inner .tab-value-cookie input[type=checkbox][readonly=readonly]:before {
	background: #111;
}
#cookies .inner .tab-value-cookie input[type=checkbox]:checked:after {
	content: "";
	display: block;
	width: 8px;
	height: 14px;
	border: solid black;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 6px;
	left: 11px;
}	
#cookies .inner .tab-value-cookie input[type=checkbox][readonly=readonly]:checked:after {
	border: solid white;
	border-width: 0 2px 2px 0;
}
#cookies .inner .tab-value-cookie .desc{
	font-size: 14px;
	line-height: 1.6;
}
#cookies .final{
	padding: 25px;
	display: flex;
}
#cookies .final .box{
	font-size: 14px;
	line-height: 1.6;
	width: 100%;
	padding-right: 25px;
}
#cookies .final a{
	text-decoration: underline;
	color: inherit;
}
#hecho_cookies{
	font-size: 14px;
	min-width: 200px;
	text-align: right;
	font-weight: 600;
	text-decoration: underline;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.llistat-cookies{
	width: 100%;
	border-spacing: 0px;
	border:1px solid #000;
}
.llistat-cookies tr td{
	border:1px solid #000;
	padding: 5px;
	font-size: 13px;
}
.llistat-cookies tr th{
	background: #ccc;
	border:1px solid #000;
	padding: 5px 15px;
	font-size: 14px;
	min-width: 120px;
}
@media (max-width: 768px) {
	#bar_cookies{
		padding: 0px 25px;
		flex-wrap: wrap;
	}
	#bar_cookies .frase{
		width: 100%;
		font-size: 16px;
		line-height: 1.6;
	}
	#bar_cookies .boto{
		width: 100%;
	}
	#cookies .inner{
		overflow: scroll;
		max-height: 80vh;
	}
	
	#cookies .inner .header_cookies .botons_header_cookies{
		flex-direction: column;
	}
	#cookies .final{
		flex-direction: column-reverse;
	}
	#hecho_cookies{
		justify-content: center;
		margin-bottom: 15px;
	}
	#cookies .inner .header_cookies .botons_header_cookies{
		margin-top: 10px;
	}
}