.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: .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 .75rem .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-alt-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;
}

/* clube text */
.clube-text .text {
    font-size: 18px;
    font-weight: 500;
}

.clube-text .image {
    border-radius: 30px;
    max-width: 350px;
    height: 425px;
    object-fit: cover;
    object-position: center;
}

#clube-text-sobre .image {
    height: 500px;
}

/* 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 video */
.clube-video .wrapper {
    max-width: 800px;
    margin: 0 auto;
}

.clube-video video {
    width: 100%;
    border-radius: 1rem;
    overflow: hidden;
}

.clube-video .detail {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
}

.clube-video .title {
    font-weight: 700;
    font-size: 18px;
}

.clube-video .text {
    color: var(--secondary);
}

.clube-video .detail.left {
    left: -45px
}

.clube-video .detail.right {
    right: -45px
}

/* porque participar */
#clube-porque-participar {
    background-color: #8b3940;
    position: relative;
    overflow: hidden;
    color: #fff;
}

#clube-porque-participar .background {
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(-575px + 20%);
}

#clube-porque-participar .title-main {
    color: #fff;
}

#clube-porque-participar .title {
    color: #fffac2;
    font-size: 24px;
    font-weight: 900;
}

#clube-porque-participar .text {
    font-size: 17px;
}

/* clube experiencias */
#clube-experiencias {
    text-align: center;
}

#clube-experiencias .title {
    font-weight: 600;
    font-size: 20px;
}

/* clube curadoria */
#clube-curadoria {
    background: #4d5e52;
}

#clube-curadoria .title-main {
    color: #fff;
}

#clube-curadoria .text {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
}

#clube-curadoria .detail-bar {
    width: 90%;
    max-width: 500px;
}

#clube-curadoria a,
#clube-curadoria .title {
    text-decoration: none;
    color: #fff;
    font-size: 20px;
}

#clube-curadoria .curadoria img {
    height: 325px;
    object-fit: cover;
    object-position: center;
}

#clube-curadoria .curadoria .double img {
    object-fit: contain;
}

/* clube recursos */
#clube-recursos .title-main {
    color: #732f35;
    text-transform: uppercase;
}

#clube-recursos img {
    max-width: 200px;
}

#clube-recursos .title {
    font-size: 15px;
    font-weight: 600;
}

/* colecao exclusiva */
#colecao-exclusiva {
    background-color: #0b140e;
}

#colecao-exclusiva .title-main {
    color: #fff;
    text-transform: uppercase;
}

#colecao-exclusiva .detail-wrapper {
    max-width: 900px;
    color: #9dd29c;
    font-size: 18px;
    font-weight: 500;
}

#colecao-exclusiva .detail-wrapper br {
    display: block;
    margin-bottom: 10px;
}

#colecao-exclusiva .detail-bar img {
    max-width: 500px;
}

#colecao-exclusiva .detail-bar.invert {
    transform: scaleY(-1);
}

#colecao-exclusiva .each {
    width: 100%;
    max-width: 150px;
    padding: .25rem;
    position: relative;
}

#colecao-exclusiva .custom-container {
    padding: 0 .5rem;
}

/* clube bait */
.clube-bait .title-box {
    background-color: rgba(10, 0, 0, .65);
    max-width: 525px;
    color: #fff;
    border-radius: 25px;
    text-align: center;
}

.clube-bait .title-box .title {
    color: #fdb913;
    font-size: 28px;
    font-weight: 900;
    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, .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: .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: #46564b;
}

/* mitologia */
.detail-bar-i {
    background-image: url("../images/mitologia/detail-single-i.png");
    background-size: contain;
    width: 25px;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 0.1;
}

.detail-bar-i.left {
    left: 0;
}

.detail-bar-i.right {
    right: 0;
}

.gradient {
    background: rgb(93, 46, 17);
    background: linear-gradient(180deg, rgba(93, 46, 17, 1) 0%, rgba(140, 69, 26, 1) 100%);
}

.gradient-dark {
    background: rgb(0, 0, 0);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
}

/* mitologia text */
.mitologia-text .text {
    font-size: 18px;
    font-weight: 500;
}

.mitologia-text .image {
    border-radius: 30px;
    max-width: 350px;
    height: 425px;
    object-fit: cover;
    object-position: center;
}

/* mitologia faixa */
.mitologia-faixa {
    text-align: center;
}

.mitologia-faixa .detail {
    background-image: url("../images/mitologia/detail-single.png");
    background-size: contain;
    height: 20px;
}

/* mitologia video */
.mitologia-video .wrapper {
    max-width: 800px;
    margin: 0 auto;
}

.mitologia-video video {
    width: 100%;
    border-radius: 1rem;
    overflow: hidden;
}

.mitologia-video .detail {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
}

.mitologia-video .title {
    font-weight: 700;
    font-size: 18px;
}

.mitologia-video .text {
    color: var(--secondary);
}

.mitologia-video .detail.left {
    left: -30px
}

.mitologia-video .detail.right {
    right: -30px
}

/* curadoria */
#mitologia-curadoria {
    color: #fff;
    position: relative;
}

#mitologia-curadoria .title-main {
    color: #fff;
}

#mitologia-curadoria .text {
    font-size: 17px;
}

#mitologia-curadoria .image {
    border-radius: 30px;
    max-width: 350px;
}

/* recursos */
#mitologia-recursos {
    text-align: center;
}

#mitologia-recursos .title-main {
    color: #5d2e11;
}

#mitologia-recursos .each {
    color: #5d2e11;
}

#mitologia-recursos .each img {
    max-width: 200px;
}

#mitologia-recursos .each .title {
    font-weight: 800;
    font-size: 20px;
    text-transform: uppercase;
}


/* mitologia temas */
#mitologia-temas {
    color: #ffffff;
    background-color: #000000;
}

#mitologia-temas .title-main {
    color: #ffffff;
}

#mitologia-dev {
    background-color: #fdb913;
}

/* 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;
}