@font-face {
    font-family: "Bw3Cat";
    src: url("https://statics.3cat.cat/fonts/Bw3Cat-Regular.woff2")
            format("woff2"),
        url("https://statics.3cat.cat/fonts/Bw3Cat-Regular.woff") format("woff");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "Bw3Cat";
    src: url("https://statics.3cat.cat/fonts/Bw3Cat-Bold.woff2") format("woff2"),
        url("https://statics.3cat.cat/fonts/Bw3Cat-Bold.woff") format("woff");
    font-style: normal;
    font-weight: 700;
}

:root {
    --3cat-primary: #be2649;
}

/* General */

body {
    font-family: "Bw3Cat", sans-serif;
    font-feature-settings: "clig" off, "liga" off;
    line-height: 1.2;
    color: #000;
    background: #ffffff;
}

p {
    font-family: "Bw3Cat", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 180%;
    color: #000;
}

a,
a:hover {
    color: inherit;
    text-decoration: none;
}
p a {
    color: var(--3cat-primary);
}
p a:hover {
    color: var(--3cat-primary);
    border-bottom: 1px solid var(--3cat-primary);
}

video[poster] {
    object-fit: cover;
}

ul {
    list-style: none;
    padding-left: 20px;
    margin-bottom: 0;
}
ul li,
ol li {
    position: relative;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 12px;
}
.footer_post__container ul li {
    position: inherit;
    margin-bottom: 0px;
}
ul li:before {
    content: "";
    position: absolute;
    left: -20px;
    top: 8px;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: var(--3cat-primary);
}

.link-3cat {
    color: var(--3cat-primary);
}
.link-3cat:hover {
    color: var(--3cat-primary);
    border-bottom: 1px solid var(--3cat-primary);
}

.button {
    display: flex;
    height: 40px;
    padding: 10px 24px 8px 24px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 700;
    line-height: 150%;
    color: #fff;
    background: #000;
}
.button:hover {
    color: #fff;
    background: rgba(0, 0, 0, 0.8);
}

@media (min-width: 768px) {
    p {
        font-size: 18px;
    }
    ul li,
    ol li {
        font-size: 18px;
        margin-bottom: 16px;
    }
}

/* Header */
.header-bar {
    display: flex;
    align-items: center;
    background: var(--3cat-primary);
    height: 64px;
    padding: 16px 20px;
}
.header-bar img {
    max-height: 24px;
}
.header-bar .logo-text {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
    margin-left: 13px;
    margin-top: 5px;
}

@media (min-width: 768px) {
    .header-bar {
        height: 144px;
        padding: 52px 56px;
    }
    .header-bar img {
        max-height: 40px;
    }
    .header-bar .logo-text {
        font-size: 29px;
        line-height: 1.5;
        margin-left: 36px;
    }
}

/* Seccions  */
.section-main {
    padding-top: 16px;
}
.section-back-link {
    padding-top: 16px;
}
.back-link {
    display: flex;
    align-items: center;
    vertical-align: middle;
    color: var(--3cat-primary);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0px;
}
.back-link:hover {
    color: var(--3cat-primary);
}
.back-link span {
    border-bottom: 1px solid #fff;
}
.back-link:hover span {
    border-bottom: 1px solid var(--3cat-primary);
}
.back-link img {
    width: 20px;
    height: 20px;
    border-bottom: 1px solid #fff;
}

.question-wrapper {
    margin-bottom: 56px;
}
.question-title {
    color: #111;
    font-size: 29px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 24px;
}
.intro-text {
    font-size: 18px;
}
.question-wrapper h2 {
    color: #111;
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
}

.download-wrapper {
    margin-top: 40px;
}
.download-wrapper p {
    color: #1a1a1a;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 16px;
}
.download-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 189px;
    height: 56px;
    flex-shrink: 0;
    border-radius: 8.4px;
    background: #000;
    margin-left: auto;
    margin-right: auto;
}
.download-button:hover {
    background: #333;
}
.download-button-ios img {
    width: 139px;
    height: 35px;
}
.download-button-android img {
    width: 162px;
    height: 38px;
}

.button-logo {
    min-width: 196px;
    height: auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: var(--3cat-primary);
    color: #fff;
    font-size: 18px;
    line-height: 100%;
    padding: 16px 24px 12px;
    margin-top: 24px;
}
.button-logo:hover {
    background: var(--3cat-primary);
    color: #fff;
    opacity: 0.9;
}
.button-logo span {
    margin-top: 3px;
}
.button-logo img {
    height: 22px;
    margin-left: 8px;
    margin-bottom: 3px;
}

.collapse-wrapper {
    border-radius: 16px;
    border: 1px solid #b1b1b0;
    padding: 12px 24px;
    margin-bottom: 12px;
}
.collapse-wrapper:last-child {
    margin-bottom: 0;
}
.collapse-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.collapse-button:hover .icon-plus,
.collapse-button:not(.collapsed) .icon-plus {
    display: none;
}
.collapse-button.collapsed:not(:hover) .icon-plus-hover,
.collapse-button:not(.collapsed) .icon-plus-hover {
    display: none;
}
.collapse-button.collapsed .icon-minus {
    display: none;
}
.collapse-button span {
    color: #1a1a1a;
    font-size: 18px;
    line-height: 150%;
}
.collapse-button:hover span,
.collapse-button:not(.collapsed) span {
    font-weight: 700;
}
.collapse-body {
    padding-top: 12px;
    padding-bottom: 8px;
}
.collapse-body p,
.collapse-body ul li,
.collapse-body ol li {
    font-size: 16px;
}
.collapse-body a {
    color: var(--3cat-primary);
}
.collapse-body a:hover {
    border-bottom: 1px solid var(--3cat-primary);
}

