.title-main {
    font-family: 'rafaella';
    font-size: 24px;
    color: #2a332d;
    text-align: center;
}

.title-main.title-lg {
    font-size: 28px;
}

.title-main.title-xl {
    font-size: 32px;
}

.btn-cta {
    border-radius: 15px;
    font-size: 16px;
    font-weight: 900;
    color: #ffcb05;
    cursor: pointer;
    background-color: #003904;
    padding: 0.75rem 2rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all ease;
    text-align: center;
}

.btn-cta:hover {
    color: #ffd842;
    opacity: 0.9;
    text-decoration: none;
}

.btn-cta.yellow {
    background-color: #fdb913;
    color: #003904;
}

/* video */
#text-video {
    position: relative;
    z-index: 8;
    margin-top: -50px;
    background-image: url('../images/video-bg.avif');
    background-size: cover;
    background-position: center bottom;
    padding-top: 40px;
}

#text-video .text {
    max-width: 600px;
    text-align: center;
    color: #e3a261;
    font-weight: 700;
    font-size: 20px;
    margin: 0 auto;
    position: relative;
    z-index: 5;
    text-shadow: 0px 0px 10px #220;
}

#text-video .video {
    position: relative;
    z-index: 2;
    border-radius: 20px;
    overflow: hidden;
    max-width: 1024px;
    margin: 0 auto;
}

#text-video .argonalta-1 {
    display: inline-block;
    position: absolute;
    width: 175px;
    bottom: -90px;
    left: -110px;
    z-index: 3;
}

#text-video .argonalta-2 {
    display: inline-block;
    position: absolute;
    width: 150px;
    bottom: -90px;
    right: -110px;
    z-index: 3;
}
#text-video .argonaltas {
    position: relative;
}

/* livros */
#livros .book {
    position: relative;
    cursor: pointer;
    transition: transform 0.3s ease;
    transform-origin: center center;
}

#livros .book:hover {
    transform: scale(1.15);
    z-index: 10;
}

#livros .media {
    position: relative;
    overflow: hidden;
}

#livros .video {
    width: 100%;
}

#livros .swiper:has(.book:hover) .book:not(:hover) {
    filter: blur(2px);
    opacity: 0.85;
}

#livros .swiper-books .swiper {
    overflow: visible;
}

#livros .swiper-books .swiper-wrapper {
    overflow: visible;
}

#livros .swiper-slide {
    overflow: visible;
}

#livros .ornamento-2 {
    transform: scaleY(-1);
}

/* banner secundario */
#banner-secondary .joia {
    width: 120px;
}

#banner-secondary .text {
    font-size: 22px;
}

/* modulos */
#modulos {
    background: #231a0a;
    background: linear-gradient(180deg, rgba(35, 26, 10, 1) 0%, rgba(70, 52, 20, 1) 100%);
    color: #fff;
}

#modulos .ornamento-1,
#modulos .ornamento-2 {
    position: relative;
}

#modulos .ornamento-1 img,
#modulos .ornamento-2 img {
    position: absolute;
    width: 100%;
}

#modulos .ornamento-2 img {
    transform: scale(-1);
}

#modulos .title-main {
    color: #fff;
}

#modulos .text {
    font-size: 26px;
}
#modulos br {
    margin-bottom: 15px;
}

#recursos {
    background: #081200;
    background: linear-gradient(180deg, rgba(8, 18, 0, 1) 0%, rgba(16, 36, 0, 1) 100%);
    color: #fff;
}

#recursos .title-main {
    color: #fff;
}

#recursos .title {
    font-size: 26px;
}

#recursos .text {
    font-size: 18px;
    line-height: 24px;
}

#recursos .text {
    font-size: 18px;
    line-height: 24px;
}

#recursos .image img {
    margin-left: 5%;
}

#recursos .ornamento-1 img,
#recursos .ornamento-2 img {
    max-width: 1000px;
    margin: 0 auto;
    display: block;
}
#recursos .ornamento-2 {
    transform: scaleY(-1);
}

#recursos .swiper-theme ~ .swiper-pagination .swiper-pagination-bullet-active,
#recursos .swiper-theme .swiper-pagination .swiper-pagination-bullet-active {
    background: #fff;
    width: 32px;
    height: 3px;
    border-radius: 5px;
}
#recursos .swiper-pagination-bullet {
    background-color: #fff;
}

/* video */
#lareira {
    background-image: url('../images/lareira.avif');
    background-size: cover;
    background-position: center bottom;
    color: #fff;
}

#lareira .texts {
    max-width: 450px;
    margin: 0 auto;
}

#lareira .title {
    font-size: 36px;
    max-width: 300px;
    line-height: 48px;
}

#lareira .text {
    font-size: 28px;
}

#lareira .ol {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

#marca-paginas {
    background-color: #000;
    background-image: url('../images/bg-anel.avif');
    background-size: 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
    padding-bottom: 140px;
}

#marca-paginas .each {
    padding: 0.15rem;
}

.title-fix {
    max-width: 640px;
    margin: 0 auto;
}

/* faq */
#faq {
    background: #453a14;
    background: linear-gradient(180deg, rgba(69, 58, 20, 1) 0%, rgba(110, 93, 32, 1) 100%);
}
#faq .card {
    background-color: #292609;
    color: #fff;
    border-radius: 0.75rem;
}
#faq .card-body {
    background-color: #504b1e;
    border-radius: 0 0 0.75rem 0.75rem;
}
#faq .card .text-secondary {
    color: #b09f96 !important;
}

#faq .ornamento-1 {
    width: 75px;
    position: absolute;
    top: 50%;
    left: -100px;
    pointer-events: none;
    transform: scale(-1) translateY(50%);
}

#faq .ornamento-2 {
    width: 75px;
    position: absolute;
    top: 50%;
    right: -100px;
    pointer-events: none;
    transform: translateY(-50%);
}

/* clube testimonial */
#clube-testimonial .each {
    border: 1px solid #dedede;
    border-radius: 0.5rem;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.35);
}

#clube-testimonial .each img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}

#clube-testimonial .each .name {
    font-weight: 500;
    font-size: 18px;
}

#clube-testimonial .each .text {
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    color: #6a6a6a;
    min-height: 260px;
}

#clube-testimonial .each .date {
    font-size: 12px;
    color: var(--secondary);
}

#clube-testimonial .title-main {
    color: #722e35;
}

/* bait */
.clube-bait .title-box {
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 1.5rem;
    max-width: 680px;
}

.clube-bait .text {
    font-size: 18px;
}

.clube-bait .text br {
    margin-bottom: 1rem;
}
.clube-bait .price {
    font-weight: 900;
    color: #ffcb05;
    text-align: center;
    font-size: 28px;
}

#clube-text-sobre .text {
    font-size: 20px;
}

#clube-text-sobre .image {
    border-radius: 1.5rem;
}

#dev {
    background-color: #0e141c !important;
}

#paper {
    overflow: hidden;
}

#paper .bg {
    position: relative;
    z-index: 10;
    max-width: 1100px;
    margin: 0 auto;
}

#paper br {
    margin-bottom: 0.75rem;
}

#paper .picture {
    object-fit: cover;
    aspect-ratio: 1;
}

.divisor {
    position: absolute;
    bottom: -100px;
    width: 100%;
    height: 152px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 0, 0, 0) 100%);
    z-index: 9;
}

.xxx {
    max-width: 400px;
    margin: 0 auto;
}

.paper-sm {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1000px;
    left: -100px;
    z-index: 10;
}
.paper-sm img {
    object-fit: cover;
}
