body{
    background-image: url(https://cms.panrotas.com.br/layouts/support/doc50anos/bg-home.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 65px 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;
}

.margin-initial{
    margin-top: 20px;
}

.header-page{
    text-transform: uppercase;
    line-height: 40px;
    margin-top: 0px;
    margin-bottom: 20px;
}

.header-image{
    max-width: 100%;
    width: auto;
}

.header-logo{
    width: auto;
    margin: 10px 0 140px 0;
}

.input-search{
    margin-top: 5px;
    margin-bottom: 20px;
}

.input-search .form-control{
    height: 35px;
}

#headerFilters{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

#headerFilters .erase, #headerFilters .erase:hover{
    color: #196af7;
    cursor: pointer;
}

#headerFilters .erase:hover{
    text-decoration: underline;
}

.header-image{
    margin-bottom: 30px;
}

h1{
    height: 0 !important;
    text-indent: -99999px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
}

#headerRow{
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 2px solid #196af7;
}

.box-1 {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    box-sizing: border-box;
    margin-bottom: 30px;
    aspect-ratio: 16 / 9;
}

.box-1 a{
    width: 100%;
    height: 100%;
    z-index: 1;
    padding: 60px 80px;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
}

.box-1 .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-1 .bg img{
    height: 100%;
    z-index: 0;
    object-fit: cover;
}

.box-1 .bg .overlay {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: radial-gradient(
        circle at bottom left,
        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-1 .logo {
    display: flex;
    align-items: start;
    justify-content: start;
}

.box-1 .logo img {
    height: 30px;
}

.box-1 .text{
    display: flex;
    flex-flow: column;
    width: 40%;
}

.box-1 .text p {
    font-size: 1.25rem;
    font-weight: 300;
    color: #FFF;
    
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.box-1 .text .title .position {
    display: flex;
    font-size: 1.31rem;
    font-weight: 400;
    color: #FFF;
    padding-bottom: 5px;
    border-bottom: 2px solid #fff;
    margin-bottom: 25px;
}

.box-1 .text .title .title-content {
    font-size: 4.5rem;
    font-weight: 700;
    color: #FFF;
    text-transform: uppercase;
    line-height: 4.3rem;
}

.box {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    box-sizing: border-box;
    margin-bottom: 30px;
    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;
}

.block-sponsors{
    margin-bottom: 30px;
}

.block-sponsors>div{
    display: flex;
    justify-content: center;
}

.header-sponsor{
    display: block;
    font-size: 2.93rem;
    font-weight: 700;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    margin-top: 50px;
    margin-bottom: 30px;
}

.sponsors{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.sponsors.l1{
    width: 100%;
}

.sponsors.l2{
    width: 80%;
}

.sponsors.l3{
    width: 50%;
}

.sponsors .box-sponsor{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 98px;
    padding: 25px 15px;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    flex: 1 1 0%;
}

.sponsors .box-sponsor.bwh{
    flex: 5 1 0%;
}

.sponsors .box-sponsor.bwh img{
    margin: 0 15px;
    flex: 1;
}

.sponsors .box-sponsor img{
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}

/* .sponsors.l3 .box-sponsor:last-child img{
    max-height: 70%;
} */

.block-sponsors .sponsors.l1 .box-sponsor{
    border-top: 1px solid #fff;
}

.block-sponsors .sponsors .box-sponsor:last-child{
    border-right: 1px solid #fff;
}

.contentNotFound{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.searchSettingsColumn .title{
    font-weight: bold;
    line-height: 25px;
    text-transform: uppercase;
}

.categories-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: start;
}

.category-item {
    position: relative;
}

.category-input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.category-label {
    display: flex;
    align-items: center;
    padding: 5px 40px 5px 15px;
    background-color: #4dabf7;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid #4dabf7;
    font-weight: 500;
    color: #ffffff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.category-label small {
    margin-left: 5px;
}

.category-label:hover {
    background-color: #196af7;
    /* transform: translateY(-2px); */
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-color: #103f91;
}

.category-input:checked+.category-label {
    background-color: #196af7;
    color: white;
    border-color: #103f91;
    box-shadow: 0 5px 15px rgba(77, 171, 247, 0.3);
}

.category-input:checked+.category-label::after {
    content: "✓";
    position: absolute;
    right: 15px;
    font-size: 1.2rem;
    font-weight: bold;
}

.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    /* Fundo escuro */
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1056;
    /* Acima de outros conteúdos */
}

.loading-overlay .text-light {
    color: white;
    font-size: 20px;
}

.loading-message {
    color: white;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    text-shadow: 1px 1px 2px #000000;
}

@media (max-width: 1339px) {
    .box-1 .text {
        width: 60%;
    }

    .sponsors .box-sponsor.bwh{
        flex: 8 1 0%;
    }

    .sponsors .box-sponsor{
        height: 75px;
    }
}

@media (max-width: 991px) {
    .breadcrumb{
        padding-bottom: 35px !important;
    }
    #header-images .header-image{
        width: 100%;
    }
    #header-images .header-logo{
        width: 30%;
        margin: 10px 0 50px 0;
    }

    .box-1 a{
        padding: 30px 40px;
    }

    .box-1 .text {
        width: 45%;
    }

    .box-1 .text p {
        font-size: 1rem;
        font-weight: 300;
    }

    .box-1 .text .title {
        display: flex;
        flex-flow: column;
        font-weight: normal;
        color: #fff;
        margin-bottom: 10px;
    }

    .box-1 .text .title .position {
        font-size: 1.25rem;
    }

    .box-1 .text .title .title-content {
        font-size: 3rem;
        line-height: 3rem;
    }

    .header-sponsor{
        font-size: 2rem;
    }

    .sponsors.l2{
        width: 100%;
    }

    .sponsors.l3{
        width: 80%;
    }

    .sponsors .box-sponsor.bwh{
        flex: 1 1 100%;
        border-right: 1px solid #fff;
        border-bottom: none;
    }

    .sponsors .box-sponsor{
        height: 75px;
    }
}

@media (max-width: 767px) {

    .box-1 {
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: space-between;
        box-sizing: border-box;
        margin-bottom: 30px;
        aspect-ratio: 9 / 13;
    }

    .box-1 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-1 .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-1 .bg img{
        height: 100%;
        z-index: 0;
        object-fit: cover;
        margin-left: -100%;
    }

    .box-1 .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-1 .logo {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .box-1 .text {
        display: flex;
        flex-flow: column;
        width: 100%;
    }

    .box-1 .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-1 .text .title {
        display: flex;
        flex-flow: column;
        font-weight: normal;
        color: #fff;
        margin-bottom: 10px;
    }

    .box-1 .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-1 .text .title .title-content {
        font-size: 2rem;
        font-weight: 700;
        color: #FFF;
        text-transform: uppercase;
        line-height: 1.8rem;
        min-height: 1.8em;
    }
    
    .sponsors.l2{
        width: 100%;
    }

    .sponsors.l3{
        width: 100%;
    }

    .sponsors .box-sponsor.bwh{
        flex-wrap: wrap;
        flex: 1 1 100%;
        height: auto;
    }

    .sponsors .box-sponsor.bwh img{
        display: flex;
        flex: 1 1 100%;
        margin: 15px 0;
        max-height: 75px !important;
    }

    .sponsors .box-sponsor{
        height: 75px;
        border: none !important;
        margin: 15px 0;
        flex: 1 1 100%;
        padding: 0 25px !important;
    }

    /* .sponsors.l3 .box-sponsor:last-child img{
        max-height: 100% !important;
    } */
}