.cmp-interests span[data-check="checked"]{background-color:var(--Secondary-Black) !important;color:var(--Neutral-White);font-weight:bold}
.cmp-interests span[data-check="checked"] .icon-check{display:block !important}
.cmp-interests .interest-box{border:1px solid var(--Greyscale-300);padding:16px;margin-bottom:24px}
.cmp-interests .interest-box .interest-name{cursor:pointer;display:flex;justify-content:space-between}
.cmp-interests .interest-box .interest-name .icon-angle-down{font-size:32px;cursor:pointer;transition:transform .3s ease}
.cmp-interests .interest-box .interest-name .icon-angle-down.open{transform:rotate(180deg)}
.cmp-interests .interest-box .interest-name.closed .interest-topics{font-weight:normal}
.cmp-interests .interest-box .temasInteres{display:none}
.cmp-interests .interest-box .temasInteres{display:none;flex-wrap:wrap;gap:12px;margin-top:24px}
.cmp-interests .interest-topics{font-size:20px;font-weight:600;line-height:24px}
.cmp-interests .interest-topics p{margin:0}
.cmp-interests .actualidadInformativa,.cmp-interests .interestsTags{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}
.cmp-interests .actualidadInformativa .interestTag,.cmp-interests .interestsTags .interestTag{display:flex;align-items:center;border-radius:12px;border:1px solid var(--Greyscale-500);background:var(--Greyscale-100);padding:12px 24px;cursor:pointer;gap:4px}
.cmp-interests .actualidadInformativa .interestTag .icon-check,.cmp-interests .interestsTags .interestTag .icon-check{display:none;font-size:24px}
.cmp-interests .actualidadInformativa .interestTag:hover,.cmp-interests .interestsTags .interestTag:hover{background-color:var(--Greyscale-300);font-weight:bold}
.cmp-interests .myInterestTopics{margin-top:24px}
.cmp-interests .myInterestTopics .commonInterest{display:flex;align-items:center;border-radius:12px;border:1px solid var(--Greyscale-500);background:var(--Greyscale-100);padding:12px 24px;cursor:pointer;gap:4px}
.cmp-interests .myInterestTopics .commonInterest .icon-check{display:none;font-size:24px}
.cmp-interests .myInterestTopics .commonInterest:hover{background-color:var(--Greyscale-300);font-weight:bold}
.cmp-interests .botonGuardar{border-radius:29px;background:var(--Secondary-Black);color:var(--Neutral-White);justify-self:center}