
.convite-hover:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2) !important;
}
.colorGreen {
    color: #51DB61;
}

.colorDarkBlue {
    color: #0E52AE;
}

.colorBlueGreen {
    color: #0435a3;
}

.colorBlue {
    color: #00BAFF;
}

.colorOrange {
    color: #FDA623;
}

.colorYellow {
    color: #FBD104;
}

.colorYellow2 {
    color: #FFEE00;
}

.colorGray {
    color: #707070;
}

.colorWhite {
    color: #FFF;
}

.colorTeam {
    color: #00467F;
}

.convite-hover:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2) !important;
}

.disabled {
    opacity: .5;
}

#carousel .carousel-indicators [data-bs-target], #main-goals .carousel-indicators [data-bs-target] {
    border: 1px solid white;
    border-radius: 50%;
    width: 12px;
    height: 12px;
}

#carousel .carousel-indicators .active, #main-goals .carousel-indicators .active {
    background-color: #00457C !important;
}

.bg-l {
    background: url("../images/pagina_projetoJapi/borda_emformato_L.svg") no-repeat 0 0 / contain;
    padding-bottom: 5px;
    padding-left: 10px;
}

.vh-centered {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.v-centered {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.btn-left-icon, .btn-right-icon {
    text-decoration: none;
    padding: .5rem 1rem;
    width: 12rem;
    border: none;
    border-radius: 20px;
}

.btn-left-icon span, .btn-right-icon span {
    font-size: 1rem !important;
}

.btn-left-icon i {
    margin-right: 8px;
}

.btn-right-icon i {
    margin-left: 8px;
}

.px-cont {
    width: 50%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.title-w-hr {
    width: fit-content;
}

.title-w-hr-center {
    width: fit-content;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.title-w-hr hr, .title-w-hr-center hr {
    opacity: 1;
    margin-top: 0.5rem;
}

.py-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
}

.cont-default {
    padding: 5rem 8rem;
}

#desktop {
    #home {
        .img1 {
            background: url("../images/pagina_projeto_abdias/banner_abdias_desktop.webp") no-repeat center center / cover;
            min-height: 100vh;

            .main-txt {
                position: absolute;
                top: 40%;
            }

            .btn-continue {
                position: absolute;
                bottom: 1%;
                left: 50%;
                transform: translate(-50%, -50%);
                font-family: OpenSansLight, serif;
                color: white;

                /* Layout Properties */
                width: 8.5rem;
                height: 2.5rem;
                /* UI Properties */
                border: 2px solid #FFFFFF;
                background-color: rgb(0 0 0 / 30%);;
                border-radius: 25px;

                span {
                    font-size: 1rem;
                }

                i {
                    font-size: 1.5rem;
                }
            }
        }

        .img2 {
            background: url("../images/pagina_projetoJapi/bg_inicio_part2.webp") no-repeat 0 0 / cover;
            min-height: 100vh;

            .main-txt {
                font-size: 1.5rem;
                line-height: 1;
                position: absolute;
                top: 40%;

                .t1 {
                    line-height: 1.2;
                    width: 35%;
                }

                .t2 {
                    line-height: 1.2;
                    width: 26%;
                }
            }
        }

        .img3 {
            background: url("../images/pagina_projetoJapi/bg_inicio_part3.webp") no-repeat 0 0 / cover;
            min-height: 100vh;

            .colorWhite {
                margin-top: 50vh;
                transform: translateY(-50%);
                font-size: 1.5rem;
                line-height: 1.1;

                .d-inline-block.extraBold {
                    font-size: 2rem;
                }
            }
        }

        .img4 {
            background: url("../images/pagina_projetoJapi/bg_inicio_part4.webp") no-repeat 0 0 / cover;
            min-height: 100vh;

            .main-div {
                padding: 0 10rem;
                margin-top: 50vh;
                transform: translateY(-50%);

                div.colorOrange {
                    border-left: 2px solid;
                    border-bottom: 2px solid;
                    border-color: #FDA623;
                    padding-left: 3px;
                    padding-bottom: 3px;
                }

                div.colorWhite {
                    font-size: 1.2rem;
                    line-height: 1;

                    .col-4 {
                        padding-right: 9rem;
                    }

                    .light {
                        font-size: 0.8rem;

                        span {
                            color: #FDA623;
                        }
                    }
                }
            }
        }

        .carousel-control-next, .carousel-control-prev {
            width: 8%;
        }

        /*.carousel-control-next{
            right: 2rem;
        }
        .carousel-control-prev{
            left: 2rem;
        }*/
    }

    /* Estilos para a seção Abdias do Nascimento */

    #about-project {
        width: 70% !important;

        .title_section {
            border-bottom: 3px solid #ff6b35;
            padding-bottom: 10px;
        }

        .abdias-container {
            max-width: 100%;
            margin: 0 auto;
        }

        .abdias-container .col-md-4 {
            flex: 0 0 auto;
            width: 35%;
        }

        .abdias-container .col-md-8 {
            flex: 0 0 auto;
            width: 65%;
            padding-left: 1.5rem;
        }

        .abdias-image {
            width: 100%;
            max-height: 380px;
            object-fit: cover;
            border-radius: 8px;
        }

        .abdias-text-short {
            text-align: justify;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            line-height: 1.6;
            max-height: 380px;
        }

        .abdias-text-short p {
            margin-bottom: 1rem;
        }

        .abdias-text-expanded {
            text-align: justify;
            margin-top: 0;
            padding-top: 0;
            max-height: 0;
            overflow: hidden;
            opacity: 0;
            transition: max-height 1s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.6s ease;
        }

        .abdias-text-expanded.show {
            max-height: 1000px;
            opacity: 1;
        }

        .abdias-text-expanded .ver-mais-btn {
            margin-top: 0;
            margin-left: 0.5rem;
            display: inline;
            vertical-align: baseline;
        }

        .ver-mais-btn {
            font-weight: 600;
            cursor: pointer;
            text-decoration: none;
            transition: all 0.3s ease;
            color: #FDA623 !important;
            border: none;
            background: none;
            padding: 0;
        }

        .ver-mais-btn:hover {
            opacity: 0.8;
            text-decoration: underline;
        }

        /* Container para o conteúdo expandido */

        .abdias-expanded-container {
            grid-column: 1 / -1;
            margin-top: 2rem;
        }
    }

    #homenagem {
        /*background: url("../images/pagina_projetoJapi/bg_tecnologiaemonitoramento.webp") no-repeat 0 0 / cover;*/
        background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
        min-height: 85vh;

        .main-txt {
            line-height: 1.2;

            .s1 {
                font-size: 2.8rem;
            }

            .s2 {
                font-size: 2.5rem;
            }

            .s3 {
                font-size: 2.2rem;
            }
        }

        .title_section {
            border-bottom: 3px solid #ff6b35;
            padding-bottom: 10px;
        }

        .text_section {
            text-align: justify;
            font-size: 1.05rem;
            line-height: 1.8;
        }

        /* Estilos para a Galeria de Fotos do Evento */

        #galeria-carrossel {
            border-radius: 12px;
            overflow: hidden;
        }

        #galeria-carrossel img {
            transition: opacity 0.3s ease;
            cursor: pointer;
        }

        #galeria-carrossel img:hover {
            opacity: 0.9;
        }

        /* Indicadores do carrossel - mostrar apenas alguns */

        .carousel-indicators {
            position: relative;
            margin: 1rem 0 0 0;
            justify-content: center;
        }

        .carousel-indicators button {
            width: 8px;
            height: 8px;
            border-radius: 50%;
            border: 1px solid #0E52AE;
            background-color: transparent;
            margin: 0 4px;
            opacity: 0.5;
        }

        .carousel-indicators button.active {
            background-color: #0E52AE;
            opacity: 1;
        }

        /* Controles do carrossel */

        .carousel-control-prev,
        .carousel-control-next {
            width: 45px;
            height: 45px;
            top: 50%;
            transform: translateY(-50%);
            background-color: rgba(14, 82, 174, 0.8);
            border-radius: 50%;
            opacity: 0.8;
            transition: all 0.3s ease;
        }

        .carousel-control-prev {
            left: 10px;
        }

        .carousel-control-next {
            right: 10px;
        }

        .carousel-control-prev:hover,
        .carousel-control-next:hover {
            background-color: rgba(253, 166, 35, 0.9);
            opacity: 1;
        }

        #swiperTechnology {
            .swiper-slide--one {
                background: url("../images/pagina_projetoJapi/mapa-de-localizacao-projeto-japi-01.webp") no-repeat 0 0 / cover;
            }

            .swiper-slide--two {
                background: url("../images/pagina_projetoJapi/mapa-de-localizacao-projeto-japi-02.webp") no-repeat 0 0 / cover;
            }

            .swiper-slide--three {
                background: url("../images/pagina_projetoJapi/mapa-de-localizacao-projeto-japi-03.webp") no-repeat 0 0 / cover;
            }

            .swiper-slide--four {
                background: url("../images/pagina_projetoJapi/mapa-de-localizacao-projeto-japi-04.webp") no-repeat 0 0 / cover;
            }

            .fs-4 {
                position: relative;
                left: 50%;
                transform: translateX(-50%);
                line-height: 1.2;
                width: 30%;
            }

            @media (max-width: 1600px) {
                .fs-4 {
                    width: 35%;
                }
            }
            @media (max-width: 1470px) {
                .fs-4 {
                    width: 50%;
                }
            }

            .swiperBox {
                height: 3.5rem;
                transform: translateX(-50%);

                .swiper-pagination-bullet {
                    opacity: 1;
                    background-color: white;
                }

                .swiper-pagination-bullet-active {
                    background-color: #FBD104;
                }

                .swiper-button-prev, .swiper-button-next {
                    i {
                        color: white;
                    }
                }
            }
        }

        @media (max-width: 1600px) {
            .col-4 {
                width: 41.66666667%
            }

            .col-8 {
                width: 58.33333333%
            }
        }
    }

    #clipe {
        .title_section {
            border-bottom: 3px solid #ff6b35;
            padding-bottom: 10px;
        }

        .text_section {
            text-align: justify;
            font-size: 1.1rem;
            line-height: 1.8;
        }

        .rounded-4.p-3 {
            display: flex;
            justify-content: center;
            align-items: center;
            background-color: #000;
            border-radius: 12px;
        }

        video {
            display: block;
            margin: 0 auto;
            max-width: 100%;
        }
    }

    #convites {

        .title_section {
            border-bottom: 3px solid #ff6b35;
            padding-bottom: 10px;
        }

        .text_section {
            text-align: justify;
            font-size: 1.1rem;
            line-height: 1.8;
        }

        img {
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        img:hover {
            transform: translateY(-5px);
        }

        .col-md-4 {
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .title_section {
            border-bottom: 3px solid #FDA623;
            padding-bottom: 10px;
        }

        #buttonSecondColFirstCarousel {
            border: 1px solid #FBC115;
            color: #FBC115;
            border-radius: 20px;
            padding: 10px;
            font-size: 0.7vw;
        }

        a {
            text-decoration: none;
            display: flex;
            flex-direction: column;
        }
    }

    #produtos {
        background-color: #f8f9fa;

        .title_section {
            border-bottom: 3px solid #ff6b35;
            padding-bottom: 10px;
        }

        .produto-card {
            background: #fff;
            border-radius: 12px;
            padding: 2rem;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
            text-align: center;
            border: 1px solid #e9ecef;
        }

        .produto-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
            border-color: #FDA623;
        }

        .produto-icon {
            font-size: 2.5rem;
            color: #0E52AE;
            margin-bottom: 1rem;
        }

        .produto-title {
            font-size: 1.1rem;
            font-weight: 600;
            color: #333;
            margin-bottom: 0.5rem;
        }

        .produto-subtitle {
            font-size: 0.9rem;
            color: #666;
            margin-bottom: 0;
            font-style: italic;
        }
    }

    #clipping {
        .title_section {
            border-bottom: 3px solid #ff6b35;
            padding-bottom: 10px;
        }

        .text_section {
            text-align: justify;
            font-size: 1.1rem;
            line-height: 1.8;
        }

        .clipping-card {
            background: #fff;
            border-radius: 12px;
            padding: 1.5rem;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
            border-left: 4px solid #0E52AE;
            height: 100%;
            display: flex;
            align-items: flex-start;
            gap: 1rem;
        }

        .clipping-card:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
            border-left-color: #FDA623;
        }

        .clipping-icon {
            font-size: 1.5rem;
            color: #0E52AE;
            margin-top: 0.2rem;
            flex-shrink: 0;
        }

        .clipping-content {
            flex: 1;
        }

        .clipping-source {
            font-size: 0.9rem;
            color: #0E52AE;
            margin-bottom: 0.25rem;
            font-weight: 600;
        }

        .clipping-date {
            font-size: 0.8rem;
            color: #666;
            margin-bottom: 0.5rem;
        }

        .clipping-headline {
            font-size: 1rem;
            line-height: 1.4;
            color: #333;
            font-weight: 500;
        }
    }

    #team {
        background-color: #EEECEC;
        padding-bottom: 6rem;

        img[img50] {
            transform: translateY(-50%);
            margin-bottom: -3%;
        }

        .row {
            width: 100%;
            padding: 0 33rem;
        }

        @media (max-width: 1615px) {
            .row {
                padding: 0 27rem;
            }
        }
        @media (max-width: 1470px) {
            .row {
                padding: 0 18rem;
            }
        }
        @media (max-width: 1150px) {
            .row {
                padding: 0 13rem;
            }
        }
    }

    #explain {
        background: url("../images/pagina_projetoJapi/bg_porquejapi.webp") no-repeat 0 0 / cover;
        min-height: 60vh;
    }

    #partners {
        min-height: 60vh;
    }

    #photos {
        background: url("../images/pagina_projetoJapi/mapa_regiaodeestudo.webp") no-repeat 0 0 / contain;
        background-color: #F5F5F5;
        min-height: 70vh;

        .container {
            padding: 0 20rem;
        }
    }

    @media (max-width: 1280px) {
        .cont-default {
            padding: 5rem 3rem;
        }
    }

    #clipe .title_section,
    #team h2 {
        border-bottom: 3px solid #ff6b35;
        padding-bottom: 10px;
    }
}

