#cookie-bar p {
	width: 1100px !important;
	max-width: 100% !important;
	margin: 0px auto !important;
	text-align: left !important;
	color: #fff !important;
	font-family: 'Source Sans Pro', sans-serif;
}
#cookie-bar {
	padding: 10px 0px !important;
	background-color:#0c3353 !important;
}
.tab a,
.tab h3 {
	color: #f4a113;
}

.tab h3 {
	margin: 20px 0px 5px;
}

/* #tablaCOOKIES h5{
	
    font-weight: 600;
    margin:  1em 0em;
} */
.boton-cookies{
	width: 100% !important;
	width: 100% !important;
    display: block;
    float: left;
    position: relative;
    padding: 5px;
}
.table tr,td,th{
	border: solid 1px !important;
	padding: 3px;
    vertical-align: middle;
}
.tab hr {
	margin: 0px 0px 10px;
	border: none;
	border-bottom: 1px solid #f4a113;
}
.enlaceCookiesAmab[data-fancybox="cookies2"] {
    display: block;
    color: white;
    padding: 10px 15px;
    border: 1px solid white;
	background:rgb(255,113,0);
	float: left !important;
}
#cookies .text-danger{
color:#c92d28;
}
.enlaceCookies[data-fancybox="cookies1"] {
	background-color: #bbb6b7;
	color: black !important;
	margin-left: 0px !important;
	float: left !important;
	border-radius: 0px !important;
	padding: 10px 20px !important;
}
.enlaceCookies[data-fancybox="cookies1"]:hover {
	background-color: #9c9b9b;
}
.enlaceCookiesAmab[data-fancybox="cookies2"]:hover {
	color: #fff;
	background: rgb(255,113,0,0.5);
}
#btnGuardar:focus{
	background: rgb(0,38,62,0.5);
}
#btnGuardar.active.focus{
	background: rgb(0,38,62,0.5);
}
#btnGuardar:active{
	background: rgb(0,38,62,0.5);
}
.nombreCookie {
	display: table-cell;
	width: 70%;
}
.nombreCookie span {
	color:#2c70a6;
	display: inline-block;
	margin-left: 5px;
}
.botonCookie {
	display: table-cell;
	width: 30%;
	text-align: right;
}
.cerrarVentana{
 font-size: 2em;
 cursor: pointer;
}
.divX{
    float: right;
    text-align: right;
    margin-top: 2em;
}
#cookies{
	display: none;
	width: 100vw;
    height: 100vh;
    background-color: rgb(113,113,113,0.8);
    /* opacity: 0.5; */
	top: 0;
	left: 0;
    z-index: 999992;
	position: fixed;
	font-family: 'Source Sans Pro', sans-serif;
}
#cookies .ventana{
	
    max-width: 80%;
   /*  padding: 42px 50px; */
    background-color: white;
    /* top: 15%; */
    /* position: fixed; */
    /* z-index: 9999999; */
    /* overflow: auto; */
    /* margin-left: 5%; */
    margin-top: 5%;
    height: auto;
    opacity: 1;
    z-index: 1050;
    margin: 0 auto;
    margin-top: 5%;
}
#cookies.fancybox-content{
	vertical-align: top !important;
}

.parraBotones{
	display: flex;
    justify-content: flex-end;
} 
#cookies .fancybox-close-small{
	position: sticky;
    top: 0;
	z-index: 1020;
	float: right;
}
#cookies h3{
	font-size: 28px;
	margin-top: 0px;
	margin-bottom: 0.5rem;
	text-decoration: none;
}
@media (max-width: 992px) {
	
	#cookies h3{
		font-size: 24px;
	}
	.parraBotones{
		display: flex;
		justify-content: space-evenly;
	}
	#cookies.fancybox-content{
		padding: 0px !important;
	}
#cookies{
    height: 100%;
    width: 100%;
	overflow: scroll;
}
.parraConfig{
	text-align: justify !important;
    padding: 1em !important;
}
}	
.enlaceTab {
	display: block;
	padding: 10px 20px;
	color: black;
	text-align: left;
	font-size: 14px;
	margin: 0px;
	border: 1px solid #e0e0e0;
	border-bottom: 0px;
	-webkit-transition-duration: 0.2s !important;
	-moz-transition-duration: 0.2s !important;
	-ms-transition-duration: 0.2s !important;
	-o-transition-duration: 0.2s !important;
	transition-duration: 0.2s !important;
}
.divGrupo{
	margin-bottom: 0 !important;
	margin-top: 2em !important;
}
.hrGroup{
	margin:0 !important;
	width: 100% !important;
}
.sub{
	text-decoration: underline;
}

