.title-main {
    font-family: 'Merriweather', serif;
    font-size: 28px;
    color: #2a332d;
    font-weight: 900;
    letter-spacing: 1px;
}

.title-main.title-lg {
    font-size: 32px;
}

/* header */
#header {
    background-color: var(--color-main);
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

#header #logo {
    width: 300px;
}

#header nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#header nav a {
    color: #fff;
}

#header nav .menu-item {
    position: relative;
    padding: 0 0.75rem 0.75rem;
}

#header nav .menu-item a {
    text-decoration: none;
}

#header nav .menu-link {
    border-top: 3px solid transparent;
}

#header nav .menu-item.hover .menu-link {
    border-top-color: #fff;
}

#header nav .menu-dropdown {
    position: absolute;
    background-color: var(--color-main-dark);
    left: 0;
    bottom: 0;
    transform: translateY(100%);
    display: none;
    width: 200px;
    z-index: 90;
}

#header nav .menu-dropdown-link {
    display: block;
}

#header nav .menu-item.hover .menu-dropdown {
    display: block;
}

/* text welcome */
#text-welcome {
    background-size: cover;
    background-position: center bottom;
    padding-bottom: 75%;
    background-image: url('../images/text-welcome-sm.jpg');
}

#text-welcome .text-box {
    margin: auto;
    max-width: 500px;
    padding-top: 4%;
    padding-bottom: 6%;
}

/* clube video */
#text-video {
    background-color: #000;
}

#text-video .cta {
    background-color: #23010f;
    border: 1px solid #7c5c3c;
    max-width: 790px;
    margin: 0 auto;
}

#text-video .cta img {
    display: none;
}

#text-video .cta .text {
    text-align: center;
    color: #e3a261;
    font-weight: 700;
    font-size: 18px;
}

#text-video .wrapper {
    max-width: 960px;
    margin: 0 auto;
}

#text-video video {
    width: 100%;
    border-radius: 1rem;
    overflow: hidden;
}

#text-video .btn {
    color: #000;
    background-color: #fdb913;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 0.5rem;
}

#text-video .btn:hover {
    background-color: #ffc430;
}

/* porque participar */
#porque-participar {
    background: #674827;
    background: linear-gradient(180deg, rgba(103, 72, 39, 1) 0%, rgba(155, 108, 59, 1) 100%);
    position: relative;
    overflow: hidden;
    color: #fff;
}

#porque-participar .background {
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(-575px + 45%);
}

#porque-participar .title {
    color: #fff;
    font-size: 26px;
    font-weight: 700;
}

#porque-participar .each .title {
    color: #fffac2;
    font-size: 20px;
    font-weight: 700;
}

#porque-participar .text {
    font-size: 17px;
    font-weight: 500;
}

#porque-participar .wrapper {
    max-width: 800px;
}

/* experiencias */
#experiencias .title {
    color: #000;
    font-size: 22px;
    font-weight: 800;
}

#experiencias .each .title {
    font-size: 20px;
    font-weight: 700;
}
#experiencias .each .text {
    font-size: 18px;
    font-weight: 500;
}

/* livros */
#livros {
    background-color: #483f35;
}

#livros .box {
    max-width: 1200px;
    margin: 0 auto;
}

#livros .title-category {
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 800;
}

#livros .each {
    background-color: #332d25;
    border: 1px solid #f3d89e;
    position: relative;
}

#livros .each .book {
    position: absolute;
    top: -15px;
    bottom: -15px;
    left: 20px;
    width: 40%;
    object-fit: cover;
    background-color: #332d25;
}

#livros .each img {
    object-fit: cover;
}

#livros .each .texts {
    padding-left: 47.5%;
    color: #fff;
    overflow: auto;
    height: 260px;
}

/* recursos */
#recursos {
    background: #ffffff;
    background: linear-gradient(45deg, rgba(255, 255, 255, 1) 0%, rgba(170, 170, 170, 1) 100%);
    position: relative;
    overflow: hidden;
}

#recursos .background {
    position: absolute;
    top: 40px;
    bottom: 0;
    /* left: calc(-575px + 45%); */
    right: -5%;
    z-index: 9;
}

