* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
}

.cookie-notice {

    background-color: #fff;
    position: fixed;
    bottom: 10px;
    left: 0;
    width: 50%;
    padding: 20px;
    z-index: 99999999;
    right: 0;
    margin: 0 auto;
    box-shadow: 0 0 9px 0px #0b0c0c4d;
    border-radius: 10px;
}

.cookie-notice .notice-text {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}

.cookie-notice .notice-text span {
    color: #000;
    font-size: 12px;
    line-height: 21px;
}

.cookie-notice span p {
    font-size: inherit;
    padding-bottom: 0;
    margin-bottom: 0;
    color: inherit;
}

.cookie-notice .notice-buttons {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}


.cookie-notice .notice-text a {
    color: #000;
    text-decoration: underline;
}
.cookie-notice .notice-text a:hover {
    color: blue;
}

.cookie-notice .notice-buttons .btn-cookie {
    padding: 5px 15px;
    margin-top: 10px;
}


.cookie-notice .btn-cookie {

    display: inline-block;
    background-color: #000;
    color: #fff;
    font-size: 13px;
    cursor: pointer;
    border-radius: 3px;
    width: 100%;
}

.cookie-notice .btn-cookie:hover {
    background-color: #FF5722;
}

@media screen and (max-width: 800px) {

    .cookie-notice {
        width: 96%;
    }
}

@media (min-width: 1200px) {
    .container-cookie {
        max-width: 1140px;
    }
}

.container-cookie {

    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

body .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
    
    bottom: -20px;
}

body .swiper-button-next {

    right: -70px;
}

body .swiper-button-prev {

    left: -70px;
}

body .swiper-button-prev:after,
body .swiper-button-next:after {

    color: #ff5722;
}

.group-logo {

    margin-bottom: 20px;
}

.edit-post {

    position: absolute;
    right: 10px;
    bottom: 25px;
    background-color: rgb(244 67 54 / 70%);
    color: #fff;
    font-size: 12px;
    padding: 5px 10px;
    text-decoration: none;
}

.open-post {

    position: absolute;
    right: 70px;
    bottom: 25px;
    background-color: rgb(76 175 80 / 70%);
    color: #fff;
    font-size: 12px;
    padding: 5px 10px;
    text-decoration: none;
}

body .swiper-pagination-bullet {
    
    width: 7px;
    height: 7px;
    background-color: #000;

}

body .swiper-pagination-bullet-active {

    background-color: #fff;
}

