/* PAGE 6 */

section.sixth {
    position: relative;
    height: 100vh;
    margin: 0;
    border: 0;
    padding: 0;
    align-content: flex-start;
    background: url(../img/6_Para_la_do_Clube/back.jpg) no-repeat center center;
    background-size: cover;
    scroll-snap-align: start;
}

div.club-info {
    height: inherit;
    margin-left: 5%;
    margin-right: 5%;
    display: flex;
}

div.club-left {
    flex: 0.45;
    display: table;
}

h1.club-info-desktop {
    display: inline;
    font-family: ManukaMedium;
    font-weight: normal;
    font-size: 16vh;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0;
    display: table-cell;
    vertical-align: bottom;
    padding-bottom: 5vh;
    line-height: 0.84;
}

h1.club-info-mobile {
    display: none;
}

div.collapsible {
    background-color: transparent;
    color: white;
    padding: 10px;
    padding-left: 0;
    width: 95%;
    border-top: 1px solid #ffffff6e;
    text-align: left;
    outline: none;
    font-family: ABCDiatypeCondensedTrial;
    font-weight: normal;
    text-transform: uppercase;
    cursor: pointer;
    padding-top: 2vh;
    padding-bottom: 2vh;
}

div.club-bold {
    font-weight: bolder;
}

div.collapsible:after {
    content: "\002B";
    color: white;
    float: right;
    margin-left: 5px;
}

div.active:after {
    content: "\2212";
}

div.club-item-content {
    max-height: 0;
    overflow: hidden;
    -moz-transition: max-height 0.2s ease-out;
    -webkit-transition: max-height 0.2s ease-out;
    transition: max-height 0.2s ease-out;
    background-color: transparent;
    color: white;
    font-family: ABCDiatypeCondensedTrial;
    font-weight: normal;
    font-size: 2.7vh;
}

div.club-item-last {
    padding-top: 20px;
    padding-left: 0;
    background-color: transparent;
    color: white;
    font-family: ABCDiatypeCondensedTrial;
    font-weight: normal;
    font-size: 2.7vh;
    border-top: 1px solid #ffffff6e;
    text-transform: uppercase;
    text-align: center;
    width: -webkit-fill-available;
}

@media screen and (min-width: 1000px) {
    p.club-item-content {
        margin-top: 0;
    }
    div.club-item-last {
        text-align: left;
    }
    div.collapsible {
        width: -webkit-fill-available;
        font-size: 3vh;
    }
    div.club-right {
        align-content: center;
        flex: 0.55;
    }
}

@media screen and (max-width: 999px) {
    p.club-item-content {
        font-size: 2.2vh;
        line-height: 23px;
    }
    h1.club-info-desktop {
        display: none;
    }
    div.club-item-last {
        font-size: 1.6vh;
        display: flex;
        justify-content: center;
        align-items: center;
        line-height: 1.6vh;
    }
    h1.club-info-mobile {
        visibility: visible;
        font-family: ManukaMedium;
        font-weight: normal;
        text-transform: uppercase;
        color: #FFFFFF;
        margin: 0;
        display: table-cell;
        vertical-align: bottom;
        padding-bottom: 10vh;
        font-size: 7vh;
    }
    div.club-item-content {
        padding-right: 40px;
    }
    p.club-item-end {
        width: 40%;
    }
    div.collapsible {
        width: -webkit-fill-available;
        font-size: 2.4vh;
    }
    div.club-info {
        flex-direction: column;
        align-items: center;
    }
    div.club-left {
        padding-top: 0px;
        flex: 0.30;
    }
    div.club-right {
        padding-top: 0px;
        flex: 0.70;
    }
    div.collapsible {
        padding-top: 1.7vh;
        padding-bottom: 1.7vh;
    }
}