.vpCookiesBox {
	position: fixed;
	width: 100%;
	height: auto;
	left: 0;
	top: 0;
	z-index: 99999;
	-webkit-box-shadow: 1px 0 1px 0 rgba(0, 0, 0, .75);
	-moz-box-shadow: 1px 0 1px 0 rgba(0, 0, 0, .75);
	box-shadow: 1px 0 1px 0 rgba(0, 0, 0, .75);
	text-align: center
}

.vpCookiesBox h3 {
	font-size: 18px;
	font-weight: 700
}

.vpCookiesBox .buttonBox {
	clear: both;
	float: left;
	width: 100%;
	margin-top: 10px;
	text-align: center
}

.VPCookiesOpcion button.botones,
.vpCookiesBox .buttonBox button.botones {
	cursor: pointer;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	background-color: #0c4893;
	border: 0;
	vertical-align: middle;
	user-select: none;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	outline: 0!important;
	transition: all .3s ease-in-out;
	color: #fff
}

/*.VPCookiesOpcion button.botones:hover,
.vpCookiesBox .buttonBox button.botones:hover {
	background-color: #ffda2a;
	color: #333
}*/

.vpCookiesBox .buttonBox button.botones.btn-configurar {
	background: #dfdfdf;
	font-size: 11px;
	border: 1px solid #c9c9c9;
	color: #999
}

.vpCookiesBox .buttonBox button.botones.btn-configurar:hover {
	background: #c9c9c9;
	color: #fff
}

.vpCookiesBox input[type=checkbox] {
	display: none
}

.vpCookiesBox input[type=checkbox]+label {
	position: relative;
	padding-left: 55px;
	margin-left: 0
}

.vpCookiesBox input[type=checkbox]+label::before {
	content: "";
	border: 1px solid #cfcfcf;
	width: 50px;
	height: 20px;
	float: left;
	display: block;
	position: absolute;
	left: 0;
	top: 2px;
	background: linear-gradient(90deg, #fff 50%, #cfcfcf 50%);
	text-align: center;
	font-size: 12px;
	line-height: 15px;
	border-radius: 5px;
	transition: all .3s ease-in-out
}

.vpCookiesBox input[type=checkbox]:checked+label::before {
	background: linear-gradient(90deg, #7CB342 50%, #fff 50%);
	content: "";
	border: 1px solid #7CB342
}

#VPCookiesConfigPanel {
	display: none;
	clear: both;
	margin: 10px 0 0
}

.clear {
	clear: both
}

.VPCookiesOpcion {
	display: inline;
	margin: 0 15px 0 0
}

.vpCookiesBox a {
	color: #0c4893
}

.vpCookiesBox::before {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -10;
	content: "";
	background: #000;
	opacity: .5;
	height: 100%
}

.vpCookiesBox-inner {
	padding: 15px;
	background: #fff!important;
	color: #333
}