.bt-sec {
	color: #4caf50;
	text-decoration: none;
	padding: 10px 20px;
}
#cookie-layer {
	width: 100%;
	height: 6000px;
	position: absolute;
	background-color: #777777d1;
	z-index: 100;
}
.cookiealert {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	margin: 0 !important;
	z-index: 999;
	opacity: 0;
	border-radius: 0;
	transform: translateY(100%);
	transition: all 500ms ease-out;
	color: #fff;
	background-color: #333;
	display: none;
}
.cookiealert.show {
	opacity: 1;
	visibility: visible;
	transform: translateY(0%);
	transition-delay: 1000ms;
	padding: 1em;
	display: block !important;
}

.cookiealert .acceptcookies.bt-sec {
	background-color: #484848 !important;
	color: #fff !important;
}
.cookiealert .acceptcookies.bt-sec:hover {
	background-color: #d44200 !important;
	color: #fff !important;
}
.cookiealert a {
	font-weight: 600;
	color: #fff;
	text-decoration: none;
}
.cookiealert .acceptcookies,
.modal-cookies .acceptcookies {
	margin-left: 10px;
	background-color: #484848 !important;
	width: auto !important;
	color: #fff !important;
	border-radius: 50px;
	border: none;
	padding: 8px 28px 8px !important;
	height: auto;
	font-weight: 600;
	font-size: 0.9em;
}
.modal-cookies .acceptcookies {
	margin-left: 0px;
	padding: 7px 25px 7px 25px !important;
	font-size: 16px;
}
p#dialog1Desc2 {
	margin-bottom: 1em;
}
.cookiealert .acceptcookies:hover,
.modal-cookies .acceptcookies:hover {
	background: #cb4000 !important;
}
.wrapp-cook {
	width: 93%;
	margin: 0 auto;
	text-align: center;
}
.wrapp-cook p {
	font-size: 0.9em;
	margin-bottom: 0;
}
ul.decoration-cook {
	line-height: 2em;
}
#cp-overlay {
	display: none;
}
.modal-header {
	padding: 13px 37px;
	background-color: #ebebeb;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
}
.modal-footer {
	padding: 80px 25px 25px;
}
.modal-dialog {
	width: 1000px;
	font-size: 0.8em;
}
.modal-cookies {
	z-index: 2000;
}
.modal-body {
	padding: 40px 40px 0px 40px;
}
.modal-cookies h1 {
	font-size: 1.4em;
	font-weight: 600;
}
.modal-cookies h2 {
	font-size: 1.2em;
	font-weight: 600;
}
.modal-cookies p {
	margin-top: 3px !important;
	margin-bottom: 1em;
	float: left;
}
.modal-cookies .img-cookie {
	float: left;
	margin-right: 23px;
}
.wrapp-h2-lab-consent {
	margin-top: 2em;
	float: left;
	width: 100%;
	height: 30px;
}
.wrapp-label-consent {
	float: right;
}
.wrapp-label-consent.disabled p {
	color: #666666;
}
.badge-span {
	background-color: #ebebeb;
	color: #585858;
	padding: 0 6px;
	font-size: 0.8em;
	border-radius: 3px;
}
.line-orange {
	background-color: #cb4000 !important;
	width: 36px;
	height: 4px;
	float: left;
	margin-bottom: 1em;
}
.modal-cookies .label-p {
	float: left;
	margin-right: 0.5em;
	font-weight: 600;
}
.modal-cookies p.label-p-der {
	display: inline-block;
	margin-left: 0.5em;
	font-weight: 600;
	margin-top: 3px !important;
}
.tabla-cookies {
	margin-bottom: 2em;
	width: 100%;
}
.gris-encabezado {
	background-color: #ebebeb;
}
.tabla-cookies td,
.tabla-cookies tr,
.tabla-cookies,
.tabla-cookies th {
	border-color: #d0d0d0 !important;
	padding: 1em;
	border: 1px solid #d5d5d5;
}
.checkbox-cook {
	margin-top: 50px;
	text-align: left;
	padding-left: 0;
}
.checkbox-cook h2 {
	text-align: left;
	float: left;
	margin-right: 30px;
}
.switch {
	position: relative;
	width: 45px;
	height: 26px;
	float: left;
	margin-top: 2px;
}
.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}
.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.slider:before {
	position: absolute;
	content: "";
	height: 20px;
	width: 20px;
	left: 3px;
	bottom: 3px;
	background-color: white;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
input:checked + .slider {
	background-color: #cb4000;
}
input:disabled + .slider {
	background-color: #ccc;
	cursor: initial;
}
input:focus + .slider {
	box-shadow: 0 0 1px #2196f3;
}
input:checked + .slider:before {
	-webkit-transform: translateX(18px);
	-ms-transform: translateX(18px);
	transform: translateX(18px);
}
/* Rounded sliders */
.slider.round {
	border-radius: 34px;
}
.slider.round:before {
	border-radius: 50%;
}
.modal-cookies {
	margin-top: 20px;
}
dl dd {
	margin-left: 0;
	margin-top: 0;
}
td a {
	display: block;
	margin-bottom: 21px;
}
a#botn-config-cookies {
	background-color: #d44200 !important;
	width: auto !important;
	color: #fff !important;
	border-radius: 50px;
	border: none;
	padding: 8px 28px 8px !important;
	height: auto;
	font-weight: 600;
	font-size: 0.9em;
}
a#botn-config-cookies:hover {
	background: #cb4000 !important;
}
@media only screen and (max-width: 1024px) {
	.wrapp-cook p {
		font-size: 0.7em;
		line-height: 1.5em;
	}
	p#dialog1Desc2 {
		margin-bottom: 1em;
	}
	.cookiealert .acceptcookies,
	.modal-cookies .acceptcookies {
		padding: 3px 10px 3px !important;
		font-size: 0.7em;
	}
	.cookiealert.show {
		height: 170px;
	  }
	  .cookiealert {
		top: 65px;
	}
}
@media only screen and (max-width: 1024px)  {
	.cookiealert .acceptcookies,
	.modal-cookies .acceptcookies {
		margin-bottom: 10px;
		margin-top: 20px;
	}
	.cookiealert .acceptcookies.bt-sec {
		padding: .5rem !important;
	  }
}
@media only screen and (max-width: 700px) {
	.tabla-cookies td,
	.tabla-cookies td {
		display: block;
	}
	.tabla-cookies th {
		display: none;
	}
	.tabla-cookies {
		border: none;
	}
	.gris-encabezado {
		display: none !important;
	}
	.cookiealert.show {
		padding: 0.5em;
	}

}
