@charset "utf-8";
/* CSS Document */

/**

01. #RESET
02. #FONTS
03. #GENERAL
04. #ESTRUCTURA
	04.01. *WRAPPER
	04.02. *SITE-HEADER
	04.03. *SITE-FOOTER
	04.04. *BACKGROUNDS
	04.05. *CONTAINER RESULTATS
	04.06. *RESULTAT DETALLS
	04.07. *COMPARTEIX
	04.08. *BAIXAR
05. #ELEMENTS
	05.01. *BOTONS
	05.02. *TITULARS
	05.03. *TEXTOS SEGUITS
	05.04. *LLISTES
	05.05. *BARRA DE PROGRES
	05.06. *BARRA DE PROGRES RESULTATS
	05.07. *PUNTUACIÓ

**/

/**
* #RESET
**/

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
ol[class],
ul[class] {
    padding: 0;
}
blockquote,
body,
dd,
dl,
figcaption,
figure,
li,
ol[class],
p,
table,
ul[class] {
    margin: 0;
}
html {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}
body {
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    line-height: 1;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    margin: 0;
}
ol[class],
ul[class] {
    list-style: none;
}
a:not([class]) {
    text-decoration-skip-ink: auto;
}
img {
    max-width: 100%;
    display: block;
}
button,
input,
optgroup,
select,
textarea {
    vertical-align: middle;
    color: inherit;
    font: inherit;
    border: 0;
    background: 0 0;
    padding: 0;
    margin: 0;
    outline: 0;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled],