#mobile {
    #home_mobile {

        .carousel-control-next, .carousel-control-prev {
            top: unset;
            bottom: 3rem;
        }

        .img1 {
            background: url("../images/pagina_projeto_abdias/banner_abdias_mobile.png") no-repeat 50% 0 / cover;
            min-height: 80vh;

            .w-75 {
                position: absolute;
                padding-top: 75vh;
                left: 50%;
                transform: translate(-50%, -5%);
                bottom: 1%;
            }

            .btn-continue {
                position: absolute;
                bottom: 1%;
                left: 50%;
                transform: translate(-50%, -50%);
                font-family: OpenSansLight, serif;
                color: white;
                text-decoration: none;
                width: 8.5rem;
                height: 2.5rem;
                border: 2px solid #FFFFFF;
                background-color: rgb(0 0 0 / 30%);
                border-radius: 25px;

                span {
                    font-size: 1rem;
                }

                i {
                    font-size: 1.5rem;
                }
            }
        }

        .img2 {
            background: url("../images/pagina_projetoJapi/bg_inicio_part2_mobile.webp") no-repeat 0 0 / cover;
            min-height: 80vh;

            .w-75 {
                position: absolute;
                padding-top: 75vh;
                left: 50%;
                transform: translate(-50%, -50%);
            }
        }

        .img3 {
            background: url("../images/pagina_projetoJapi/bg_inicio_part3_mobile.webp") no-repeat 0 0 / cover;
            min-height: 80vh;

            .w-75 {
                position: absolute;
                padding-top: 75vh;
                left: 50%;
                transform: translate(-50%, -50%);

                .w-25 {
                    width: 10% !important;
                }

                .colorYellow {
                    font-size: 1.2rem;
                }
            }
        }

        .img4 {
            background: url("../images/pagina_projetoJapi/bg_inicio_part4_mobile.webp") no-repeat 0 0 / cover;
            min-height: 80vh;

            .w-75 {
                position: absolute;
                padding-top: 75vh;
                left: 50%;
                transform: translate(-50%, -50%);

                .light {
                    font-size: .8rem;
                }

                .col-12 {
                    span:not(.light) {
                        color: #FDA623;
                    }
                }
            }
        }
    }

    /*#correntes-encontros_mobile {*/
    /*    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);*/
    /*}*/

    #team_mobile {
        background-color: #EEECEC;

        img[img50] {
            transform: translateY(-50%);
            position: relative;
            z-index: 2;
            margin-bottom: -15%;
        }

        .mb-5 {
            margin-bottom: 2.5rem !important;
        }
    }

    #partners_mobile {
        min-height: 60vh;
    }

    #partners_mobile .partner-logo {
        max-width: 140px;
        height: auto;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .modal-footer {
        background-color: #6B6969;

        a {
            border: 1px solid white;
            width: unset;
        }
    }

    /* Estilos específicos para seções mobile do projeto Abdias */

    #about_mobile {
        .title-w-hr-center {
            hr {
                width: 60px;
                height: 3px;
                background-color: #FDA623;
                margin: 0.5rem auto;
                border: none;
            }
        }
    }

    .produto-card-mobile {
        background: #fff;
        border-radius: 12px;
        padding: 1rem;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        transition: all 0.3s ease;
        display: flex;
        align-items: center;
        gap: 0.75rem;
        border-left: 4px solid #0E52AE;
    }

    .produto-card-mobile:hover {
        transform: translateY(-3px);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
        border-left-color: #FDA623;
    }

    .produto-icon-mobile {
        font-size: 1.5rem;
        color: #0E52AE;
        flex-shrink: 0;
    }

    .produto-content-mobile {
        flex: 1;
    }

    .produto-title-mobile {
        font-size: 1rem;
        font-weight: 600;
        color: #333;
        margin-bottom: 0.25rem;
    }

    .produto-subtitle-mobile {
        font-size: 0.85rem;
        color: #666;
        margin-bottom: 0;
        font-style: italic;
    }

    .clipping-card-mobile {
        background: #fff;
        border-radius: 12px;
        padding: 1rem;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        transition: all 0.3s ease;
        display: flex;
        align-items: flex-start;
        gap: 0.75rem;
        border-left: 4px solid #0E52AE;
    }

    .clipping-card-mobile:hover {
        transform: translateY(-3px);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
        border-left-color: #FDA623;
    }

    .clipping-icon-mobile {
        font-size: 1.2rem;
        color: #0E52AE;
        margin-top: 0.2rem;
        flex-shrink: 0;
    }

    .clipping-content-mobile {
        flex: 1;
    }

    .clipping-source-mobile {
        font-size: 0.85rem;
        color: #0E52AE;
        margin-bottom: 0.25rem;
        font-weight: 600;
    }

    .clipping-date-mobile {
        font-size: 0.75rem;
        color: #666;
        margin-bottom: 0.5rem;
    }

    .clipping-headline-mobile {
        font-size: 0.9rem;
        line-height: 1.4;
        color: #333;
        font-weight: 500;
    }

    .title-w-hr-center {
        hr {
            width: 60px;
            height: 3px;
            background-color: #FDA623;
            margin: 0.5rem auto;
            border: none;
        }
    }

    #galeria-carrossel-mobile {
        .carousel-inner img {
            border-radius: 12px;
        }
    }

    #about_mobile {

        #abdias-content-mobile {
            .abdias-text-expanded {
                max-height: 0;
                overflow: hidden;
                opacity: 0;
                transition: max-height 0.8s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.5s ease;
                margin-top: 1rem;
            }

            .abdias-text-expanded.show {
                max-height: 800px;
                opacity: 1;
            }

            .ver-mais-btn, .ver-menos-btn {
                color: #FDA623;
                font-weight: 600;
                text-decoration: none;
                cursor: pointer;
                font-size: 0.9rem;
                display: inline;
                margin-left: 0.5rem;
            }

            .ver-mais-btn:hover, .ver-menos-btn:hover {
                text-decoration: underline;
                opacity: 0.8;
            }

            .abdias-text-short {
                text-align: justify;
                line-height: 1.6;
            }

            .abdias-image {
                border-radius: 8px;
                box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
            }
        }
    }

    #convites_mobile {

        a {
            text-decoration: none;
            align-items: center;
            display: flex;
            flex-direction: column;
        }

        #buttonSecondColFirstCarousel {
            border: 1px solid #FBC115;
            color: #FBC115;
            border-radius: 20px;
            padding: 10px 23px;
            font-size: 10px;
        }
    }



    #produtos_mobile {
        background: #ffffff;
    }

    #clipe_mobile {
        background: #ffffff;
    }

    #team_mobile {
        background: #ffffff;
    }

    #homenagem_mobile,
    #produtos_mobile,
    #convites_mobile,
    #clipe_mobile,
    #clipping_mobile,
    #team_mobile {
        .title-w-hr-center {
            h5 {
                font-size: 1.5rem;
                margin-bottom: 1rem;
            }
        }
    }

    .text_section {
        text-align: justify;
        line-height: 1.6;
        font-size: 0.95rem;
        color: #444;
    }

    /* Seções Mobile - Espaçamentos e Visual Profissional */

    #mobile section > div {
        padding: 4rem 0 !important;
    }

    #mobile .px-4 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }

    #mobile h5.title-w-hr-center {
        margin-bottom: 2rem;
        font-size: 1.75rem;
        font-weight: 700;
    }

    #mobile h5.title-w-hr-center hr {
        width: 60px;
        height: 3px;
        background: linear-gradient(90deg, #FDA623 0%, #f39c12 100%);
        border: none;
        border-radius: 2px;
        margin: 0.5rem auto 0 auto;
    }

    /* Sombras e elevação para cards */

    .produto-card-mobile,
    .clipping-card-mobile {
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08) !important;
        border: 1px solid rgba(0, 0, 0, 0.05) !important;
    }

    .produto-card-mobile:hover,
    .clipping-card-mobile:hover {
        box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12) !important;
        transform: translateY(-2px);
    }

    /* Ajustes do viewer nanogallery2 no mobile (centraliza controles e título) */
        .nGY2 .nGY2ViewerToolsTopRight,
        .nGY2 .nGY2ViewerToolsTopRight.nGEvent{
            position: absolute !important;
            top: 8px !important;
            left: 0 !important;
            right: 0 !important;
            width: 100% !important;
            display: flex !important;
            justify-content: center !important;
            align-items: center !important;
            padding: 0 8px !important;
            z-index: 10000 !important;
        }

        .nGY2 .nGY2ViewerToolsTopRight .toolbar,
        .nGY2 .nGY2ViewerToolsTopRight.nGEvent .toolbar{
            display: flex !important;
            justify-content: center !important;
            align-items: center !important;
            gap: 6px !important;
            width: auto !important;
            max-width: 90vw !important;
        }

        .nGY2 .nGY2ViewerToolsTopRight .toolbar .ngy2viewerToolAction,
        .nGY2 .nGY2ViewerToolsTopRight.nGEvent .toolbar .ngy2viewerToolAction{
            margin: 0 !important;
        }

        .nGY2 .nGY2ViewerToolsTopLeft,
        .nGY2 .nGY2ViewerToolsTopLeft.nGEvent{
            position: absolute !important;
            top: 48px !important; /* título logo abaixo dos controles */
            left: 0 !important;
            right: 0 !important;
            width: 100% !important;
            display: flex !important;
            justify-content: center !important;
            align-items: center !important;
            padding: 0 12px !important;
            z-index: 9999 !important;
        }

        .nGY2 .toolbar .label,
        .nGY2 .toolbar .label.nGEvent{
            width: 100% !important;
            max-width: 90vw !important;
            text-align: center !important;
            overflow: hidden !important;
            text-overflow: ellipsis !important;
            white-space: normal !important;
        }

        .nGY2 .toolbar .label .title,
        .nGY2 .toolbar .label .title.nGEvent{
            font-size: 0.95rem !important; /* título um pouco menor */
            line-height: 1.2 !important;
            margin: 0 !important;
            display: block !important;
        }

}

@media (max-width: 1024px) {
    #desktop {
        display: none;
    }

    body {
        color: #fff;
    }
}

@media (min-width: 1025px) {
    #mobile {
        display: none;
    }

    .opacity {
        background: transparent;
    }

    body {
        color: #fff;
    }
}

@media (min-width: 1600px) {
    .itm2 .right-border {
        border-right: 2px solid rgba(253, 166, 35, 0.7);
    }
}