.title-main {
    font-family: "Cinzel", serif;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 1px;
    color: var(--color-main);
}

.title-main.title-lg {
    font-size: 28px;
    line-height: 40px;
}

.title-main .text {
    font-size: 20px;
}

.title-main.title-lg .text {
    font-size: 24px;
}

/* mitologia text */
.mitologia-text .text {
    font-size: 18px;
    font-weight: 500;
}

.mitologia-text .image {
    position: relative;
}

.mitologia-text .image .picture {
    border-radius: 0 40px 0 40px;
    height: 425px;
    object-fit: cover;
    object-position: center;
}

.mitologia-text .image .detail {
    width: 40px;
    position: absolute;
    top: -30px;
    left: -30px;
}

.mitologia-text .image .detail.bot {
    width: 40px;
    position: absolute;
    top: auto;
    left: auto;
    bottom: -30px;
    right: -30px;
    transform: rotate(180deg);
}

/* mitologia faixa */
.mitologia-faixa {
    text-align: center;
}

.mitologia-faixa .detail {
    background-image: url("../images/detail-single.png");
    background-size: contain;
    height: 20px;
}

.mitologia-faixa.v2 .detail {
    height: 30px;
}

/* mitologia ruins */
.mitologia-faixa {
    text-align: center;
}

.ruins {
    background-image: url("../images/ruins.webp");
    background-size: 576px;
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #0079cb;
}

/* mitologia video */
.mitologia-video {
    padding-top: 3.5rem;
}

.mitologia-video .wrapper {
    max-width: 800px;
    margin: 0 auto;
}

.mitologia-video video {
    width: 100%;
    border-radius: 1rem;
    overflow: hidden;
}

/* curadoria */
.curadoria {
    padding-top: 2.5rem;
}

.curadoria,
.curadoria .title-main {
    color: #fff;
}

.curadoria .text {
    font-size: 17px;
    font-weight: 500;
}

.curadoria .image {
    /* max-width: 300px; */
    position: relative;
    margin-top: 3rem;
}

.curadoria .image .picture {
    border-radius: 0 40px 0 40px;
    height: 425px;
    object-fit: cover;
    object-position: center;
}

.curadoria .image .detail {
    display: none;
    width: 50px;
    position: absolute;
    top: -30px;
    left: -30px;
}

.curadoria .image .detail.bot {
    display: none;
    width: 50px;
    position: absolute;
    top: auto;
    left: auto;
    bottom: -30px;
    right: -30px;
    transform: rotate(180deg);
}

/* recursos */
#mitologia-recursos {
    text-align: center;
}

#mitologia-recursos .title-main {
    color: var(--color-main);
}

#mitologia-recursos .each {
    color: var(--secondary);
    font-weight: 500;
}

#mitologia-recursos .each img {
    max-width: 150px;
}

#mitologia-recursos .each .title {
    font-weight: 800;
    font-size: 20px;
    text-transform: uppercase;
    color: var(--color-main);
}

/* mitologia temas */
#temas {
    margin-top: 3rem;
    color: #ffffff;
}

#temas .title-main {
    color: #ffffff;
}

/* clube testimonial */
#testimonial .each {
    border: 1px solid #dedede;
    border-radius: .5rem;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.35);
}

#testimonial .each img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}

#testimonial .each .name {
    font-weight: 500;
    font-size: 18px;
}

#testimonial .each .text {
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    color: #6a6a6a;
    min-height: 260px;
}

#testimonial .each .date {
    font-size: 12px;
    color: var(--secondary);
}

#testimonial .title-main {
    color: #722e35;
}

#mitologia-dev {
    background-color: #0072bc;
}

.mitologia-text.sobre .image .picture {
    object-position: top center;
}

/* clube bait */
.clube-bait {
    background-position: top center;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.clube-bait img {
    width: 100%;
    max-width: 400px;
}

.clube-bait .title-box {
    background-color: rgba(10, 0, 0, .65);
    max-width: 820px;
    color: #fff;
    border-radius: 25px;
    text-align: center;
    margin-top: 3rem;
}

.clube-bait .form {
    margin-top: 3rem;
}

.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: 820px;
    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;
}