/* RESOLUCIONES --------------------------- */
/* ---------------------------------------- */
/* PLANTILLA ------------------------------ */
/* ---------------------------------------- */
/* ---------------------------------------- */
/* FUENTES ------------------------------ */
/* ---------------------------------------- */
/*Posicionar la caja*/
/*ESTILO CABECERA*/
/*FORMULARIOS*/
/*Estilos para los Botones*/
/*Iconos FontAwesome*/
.contenedor-cabecera .contenedor-cabecera-wrapper {
  row-gap: 0;
}
.contenedor-cabecera .contenedor-cabecera-wrapper .contenedor-titulo .contenedor-titulo-wrapper .titulo {
  font-weight: 700;
  line-height: initial;
  font-size: 32px;
  padding-bottom: 0;
  color: var(--color-principal);
}
.contenedor-cabecera .contenedor-cabecera-wrapper .contenedor-titulo + .contenedor-subt-entra .contenedor-subt-entra-wrapper .contenedor-subtitulo .contenedor-subtitulo-wrapper:before {
  content: none;
}
.contenedor-cabecera .contenedor-cabecera-wrapper .contenedor-titulo + .contenedor-subt-entra .contenedor-subt-entra-wrapper .contenedor-entradilla {
  margin-top: 22px;
}
.contenedor-cabecera .contenedor-cabecera-wrapper .contenedor-titulo + .contenedor-subt-entra .contenedor-subt-entra-wrapper .contenedor-entradilla:before {
  position: absolute;
  left: 0;
  top: -18px;
  height: 2px;
  width: 82px;
  background: var(--color-terciario);
  content: "";
}
.contenedor-cabecera .contenedor-cabecera-wrapper .contenedor-subt-entra .contenedor-subt-entra-wrapper {
  row-gap: 15px;
}
.contenedor-cabecera .contenedor-cabecera-wrapper .contenedor-subt-entra .contenedor-subt-entra-wrapper .contenedor-subtitulo .contenedor-subtitulo-wrapper {
  position: relative;
}
.contenedor-cabecera .contenedor-cabecera-wrapper .contenedor-subt-entra .contenedor-subt-entra-wrapper .contenedor-subtitulo .contenedor-subtitulo-wrapper:after {
  position: absolute;
  left: 0;
  bottom: -14px;
  height: 2px;
  width: 82px;
  background: var(--color-terciario);
  content: "";
}
.contenedor-cabecera .contenedor-cabecera-wrapper .contenedor-subt-entra .contenedor-subt-entra-wrapper .contenedor-subtitulo .contenedor-subtitulo-wrapper .subtitulo {
  font-weight: 600;
  line-height: initial;
  font-size: 22px;
  color: var(--color-gris0);
  padding-bottom: 22px;
  position: relative;
  /*&:after {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 82px;
    background: var(--color-terciario);
    content: "";

  }*/
  padding: 0;
}
.contenedor-cabecera .contenedor-cabecera-wrapper .contenedor-subt-entra .contenedor-subt-entra-wrapper .contenedor-subtitulo + .contenedor-entradilla {
  margin-top: 18px;
}
.contenedor-cabecera .contenedor-cabecera-wrapper .contenedor-subt-entra .contenedor-subt-entra-wrapper .contenedor-subtitulo + .contenedor-entradilla:before {
  content: none;
}
.contenedor-cabecera .contenedor-cabecera-wrapper .contenedor-subt-entra .contenedor-subt-entra-wrapper .contenedor-entradilla {
  position: relative;
}
.contenedor-cabecera .contenedor-cabecera-wrapper .contenedor-subt-entra .contenedor-subt-entra-wrapper .contenedor-entradilla .contenedor-entradilla-wrapper .entradilla {
  background-color: var(--color-gris5);
  padding: 18px;
  border-radius: 10px;
}
.contenedor-cabecera .contenedor-cabecera-wrapper .contenedor-subt-entra .contenedor-subt-entra-wrapper .contenedor-entradilla .contenedor-entradilla-wrapper .entradilla * {
  font-weight: 400;
  line-height: normal;
  font-size: 20px;
}
.contenedor-cabecera .contenedor-cabecera-wrapper .contenedor-subt-entra .contenedor-subt-entra-wrapper .contenedor-entradilla .contenedor-entradilla-wrapper .entradilla p {
  margin-bottom: 10px;
}
.contenedor-cabecera .contenedor-cabecera-wrapper .contenedor-subt-entra .contenedor-subt-entra-wrapper .contenedor-entradilla .contenedor-entradilla-wrapper .entradilla p strong {
  font-weight: 600 !important;
}
.contenedor-cabecera .contenedor-cabecera-wrapper .contenedor-subt-entra .contenedor-subt-entra-wrapper .contenedor-entradilla .contenedor-entradilla-wrapper .entradilla span.fa-solid, .contenedor-cabecera .contenedor-cabecera-wrapper .contenedor-subt-entra .contenedor-subt-entra-wrapper .contenedor-entradilla .contenedor-entradilla-wrapper .entradilla span.fa-light, .contenedor-cabecera .contenedor-cabecera-wrapper .contenedor-subt-entra .contenedor-subt-entra-wrapper .contenedor-entradilla .contenedor-entradilla-wrapper .entradilla span.fa-regular {
  font-size: 18px !important;
  margin-right: 5px;
  color: var(--color-principal);
}
.contenedor-cabecera .contenedor-cabecera-wrapper .contenedor-subt-entra .contenedor-subt-entra-wrapper:has(.contenedor-entradilla) .contenedor-subtitulo {
  /*margin-bottom: 15px;*/
}
.contenedor-cabecera .contenedor-cabecera-wrapper .contenedor-subt-entra .contenedor-subt-entra-wrapper:has(.contenedor-entradilla) .contenedor-subtitulo .contenedor-subtitulo-wrapper .subtitulo {
  padding-bottom: 0;
}
.contenedor-cabecera .contenedor-cabecera-wrapper .contenedor-subt-entra .contenedor-subt-entra-wrapper:has(.contenedor-entradilla) .contenedor-subtitulo .contenedor-subtitulo-wrapper .subtitulo:after {
  content: none;
}
.contenedor-cabecera .contenedor-cabecera-wrapper .contenedor-subt-entra .contenedor-subt-entra-wrapper .contenedor-fechas {
  order: 2;
}
.contenedor-cabecera .contenedor-cabecera-wrapper .contenedor-subt-entra .contenedor-subt-entra-wrapper .contenedor-fechas + .contenedor-entradilla {
  order: 3;
}
.contenedor-cabecera .contenedor-cabecera-wrapper .contenedor-subt-entra .contenedor-subt-entra-wrapper .contenedor-fechas + .contenedor-entradilla:before {
  top: -65px;
}
.contenedor-cabecera .contenedor-cabecera-wrapper .contenedor-titulo + .contenedor-subt-entra {
  margin-top: 4px;
}
.contenedor-cabecera .contenedor-cabecera-wrapper:not(:has(.contenedor-subt-entra)) .contenedor-titulo {
  position: relative;
  margin-bottom: 10px;
}
.contenedor-cabecera .contenedor-cabecera-wrapper:not(:has(.contenedor-subt-entra)) .contenedor-titulo .titulo:after {
  content: none;
}
.contenedor-cabecera .contenedor-cabecera-wrapper:not(:has(.contenedor-subt-entra)) .contenedor-titulo:after {
  position: absolute;
  left: 0;
  bottom: -14px;
  height: 2px;
  width: 82px;
  background: var(--color-terciario);
  content: "";
}