body {

    background: #fff;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}

body.resize-app {
    padding-top: 60px;
}

.number-subtitle {

    border: 2px solid #fff;
    width: 30px;
    text-align: center;
    border-radius: 100%;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
}

.swiper-books {
    width: 158px;
    height: 224px;
}

.swiper-cards .swiper-slide img {

    border: 1px solid #cbcbcb;
}


img {

    max-width: 100%;
    vertical-align: top;
}

.title-page {
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: 21px;
    margin-bottom: 15px;
}



.group-buttons {

    display: flex;
    align-items: center;
    gap: 15px;
}

body.category {

    background-color: #FF5722;
}

body.category .container-page {

    background-color: #fff;
}

.group-description {

    background-color: #FF5722;
    margin-top: -60px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 40px;
    display: flex;
}

.subtitle {

    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    font-size: 19px;
    color: #fff;
    align-items: center;
}

.tag-count {

    position: absolute;
    left: 10px;
    top: -3px;
    background: url(../src/images/icon-tag.svg) no-repeat;
    width: 25px;
    height: 35px;
    background-size: 100%;
    color: #fff;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    padding-top: 7px;
}

.container-page {

    padding: 20px;
}

.description {

    width: 400px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.description p {

    color: #fff;
}
.btn-buy {

    background-color: #4CAF50;
    display: inline-flex;
    padding: 10px 15px;
    gap: 10px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    align-items: center;
    justify-content: center;
    border: 2px solid transparent;
}
.btn-buy span {
    color: #fff;
}

.btn-back {

    border: 2px solid #fff;
    color: #fff;
    text-decoration: none;
    display: inline-flex;
    padding: 10px 15px;
    gap: 10px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
    align-items: center;
    justify-content: center;
}
ul {
    margin: 0;
    padding: 0;
}
.stars {
    display: flex;
    gap: 2px;
}
.stars li {

    list-style: none;
}
p {
    margin: 0;
    padding: 0;
    padding-bottom: 20px;
}

.format-post ol, .format-post ul {

    padding-bottom: 20px;
}

.format-post h1  {

    color: #000;
    font-size: 2em;
}

.install-app {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    align-items: center;
    background-color: #000000;
}

.install-app .close-app {
    color: #fff;
    /* Substitua "@include font-regular;" pelo estilo correspondente */
    font-family: Arial, sans-serif; /* Exemplo */
    font-weight: normal;
}

.install-app .first-install {
    display: flex;
    align-items: center;
    gap: 10px;
}

.install-app .first-install svg {
    border-radius: 4px;
}

.install-app .group-install {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.install-app .group-install .stars {
    display: flex;
}

.install-app .group-install span {
    color: #fff;
    font-size: 12px;
    /* Substitua "@include font-medium;" pelo estilo correspondente */
    font-family: Arial, sans-serif; /* Exemplo */
    font-weight: 500;
}

.install-app .button-install-app {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 10px 19px;
    height: 35px;
    gap: 5px;
    background-color: transparent;
    border: none;
}

.install-app .button-install-app span {
    color: #fff;
    text-transform: uppercase;
    /* Substitua "@include font-medium;" pelo estilo correspondente */
    font-family: Arial, sans-serif; /* Exemplo */
    font-weight: 500;
}


@media screen and (max-width: 560px) {

    .description {

        width: 100%;
    }
}
.error-404-page {
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 20px;
    background:
        radial-gradient(circle at 20% 20%, rgba(255, 99, 154, 0.22), transparent 28%),
        radial-gradient(circle at 80% 30%, rgba(98, 196, 228, 0.24), transparent 30%),
        linear-gradient(135deg, #fff7fb 0%, #f5fbff 100%);
}

.error-404-page__card {
    width: min(720px, 100%);
    text-align: center;
    padding: clamp(36px, 6vw, 64px);
    border: 3px solid #111;
    border-radius: 34px;
    background: #fff;
    box-shadow: 14px 14px 0 #111;
    position: relative;
    overflow: hidden;
}

.error-404-page__card::before,
.error-404-page__card::after {
    content: '';
    position: absolute;
    width: 130px;
    height: 130px;
    border-radius: 999px;
    opacity: 0.9;
    z-index: 0;
}

.error-404-page__card::before {
    top: -55px;
    left: -45px;
    background: #faad31;
}

.error-404-page__card::after {
    right: -50px;
    bottom: -60px;
    background: #d52d60;
}

.error-404-page__eyebrow,
.error-404-page__card h1,
.error-404-page__card p,
.error-404-page__actions {
    position: relative;
    z-index: 1;
}

.error-404-page__eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    padding: 10px 22px;
    border: 2px solid #111;
    border-radius: 999px;
    background: #62c4e4;
    color: #111;
    font-size: clamp(2.4rem, 8vw, 5rem);
    font-weight: 900;
    line-height: 1;
}

.error-404-page__card h1 {
    margin-bottom: 16px;
    color: #111;
    font-size: clamp(2rem, 6vw, 4rem);
    line-height: 1.05;
}

.error-404-page__card p:not(.error-404-page__eyebrow) {
    max-width: 560px;
    margin: 0 auto 28px;
    color: #444;
    font-size: 1.08rem;
    line-height: 1.7;
}

.error-404-page__actions {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}

.error-404-page__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 22px;
    border: 2px solid #111;
    border-radius: 999px;
    background: #fff;
    color: #111;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 5px 5px 0 #111;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.error-404-page__button:hover {
    transform: translate(3px, 3px);
    box-shadow: 2px 2px 0 #111;
}

.error-404-page__button--primary {
    background: #ff639a;
}

.challenge-callout {
    display: grid;
    grid-template-columns: minmax(220px, 0.8fr) minmax(0, 1.2fr);
    gap: clamp(20px, 4vw, 40px);
    align-items: center;
    margin: 24px 0;
    padding: clamp(20px, 4vw, 34px);
    border: 2px solid #111;
    border-radius: 28px;
    background: linear-gradient(135deg, #fff7fb 0%, #f7fdff 100%);
    box-shadow: 8px 8px 0 #111;
}

.challenge-callout__image img {
    display: block;
    width: 100%;
    height: auto;
    border: 2px solid #111;
    border-radius: 22px;
    box-shadow: 6px 6px 0 #ff639a;
}

.challenge-callout__content h3 {
    margin-top: 0;
}

.challenge-callout__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
    padding: 11px 18px;
    border: 2px solid #111;
    border-radius: 999px;
    background: #faad31;
    color: #111;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 4px 4px 0 #111;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.challenge-callout__link:hover {
    transform: translate(2px, 2px);
    box-shadow: 2px 2px 0 #111;
}

.challenge-callout__link svg {
    flex: 0 0 auto;
    fill: currentColor;
}

@media screen and (max-width: 760px) {
    .error-404-page__card {
        box-shadow: 8px 8px 0 #111;
    }

    .challenge-callout {
        grid-template-columns: 1fr;
        box-shadow: 6px 6px 0 #111;
    }
}