.mid-text {
    margin-top: 24px;
    margin-bottom: 24px;
}

.faq-contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    border-top: 1px solid #ccc;
    padding: 40px 16px 56px 16px;
}
.faq-contact p {
    color: #111;
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .section-main .container {
        padding-left: 16px;
        padding-right: 16px;
    }
    .download-wrapper {
        margin-top: 40px;
    }
}
@media (min-width: 768px) {
    .section-back-link {
        padding-top: 40px;
    }
    .back-link {
        font-size: 14px;
    }
    .question-wrapper {
        margin-bottom: 56px;
    }
    .question-title {
        font-size: 36px;
        line-height: 130%;
        margin-bottom: 56px;
    }
    .question-wrapper h2 {
        margin-bottom: 24px;
    }
    .download-wrapper:first-child {
        margin-right: 16px;
    }
    .download-wrapper p {
        font-size: 23px;
        margin-bottom: 24px;
    }
    .button-logo {
        margin-top: 48px;
    }
    .faq-contact {
        gap: 24px;
        padding: 56px 0px 96px 0px;
    }
    .faq-contact p {
        font-size: 23px;
    }
}
@media (min-width: 992px) {
    .section-main .container {
        max-width: 904px;
    }
    .download-wrapper {
        min-width: 376px;
    }
}

/* Inici */
#home-main {
    padding-top: 24px;
}
#home-main h1 {
    display: none;
}

.faq-wrapper {
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.05),
        0px 4px 6px -1px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    padding: 24px 20px 16px 16px;
    margin-bottom: 32px;
    border-radius: 16px;
}
.faq-wrapper .bloc-title {
    font-size: 22px;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 16px;
}
.faq-bloc-video {
    background: #fafafa;
    padding: 24px 16px 16px;
}
.faq-bloc-video .ratio {
    border-radius: 16px;
    overflow: hidden;
}
.faq-list a:hover {
    border-bottom: 1px solid #000;
}

#home-account {
    background: var(--3cat-primary);
}
#home-account .account-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    padding: 40px 0px 56px 0px;
}
#home-account .account-wrapper p {
    font-size: 22px;
    line-height: 140%;
    color: #fff;
    margin-bottom: 0;
}
#home-account .buttons-wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
}
.button-white {
    width: 272px;
    background: rgba(255, 255, 255, 0.9);
    color: var(--3cat-primary);
}
.button-white:hover {
    background: rgba(255, 255, 255, 1);
    color: var(--3cat-primary);
}
.button-color {
    width: 272px;
    background: var(--3cat-primary);
    color: #fff;
    border: 1px solid #fff;
    opacity: 0.9;
}
.button-color:hover {
    background: var(--3cat-primary);
    color: #fff;
    opacity: 1;
}

@media (max-width: 767px) {
    .faq-bloc-video .bloc-title {
        font-size: 18px;
    }
    #home-account .buttons-wrapper {
        flex-direction: column;
    }
}
@media (min-width: 768px) {
    #home-main {
        padding-top: 72px;
    }
    .faq-wrapper {
        box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1),
            0px 2px 4px -1px rgba(0, 0, 0, 0.05);
        padding: 24px 16px 16px 32px;
        margin-bottom: 56px;
    }
    .faq-wrapper .bloc-title {
        font-size: 29px;
        margin-bottom: 32px;
    }
    .faq-bloc-video {
        padding: 24px 29px 32px;
    }
    #home-account .account-wrapper {
        gap: 32px;
        padding: 56px 0px 96px 0px;
    }
    #home-account .account-wrapper p {
        font-size: 23px;
    }
    #home-account .buttons-wrapper {
        align-self: stretch;
        padding: 0px 40px;
    }
}

/* Capa Info */
.info-box-wrapper {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 100;
}
.info-box {
    position: relative;
    width: auto;
    background: #e6e6e6;
    padding: 24px 16px 16px;
    margin: 8px;
}
.info-box p {
    color: #1a1a1a;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 0;
}
.info-box-title {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}
.info-box-title img {
    width: 20px;
    height: 20px;
    padding: 2px;
    margin-right: 4px;
}
.info-box-title span {
    font-weight: 700;
}
.info-box .btn-close {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 1060;
    width: 16px;
    height: 16px;
    opacity: 1;
    padding: 0;
    background: transparent url("../img/icon-close.svg") center/16px auto
        no-repeat;
}
.info-box .btn-close:focus {
    box-shadow: none;
}
@media (min-width: 576px) {
    .info-box {
        width: 100%;
        max-width: 90%;
        box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.06),
            0px 1px 3px 0px rgba(16, 24, 40, 0.1);
        margin: 16px auto;
    }
    .info-box p {
        font-size: 15px;
    }
}
@media (min-width: 992px) {
    .info-box {
        padding: 32px 68px;
    }
    .info-box-title {
        position: relative;
        margin-bottom: 0;
    }
    .info-box-title img {
        position: absolute;
        top: 50%;
        left: -28px;
        transform: translateY(-50%);
    }
    .info-box .btn-close {
        position: absolute;
        top: 12px;
        right: 12px;
    }
}
@media (min-width: 1080px) {
    .info-box {
        max-width: 1016px;
    }
}