button[disabled] {
    cursor: default;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    margin: 0;
    padding: 0;
    border: 0;
    min-width: 0;
}
legend {
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
::-webkit-input-placeholder {
    font: inherit;
}
:-ms-input-placeholder {
    font: inherit;
}
::-ms-input-placeholder {
    font: inherit;
}
::-webkit-input-placeholder {
    font: inherit;
}
:-ms-input-placeholder {
    font: inherit;
}
::placeholder {
    font: inherit;
}
label[for] {
    cursor: pointer;
}
button,
input,
select,
textarea {
    font: inherit;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption {
    text-align: left;
}
td,
th {
    vertical-align: top;
}
th {
    text-align: left;
    font-weight: 700;
}


[class^="ic-"]:before,
[class*=" ic-"]:before {
    font-family: "votometro";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: 0.2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ic-esq:before {
    content: "\e800";
}
.ic-drt:before {
    content: "\e801";
}
.ic-tancar:before {
    content: "\e802";
}
.ic-tt:before {
    content: "\e803";
}
.ic-insta:before {
    content: "\e804";
}
.ic-fb:before {
    content: "\f230";
}



/**
* #GENERAL
**/

a {
    color: inherit;
}

body {
    font-family: var(--font-cont);
}
p {
    font-weight: 500;
    font-size: 1.3rem;
    line-height: 1.2em;
}
.dpshadow {
    box-shadow: 8px 8px 0 0 var(--blue);
}
.no-dpshadow {
    box-shadow: none !important;
}
.cursor-wait {
    cursor: wait;
}


.legal p {
    font-size: 1.2rem;
    font-family: var(--font-main);
    font-weight: 500;
    margin-bottom: 1em;
}
.legal h2 {
    font-size: 2em;
    font-weight: 600;
    margin-bottom: 1em;
    margin-top: 2em;
}
.disabled {
    opacity: 0.3;
    pointer-events: none;
    cursor: not-allowed;
}

/**
* #ESTRUCTURA
**/
body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.site-contents {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
.site-footer {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.image-over {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100% auto;
}
.gif-1 .image-over {
}
.gif-2 .image-over {
    z-index: -1;
    background-repeat: repeat;
    background-size: auto 15%;
}
.gif-2.gif-on .contenidor-continguts {
    background-color: rgba(217, 217, 217, 0.7);
}
.gif-3 .image-over {
    z-index: -1;
    background-position: center center;
    background-size: cover;
}
.gif-3.gif-on .contenidor-continguts {
    background-color: rgba(217, 217, 217, 0.2);
}

/*WRAPPER*/
.wrapper {
    width: 90%;
    margin: 0 auto;
    max-width: 1400px;
}
.b-legal .wrapper {
    max-width: 750px;
}
.b-legal .wrapper {
    padding-bottom: 10vw;
}
.contenidor-continguts {
    text-align: center;
    margin-top: 0;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.contenidor-continguts--barra {
    font-size: 16px;
    text-align: left;
    font-weight: 600;
    line-height: 0.8em;
    padding: 8px;
    border-bottom: 4px solid var(--black);
}
.contenidor-continguts--textos {
    padding-bottom: 5vw;
    padding-top: 5vw;
    padding-left: 2vw;
    padding-right: 2vw;
    font-family: var(--font-main);
    font-weight: 600;
}
.contenidor-continguts--botons {
    padding-left: 3vw;
    padding-right: 3vw;
}
.contenidor-continguts--botons .bt-01 {
    min-height: auto;
}
.portada .contenidor-continguts {
    border: none;
    background-color: transparent;
    box-shadow: none;
}
.portada .contenidor-continguts--textos {
    padding-right: 2vw;
    margin-bottom: 5vh;
}
.portada .contenidor-continguts--textos .sub-title {
    font-size: 2.5em;
    line-height: 1em;
    color: var(--red);
}
.portada .contenidor-continguts--botons {
    position: inherit;
    width: 100%;
}

/*SITE-HEADER*/
.site-header {
    width: 50%;
    text-align: center;
    margin: 1em;
}
.site-header a {
    font-family: var(--font-main);
    font-weight: 600;
    letter-spacing: -0.1vw;
    font-size: 12vw;
    text-decoration: none;
    display: inline-block;
    padding-bottom: 1vw;
    white-space: nowrap;
    height: 100%;
}
.site-header a img {
    max-height: 100%;
	height: 15vh;
}
.site-header a span {
    /*background-color: var(--orange);*/
    display: inline-block;
    height: 16vw;
    width: 16vw;
    border-radius: 50%;
    font-size: 8vw;
    line-height: 16vw;
    text-align: center;
    letter-spacing: -0.2vw;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
}
.site-header a span::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-image: url(../img/spike-1.svg);
    background-position: center;
    background-size: cover;

    -webkit-animation: rotating 5s linear infinite;
    -moz-animation: rotating 5s linear infinite;
    -ms-animation: rotating 5s linear infinite;
    -o-animation: rotating 5s linear infinite;
    animation: rotating 5s linear infinite;
}
@-webkit-keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*SITE-FOOTER*/
.site-footer {
}
.site-footer.mes-stickers {
    background: var(--turquoise);
    padding: 1rem;
}
.site-footer.mes-stickers a {
    text-decoration: none;
    font-weight: 300;
}

/*PAGE-NAV*/
.page-nav {
    position: relative;
    width: 100%;
    text-align: center;
    left: 0;
    bottom: 2vw;
    pointer-events: none;
    z-index: 2;
}
.nav-next {
    font-size: 5rem;
    width: 100%;
    display: block;
    pointer-events: all;
}
.nav-next .bt {
    color: var(--blue);
    display: block;
    padding-right: 2rem;
    padding-left: 2rem;
}
.nav-next .bt:hover {
    color: var(--red);
}

/*BACKGROUNDS*/
.b-onboarding-01,
.b-legal,
.modal {
    background-color: var(--white);
}
.b-onboarding-02 {
    background-color: var(--white);
}

.b-preguntes-1 {
    background-color: var(--white);
}
.b-preguntes-2 {
    background-color: var(--white);
}
.b-preguntes-3 {
    background-color: var(--white);
}
.b-preguntes-inter {
    background-color: var(--white);
}
.b-preguntes-final {
    background-color: var(--white);
}
.b-resultats {
    background-color: var(--white);
}

.b-preguntes {
}
.b-preguntes-addicionals {
}
.b-preguntes.portada {
}

.page {
    padding-bottom: 0;
}

.contenidor-group + .contenidor-group {
    padding-top: 2em;
}

.group-intro h2 {
	font-family: var(--font-main);
    color: var(--blue);
    font-weight: bold;
    text-align: left;
    font-size: 1.7rem;
    line-height: 1em;
    margin-top: 1.5rem;
    width: 100%;
	margin-bottom: 0.7em;
}
.group-intro h2 span {
    font-family: var(--font-cont);
    color: var(--red);
    display: block;
    font-size: 0.6em;
    line-height: 1.5em;
}
.quest-content {
    display: block;
    margin-bottom: 3em;
}
.quest-content:hover {
}
.quest-txt {
    font-family: var(--font-quest);
    font-weight: bold;
	margin-bottom: 0.5em;
}

.quest-answer {
    width: 100%;
}

.p-intro .quest-answer {
	display: none;
}

.p-intro .quest-answer {
	display: none;
}
.p-intro .bt-send.disabled {
	opacity: 1;
    pointer-events: all;
    cursor: pointer;
}

.quest-answer-list {
    display: block;
}
.quest-answer-item {
    width: 100%;
}
.quest-answer-item input[type="radio"],
.quest-answer-item input[type="checkbox"] {
    display: none;
}
.quest-answer-item label {
    font-family: var(--font-answer);
    line-height: 1.1em;
    min-height: auto;
    margin-right: 20px;
	margin-left: 0;
	padding-top: 0.7em;
    padding-bottom: 0.7em;
    width: 100%;	
    display: block;
}
.quest-answer-img {
    padding: 1em;
    padding-bottom: 0.5em;
    padding-top: 0.5em;
}

.quest-answer-item input:checked + label {
    background-color: var(--red);
    color: var(--white);
}

/* Quest Thumb */
.quest-thumb-multi {
    background-color: transparent;
}

.quest-thumb-multi .quest-txt {
    display: none;
}
.quest-thumb-multi .quest-answer {
    width: 100%;
}
.quest-thumb-multi .answer-item-label {
    min-height: auto;
	width: 70%;
	text-align: left;
}
.quest-thumb-multi .quest-answer-img {
    width: 30%;
	padding-left: 0;
}
.quest-thumb-multi .quest-answer-item {
    width: 100%;
}
.quest-thumb-multi .quest-answer-item label {
	display: flex;
    align-items: center;
}


/* Quest Standard */


/* Quest Thumb Single */
.quest-thumb-single.quest-content {
    margin-bottom: 2em;
    background-color: rgb(220 0 0 / 3%);
}
.quest-thumb-single.quest-content:hover {
    background-color: rgb(220 0 0 / 10%);
}
.quest-thumb-single.quest-standard-txt {
    width: 70%;
    align-self: center;
}
.quest-thumb-single .quest-txt {
    width: 100%;
    align-self: center;
}
.quest-thumb-single .quest-answer {
    width: 100%;
}
.quest-thumb-single .quest-txt p {
    color: var(--red);
    font-size: 1.3rem;
    line-height: 1.1em;
    margin-top: 0;
}
.quest-thumb-single .quest-answer-item {
    width: 30%;
	display: inline-block;
}
.quest-thumb-single .answer-item-label {
    display: none;
}
.quest-thumb-single .quest-answer-item label {
    padding: 0;
    margin-bottom: 0;
}
.quest-thumb-single .quest-answer-img {
    padding: 0;
    padding-bottom: 0;
    padding-top: 0;
    height: auto;
}
.quest-thumb-single .quest-answer-img img {
    height: auto;
}

/* Quest Slider */
.quest-slider.quest-content {
    margin-bottom: 2em;
    background-color: rgb(220 0 0 / 3%);
}
.quest-slider.quest-content:hover {
    background-color: rgb(220 0 0 / 10%);
}
.quest-slider .quest-txt {
    display: none;
}

.quest-slider .quest-answer {
    width: 100%;
}
.quest-slider .quest-answer-list {
	
}
.quest-slider .quest-answer-item label {
    display: flex;
    color: var(--red);
    font-family: var(--font-main);
    letter-spacing: 0;
    word-spacing: 0;
    border: none;
    padding: 0;
	align-items: center;
}
.quest-slider .quest-answer-item label:hover {
    background-color: transparent;
}
.quest-slider .quest-answer-item input:checked + label {
    background-color: transparent;
    color: var(--red);
    transform: translate(0, 0);
    -webkit-box-shadow: none;
    box-shadow: none;
}
.quest-slider .quest-answer-item input:checked + label img {
    opacity: 1;
}

.quest-slider .answer-item-label {
    min-height: unset;
    font-size: 1.3rem;
    width: 75%;
    text-align: left;	
}
.quest-slider .quest-answer-item {
    width: 100%;
}
.quest-slider .quest-answer-img {
	padding: 0;
    padding-bottom: 0;
    padding-top: 0;
    height: 3.2em;
	width: 25%;
}
.quest-slider .quest-answer-img::before {
    content: "x";
    position: absolute;
    font-family: var(--font-cont);
    font-weight: 600;
    top: 30%;
    left: 8.5%;
    font-size: 2.4em;
	display: none;
}
.quest-slider .quest-answer-item input:checked + label .quest-answer-img::before {
    display: block;
}
.quest-slider .quest-answer-img img {
	width: auto;
    height: 100%;
    display: inline-block;
}
.quest-slider .quest-answer-item label:hover img {
    opacity: 1;
}

/*CONTAINER RESULTATS*/
.resultats--title {
    padding-top: 0;
}
.resultats--title h1 {
    font-size: 2rem;
    line-height: 1.1em;
    letter-spacing: -1px;
    font-family: var(--font-main);
    font-weight: 600;
    text-align: center;
}

.container-resultats {
    margin-top: 5vh;
}
.container-resultats--grafica {
    width: 100%;
	margin-bottom: 50px;
   /* border: 4px solid var(--black);
    background-color: var(--grey-light);
    box-shadow: 8px 8px 0 0 var(--blue);*/
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.grafica {
    margin-top: 30px;
    margin-bottom: 30px;
}
.container-resultats--textos {
    width: 100%;
    margin-bottom: 50px;
}
.container-resultats--total {
    /*border: 4px solid var(--black);*/
    /*background-color: var(--grey-light);*/
    /*box-shadow: 8px 8px 0 0 var(--blue);*/
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.textos-textos {
    padding-bottom: 3vw;
    padding-top: 3vw;
    padding-left: 3vw;
    padding-right: 3vw;
}
.textos-textos h2 {
    font-family: var(--font-main);
    font-size: 2rem;
    letter-spacing: -0.03em;
    font-weight: 600;
}
.textos-textos h2 span {
    font-size: 28vw;
    line-height: 0.91;
    display: block;
    letter-spacing: -0.05em;
    text-shadow: 3px 3px 0px rgba(150, 150, 150, 1);
}
.textos-textos h3 {
    font-family: var(--font-main);
    font-size: 1.5rem;
    letter-spacing: -0.03em;
    font-weight: 600;
	text-align: center;
}
.textos-botons {
    padding-left: 2vw;
    padding-right: 2vw;
}
.textos-botons--botons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

/*RESULTAT DETALLS*/
.container-resultats-detall {
    margin-top: 3rem;
    border: 4px solid var(--black);
    background-color: var(--grey-light);
    box-shadow: 8px 8px 0 0 var(--blue);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.container-resultats-detall h2,
.container-comparteix h3 {
    font-weight: 600;
    font-family: var(--font-main);
    font-size: 1.5rem;
    margin-bottom: 3rem;
}
.container-resultats-detall h2 {
}
.container-resultats-detall--textos {
    padding: 1rem;
}
.container-resultats-detall .fila {
}
.container-resultats-detall .col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 27px 0;
    border-bottom: solid 1px var(--gris-suau);
}
.container-resultats-detall .subcol {
    width: 100%;
    padding-right: 0;
    padding-bottom: 25px;
}

/*COMPARTEIX*/
.container-comparteix {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 24px 0;
    display: none;
}
.container-comparteix > div {
    width: 55%;
}
.container-comparteix div + div {
    width: 40%;
}

/*BAIXAR*/
.container-baixar {
    padding: 1.5rem 0;
    background: var(--gris-mig);
    margin-top: 150px;
}
.container-baixar--stickers {
    padding: 2.5rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.container-baixar--stickers a {
    display: block;
    width: 30%;
    margin-bottom: 5%;
}

/*MODAL*/
.modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.tancar {
    position: absolute;
    top: 1rem;
    right: 1rem;
}
.modal-continguts {
    width: 90%;
    margin: 0 auto;
}
.modal-continguts--titular {
    font-size: 1.875rem;
    font-weight: 300;
    line-height: 1.2;
    padding: 2.062rem 0 0.625rem;
}
.modal-continguts--botons {
}
.modal-continguts--botons > div {
    width: 199px;
}
.modal-continguts--botons > div:nth-of-type(1) {
}
.modal-continguts--botons > div:nth-of-type(even) {
    float: right;
}
.modal-continguts--botons > div:last-child {
    clear: both;
}

/**
* #ELEMENTS
**/

/*BOTONS*/
.bt-01 {
    font-family: var(--font-main);
    font-weight: 500;
    display: block;
    border: 3px solid var(--red);
    font-size: 1.3rem;
    line-height: 1.3em;
    text-decoration: none;
    margin-bottom: 1rem;
    padding: 8px 8px 8px 21px;
    /*background-color: var(--white);*/
    position: relative;
    -webkit-transition: background 100ms linear;
    transition: background 100ms linear;
}
.portada .bt-01,
.container-baixar .bt-01 {
    /*display: inline-block;*/
    padding: 8px 35px;
}
.bt-01:hover {
    background-color: var(--black);
    color: var(--white);
}

input:checked + .bt-01,
.bt-01.selected {
    -webkit-box-shadow: 5px 5px var(--yellow);
    box-shadow: 5px 5px var(--yellow);
    -webkit-transition: all 100ms linear;
    transform: translate(-5px, -5px);
    transition: all 100ms linear;
}

.textos-botons--botons .bt-01 {
    width: 48%;
    font-size: 0.687rem;
    padding: 0.375rem;
    /*-webkit-box-shadow: 2px 3px var(--marro-plata), 2px 4px var(--black);
	        box-shadow: 2px 3px var(--marro-plata), 2px 4px var(--black);*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.textos-botons--botons .bt-01 strong {
    margin-left: 0.5rem;
}
.textos-botons--botons .bt-01:hover {
    background-color: var(--marro);
}
.textos-botons--botons .bt-01:active,
.textos-botons--botons .bt-01.selected {
    color: var(--black);
    -webkit-box-shadow: 5px 5px var(--blue);
    box-shadow: 5px 5px var(--blue);
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear;
}
.bt-01.erc:hover {
    background-color: var(--erc);
}
.bt-01.jxc:hover {
    background-color: var(--jxc);
}
.bt-01.cup:hover {
    background-color: var(--cup);
}
.bt-01.psc:hover {
    background-color: var(--psc);
}
.bt-01.ecp:hover {
    background-color: var(--ecp);
}
.bt-01.cs:hover {
    background-color: var(--cs);
}
.bt-01.pp:hover {
    background-color: var(--pp);
}
.bt-01.vox:hover {
    background-color: var(--vox);
}

.bt-01.erc.selected {
    background-color: var(--erc);
}
.bt-01.jxc.selected {
    background-color: var(--jxc);
}
.bt-01.cup.selected {
    background-color: var(--cup);
}
.bt-01.psc.selected {
    background-color: var(--psc);
}
.bt-01.ecp.selected {
    background-color: var(--ecp);
}
.bt-01.cs.selected {
    background-color: var(--cs);
}
.bt-01.pp.selected {
    background-color: var(--pp);
}
.bt-01.vox.selected {
    background-color: var(--vox);
}

.link-no {
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
    padding: 1.2rem 1rem;
    padding-top: 0.5rem;
}
.link-no:hover {
    color: var(--orange);
}

/*TITULARS*/
.titular-01 {
    font-weight: 300;
    font-size: 30px; /*48*/
}

.b-onboarding-01 h1 {
    font-family: var(--font-main);
    font-weight: 600;
    font-size: 14vw;
}
.b-onboarding-01 h1 span {
    /*background-color: var(--orange);*/
    display: inline-block;
    height: 16vw;
    width: 16vw;
    border-radius: 50%;
    font-size: 8vw;
    line-height: 16vw;
    text-align: center;
    letter-spacing: -1.5px;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
}
.b-onboarding-01 h1 span::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-image: url(../img/spike-1.svg);
    background-position: center;
    background-size: cover;

    -webkit-animation: rotating 5s linear infinite;
    -moz-animation: rotating 5s linear infinite;
    -ms-animation: rotating 5s linear infinite;
    -o-animation: rotating 5s linear infinite;
    animation: rotating 5s linear infinite;
}

.contenidor-continguts--textos > div {
    font-size: 90px;
    padding: 1rem 0;
    line-height: 0.9;
}
.contenidor-continguts--textos > div span {
    display: block;
    padding-top: 1rem;
}

.b-legal h2 {
    font-size: 1.375rem;
    font-weight: 300;
}

.container-resultats-detall > h2,
.container-comparteix h3 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1.125rem;
}
.subcol > h3 {
    font-size: 1.3rem;
    font-weight: 600;
    font-family: var(--font-main);
}
.container-baixar h3 {
    font-size: 1.25rem;
    font-weight: 300;
    max-width: 60%;
    margin-bottom: 1.125rem;
}
/*TEXTOS SEGUITS*/
.b-onboarding-01 p {
	font-family: var(--font-quest);
    margin-top: 3vh;
    padding-left: 0;
    padding-right: 0;
}
.b-onboarding-02 p {
    font-size: 30px;
}
.b-legal p {
    font-size: 0.75rem;
}
.textos-textos p {
    font-size: 1rem;
}
.textos-botons p {
    font-size: 1rem;
    margin-bottom: 1rem;
}
.subcol p {
    font-size: 12px;
    margin-top: 10px;
}

/*LLISTES*/
.llista-legal {
    text-align: center;
    padding: 1rem;
    font-weight: 300;
    font-size: 0.875rem;
}
.llista-legal a {
    text-decoration: none;
}

.container-comparteix ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.container-comparteix ul li {
    display: inline-block;
    color: var(--marro);
    margin-right: 10px;
}
.container-comparteix .ic-tt {
}
.container-comparteix .ic-insta {
    font-size: 18px;
}
.container-comparteix .ic-fb {
    font-size: 21px;
    position: relative;
    top: 2px;
}

/*BARRA DE PROGRES*/
.progres {
    height: 40px;
    width: 90%;
    margin: 10px auto 30px;
    position: relative;
}
.progres a {
    display: block;
    width: 40px;
    height: 40px;
    text-decoration: none;
    border: 1px solid var(--black);
    border-radius: 100px;
    position: absolute;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.progres a:hover {
    background: var(--marro);
}
.progres a span {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 19px;
}
.progres a:hover span {
    color: var(--white);
}
.anterior {
    top: 0;
    left: 0;
}
.seguent {
    top: 0;
    right: 0;
}

.contador {
	font-family: var(--font-main);
    font-size: 12px;
    font-weight: 300;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 10px;
}
.barra-progres {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 8px;
    width: 70%;
    background-color: var(--white);
    border: 1px solid var(--black);
    border-radius: 20px;
    overflow: hidden;
}
.barra-progres span {
    display: block;
    height: 100%;
    width: 0;
    background: var(--black);
    -webkit-transition: all 500ms ease-in-out 500ms;
    transition: all 500ms ease-in-out 500ms;
}

/*BARRA DE PROGRES RESULTATS*/
.barra-resultat {
    background-color: var(--white);
    height: 10px;
    width: 100%;
    margin-bottom: 0.2rem;
    -webkit-transition: all 500ms ease-in-out 500ms;
    transition: all 500ms ease-in-out 500ms;
}
.barra-resultat span {
    display: block;
    height: 10px;
    background: var(--black);
}

.sz-0 span {
    width: 0;
}
.sz-1 span {
    width: 1%;
}
.sz-2 span {
    width: 2%;
}
.sz-3 span {
    width: 3%;
}
.sz-4 span {
    width: 4%;
}
.sz-5 span {
    width: 5%;
}
.sz-6 span {
    width: 6%;
}
.sz-7 span {
    width: 7%;
}
.sz-8 span {
    width: 8%;
}
.sz-9 span {
    width: 9%;
}
.sz-10 span {
    width: 10%;
}
.sz-11 span {
    width: 11%;
}
.sz-12 span {
    width: 12%;
}
.sz-13 span {
    width: 13%;
}
.sz-14 span {
    width: 14%;
}
.sz-15 span {
    width: 15%;
}
.sz-16 span {
    width: 16%;
}
.sz-17 span {
    width: 17%;
}
.sz-18 span {
    width: 18%;
}
.sz-19 span {
    width: 19%;
}
.sz-20 span {
    width: 20%;
}
.sz-21 span {
    width: 21%;
}
.sz-22 span {
    width: 22%;
}
.sz-23 span {
    width: 23%;
}
.sz-24 span {
    width: 24%;
}
.sz-25 span {
    width: 25%;
}
.sz-26 span {
    width: 26%;
}
.sz-27 span {
    width: 27%;
}
.sz-28 span {
    width: 28%;
}
.sz-29 span {
    width: 29%;
}
.sz-30 span {
    width: 30%;
}
.sz-31 span {
    width: 31%;
}
.sz-32 span {
    width: 32%;
}
.sz-33 span {
    width: 33%;
}
.sz-34 span {
    width: 34%;
}
.sz-35 span {
    width: 35%;
}
.sz-36 span {
    width: 36%;
}
.sz-37 span {
    width: 37%;
}
.sz-38 span {
    width: 38%;
}
.sz-39 span {
    width: 39%;
}
.sz-40 span {
    width: 40%;
}
.sz-41 span {
    width: 41%;
}
.sz-42 span {
    width: 42%;
}
.sz-43 span {
    width: 43%;
}
.sz-44 span {
    width: 44%;
}
.sz-45 span {
    width: 45%;
}
.sz-46 span {
    width: 46%;
}
.sz-47 span {
    width: 47%;
}
.sz-48 span {
    width: 48%;
}
.sz-49 span {
    width: 49%;
}
.sz-50 span {
    width: 50%;
}
.sz-51 span {
    width: 51%;
}
.sz-52 span {
    width: 52%;
}
.sz-53 span {
    width: 53%;
}
.sz-54 span {
    width: 54%;
}
.sz-55 span {
    width: 55%;
}
.sz-56 span {
    width: 56%;
}
.sz-57 span {
    width: 57%;
}
.sz-58 span {
    width: 58%;
}
.sz-59 span {
    width: 59%;
}
.sz-60 span {
    width: 60%;
}
.sz-61 span {
    width: 61%;
}
.sz-62 span {
    width: 62%;
}
.sz-63 span {
    width: 63%;
}
.sz-64 span {
    width: 64%;
}
.sz-65 span {
    width: 65%;
}
.sz-66 span {
    width: 66%;
}
.sz-67 span {
    width: 67%;
}
.sz-68 span {
    width: 68%;
}
.sz-69 span {
    width: 69%;
}
.sz-70 span {
    width: 70%;
}
.sz-71 span {
    width: 71%;
}
.sz-72 span {
    width: 72%;
}
.sz-73 span {
    width: 73%;
}
.sz-74 span {
    width: 74%;
}
.sz-75 span {
    width: 75%;
}
.sz-76 span {
    width: 76%;
}
.sz-77 span {
    width: 77%;
}
.sz-78 span {
    width: 78%;
}
.sz-79 span {
    width: 79%;
}
.sz-80 span {
    width: 80%;
}
.sz-81 span {
    width: 81%;
}
.sz-82 span {
    width: 82%;
}
.sz-83 span {
    width: 83%;
}
.sz-84 span {
    width: 84%;
}
.sz-85 span {
    width: 85%;
}
.sz-86 span {
    width: 86%;
}
.sz-87 span {
    width: 87%;
}
.sz-88 span {
    width: 88%;
}
.sz-89 span {
    width: 89%;
}
.sz-90 span {
    width: 90%;
}
.sz-91 span {
    width: 91%;
}
.sz-92 span {
    width: 92%;
}
.sz-93 span {
    width: 93%;
}
.sz-94 span {
    width: 94%;
}
.sz-95 span {
    width: 95%;
}
.sz-96 span {
    width: 96%;
}
.sz-97 span {
    width: 97%;
}
.sz-98 span {
    width: 98%;
}
.sz-99 span {
    width: 99%;
}
.sz-100 span {
    width: 100%;
}

/*PUNTUACIÓ*/
.puntuacio {
    font-size: 1rem;
    font-weight: 600;
    font-family: var(--font-main);
    margin-bottom: 0.375rem;
}
.puntuacio span {
    color: #6d7278;
}

/**
* #MISC
**/

.flow {
    --flow-space: 1em;
}
.flow > * + * {
    margin-top: var(--flow-space);
}

.break {
    display: block;
}
.skip {
    position: absolute;
    left: -10000em;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
.skip:focus {
    position: static;
    width: auto;
    height: auto;
}
.hidden {
    display: none !important;
}