.titulo2 .contenedor-cabecera-wrapper .contenedor-titulo .contenedor-titulo-wrapper .titulo {
  font-weight: 400;
  font-size: 30px;
  padding-bottom: 0;
  position: relative;
  color: black;
  line-height: 100%;
  /*&:after {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 82px;
    background: var(--color-terciario);
    content: "";

  }*/
}
.titulo2 .contenedor-cabecera-wrapper .contenedor-subt-entra .contenedor-subt-entra-wrapper {
  row-gap: 15px;
}
.titulo2 .contenedor-cabecera-wrapper .contenedor-subt-entra .contenedor-subt-entra-wrapper .contenedor-subtitulo .contenedor-subtitulo-wrapper .subtitulo {
  font-weight: 600;
  line-height: initial;
  font-size: 22px;
  color: var(--color-gris0);
  position: relative;
}

.formatter.SagaContenidos.TratamientoDatos[data-tipo-formatter=general] {
  font-family: "Open Sans", sans-serif;
  position: relative;
}
.formatter.SagaContenidos.TratamientoDatos[data-tipo-formatter=general] .contenedor-cabecera {
  padding-bottom: 10px;
}
.formatter.SagaContenidos.TratamientoDatos[data-tipo-formatter=general] .contenedor-cabecera .contenedor-titulo:after {
  bottom: -5px;
}
.formatter.SagaContenidos.TratamientoDatos[data-tipo-formatter=general] .contenedor-consent_commons {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  background: var(--color-gris4);
  justify-content: space-between;
  margin-bottom: 10px;
}
.formatter.SagaContenidos.TratamientoDatos[data-tipo-formatter=general] .contenedor-consent_commons .clasf {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
.formatter.SagaContenidos.TratamientoDatos[data-tipo-formatter=general] .contenedor-consent_commons .clasf .consent_commons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.formatter.SagaContenidos.TratamientoDatos[data-tipo-formatter=general] .contenedor-consent_commons .clasf .consent_commons .icono {
  width: 19px;
  height: 19px;
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 19px;
  position: relative;
  cursor: help;
  /*&.fin_01{
    background-image: url("../../../../es.gobcan.istac.recursos.estadisticos/resources/images/consent-commons/1/1.png");
  }
  &.fin_02{
    background-image: url("../../../../es.gobcan.istac.recursos.estadisticos/resources/images/consent-commons/1/2.png");
  }
  &.fin_03{
    background-image: url("../../../../es.gobcan.istac.recursos.estadisticos/resources/images/consent-commons/1/3.png");
  }
  &.fin_04{
    background-image: url("../../../../es.gobcan.istac.recursos.estadisticos/resources/images/consent-commons/1/4.png");
  }
  &.fin_05{
    background-image: url("../../../../es.gobcan.istac.recursos.estadisticos/resources/images/consent-commons/1/5.png");
  }
  &.fin_06{
    background-image: url("../../../../es.gobcan.istac.recursos.estadisticos/resources/images/consent-commons/1/6.png");
  }*/
  /*&.leg_01{
    background-image: url("../../../../es.gobcan.istac.recursos.estadisticos/resources/images/consent-commons/2/1.png");
  }
  &.leg_02{
    background-image: url("../../../../es.gobcan.istac.recursos.estadisticos/resources/images/consent-commons/2/2.png");
  }
  &.leg_03{
    background-image: url("../../../../es.gobcan.istac.recursos.estadisticos/resources/images/consent-commons/2/3.png");
  }
  &.leg_04{
    background-image: url("../../../../es.gobcan.istac.recursos.estadisticos/resources/images/consent-commons/2/4.png");
  }
  &.leg_05{
    background-image: url("../../../../es.gobcan.istac.recursos.estadisticos/resources/images/consent-commons/2/5.png");
  }
  &.leg_06{
    background-image: url("../../../../es.gobcan.istac.recursos.estadisticos/resources/images/consent-commons/2/6.png");
  }*/
  /*&.Ces_01{
    background-image: url("../../../../es.gobcan.istac.recursos.estadisticos/resources/images/consent-commons/3/1.png");
  }
  &.Ces_02{
    background-image: url("../../../../es.gobcan.istac.recursos.estadisticos/resources/images/consent-commons/3/2.png");
  }
  &.Ces_03{
    background-image: url("../../../../es.gobcan.istac.recursos.estadisticos/resources/images/consent-commons/3/3.png");
  }
  &.Ces_04{
    background-image: url("../../../../es.gobcan.istac.recursos.estadisticos/resources/images/consent-commons/3/4.png");
  }*/
  /*&.Der_01{
    background-image: url("../../../../es.gobcan.istac.recursos.estadisticos/resources/images/consent-commons/4/1.png");
  }
  &.Der_02{
    background-image: url("../../../../es.gobcan.istac.recursos.estadisticos/resources/images/consent-commons/4/2.png");
  }
  &.Der_03{
    background-image: url("../../../../es.gobcan.istac.recursos.estadisticos/resources/images/consent-commons/4/3.png");
  }
  &.Der_04{
    background-image: url("../../../../es.gobcan.istac.recursos.estadisticos/resources/images/consent-commons/4/4.png");
  }
  &.Der_05{
    background-image: url("../../../../es.gobcan.istac.recursos.estadisticos/resources/images/consent-commons/4/5.png");
  }*/
  /*&.Der_06{
    background-image: url("../../../../es.gobcan.istac.recursos.estadisticos/resources/images/consent-commons/4/6.png");
  }
  &.Trans_01{
    background-image: url("../../../../es.gobcan.istac.recursos.estadisticos/resources/images/consent-commons/5/1.png");
  }
  &.Trans_02{
    background-image: url("../../../../es.gobcan.istac.recursos.estadisticos/resources/images/consent-commons/5/2.png");
  }
  &.Trans_03{
    background-image: url("../../../../es.gobcan.istac.recursos.estadisticos/resources/images/consent-commons/5/3.png");
  }*/
}
@keyframes fadeOut {
  0% {
    opacity: 1;
    display: block;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
.formatter.SagaContenidos.TratamientoDatos[data-tipo-formatter=general] .contenedor-consent_commons .clasf .consent_commons .icono .tooltip {
  font-family: "Open Sans", sans-serif;
  animation: fadeOut 0.3s ease-in-out;
  opacity: 0;
  display: none;
  width: fit-content;
  position: absolute;
  bottom: 37px;
  left: 0;
  min-width: 150px;
  background: var(--color-secundario);
  padding: 7px 10px;
  z-index: 1;
  color: white;
  transition-duration: 0.3s;
  text-transform: none;
}
.formatter.SagaContenidos.TratamientoDatos[data-tipo-formatter=general] .contenedor-consent_commons .clasf .consent_commons .icono .tooltip:after {
  content: "";
  width: 0;
  height: 0;
  border-right: 5px solid transparent;
  border-top: 5px solid var(--color-secundario);
  border-left: 5px solid transparent;
  border-bottom: 5px solid transparent;
  position: absolute;
  bottom: -10px;
  left: 11px;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.formatter.SagaContenidos.TratamientoDatos[data-tipo-formatter=general] .contenedor-consent_commons .clasf .consent_commons .icono:hover .tooltip {
  animation: fadeIn 0.3s ease-in-out;
  opacity: 1;
  display: block;
}
.formatter.SagaContenidos.TratamientoDatos[data-tipo-formatter=general] .contenedor-consent_commons .clasf .consent_commons .icono.Dond_01 {
  background-image: url("../../../../es.gobcan.istac.recursos.estadisticos/resources/images/consent-commons/6/1.png");
}
.formatter.SagaContenidos.TratamientoDatos[data-tipo-formatter=general] .contenedor-consent_commons .clasf .consent_commons .icono.Dond_02 {
  background-image: url("../../../../es.gobcan.istac.recursos.estadisticos/resources/images/consent-commons/6/2.png");
}
.formatter.SagaContenidos.TratamientoDatos[data-tipo-formatter=general] .contenedor-consent_commons .clasf .consent_commons.finalidad .icono {
  width: 31px;
  height: 31px;
}
.formatter.SagaContenidos.TratamientoDatos[data-tipo-formatter=general] .contenedor-consent_commons .clasf .consent_commons.finalidad .icono:before {
  color: white;
  font-size: 31px;
}
@media (max-width: 599px) {
  .formatter.SagaContenidos.TratamientoDatos[data-tipo-formatter=general] .contenedor-consent_commons .clasf .consent_commons.finalidad .icono:last-of-type .tooltip {
    left: initial;
    right: 0;
  }
  .formatter.SagaContenidos.TratamientoDatos[data-tipo-formatter=general] .contenedor-consent_commons .clasf .consent_commons.finalidad .icono:last-of-type .tooltip:after {
    bottom: -10px;
    right: 6px;
    left: initial;
  }
}
.formatter.SagaContenidos.TratamientoDatos[data-tipo-formatter=general] .contenedor-consent_commons .clasf.General {
  padding: 10px 15px;
}
.formatter.SagaContenidos.TratamientoDatos[data-tipo-formatter=general] .contenedor-consent_commons .clasf.General:before {
  color: white;
}
@media (max-width: 599px) {
  .formatter.SagaContenidos.TratamientoDatos[data-tipo-formatter=general] .contenedor-consent_commons .clasf.General {
    width: 100%;
  }
}
.formatter.SagaContenidos.TratamientoDatos[data-tipo-formatter=general] .contenedor-consent_commons .clasf.otrosDatos {
  padding: 15px;
  background: var(--color-gris2);
}
@media (max-width: 1199px) {
  .formatter.SagaContenidos.TratamientoDatos[data-tipo-formatter=general] .contenedor-consent_commons .clasf.otrosDatos {
    width: 100%;
  }
}
.formatter.SagaContenidos.TratamientoDatos[data-tipo-formatter=general] .contenedor-consent_commons .clasf.otrosDatos .consent_commons .icono .tooltip {
  bottom: 28px;
  left: initial;
  right: 0;
}
.formatter.SagaContenidos.TratamientoDatos[data-tipo-formatter=general] .contenedor-consent_commons .clasf.otrosDatos .consent_commons .icono .tooltip:after {
  bottom: -10px;
  right: 6px;
  left: initial;
}
@media (max-width: 1199px) {
  .formatter.SagaContenidos.TratamientoDatos[data-tipo-formatter=general] .contenedor-consent_commons .clasf.otrosDatos .consent_commons .icono:nth-child(1) .tooltip, .formatter.SagaContenidos.TratamientoDatos[data-tipo-formatter=general] .contenedor-consent_commons .clasf.otrosDatos .consent_commons .icono:nth-child(2) .tooltip, .formatter.SagaContenidos.TratamientoDatos[data-tipo-formatter=general] .contenedor-consent_commons .clasf.otrosDatos .consent_commons .icono:nth-child(3) .tooltip, .formatter.SagaContenidos.TratamientoDatos[data-tipo-formatter=general] .contenedor-consent_commons .clasf.otrosDatos .consent_commons .icono:nth-child(4) .tooltip, .formatter.SagaContenidos.TratamientoDatos[data-tipo-formatter=general] .contenedor-consent_commons .clasf.otrosDatos .consent_commons .icono:nth-child(10) .tooltip, .formatter.SagaContenidos.TratamientoDatos[data-tipo-formatter=general] .contenedor-consent_commons .clasf.otrosDatos .consent_commons .icono:nth-child(11) .tooltip, .formatter.SagaContenidos.TratamientoDatos[data-tipo-formatter=general] .contenedor-consent_commons .clasf.otrosDatos .consent_commons .icono:nth-child(12) .tooltip, .formatter.SagaContenidos.TratamientoDatos[data-tipo-formatter=general] .contenedor-consent_commons .clasf.otrosDatos .consent_commons .icono:nth-child(13) .tooltip {
    left: -15px;
    right: unset;
  }
  .formatter.SagaContenidos.TratamientoDatos[data-tipo-formatter=general] .contenedor-consent_commons .clasf.otrosDatos .consent_commons .icono:nth-child(1) .tooltip:after, .formatter.SagaContenidos.TratamientoDatos[data-tipo-formatter=general] .contenedor-consent_commons .clasf.otrosDatos .consent_commons .icono:nth-child(2) .tooltip:after, .formatter.SagaContenidos.TratamientoDatos[data-tipo-formatter=general] .contenedor-consent_commons .clasf.otrosDatos .consent_commons .icono:nth-child(3) .tooltip:after, .formatter.SagaContenidos.TratamientoDatos[data-tipo-formatter=general] .contenedor-consent_commons .clasf.otrosDatos .consent_commons .icono:nth-child(4) .tooltip:after, .formatter.SagaContenidos.TratamientoDatos[data-tipo-formatter=general] .contenedor-consent_commons .clasf.otrosDatos .consent_commons .icono:nth-child(10) .tooltip:after, .formatter.SagaContenidos.TratamientoDatos[data-tipo-formatter=general] .contenedor-consent_commons .clasf.otrosDatos .consent_commons .icono:nth-child(11) .tooltip:after, .formatter.SagaContenidos.TratamientoDatos[data-tipo-formatter=general] .contenedor-consent_commons .clasf.otrosDatos .consent_commons .icono:nth-child(12) .tooltip:after, .formatter.SagaContenidos.TratamientoDatos[data-tipo-formatter=general] .contenedor-consent_commons .clasf.otrosDatos .consent_commons .icono:nth-child(13) .tooltip:after {
    right: unset;
    left: 15px;
  }
}
.formatter.SagaContenidos.TratamientoDatos[data-tipo-formatter=general] .contenido .Ficha {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.formatter.SagaContenidos.TratamientoDatos[data-tipo-formatter=general] .contenido .Ficha .ElementoFicha {
  display: flex;
  flex-direction: column;
  /*gap:14px;*/
  padding: 16px;
  background: var(--color-gris5);
  border-radius: 12px;
  box-shadow: 2px 2px 10px var(--color-gris5);
}
.formatter.SagaContenidos.TratamientoDatos[data-tipo-formatter=general] .contenido .Ficha .ElementoFicha .Etiqueta {
  font-size: 22px;
  font-weight: 600;
  line-height: 29.96px;
  position: relative;
  color: black;
}
.formatter.SagaContenidos.TratamientoDatos[data-tipo-formatter=general] .contenido .Ficha .ElementoFicha .Texto {
  margin-top: 15px;
}
.formatter.SagaContenidos.TratamientoDatos[data-tipo-formatter=general] .contenido .Ficha .ElementoFicha .Texto ul {
  margin-top: -5px;
}
.formatter.SagaContenidos.TratamientoDatos[data-tipo-formatter=general] .contenido .Ficha .ElementoFicha .Texto ul li {
  margin-bottom: 10px;
}
.formatter.SagaContenidos.TratamientoDatos[data-tipo-formatter=general] .contenido .Ficha .ElementoFicha .Texto ul li:last-of-type {
  margin-bottom: 0;
}
.formatter.SagaContenidos.TratamientoDatos[data-tipo-formatter=general] .contenido .Ficha .ElementoFicha .Texto ul li.enlace {
  list-style: none;
}
.formatter.SagaContenidos.TratamientoDatos[data-tipo-formatter=general] .contenido .Ficha .ElementoFicha .Texto ul li.enlace a {
  color: var(--color-principal);
  font: 700 15px/15px "Open Sans", sans-serif;
  text-decoration: none;
}
.formatter.SagaContenidos.TratamientoDatos[data-tipo-formatter=general] .contenido .Ficha .ElementoFicha .Texto ul li.enlace a:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  content: "\f0c1";
  font-size: 15px;
  padding-right: 8px;
}
.formatter.SagaContenidos.TratamientoDatos[data-tipo-formatter=general] .contenido .Ficha .ElementoFicha .Texto ul li.enlace a:hover {
  color: var(--color-secundario);
}
.formatter.SagaContenidos.TratamientoDatos[data-tipo-formatter=general] .contenido .Ficha .ElementoFicha .Texto ul:has(.enlace) {
  padding-left: 10px;
}
.formatter.SagaContenidos.TratamientoDatos[data-tipo-formatter=general] .contenido .boton {
  padding-top: 30px;
}
.formatter.SagaContenidos.TratamientoDatos[data-tipo-formatter=general] .contenido .boton .enlace_boton {
  background: var(--color-principal);
  padding: 5px 18px;
  font: normal 14px/normal "Open Sans", sans-serif;
  color: #FFF;
  border-radius: 25px;
  border: var(--color-principal) 1px solid;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.formatter.SagaContenidos.TratamientoDatos[data-tipo-formatter=general] .contenido .boton .enlace_boton:hover {
  background: var(--color-secundario);
  border-color: var(--color-secundario);
}
.formatter.SagaContenidos.TratamientoDatos[data-tipo-formatter=box] .contenido_elemento, .formatter.SagaContenidos.TratamientoDatos[data-tipo-formatter=box] .contenedor-consent_commons {
  transition-duration: 0.3s;
  border: 1px solid var(--color-secundario);
}
.formatter.SagaContenidos.TratamientoDatos[data-tipo-formatter=box] .contenido_elemento {
  border-bottom: none;
  padding: 15px;
  height: 105px;
  position: relative;
}
.formatter.SagaContenidos.TratamientoDatos[data-tipo-formatter=box] .contenido_elemento .enlace_elemento {
  font-size: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.formatter.SagaContenidos.TratamientoDatos[data-tipo-formatter=box] .contenido_elemento .titulo_elemento {
  margin-bottom: 15px;
  color: var(--color-secundario);
  line-height: 1.2;
}
.formatter.SagaContenidos.TratamientoDatos[data-tipo-formatter=box] .contenedor-consent_commons {
  border-top: none;
  min-height: calc(100% - 105px);
  display: flex;
  flex-wrap: wrap;
  column-gap: 5px;
  row-gap: 15px;
  justify-content: space-between;
  padding: 11px 15px;
  background: var(--color-gris3);
  align-content: flex-start;
}
.formatter.SagaContenidos.TratamientoDatos[data-tipo-formatter=box] .contenedor-consent_commons .clasf {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.formatter.SagaContenidos.TratamientoDatos[data-tipo-formatter=box] .contenedor-consent_commons .clasf .consent_commons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.formatter.SagaContenidos.TratamientoDatos[data-tipo-formatter=box] .contenedor-consent_commons .clasf .consent_commons .icono {
  width: 14px;
  height: 14px;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  cursor: help;
  /*&.fin_01 {
    background-image: url("../../../../es.gobcan.istac.recursos.estadisticos/resources/images/consent-commons/1/Black/1.png");
  }
  &.fin_02 {
    background-image: url("../../../../es.gobcan.istac.recursos.estadisticos/resources/images/consent-commons/1/Black/2.png");
  }
  &.fin_03 {
    background-image: url("../../../../es.gobcan.istac.recursos.estadisticos/resources/images/consent-commons/1/Black/3.png");
  }
  &.fin_04 {
    background-image: url("../../../../es.gobcan.istac.recursos.estadisticos/resources/images/consent-commons/1/Black/4.png");
  }
  &.fin_05 {
    background-image: url("../../../../es.gobcan.istac.recursos.estadisticos/resources/images/consent-commons/1/Black/5.png");
  }
  &.fin_06 {
    background-image: url("../../../../es.gobcan.istac.recursos.estadisticos/resources/images/consent-commons/1/Black/6.png");
  }*/
  /*&.leg_01 {
    background-image: url("../../../../es.gobcan.istac.recursos.estadisticos/resources/images/consent-commons/2/1.png");
  }
  &.leg_02 {
    background-image: url("../../../../es.gobcan.istac.recursos.estadisticos/resources/images/consent-commons/2/2.png");
  }
  &.leg_03 {
    background-image: url("../../../../es.gobcan.istac.recursos.estadisticos/resources/images/consent-commons/2/3.png");
  }
  &.leg_04 {
    background-image: url("../../../../es.gobcan.istac.recursos.estadisticos/resources/images/consent-commons/2/4.png");
  }
  &.leg_05 {
    background-image: url("../../../../es.gobcan.istac.recursos.estadisticos/resources/images/consent-commons/2/5.png");
  }
  &.leg_06 {
    background-image: url("../../../../es.gobcan.istac.recursos.estadisticos/resources/images/consent-commons/2/6.png");
  }*/
  /*&.Ces_01 {
    background-image: url("../../../../es.gobcan.istac.recursos.estadisticos/resources/images/consent-commons/3/1.png");
  }
  &.Ces_02 {
    background-image: url("../../../../es.gobcan.istac.recursos.estadisticos/resources/images/consent-commons/3/2.png");
  }
  &.Ces_03 {
    background-image: url("../../../../es.gobcan.istac.recursos.estadisticos/resources/images/consent-commons/3/3.png");
  }
  &.Ces_04 {
    background-image: url("../../../../es.gobcan.istac.recursos.estadisticos/resources/images/consent-commons/3/4.png");
  }*/
  /*&.Der_01 {
    background-image: url("../../../../es.gobcan.istac.recursos.estadisticos/resources/images/consent-commons/4/1.png");
  }
  &.Der_02 {
    background-image: url("../../../../es.gobcan.istac.recursos.estadisticos/resources/images/consent-commons/4/2.png");
  }
  &.Der_03 {
    background-image: url("../../../../es.gobcan.istac.recursos.estadisticos/resources/images/consent-commons/4/3.png");
  }
  &.Der_04 {
    background-image: url("../../../../es.gobcan.istac.recursos.estadisticos/resources/images/consent-commons/4/4.png");
  }
  &.Der_05 {
    background-image: url("../../../../es.gobcan.istac.recursos.estadisticos/resources/images/consent-commons/4/5.png");
  }
  &.Der_06 {
    background-image: url("../../../../es.gobcan.istac.recursos.estadisticos/resources/images/consent-commons/4/6.png");
  }*/
  /*&.Trans_01 {
    background-image: url("../../../../es.gobcan.istac.recursos.estadisticos/resources/images/consent-commons/5/1.png");
  }
  &.Trans_02 {
    background-image: url("../../../../es.gobcan.istac.recursos.estadisticos/resources/images/consent-commons/5/2.png");
  }
  &.Trans_03 {
    background-image: url("../../../../es.gobcan.istac.recursos.estadisticos/resources/images/consent-commons/5/3.png");
  }*/
}
@keyframes fadeOut {
  0% {
    opacity: 1;
    display: block;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
.formatter.SagaContenidos.TratamientoDatos[data-tipo-formatter=box] .contenedor-consent_commons .clasf .consent_commons .icono .tooltip {
  font-family: "Open Sans", sans-serif;
  animation: fadeOut 0.3s ease-in-out;
  opacity: 0;
  display: none;
  width: fit-content;
  position: absolute;
  bottom: 35px;
  left: -15px;
  min-width: 150px;
  background: var(--color-gris0);
  padding: 7px 10px;
  z-index: 1;
  color: white;
  transition-duration: 0.3s;
  text-transform: none;
}
.formatter.SagaContenidos.TratamientoDatos[data-tipo-formatter=box] .contenedor-consent_commons .clasf .consent_commons .icono .tooltip:after {
  content: "";
  width: 0;
  height: 0;
  border-right: 5px solid transparent;
  border-top: 5px solid var(--color-gris0);
  border-left: 5px solid transparent;
  border-bottom: 5px solid transparent;
  position: absolute;
  bottom: -10px;
  left: 22px;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.formatter.SagaContenidos.TratamientoDatos[data-tipo-formatter=box] .contenedor-consent_commons .clasf .consent_commons .icono:hover .tooltip {
  animation: fadeIn 0.3s ease-in-out;
  opacity: 1;
  display: block;
}
.formatter.SagaContenidos.TratamientoDatos[data-tipo-formatter=box] .contenedor-consent_commons .clasf .consent_commons .icono.Dond_01 {
  background-image: url("../../../../es.gobcan.istac.recursos.estadisticos/resources/images/consent-commons/6/1.png");
}
.formatter.SagaContenidos.TratamientoDatos[data-tipo-formatter=box] .contenedor-consent_commons .clasf .consent_commons .icono.Dond_02 {
  background-image: url("../../../../es.gobcan.istac.recursos.estadisticos/resources/images/consent-commons/6/2.png");
}
.formatter.SagaContenidos.TratamientoDatos[data-tipo-formatter=box] .contenedor-consent_commons .clasf .consent_commons.finalidad .icono {
  width: 24px;
  height: 24px;
}
.formatter.SagaContenidos.TratamientoDatos[data-tipo-formatter=box] .contenedor-consent_commons .clasf .consent_commons.finalidad .icono:before {
  font-size: 24px;
}
.formatter.SagaContenidos.TratamientoDatos[data-tipo-formatter=box] .contenedor-consent_commons .clasf.otrosDatos .consent_commons .icono .tooltip {
  left: initial;
  bottom: 29px;
  right: -15px;
}
.formatter.SagaContenidos.TratamientoDatos[data-tipo-formatter=box] .contenedor-consent_commons .clasf.otrosDatos .consent_commons .icono .tooltip:after {
  right: 17px;
  left: initial;
}
@media (max-width: 1410px) {
  .formatter.SagaContenidos.TratamientoDatos[data-tipo-formatter=box] .contenedor-consent_commons .clasf.otrosDatos .consent_commons .icono:nth-child(1) .tooltip, .formatter.SagaContenidos.TratamientoDatos[data-tipo-formatter=box] .contenedor-consent_commons .clasf.otrosDatos .consent_commons .icono:nth-child(2) .tooltip, .formatter.SagaContenidos.TratamientoDatos[data-tipo-formatter=box] .contenedor-consent_commons .clasf.otrosDatos .consent_commons .icono:nth-child(3) .tooltip, .formatter.SagaContenidos.TratamientoDatos[data-tipo-formatter=box] .contenedor-consent_commons .clasf.otrosDatos .consent_commons .icono:nth-child(4) .tooltip, .formatter.SagaContenidos.TratamientoDatos[data-tipo-formatter=box] .contenedor-consent_commons .clasf.otrosDatos .consent_commons .icono:nth-child(11) .tooltip, .formatter.SagaContenidos.TratamientoDatos[data-tipo-formatter=box] .contenedor-consent_commons .clasf.otrosDatos .consent_commons .icono:nth-child(12) .tooltip, .formatter.SagaContenidos.TratamientoDatos[data-tipo-formatter=box] .contenedor-consent_commons .clasf.otrosDatos .consent_commons .icono:nth-child(13) .tooltip, .formatter.SagaContenidos.TratamientoDatos[data-tipo-formatter=box] .contenedor-consent_commons .clasf.otrosDatos .consent_commons .icono:nth-child(14) .tooltip, .formatter.SagaContenidos.TratamientoDatos[data-tipo-formatter=box] .contenedor-consent_commons .clasf.otrosDatos .consent_commons .icono:nth-child(15) .tooltip, .formatter.SagaContenidos.TratamientoDatos[data-tipo-formatter=box] .contenedor-consent_commons .clasf.otrosDatos .consent_commons .icono:nth-child(16) .tooltip {
    left: -15px;
    right: unset;
  }
  .formatter.SagaContenidos.TratamientoDatos[data-tipo-formatter=box] .contenedor-consent_commons .clasf.otrosDatos .consent_commons .icono:nth-child(1) .tooltip:after, .formatter.SagaContenidos.TratamientoDatos[data-tipo-formatter=box] .contenedor-consent_commons .clasf.otrosDatos .consent_commons .icono:nth-child(2) .tooltip:after, .formatter.SagaContenidos.TratamientoDatos[data-tipo-formatter=box] .contenedor-consent_commons .clasf.otrosDatos .consent_commons .icono:nth-child(3) .tooltip:after, .formatter.SagaContenidos.TratamientoDatos[data-tipo-formatter=box] .contenedor-consent_commons .clasf.otrosDatos .consent_commons .icono:nth-child(4) .tooltip:after, .formatter.SagaContenidos.TratamientoDatos[data-tipo-formatter=box] .contenedor-consent_commons .clasf.otrosDatos .consent_commons .icono:nth-child(11) .tooltip:after, .formatter.SagaContenidos.TratamientoDatos[data-tipo-formatter=box] .contenedor-consent_commons .clasf.otrosDatos .consent_commons .icono:nth-child(12) .tooltip:after, .formatter.SagaContenidos.TratamientoDatos[data-tipo-formatter=box] .contenedor-consent_commons .clasf.otrosDatos .consent_commons .icono:nth-child(13) .tooltip:after, .formatter.SagaContenidos.TratamientoDatos[data-tipo-formatter=box] .contenedor-consent_commons .clasf.otrosDatos .consent_commons .icono:nth-child(14) .tooltip:after, .formatter.SagaContenidos.TratamientoDatos[data-tipo-formatter=box] .contenedor-consent_commons .clasf.otrosDatos .consent_commons .icono:nth-child(15) .tooltip:after, .formatter.SagaContenidos.TratamientoDatos[data-tipo-formatter=box] .contenedor-consent_commons .clasf.otrosDatos .consent_commons .icono:nth-child(16) .tooltip:after {
    right: unset;
    left: 15px;
  }
}
@media (min-width: 600px) and (max-width: 899px) {
  .formatter.SagaContenidos.TratamientoDatos[data-tipo-formatter=box] .contenedor-consent_commons .clasf.otrosDatos .consent_commons .icono:nth-child(10) .tooltip {
    left: -15px;
    right: unset;
  }
  .formatter.SagaContenidos.TratamientoDatos[data-tipo-formatter=box] .contenedor-consent_commons .clasf.otrosDatos .consent_commons .icono:nth-child(10) .tooltip:after {
    right: unset;
    left: 15px;
  }
}
@media (max-width: 599px) {
  .formatter.SagaContenidos.TratamientoDatos[data-tipo-formatter=box] .contenedor-consent_commons .clasf.otrosDatos .consent_commons .icono:nth-child(11) .tooltip, .formatter.SagaContenidos.TratamientoDatos[data-tipo-formatter=box] .contenedor-consent_commons .clasf.otrosDatos .consent_commons .icono:nth-child(12) .tooltip, .formatter.SagaContenidos.TratamientoDatos[data-tipo-formatter=box] .contenedor-consent_commons .clasf.otrosDatos .consent_commons .icono:nth-child(13) .tooltip {
    left: initial;
    bottom: 29px;
    right: -15px;
  }
  .formatter.SagaContenidos.TratamientoDatos[data-tipo-formatter=box] .contenedor-consent_commons .clasf.otrosDatos .consent_commons .icono:nth-child(11) .tooltip:after, .formatter.SagaContenidos.TratamientoDatos[data-tipo-formatter=box] .contenedor-consent_commons .clasf.otrosDatos .consent_commons .icono:nth-child(12) .tooltip:after, .formatter.SagaContenidos.TratamientoDatos[data-tipo-formatter=box] .contenedor-consent_commons .clasf.otrosDatos .consent_commons .icono:nth-child(13) .tooltip:after {
    right: 17px;
    left: initial;
  }
}

/*# sourceMappingURL=TratamientoDatos.css.map */
