/*** INICIO PANEL COOKIE ***/
.cc--anim .cm--bar {
    transform: translateY(0);
	opacity: 1;
    visibility: visible!important;
}

 .cc--anim .cm,  .cc--anim:before {
    transition: opacity var(--cc-modal-transition-duration) ease,visibility var(--cc-modal-transition-duration) ease,transform var(--cc-modal-transition-duration) ease;
}

 .cm--bar.cm--bottom {
    bottom: 0;
    transform: translateY(100%);
}


.cm--bar {
    transition-duration: .35s;
    border-radius: 0;
    left: 0;
    margin: 0;
    max-width: unset;
    opacity: 1;
    right: 0;
    transform: translateY(0);
    width: 100vw;
	
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    color: #2c2f31;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 16px;
    font-weight: 400;
    line-height: 1.15;
    position: relative;
    text-rendering: optimizeLegibility;
}
}

.cm {
    background: #fff;
    border-radius: .6em;
    box-shadow: 0 0.625em 1.875em rgba(0,0,2,.3);
    display: flex;
    flex-direction: column;
    max-width: 24em;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    transform: translateY(1.6em);
    visibility: hidden;
    z-index: 1;
}

/*#cc-main :after, #cc-main :before, #cc-main a, #cc-main button, #cc-main div, #cc-main input, #cc-main span {
    all: unset;
    box-sizing: border-box;
	}
	*/

.cm--bar.cm--inline .cm__body {
    flex-direction: row;
    padding: 0;
}
.cm--bar.cm--inline .cm__body,  .cm--bar.cm--inline .cm__links {
    max-width: 74em;
}

.cm__body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}
/*
#cc-main :after, #cc-main :before, #cc-main a, #cc-main button, #cc-main div, #cc-main input, #cc-main span {
    all: unset;
    box-sizing: border-box;
}

*/
.cm__texts {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 0;
}

.cm__btns,  .cm__links,  .cm__texts {
    padding: 1em 1.3em;
    width: unset;
}


.cm__title {
    font-size: 1.05em;
}
.cm__title {
    font-weight: 600;
}

.cm__title+.cm__desc {
    margin-top: 1.1em;
}
.cm__desc {
    color: var(--cc-secondary-color);
    font-size: .9em;
    line-height: 1.5;
    max-height: 40vh;
    overflow-x: visible;
    overflow-y: auto;
    padding-bottom: 1em;
}
.cm__desc, .pm__body {
    overscroll-behavior: none;
    scrollbar-width: thin;
}

.cm--bar.cm--inline .cm__btns {
    flex-direction: column;
    justify-content: center;
}
.cm--bar .cm__btns {
    border-top: none;
    flex-direction: row;
    justify-content: space-between;
}
.cm__btns {
    border-top: 1px solid #f0f4f7;
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: center;
}
.cm__btns, .cm__links, .cm__texts {
    padding: 1em 1.3em;
    width: unset;
}

.cm--bar .cm__btn-group {
    grid-auto-flow: column;
}

.cm__btn-group {
    display: grid;
    gap: 5px;
    grid-auto-columns: minmax(0,1fr);
}

.cc--anim .cm__btn, .cc--anim .cm__close {
    transition: background-color .15s ease,border-color .15s ease,color .15s ease;
}
.cm--bar .cm__btn {
    min-width: 120px;
    padding-left: 2em;
    padding-right: 2em;
}
.cm__btn--secondary {
    background:#d4dae0;
    border-color: #eaeff2;
    color:#2c2f31;
}
.cm__btn {
    background: #30363c;
    border: 1px solid #30363c;
    border-radius: .6em;
    color: #fff;
    font-size: .82em;
    font-weight: 600;
    min-height: 42px;
    padding: 0.5em 1em;
    text-align: center;
	
	-webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    font-family: inherit;
    font-size: 100%;
    line-height: normal;
    margin: 0;
    outline: revert;
    outline-offset: 2px;
    overflow: hidden;
}

/*** FIN PANEL COOKIE ***/


/* Estilos del disclaimer */
.msgcookie {

	position: fixed;
    font-size: 1.2em;
    line-height: 1.5em;
    right: 1.5em;
    bottom: 1.5em;
    max-width: 35em;
	padding: 1em 1.3em;
	display: flex;
    flex-direction: column;
	float: left;
	background-color: #dce6ef;
	border-radius: 0;
	bottom: 0;
	top:0;
	line-height: 20px;
	padding: 10px;
	text-align: left;
	width: 100%;
	z-index: 9999999;

}
.section-cookie {

	/*padding: 1em 1.65em;*/
	padding: 1em 1.em;
	align-items: center;
    border-bottom: 1px solid #f0f4f7;
    display: flex;
    justify-content: space-between;
}

