body{
    background-image: url(https://cms.panrotas.com.br/layouts/support/doc50anos/bg-detail.jpg);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: 50px;
}
.page-container{
    background-color: transparent !important;
}
.breadcrumb {
    padding: 0 0 35px 0 !important;
    background-color: transparent !important;
    color: #fff !important;
}

.breadcrumb>li+li:before {
    color: #fff;
    font-weight: bold !important;
    content: '\02C3';
    padding: 0 7px 0 5px;
}

.breadcrumb h5 {
    display: inline;
    color: #fff !important;
}

.breadcrumb a {
    color: #fff !important;
}

/* .header-page{
    text-transform: uppercase;
    line-height: 40px;
    margin-top: 20px;
    margin-bottom: 45px;
} */

.video{
    aspect-ratio: 16 / 9;
}

#header{
    padding-right: 15%;
}

.header-image{
    margin-bottom: 30px;
}

.header-page {
    display: flex;
    flex-flow: column;
    align-items: start;
    justify-content: space-between;
    box-sizing: border-box;
}

.header-page .position {
    display: flex;
    align-self: stretch;
    font-size: 1.93rem;
    font-weight: 400;
    color: #FFF;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
    margin-bottom: 25px;
}

.header-page .header-content {
    font-size: 4.5rem;
    font-weight: 700;
    color: #FFF;
    text-transform: uppercase;
    line-height: 4.3rem;
}

#header{
    display: flex;
    align-items: start;
    flex-direction: column;
}

#header h1{
    margin: 0;
    padding: 0;
    flex: 1;
}

.logo-pan{    
    display: flex;
    align-items: center;
    justify-content: start;
    margin-top: 70px;
    margin-bottom: 100px;
}

.logo-pan .header-logo{
    height: 50px;
}

.description{
    font-family: "Open Sans","Noto Sans","Arial",sans-serif;
    font-size: 1.25rem;
    color: #fff;
    padding-top: 50px;
}

.sponsor{
    display: flex;
    justify-content: stretch;
    align-items: start;
    margin-top: 30px;
}

.sponsor span, .sponsor .bs {
    flex: 1;
}

.sponsor-logo {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.sponsor-logo img{
    margin-bottom: 30px;
    max-width: 100%;
    max-height: 75px;
}

.box-toList{    
    margin: 30px 0;
    padding: 30px 0;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
}

.btn-toList{
    display: inline-block;
    text-decoration: none !important;
    color: #FFF !important;
}

.more-episodes{
    margin-bottom: 50px;
}

.more-episodes .mr-title{
    display: block;
    font-size: 1.93rem;
    font-weight: 400;
    color: #FFF;
    margin-top: 70px;
    margin-bottom: 30px;
}

.box {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    box-sizing: border-box;
    margin-bottom: 15px;
    aspect-ratio: 9 / 13;
}

.box a{
    width: 100%;
    height: 100%;
    z-index: 1;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 40px 30px 30px 30px;
}

.box .bg{
    position: absolute;
    top: 0;
    left: 15px;
    width: calc(100% - 30px);
    height: 100%;
    z-index: 0;
    overflow: hidden;
    border-radius: 26px;
    text-align: center;
}

.box .bg img{
    height: 100%;
    z-index: 0;
    object-fit: cover;
    margin-left: -100%;
}

.box .bg .overlay{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 26px;
    background: radial-gradient(
        circle at bottom center,
        rgba(13, 77, 139, 1) 0%,
        rgba(13, 77, 139, 0.7) 20%,
        rgba(13, 77, 139, 0.5) 40%,
        rgba(13, 77, 139, 0) 50%
    );
}

.box .logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.box .logo img {
    height: 30px;
}

.box .text {
    display: flex;
    flex-flow: column;

}

.box .text p {
    font-size: 1rem;
    font-weight: 300;
    color: #FFF;
    
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0px;
}

.box .text .title {
    display: flex;
    flex-flow: column;
    font-weight: normal;
    color: #fff;
    margin-bottom: 10px;
}

.box .text .title .position {
    display: flex;
    font-weight: normal;
    font-size: 0.87rem;
    color: #FFF;
    padding-bottom: 5px;
    border-bottom: 2px solid #fff;
    margin-bottom: 10px;
}

.box .text .title .title-content {
    font-size: 2rem;
    font-weight: 700;
    color: #FFF;
    text-transform: uppercase;
    line-height: 1.8rem;
    min-height: 1.8em;
}


@media (max-width: 991px) {
    #video .col-xs-12{
        padding: 0;
    }

    #header{
        padding-right: 0;
    }

    .header-image{
        margin-bottom: 30px;
    }

    .header-page {
        display: flex;
        flex-flow: column;
        align-items: start;
        justify-content: space-between;
        box-sizing: border-box;
        padding-right: 15% !important;
    }

    .header-page .position {
        font-size: 1.25rem;
        margin-bottom: 25px;
    }

    .header-page .header-content {
        font-size: 3rem;
        line-height: 3rem;
    }

    .logo-pan{
        margin-top: 30px;
        margin-bottom: 50px;
    }

    .logo-pan img{
        max-width: 50%;
    }

    .description{
        font-family: "Open Sans","Noto Sans","Arial",sans-serif;
        font-size: 1rem;
        padding-top: 50px;
    }

    .sponsor{
        display: flex;
        justify-content: stretch;
        align-items: center;
        flex-direction: column;
        margin-top: 50px;
    }

    .sponsor span, .sponsor .bs {
        flex: 1;
    }

    .sponsor-logo {
        flex: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 0 25px;
    }

    .sponsor-logo img{
        margin-top: 30px;
    }
}