#recursos .content {
    /* background-color: rgba(0, 0, 0, 0.1); */
    max-width: 650px;
    width: 100%;
    min-height: 1500px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

#recursos .cta {
    background-color: #fde8e6;
    border: 1px solid #7c5c3c;
    max-width: 790px;
    margin: 0 auto;
}

#recursos .cta img {
    display: none;
}

#recursos .cta .texts {
    text-align: left;
    color: #000;
}
#recursos .cta .texts .title {
    font-weight: 700;
    font-size: 20px;
}
#recursos .cta .texts .text {
    font-weight: 600;
    font-size: 18px;
}
#recursos .title-recursos {
    text-transform: uppercase;
    font-weight: 800;
    color: #5d0125;
    font-size: 24px;
    max-width: 330px;
    margin: 0 auto;
    text-align: center;
}
#recursos .each {
    text-align: center;
    max-width: 250px;
}
#recursos .each img {
    max-width: 150px;
}
#recursos .each .title {
    font-size: 20px;
    font-weight: 700;
}
#recursos .each .text {
    font-size: 18px;
    font-weight: 500;
}
#recursos .btn {
    color: #000;
    background-color: #fdb913;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 0.5rem;
    box-shadow: 0 10px 10px rgb(0, 0, 0, 0.2);
}

/* faq */
#faq {
    background-color: #000;
}
#faq .title-faq {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}
#faq #faq-list {
    max-width: 700px;
    margin: 0 auto;
}
#faq .card {
    border: none;
    background: none;
}
#faq .card-header {
    background-color: #641a35;
    border-radius: 20px;
    border: 0;
    color: #fff;
}
#faq .card-body {
    /* background-color: #641a35; */
    border-radius: 20px;
    border: 0;
    color: #fff;
    font-size: 18px;
}

/* clube text */
.clube-text .text {
    font-size: 18px;
    font-weight: 500;
}

.clube-text .image {
    border-radius: 30px;
    max-width: 350px;
    height: 525px;
    object-fit: cover;
    object-position: center;
}

/* clube faixa */
.clube-faixa {
    text-align: center;
}

.clube-faixa img {
    width: 100%;
}

.clube-faixa .flipped {
    transform: scaleY(-1);
}

.clube-faixa .title-main {
    font-size: 20px;
    font-weight: 700;
}

.clube-faixa .text {
    font-size: 18px;
    font-weight: 500;
}

/* clube bait */
.clube-bait .title-box {
    background-color: rgba(10, 0, 0, 0.65);
    max-width: 600px;
    color: #fff;
    border-radius: 25px;
    text-align: center;
}

.clube-bait .title-box .title {
    color: #fdb913;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
}

.clube-bait .title-box .text {
    font-weight: 500;
    font-size: 18px;
}

.clube-bait .title-box br {
    display: block;
    margin-bottom: 10px;
}

.clube-bait form {
    background-color: rgba(10, 0, 0, 0.65);
    max-width: 600px;
    color: #fff;
    border-radius: 25px;
}

.clube-bait .btn-subtle-outline-purple {
    color: #f2e7ff !important;
    border-color: rgba(232, 241, 255, 0.5) !important;
}

.clube-bait .btn-subtle-outline-purple:hover,
.clube-bait .btn-subtle-outline-purple.active {
    background-color: #f2e7ff !important;
    color: #5a05ed !important;
}

.clube-bait .invalid-feedback {
    color: #ff959f;
}

.clube-bait form.success {
    background-color: rgba(155, 255, 87, 0.65);
    color: #000;
}

/* 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;
}

/* clube badges */
#clube-badges img {
    max-width: 200px;
}

#clube-dev {
    background-color: #000;
}

/* home bait */
#home-bait {
    background-image: url('../images/mitologia/bg-1.webp');
    background-size: cover;
    background-position: center center;
}

#home-bait .wrapper {
    background-color: rgba(0, 0, 0, 0.65);
    border-radius: 1rem;
    color: #fff;
}

#home-bait .wrapper .title-main {
    color: #fdb913;
}

#home-bait .wrapper.alt {
    background-color: rgba(223, 207, 147, 0.65);
}

#home-bait .wrapper .title-main {
    color: #fdb913;
}
