p{
    color: #878787;
    text-align: center;
    font-size: 15px;
    line-height: 30px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 300;
}

.destiny-club-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.destiny-club-container > .destiny-club-logo {
    margin: 100px 0 30px 0;
}

.destiny-club-container > .destiny-club-text{
    width: 70%;
    margin-bottom: 10px;
    line-height: 1.5em;
}

.destiny-club-container > .destiny-club-banner{
    margin: 50px;
}

.destiny-club-container > .destiny-club-text.big{
    width: 90%;
    margin-bottom: 20px;
    line-height: 1.5em;
}

.destiny-club-banner > .destiny-club-phone {
    max-width: 400px;
}

.destiny-club-container > .destiny-club-marcas{
    margin-bottom: 50px;
}

.destiny-club-container > .coins {
    font-size: 20px;
    margin-bottom: 70px;
}

.destiny-club-container > .niveles-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-bottom: 70px;
    flex-direction: column;
}

.destiny-club-container > .niveles-container > .niveles-title { 
    font-size: 35px;
    font-weight: 900;
    margin-bottom: 30px;
}

.destiny-club-container > .niveles-container > .niveles {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    width: 80%;
    margin-bottom: 50px;
}

.destiny-club-container > .niveles-container > .niveles > .niveles-part{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    max-width: 32%;
}

.destiny-club-container > .niveles-container > .niveles > .niveles-part > .nivel-part-title {
    font-size: 20px;
    font-weight: 800;
    margin: 20px 0;
    color: #508bb6;
}

.destiny-club-container > .niveles-container > .niveles > .niveles-part > .nivel-description {
    line-height: 1.5em;
}

.destiny-club-container > .niveles-container > .destiny-coins {
    font-size: 20px;
    font-weight: 900;
    color: #508bb6;
}

.destiny-club-container > .destiny-info{
    width: 70%;
    margin-bottom: 30px;
    line-height: 1.5em;
    font-size: 12px;
}

.destiny-club-container > .area-text{
    margin-bottom: 50px;
}

.destiny-club-container > .area-text > .area-link {
    color: #508bb6;
}

.destiny-club-container > .area-text > .area-link:hover {
    text-decoration: underline;
    cursor: pointer;
}

.destiny-club-container > .alta-container {
    width: 100%;
    padding: 50px 10%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.destiny-club-container > .alta-container > .alta-wrapper {
    width: 100%;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.destiny-club-container > .alta-container > .alta-wrapper > .alta-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
}

.destiny-club-container > .alta-container .alta-wrapper::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
}

.destiny-club-container > .alta-container > .alta-wrapper > .alta-text {
    font-size: 25px;
    margin-bottom: 20px;
    color: #fff;
} 

.destiny-club-container > .faq-container {
    width: 80%;
    margin-bottom: 50px;
}

.destiny-club-container > .faq-container > .faq-title {
    font-size: 35px;
    font-weight: 900;
    margin-bottom: 30px;
    text-align: center;
}

.destiny-club-container > .faq-container > .faq-question {
    width: 80%;
    display: flex;
    flex-direction: column;
}

.destiny-club-container > .faq-container > .faq-divider {
    height: 1px;
    background-color: #ccc;
    margin: 20px 0;
}

.destiny-club-container > .faq-container > .faq-question > .question {
    display: flex;
    justify-content: start;
    align-items: center;
    cursor: pointer;
    padding: 10px 0;
    text-align: left;
}

.destiny-club-container > .faq-container > .faq-question > .question > .question-text > .faq-arrow {
    height: 15px;
    margin-right: 10px;
    transition: transform 0.3s ease;
}

.destiny-club-container .faq-question.active .question-text .faq-arrow {
    transform: rotate(180deg);
}

.destiny-club-container > .faq-container > .faq-question > .question > .question-text {
    font-size: 16px;
    font-weight: 800;
    color: #508bb6;
}

.destiny-club-container > .faq-container > .faq-question > .answer {
    display: none;
    justify-content: start;
    align-items: center;
    padding: 10px 0;
    text-align: left;
}

.destiny-club-container .faq-question.active .answer {
    display: flex;
}

.destiny-club-container > .faq-container > .faq-question > .answer > .answer-text {
    font-size: 16px;
    line-height: 1.5em;
    text-align: left;
}

.destiny-club-container > .faq-container > .faq-question > .answer > .answer-text > .faq-link {
    color: #508bb6;
}

.destiny-club-container > .faq-container > .faq-question > .answer > .answer-text > .faq-link:hover {
    text-decoration: underline;
    cursor: pointer;
}