.titulo-cookie {
	/*width: 100%; 
	margin:0 auto;*/
	font-weight: 600;
	font-size: 1.5em;
	color: #2c2f31;
	align-items: center;
    display: flex;
    flex: 1;
 }

#cookies .boton-cerrar {
    background: #eaeff2;
    border: 1px solid #eaeff2;
    border-radius: .5em;
    height: 40px;
    position: relative;
    transition: all .15s ease;
    width: 40px;
}

#cookies .boton-cerrar:after, #cookies .boton-cerrar::before {
    background: #2c2f31;
    content: "";
    height: 0.9em;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    transition: all .15s ease;
    width: 1.5px;
}

#cookies .boton-cerrar:after {
    transform: translateY(-50%) rotate(-45deg);
}

.cookie-body {
 	flex: 1;
    overflow-y: auto;
    overflow-y: overlay;
    overscroll-behavior: none;
}

.cookie-body-desc{
	line-height: 1.5em;
    color: #5e6266;
    display: flex;
    flex-direction: column;
    font-size: 1.1em;
}

.cookie-section-toggles{
	box-sizing: border-box;
	/*background: PURPLE;*/
}

.cookie-section--toggle{
    
     
	border-radius: 0.5em;
    display: flex;
    flex-direction: column;
    margin-bottom: .5em;
	border-top: none;
    margin-bottom: 5px;
	
}


.cookie__section-desc-panel {
    border: 1px solid #f0f4f7;
	
    border-bottom-left-radius:  0.5em;
    border-bottom-right-radius:  0.5em;
    border-top: none;
    display: none;
    margin-top: 0!important;
    overflow: hidden;
}

.cookie-body-section {
    border: 1px solid #f0f4f7;
    padding: 1em;
    transition: background-color .25s ease,border-color .25s ease;
}

.cookie-body-section:first-child {
    border: none;
    margin-bottom: 2em;
    margin-top: 0;
    padding: 0;
    transition: none;
}

.cookie-body-section:not(:first-child):hover {
    /*background: #f0f4f7;*/
	background: yellow;
    border-color: #f0f4f7;
}

.cookie-section-toggles+.cookie-body-section {
    margin-top: 2em;
	background: yellow;
}



.cookie__section-title {
    align-items: center;
    background: #f0f4f7;
    border: 1px solid #f0f4f7;
    cursor: auto;
    display: flex;
    justify-content: space-between;
    min-height: 58px;
    padding: 1.1em 5.4em 1.1em 1.2em;
    position: relative;
    transition: background-color .25s ease,border-color .25s ease;
    width: 100%;
}

.cookie__section-title:hover {
    background: #e9eff4;
    border-color: #e9eff4;
}

.cookie__section-desc {
    margin-top: 0;
    padding: 1em;
}



