
@import url('https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.theme.default.min.css');

/*** page sobre ***************************************************************
 ******************************************************************************/

    /*** base ***/
    .page-sobre {
        padding: 28rem 0 0;
        background: #29120e;
    }

    .page-sobre .breadcrumb {
        margin-bottom: 5.5rem;
    }

    /*** intro ***/
    .page-sobre .intro h3 {
        color: #f5f2ed;

        font-size: 8rem;
        font-weight: 700;
        line-height: 8rem;

        width: 48rem;
        margin: 0 8rem 0 0;
    }

    .page-sobre .intro .text {
        color: #f5f2ed;

        font-size: 1.8rem;
        font-weight: 400;
        line-height: 3.0rem;

        margin-top: 10rem;
    }

    .page-sobre .intro .text p,
    .page-sobre .intro .text img {
        margin-bottom: 3rem;
    }

    .page-sobre .intro .text img {
        width: 100%;
        height: auto;
        border-radius: 1.2rem;
    }

    /*** imagens ***/
    .page-sobre .imagens {
        padding: 13rem 0 18rem;
        background: linear-gradient(0deg, rgba(40,18,14,1) 0%, rgba(0,0,0,1) 40%, rgba(0,0,0,1) 60%, rgba(41,18,14,1) 100%);
    }

    .page-sobre .imagens .title {
        color: #f5f2ed;
        font-size: 4.3rem;
        font-weight: 700;
        line-height: 4.8rem;
    }

    .page-sobre .imagens .nav {
        width: 6.2rem;
        height: 6.2rem;
        padding: 0;

        font-size: 2.6rem;
        line-height: 2.6rem;
        border-radius: 50%;

        margin-left: 1.4rem;
    }

    .page-sobre .imagens .owl-carousel-wrapper {
        overflow: hidden;
    }

    .page-sobre .imagens .owl-carousel-wrapper .owl-carousel {
        width: 200%;
    }

    .page-sobre .imagens .owl-carousel-wrapper .owl-carousel .item {
        display: block;
        overflow: hidden;
        position: relative;

        height: 47rem;
        margin: 4rem 0;

        background-size: cover;
        background-position: center;

        border-radius: 1.2rem;
        box-shadow: 0 0.2rem 0.2rem rgba(0,0,0, 0.1);
    }

    .page-sobre .video {
        margin: -10rem 0 0;
    }

    .page-sobre .video iframe {
        width: 100%;
    }

    .page-sobre .video .title {
        color: #d68038;
        font-size: 4.3rem;
        font-weight: 700;
        line-height: 4.8rem;
        margin-bottom: 4rem;
    }

    /*** composicao ***/
    .page-sobre .composicao {
        margin-top: -10rem;
    }

    .page-sobre .composicao .col {
        width: 50%;
        padding-right: 10rem;
    }

    .page-sobre .composicao .role,
    .page-sobre .composicao .names {
        color: #f5f2ed;

        font-size: 1.8rem;
        font-weight: 400;
        line-height: 3.0rem;

        opacity: 0.7;
    }

    .page-sobre .composicao .role {
        margin: 3rem 0 0;
        font-size: 2.0rem;
        font-weight: 700;
    }

    .page-sobre .composicao .title {
        color: #d68038;
        font-size: 4.3rem;
        font-weight: 700;
        line-height: 4.8rem;
    }

    .page-sobre .composicao .subtitle {
        color: #f5f2ed;

        font-size: 2.8rem;
        font-weight: 700;
        line-height: 3.0rem;

        margin: 4.5rem 0 0;
    }

    .page-sobre .composicao .collapse {
        padding: 3rem 0;
        border-bottom: rgba(245,242,237, 0.29) 1px solid;
    }

    .page-sobre .composicao .collapse > * {
        display: none;
    }

    .page-sobre .composicao .collapse-title {
        color: #f5f2ed;

        font-size: 2.0rem;
        font-weight: 700;
        line-height: 3.0rem;
        text-transform: uppercase;

        opacity: 0.7;
        display: block;
    }

    .page-sobre .composicao .collapse-title span {
        float: right;
        margin: 0 0 0 2rem;
    }

    .page-sobre .composicao .collapse.visible > * {
        display: block;
    }

    /*** sobre ***/
    .page-sobre .sobre .title,
    .page-sobre .sobre .text {
        padding-left: 22rem;
        padding-right: 22rem;
    }

    .page-sobre .sobre .title {
        color: #d68038;
        font-size: 4.3rem;
        font-weight: 700;
        line-height: 4.8rem;

        margin: 10rem 0 5rem;
    }

    .page-sobre .sobre .text {
        color: #f5f2ed;
        font-size: 1.8rem;
        font-weight: 400;
        line-height: 3.0rem;
    }

    .page-sobre .sobre .text p {
        margin-bottom: 3rem;
    }

    /*** equipe ***/
    .page-sobre .equipe {
        padding: 5.6rem;
    }

    .page-sobre .equipe .col:nth-child(1) {
        width: 50%;
        text-align: right;
        padding-right: 1.5rem;
    }

    .page-sobre .equipe .col:nth-child(2) {
        width: 50%;
        text-align: left;
        padding-left: 1.5rem;
    }

    .page-sobre .equipe .role,
    .page-sobre .equipe .names {
        color: #f5f2ed;

        font-size: 1.8rem;
        font-weight: 400;
        line-height: 3.0rem;

        opacity: 0.7;
    }

    .page-sobre .equipe .role {
        margin: 3rem 0 0;
        font-size: 2.0rem;
        font-weight: 700;
    }

    .page-sobre .equipe .title {
        color: #f5f2ed;
        font-size: 2.8rem;
        font-weight: 700;
        line-height: 2.8rem;
        text-align: center;
    }

    /*** mob ***/
    .page-sobre .mob {
        padding: 5.6rem 0;
    }

    .page-sobre .mob .title {
        color: #f5f2ed;
        font-size: 2.8rem;
        font-weight: 700;
        line-height: 2.8rem;
        text-align: center;

        margin: 0 0 5rem;
    }

    .page-sobre .mob .text {
        color: #f5f2ed;
        font-size: 1.8rem;
        font-weight: 400;
        line-height: 3.0rem;
        text-align: center;
    }

    .page-sobre .mob .text p {
        margin-bottom: 3rem;
    }

    /*** plano ***/
    .page-sobre .plano {
        padding: 8rem 0 5rem;
    }

    .page-sobre .plano .col {
        width: 50%;
    }

    .page-sobre .plano .hat {
        color: #d68038;

        font-size: 1.6rem;
        font-weight: 400;
        line-height: 2.0rem;

        letter-spacing: 0.1rem;
        text-transform: uppercase;

        margin-bottom: 1rem;
    }

    .page-sobre .plano .title {
        color: #f5f2ed;
        font-size: 4.3rem;
        font-weight: 700;
        line-height: 4.8rem;
    }

    .page-sobre .plano .btn {
        margin: 3.8rem 0 0;
        display: inline-block;
    }

    .page-sobre .plano .cover {
        width: 41.8rem;
        height: auto;
        max-width: 100%;
    }

    /*** cartilha ***/
    .page-sobre .cartilha {
        padding: 8rem 0 10rem;
    }

    .page-sobre .cartilha.book {
        margin: 0 0 20rem;
    }

    .page-sobre .cartilha .col {

    }

    .page-sobre .cartilha .hat {
        color: #d68038;

        font-size: 1.6rem;
        font-weight: 400;
        line-height: 2.0rem;

        letter-spacing: 0.1rem;
        text-align: center;
        text-transform: uppercase;

        margin-bottom: 1rem;
    }

    .page-sobre .cartilha .title {
        color: #f5f2ed;
        font-size: 4.3rem;
        font-weight: 700;
        line-height: 4.8rem;
        text-align: center;
    }

    .page-sobre .cartilha .btn {
        margin: 3.8rem 0 0;
        display: inline-block;
    }

    /*** hovers ***/
    @media (min-width: 992px) {

        .page-sobre .composicao .collapse-title {
            cursor: pointer;
            transition: 0.3s ease;
        }

        .page-sobre .composicao .collapse-title:hover {
            opacity: 1;
        }

    }


    @media (max-width: 991px) {

        .page-sobre .container.flex.justify-space-between,
        .page-contato .container.flex.align-start,
        .page-content .container.flex.justify-space-between {
            flex-wrap: wrap;
        }

        .page-sobre .container.flex.justify-space-between > div {
            width: 100%;
            flex-grow: 0;
            flex-shrink: 0;
        }

        .page-sobre .container.flex.justify-space-between > div h3 {
            width: auto;
            margin: 0;
        }

        .page-sobre .sobre .title,
        .page-sobre .sobre .text {
            padding-left: 0;
            padding-right: 0;
        }

        .page-sobre .composicao .col,
        .page-sobre .equipe .col:nth-child(1),
        .page-sobre .equipe .col:nth-child(2) {
            width: 100%;
            padding-left: 0;
            padding-right: 0;
            text-align: center;
        }

        .page-sobre .composicao .flex,
        .page-sobre .equipe .flex {
            flex-wrap: wrap;
        }

        .page-sobre .plano .col,
        .page-sobre .cartilha .col {
            width: 100%;
            align-items: center;
        }

        .page-sobre .plano .title {
            text-align: center;
        }

        .page-sobre .plano .cover {
            width: 90%;
            margin-bottom: 2rem;
        }

        .page-sobre .intro h3 {
            font-size: 5rem;
            font-weight: 700;
            line-height: 6rem;
        }

        .plano > .flex {
            flex-wrap: wrap;
        }

        .page-sobre .imagens .owl-carousel-wrapper .owl-carousel {
            width: 100%;
        }

}
