@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@200;300;400;500;600;700;800;900&display=swap');

.cookiePopupContainer {
	display:none;
}
#cookieBar .purp {
	background: #f3f4fc; 
}

#cookieBar .blanco {
	background: #fff; 
}

#cookieBar .red {
	background: red; 
}

#cookieBar .green {
	background: #00ff7e; 
}

#cookieBar .blue {
	background: #00b4ff; 
}


	/*
	FONT WEIGHTS AVAILABLE
	100;200;300;400;500;100;600;700;800;900

	*/

#cookieBarBg {
    top: 0px;
    left: 0px;
    text-align: left;
    font-size: 0.75rem;
    font-family: Arial, sans-serif;
    color: #26282c;
    position: relative;
    z-index: 9;
    display: none;
    overflow-x: hidden;
    padding: 0px 10px;
    background: rgba(68, 68, 68, 0.85);
    color: white;
    padding-bottom: 0px;
    font-weight: 400;
	width: calc(100% + 64px);
    margin-left: -32px;
}
.Cpopup_contentContainer {
 	max-width: 1300px;
 	border: 0px;
 	margin: 0px auto;
 	position: relative;
 	text-align: center;
}




#cookieBar a img {
	border: 0px;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
}

#cookieBar .left {
	text-align: left;
}

#cookieBar .center {
	text-align: center;
}

#cookieBar .right {
	text-align: right;
}

#cookieBar :focus {
	outline: 0;
}



#cookieBar .flexBox {
	display: flex;
	flex-direction:column;
}

#cookieBar .spaceBetween {
	justify-content: center;
}



	/*
	
	COOKIEBAR

	*/

#cookieBar {
	box-sizing: border-box !important;
	font-size: 14px;
	line-height: 25px;
	padding: 0px;
	border-radius: 6px;
	position: relative;
	-moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.15);
}

#cookieBar .logo {
	width: 200px;
}

#cookieBar h2 {
	font-size: 16px;
	font-weight: 700;
	color: inherit;
}



#cookieBar a.cookiePopupBtn {
	display: inline-block;
	text-align: center;
	background: #33383c;
	border-radius: 6px;
	color: #fff;
	font-size: 13px;
	text-decoration: none;
	filter: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
	padding: 1px 4px;
	margin: 5px 4px;
}

#cookieBar a.cookiePopupBtn:hover {
	background: #4a545d;
}

#cookieBar a.cookiePopupBtn.cookiePopupGreen {
	background: #02c655;
}

#cookieBar a.cookiePopupBtn.cookiePopupGreen:hover {
	background: #15db69;
}


#cookieBar .inlineTxt {
	color: #2183ad;
	display: inline !important;
	position: relative;
}


.cookie-accordion .cookieBarSwitch {
	position: absolute;
	z-index: 2;
	margin-top: -10px;
	margin-left: -5px;
}


.cookie-accordion {
	position: relative;
	color: #000;
	background-color: transparent;
	padding: 0px 0px;
  transform: translateZ(0);
  will-change: transform;
}

.cookie-accordion .cookie-container {
  position: relative;
  margin: 10px 5px;
}

.cookie-accordion .label {
  position: relative;
  padding: 10px 0px 10px 50px;
  font-size: 18px;
  color: black;
  cursor: pointer;
}

.cookie-accordion .label::before {
  content: '+';
  color: black;
  position: absolute;
  top: 50%;
  right: -5px;
  font-size: 18px;
  transform: translateY(-50%);
}

.cookie-accordion .content {
  position: relative;
  height: 0px;
  font-size: 14px; transition: 0.4s;
 

  overflow: hidden;
  
}

.cookie-accordion hr {
  width: 100;
  margin-left: 0;
  border: 1px solid grey;
}

.cookie-accordion .cookie-container.active .content {
  height: auto;
  padding: 10px 0;
}

.cookie-accordion .cookie-container.active .label::before {
  content: '-';
  font-size: 18px;
}


.cookie-accordion input[type=checkbox] {
  height: 0;
  width: 0;
  visibility: hidden;
}

.cookie-accordion label {
  cursor: pointer;
  text-indent: -9999px;
  width: 45px;
  height: 25px;
  background: grey;
  display: block;
  border-radius: 100px;
  position: relative;
}

.cookie-accordion label:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 90px;
  transition: 0.3s;
}

.cookie-accordion input:checked:disabled + label {
	background: lightgrey;
}

.cookie-accordion input:checked + label {
  background: #23dc7f;
}

.cookie-accordion input:checked + label:after {
  left: calc(100% - 5px);
  transform: translateX(-100%);
}

.cookie-accordion label:active:after {
  width: 20px;
}


@media screen and (max-width: 1000px) {
	#cookieBar {
		line-height: 18px;
	}
	#cookieBarBg {
		padding: 0px;
	}
}

.cookieChangeText{
	font-size: 24px;
	cursor: pointer;
}