.cookie__section-title {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.cookie__section-arrow:before {
    margin-top: 0;
    transform: translateY(-20%) rotate(225deg);
}

.cookie__section-desc-panel {
    display: flex;
}

.cookie__section-title {
    cursor: pointer;
    padding-left: 3.4em;
}

[type="checkbox"]+label{

	
	position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    font-size: 1.5rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
	
}
/*****checkbox ***/
/* The container
.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

 Hide the browser's default checkbox
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
} */

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
[type="checkbox"]+label:before, [type="checkbox"]:not(.filled-in)+label:after {
    content: '';
    border-radius: 4em;
    height: 23px;
    width: 50px;
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    z-index: 0;
    border: 2px solid #5a5a5a;
    border-radius: 1px;
    margin-top: 2px;
    transition: .2s;
	
	border-radius: 0.5em;
    display: flex;
    flex-direction: column;
    margin-bottom: .5em;
	border-top: none;
    margin-bottom: 5px;
	
	
}
.cookie__section-arrow {
    background: #d5dee2;
    border-radius: 100%;
    display: flex;
    height: 20px;
    justify-content: center;
    left: 18px;
    pointer-events: none;
    position: absolute;
    width: 20px;
}



cookie__section-arrow:before {
    border: solid #5e6266;
    border-width: 0 2px 2px 0;
    content: "";
    margin-top: -1px;
    padding: 2px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    z-index: 1;
}

.cookie-section-title-panel {
    align-items: center;
    display: flex;
    position: relative;
	border: 1px solid #acb2b7;
    border-radius: 0.5em;
	padding: 10px;	
	
}

.cookie-section-title-panel+.cookie__section-desc-panel {
    margin-top: .85em;
}

.cookie__section-title {
    border-radius:  0.5em;
    font-size: .95em;
    font-weight: 600;
}







/***** TODO CORRECTO DESDE AQUI ****/
.cookie-masinfo-section{
	margin-top: 2em;
	border: 1px solid #f0f4f7;
    padding: 1em;
    transition: background-color .25s ease,border-color .25s ease;
	border-radius: 0.5em;
    display: flex;
    flex-direction: column;
    margin-bottom: 0.5em;
	box-sizing: border-box;
	opacity: 1;
	
	font-family: BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 16px;
    font-weight: 400;
    line-height: 1.15;
}
.cookie-masinfo-section-title{
	align-items: center;
    display: flex;
    position: relative;
	box-sizing: border-box;
	--cc-modal-transition-duration: .35s;
}
.cookie-masinfo-title{
	border-radius: var(--cc-btn-border-radius);
    font-size: .95em;
    font-weight: 600;
	color: #555;
    text-align: left;
}
.cookie-masinfo-section-describe{
	margin-top: 0.85em;
	color: #5e6266;
    display: flex;
    flex-direction: column;
    font-size: .9em;
}
.cookie-masinfo-describe {
	line-height: 1.5em;
	color: #5e6266;
    display: flex;
    flex-direction: column;
    font-size: .9em;
}
.cookie-footer-section{
flex-direction: row-reverse;
padding: 1em 1.65em;
display: flex;
    gap: 5px;
	border-top: 1px solid #f0f4f7;
    justify-content: space-between;
}
.cookie-buttons {
flex-direction: row-reverse;
display: flex;
    gap: 5px;
	color: #555;
    text-align: left;
	}
.cookie-btn--secondary {

    background: #eaeff2;
    border-color: #eaeff2;
    color: #2c2f31;
	border: 1px solid #30363c;
    border-radius: 0.5em;
    flex: auto;
    font-size: .82em;
    font-weight: 600;
    min-height: 42px;
    min-width: 110px;
    padding: 0.5em 1.5em;
    text-align: center;
    transition: background-color .15s ease,border-color .15s ease,color .15s ease;
	appearance: none;
    cursor: pointer;
    font-family: inherit;
    line-height: normal;
    margin: 0;
    outline: revert;
    outline-offset: 2px;
    overflow: hidden;
}
.cookie__btn {
	background: #30363c;
    border: 1px solid #30363c;
    border-radius: 0.5em;
    color: #fff;
    flex: auto;
    font-size: .82em;
    font-weight: 600;
    min-height: 42px;
    min-width: 110px;
    padding: 0.5em 1.5em;
    text-align: center;
    transition: background-color .15s ease,border-color .15s ease,color .15s ease;
	appearance: none;
    cursor: pointer;
    font-family: inherit;
   
    line-height: normal;
    margin: 0;
    outline: revert;
    outline-offset: 2px;
    overflow: hidden;
}


/***** FIN TODO CORRECTO ***/
.msgcookie p {
	width: 100%; 
	margin:0 auto;
	color: black;
}


.msgcookie h3 {
	width: 100%; 
	margin:0 auto;
	color: Maroon;
}

.msgcookie span {
	
	line-height: 20px;
	/*color: grey;*/
	color: red;
	font-size: 0.8em;
}

.cookie-types .section__toggle {
	
	
    border-radius: 4em;
    height: 23px;
    width: 50px;
	} {

}

.section__toggle [type="checkbox"]+label {
	background: DarkRed;
	font-size: 0.8em;
	padding-left: 35px;	

}

.section__toggle:disabled {
    cursor: not-allowed;
}	
[type="checkbox"]+label:before, [type="checkbox"]:not(.filled-in)+label:after {
    content: '';
	
    border-radius: 4em;;
    height: 23px;
    width: 50px;
	
	
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    z-index: 0;
    border: 2px solid #5a5a5a;
    border-radius: 1px;
    margin-top: 2px;
    transition: .2s;
}

.cookie-buttons boton_cerrar {

	font-size: 0.8em;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	padding: 8px 20px;
	line-height: 170%; 
	margin: 0 10px;
	color: white;
	background: #a71c15;
	transition: background-color 0.4s;
	box-shadow: rgba(0,0,0,0.3) 1px 1px 3px;
	text-decoration: none;
}

.msgcookie button.boton_cerrar {

	font-size: 0.8em;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	padding: 8px 20px;
	line-height: 170%; 
	margin: 0 10px;
	color: white;
	background: #a71c15;
	transition: background-color 0.4s;
	box-shadow: rgba(0,0,0,0.3) 1px 1px 3px;
	text-decoration: none;
}
.msgcookie a.boton_cerrar:hover {
	text-decoration: none;
	background-color: #fff;
	font-size: 0.8em;
	
}
.msgcookie a.boton_cerrar:link, .msgcookie a.boton_cerrar:active {
	text-decoration: none;
	color: #fff;
	font-size: 0.8em;
}

.msgcookie a.boton_enlace {

	font-size: 0.8em;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	padding: 8px 20px;
	line-height: 170%; 
	margin: 0 10px;
	color: white;
	background: #0068A7;
	transition: background-color 0.4s;
	box-shadow: rgba(0,0,0,0.3) 1px 1px 3px;
	text-decoration: none;
	border-radius: .5em;
}

.msgcookie a.boton_enlace:hover {
	text-decoration: none;
	background-color: #fff;
	font-size: 0.8em;
	border-radius: .5em;
}

.msgcookie a.boton_enlace:link, .msgcookie a.boton_enlace:active {
	text-decoration: none;
	color: #fff;
	font-size: 0.8em;
}

.msgcookie p a:link,.msgcookie p a:active {
	color: orange;
}

.msgcookie a.enlace_cookie{
	font-size: 1em;
}
a.enlace_cookie:hover {
	text-decoration: none;
}



/*** FIN COOKIE ***/
/* Estilos del disclaimer */
.msgcookie-panel { 

	display: block;
	background-color: rgba(213,212,212,.97);
	border-top: solid 3px #b7bcbf;
	border-style: groove;
	border-radius: 5px;
	bottom: 0;
	line-height: 40px;
	padding: 5px 15px;;
	position: fixed;
	text-align: center;
	width: 100%;
	z-index: 9999999;
	
	-webkit-animation: slideInFromLeft 1s;
    -moz-animation: slideInFromLeft 1s;
    -o-animation: slideInFromLeft 1s;
    animation: slideInFromLeft 1s;
	

}
.msgcookie-panel p {
	width: 100%; 
	margin:5px auto;
	color: #484746;
	font-size: 1.5em;
}
.boton_configurar:focus {
    outline: none;
    background-color: #0068A7;
}
.boton_configurar {

	font-size: 0.8em;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	padding: 8px 90px;
	line-height: 170%; 
	margin: 0 10px;
	color: white;
	background: #0068A7;
	transition: background-color 0.4s;
	box-shadow: rgba(0,0,0,0.3) 1px 1px 3px;
	text-decoration: none;
	border-radius: .5em;
	border-style: none;
}

.boton_configurar:hover {
	text-decoration: none;
	background-color: #fff;
	font-size: 0.8em;
	border-radius: .5em;
	color: #0068A7;
}
.boton_rechazar:focus {
    outline: none;
    background-color: #a71c15;
}
.boton_rechazar {
	font-size: 0.8em;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	padding: 8px 20px;
	line-height: 170%; 
	margin: 0 10px;
	color: white;
	background: #a71c15;
	transition: background-color 0.4s;
	box-shadow: rgba(0,0,0,0.3) 1px 1px 3px;
	text-decoration: none;
	border-radius: .5em;
	border-style: none;
}
.boton_rechazar:hover {
	text-decoration: none;
	background-color: #fff;
	color: #a71c15;
	font-size: 0.8em;
	border-radius: .5em;
	
}
.boton_rechazar:active {
	text-decoration: none;
	color: #fff;
	font-size: 0.8em;
}

.boton_aceptar:focus {
    outline: none;
    background-color: #0068A7;
}
.boton_aceptar {

	font-size: 0.8em;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	padding: 8px 20px;
	line-height: 170%; 
	margin: 0 10px;
	color: white;
	background: #0068A7;
	transition: background-color 0.4s;
	box-shadow: rgba(0,0,0,0.3) 1px 1px 3px;
	text-decoration: none;
	border-radius: .5em;
	border-style: none;
}
.boton_aceptar:hover {
	text-decoration: none;
	background-color: #fff;
	color: #0068A7;
	font-size: 0.8em;
	border-radius: .5em;
}

.boton_aceptar:active {
	text-decoration: none;
	color: #fff;
	font-size:0.8em;
}

/*.msgcookie-panel p a:link,.msgcookie p a:active {
	color: orange;
	text-decoration: none;
}

.enlace-cookie a:active{
	font-size: 1em;
	text-decoration: none;
    color: orange;
}
}
.enlace-cookie a:hover {
	text-decoration: underline;
    color: orange;
}
*/
/***/
#cookies-panel h2 {
	margin: 0;
	font-size: 1.5em;
	font-weight: 600;
	color: orange;
}

/*****/
.cookie-botones-grupo {
	flex-direction: column;
    justify-content: center;
	grid-auto-flow: column;
}
.grupo-cookies{
	display: grid;
}