.enlaceTab.activo {
	background-color:#f4a113;
	color: white;
	border: 1px solid #f4a113;
}
.enlaceTab:not(.activo):hover{
	background-color:rgba(244, 161, 19, 0.5);
}
.enlaceGuardarCookies{
	display: block;
	padding: 10px 20px;
	color: black;
	text-align: left;
	font-size: 14px;
	margin: 0px;
	border: 1px solid #e0e0e0;
	border-bottom: 0px;
	-webkit-transition-duration: 0.2s !important;
	-moz-transition-duration: 0.2s !important;
	-ms-transition-duration: 0.2s !important;
	-o-transition-duration: 0.2s !important;
	transition-duration: 0.2s !important;
	border-bottom: 1px solid #e0e0e0;
}
#tabList:hover{
	cursor: pointer;
}
.enlaceGuardarCookies:hover{
	background-color:rgba(244, 161, 19, 0.5);
	border: 1px solid #f4a113;
	padding-bottom: 11px;
}
.tab {
	display: none;
}
.tab.activo {
	display: block;
}
#cookie-bar {
	z-index: 999991;
}
.mb-4{
	margin-bottom: 2em;
}
#cookie-bar a {
	color: #ffffff;
	display: inline-block;
	border-radius: 3px;
	text-decoration: none;
	padding: 0px ;
	margin-left: 8px;
	text-decoration: none;
	margin: 0px;
}

#cookie-bar .cb-enable {
	background:#FF6E1B;
	margin-left: 10px;
}

#cookie-bar .cb-enable:hover {
	opacity: 0.75;
}
a.cb-enable {
	margin-right: 0px !important;
	/* float: right !important; */
	border-radius: 0px !important;
	padding: 10px 20px !important;
}
a.cb-disable {
	margin-right: 0px !important;
	/* float: right !important; */
	border-radius: 0px !important;
	padding: 10px 20px !important;
	background-color: #5a5a5a !important;
}

a.cb-disable:hover {
	background-color: #3f3f3f !important;
}



.contenedorBotones {
	display: block;
	overflow: hidden;
	margin: 20px 0px;
}
#cookieAccept{
	color:black;
}

input.switch {
	-moz-appearance: none !important;
	-webkit-appearance: none !important;
	-o-appearance: none !important;
	position: relative !important;
	height: 20px !important;
	width: 40px !important;
	border-radius: 10px !important;
	box-shadow: inset -20px 0px 0px 1px rgba(255, 113, 0,0.5) !important;
	background-color: white !important;
	border: 1px solid rgba(255, 113, 0, 0.5) !important;
	outline: none !important;
	-webkit-transition: 0.2s !important;
	transition: 0.2s !important;
	
}
.Cursordisabled{
	cursor: not-allowed !important;
}
.pointer{
	cursor: pointer !important;
}
input.switch:checked {
	box-shadow: inset 20px 0px 0px 1px rgba(255, 113, 0, 1) !important;
    border: 1px solid rgba(255, 113, 0, 1) !important
}
.nombreCookie {
	display: table-cell;
	width: 70%;
}.lineaCookie {
	display: table;
	width: 100%;
}
.col-12{
	position: relative;
	float: left;
	width: 100%;
}
.col-8{
	position: relative;
	float: left;
	width: 66.6666666667%;
}
.col-4{
	position: relative;
	float: left;
	width: 33.3333333333%;
	
}
.d-flex{
	display: flex;
}
.align-items-center{
	align-items: center;
}
.mx-4{
	margin-top: 2em !important;
	margin-bottom: 2em !important;
}
.ventana .container{
	width: 90% !important;
}
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 10px;
    font-size: 1em;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn {
	color: white;
    border: 1px solid white;
	background: rgb(255,116,0);
}
.btn:hover{
	color: white;
    border: 1px solid rgb(255,116,0,0.5);
	background: rgb(255,116,0,0.5);	
}
.fixed{
	position: fixed;
}
.bottom{
	bottom: 0;
	width: 100%;
}
/* #tablaCOOKIES td,#tablaCOOKIES th{
	min-width: 90px !important;
	text-align: left !important;
} */
#tablaCOOKIES {
	font-family: 'Source Sans Pro', sans-serif;
	max-width: 100%;
    overflow-y: auto;
}
}
#cookies h2{
	font-family: 'Source Sans Pro', sans-serif;
    color: #2c70a6;
    position: relative;
    font-size: 1.5em;
}
#cookies .btn-success:not(:disabled):not(.disabled).active,#cookies .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: rgb(255,113,0,0.5);
    border-color: rgb(255,113,0,0.5);
}