.colorGreen {
    color: #51DB61;
}

.colorDarkBlue {
    color: #0E52AE;
}

.colorBlue {
    color: #00BAFF;
}

.colorOrange {
    color: #FDA623;
}

.colorYellow {
    color: #FBD104;
}

.colorYellow2 {
    color: #FFEE00;
}

.colorGray {
    color: #707070;
}

.colorWhite {
    color: #FFF;
}

.colorTeam {
    color: #00467F;
}

.colorDarkerBlue{
    color: #00457C;
}

.colorPiatam{
    color: #D3F39A;
}

.colorPiatamMar{
    color: #9DC1E5;
}

.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-modal-desktop{
    width: 7rem; !important;
}

.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;
}

.iconHeader {
    width: 18px;
}

.px-cont {
    width: 50%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.px-cont2 {
    width: 57%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

/* Responsividade limpa para px-cont */
@media (max-width: 768px) {
    .px-cont { width: 80%; }
    .px-cont2 { width: 85%; }
}

@media (max-width: 480px) {
    .px-cont { width: 90%; }
    .px-cont2 { width: 95%; }
}


.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;
}

.opacity-7{
    opacity: 0.7;
}

#desktop {
    #home {
        .img1 {
            background: url("../images/pagina_projetoPiatamePiatammar/bannerinicio_1.webp") no-repeat 0 0 / cover;
            min-height: 83vh;

            .main-txt {
                position: absolute;

                .s3 {
                    font-size: 2.2em;
                }

            }

            .logo_piatam {
                width: 162px;
                height: 108px;
            }


            .btn-continue {
                position: absolute;
                bottom: 5%;
                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_projetoPiatamePiatammar/bannerinicio_2.webp") no-repeat 0 0 / cover;
            min-height: 83vh;

            .logo_piatam {
                width: 157px;
                height: 127px;
            }


            .t1 {
                line-height: 1.2;
                width: 35%;
            }

            .t2 {
                line-height: 1.2;
                width: 26%;
            }
        }

        #carouselMain_desktop{

            /* Transição suave entre slides */
            .carousel-item {
                transition: transform 0.8s ease-in-out;
            }
            .carousel-item {
                transition: opacity 0.8s ease-in-out;
            }
            #carouselMain_desktop .carousel-indicators {
                margin-right: 0;
                margin-left: 0;
                left: 50%;
                bottom: 0;
                transform: translate(-50%, -50%);
            }

            .carousel-indicators [data-bs-target] {
                background-color: #000;
                border: 1px solid white;
                border-radius: 50%;
                width: 10px;
                height: 10px;
                margin-left: 6px;
                margin-right: 6px;
            }

            .carousel-indicators .active {
                background-color: #00457C;
            }

            .carousel-inner > div > div {
                width: 70%;
                position: absolute;
                top: 62%;
                left: 50%;
                transform: translate(-50%, -50%);
            }

            [data-bs-slide] {
                top: 60% !important;
                align-items: inherit;
            }
        }
    }

    .carousel-control-next, .carousel-control-prev {
        width: 8%;
    }

    /*.carousel-control-next{
        right: 2rem;
    }
    .carousel-control-prev{
        left: 2rem;
    }*/

    #about-project {
        background: url("../images/pagina_projetoPiatamePiatammar/fundo_apresentacaoPiatam.webp") no-repeat 0 0 / cover;
        min-height: 130vh;
        width: 100%;


        .text-description {
            color: #D3F39A;

        }

        .s1 {
            font-size: 1.26em;
        }

        .title-piatam-project {
            margin-bottom: 2.5em;
        }

        .text-piatam-about {
            font-size: 1.2rem;
        }

        .fonte-piatam {
            font-size: 15px;
        }

        .text-about {
            font-size: 35px;
            color: #D3F39A;

            .s1 {
                font-size: 2.8rem;
            }

            .s2 {
                font-size: 2.5rem;
            }

            .s3 {
                font-size: 2.2rem;
            }

        }

    }

    #team, #team2 {
        img[img50] {
            transform: translateY(-50%);
            margin-bottom: -3%;
            margin-top: 1.2%;
        }

        .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;
            }
        }
    }

    #areasCarousel, #areasCarousel2{
        .slide-line-height{
            line-height: 1.6;
        }
        .carousel{
            text-align: left;
        }
        .carousel-item.active {
            transition: opacity 0.8s ease-in-out;
        }
        .content_areasCarousel {
            margin: 0;
        }
        .title_areasCarousel {
            font-family: OpenSansExtraBold, serif;
            color: white;
            font-size: 2.3vw;
        }
        .carousel-indicators {
            right: initial;
            display: inherit;
        }
        .carousel-indicators [data-bs-target] {
            width: auto;
            height: auto;
            text-indent: 0;
            background-color: transparent;
        }
        .top-left {
            position: absolute;
            color: #CBCBCB;
            font-size: 1vw;
            z-index: 2;
            margin: 26px 0 10px 0;
            top: 0;
            left: 100px;
        }
        .content_areasCarousel {
            .areasSpan{
                font-family: OpenSansExtraBold, serif;
                font-size: 1.4vw;
                transition: color 0.5s ease-in-out;
                cursor: pointer;
            }
        }

        article.active span.areasSpan {
            color: #00457c !important;
            font-family: OpenSansExtraBold, serif;
            font-size: 1.4vw;
        }

        a:not(.txt-link) {
            text-decoration: none !important;
            color: #fda623;
        }
        a[target]{
            animation: 0.5s ease-out forwards btFadeInUp;
        }

        .meet_areasCarousel {
            font-family: OpenSansRegular, serif;
            font-size: 0.8vw;
            padding: 5px 15px 5px 15px;
            border-radius: 20px;
            transition: transform 0.4s ease-in-out;
        }

        .meet_areasCarousel:hover {
            transform: translateY(-1px);
        }

        .bgBtn_areas{
            background-color: #FFF !important;
            box-shadow: 0 3px 6px #00000029;
            border-radius: 30px;
        }

        .btnLeft {
            padding-bottom: 3px;
            width: 18px;
        }

        .hide_areasCarousel {
            display: none;
        }

        .show_areasCarousel {
            color: #707070;
            display: block;
            animation: fadeInUp 0.5s ease-out forwards;
        }

        /* Animação de entrada suave */
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(8px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .carousel-indicators [data-bs-target] {
            margin-left: 0;
            margin-right: 0;
            opacity: 1;
        }

        /* Estilos para os controles de navegação do carrossel */
        .carousel-control-prev,
        .carousel-control-next {
            width: 5%;
            opacity: 0.8;
            transition: opacity 0.5s ease;
        }

        .carousel-control-prev:hover,
        .carousel-control-next:hover {
            opacity: 1;
        }

        .carousel-control-prev i,
        .carousel-control-next i {
            color: #00457c;
            filter: drop-shadow(0 2px 4px rgba(0,0,0,0.3));
        }
        /* FIM AREAS SLIDER CARROSSEL */

        /* Controle específico para imagens do carrossel de áreas */
        .carousel-inner img {
            height: 95vh !important;
            width: 100% !important;
            object-fit: cover !important;
            object-position: center !important;
        }

    }

    #piatammar {
        background: url("../images/pagina_projetoPiatamePiatammar/fundo_apresentacaoPiatamMar.webp") no-repeat 0 0 / cover;
        min-height: 120vh;
        width: 100%;

        .text-description {
            color: #9DC1E5;
        }

        .s1 {
            font-size: 1.26em;
        }

        .title-piatam-project {
            margin-bottom: 2.5em;
        }

        .text-piatam-about {
            font-size: 1.2rem;
        }

        .fonte-piatam {
            font-size: 15px;
        }

        .text-about {
            font-size: 35px;
            color: #D3F39A;

            .s1 {
                font-size: 2.8rem;
            }

            .s2 {
                font-size: 2.5rem;
            }

            .s3 {
                font-size: 2.2rem;
            }

        }

    }

    #video_background_section {
        position: relative;
        width: 100%;
        min-height: 100vh;
        overflow: hidden;

        /* Vídeo de fundo responsivo */
        /*#backgroundVideo{
            max-height: 30vh !important;
        }*/

        .video-background {
            position: absolute;
            top: 0;
            left: -1px;
            width: 100%;
            height: 100%;
            max-height: 30vh;

            /* Responsividade do vídeo */
            object-fit: cover;
            object-position: center center;

            /* Garantir que se adapta ao container */
            min-width: 101%;
            min-height: 58vh;

            z-index: 0;

            /* Transição suave para o fade-out */
            transition: opacity 0.5s ease-out;
        }

        /* Se uma classe 'fade-out' for adicionada no final, isso causaria o efeito */
        .video-background.fade-out {
            opacity: 0;
        }

        .video-content-overlay {
            position: relative;
            z-index: 2;
            background: transparent;
        }

        /* Garantir que não há pseudo-elementos interferindo */
        ::before,
        ::after {
            display: none !important;
        }

        .video-background::before,
        .video-background::after {
            display: none !important;
        }

        /* Estilos para os botões de navegação */
        .btn-nav {
            background-color: #b7b7b7;
            border: none;
            color: white;
            box-shadow: 0 3px 6px #00000029;
            padding: 12px 24px;
            border-radius: 25px;
            font-size: 0.9rem;
            min-width: 180px;
            border-color: transparent !important;
            margin: 5px; /* Adiciona margem para espaÃ§amento entre os botÃµes */
        }
        .btn-nav {
            transition: all 0.3s ease;
            font-weight: 600;
            text-transform: uppercase;
        }
        .btn-nav:hover {
            background-color: #00457C !important;
            transform: translateY(-2px);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        }
        .btn-nav.active {
            background-color: #00457C !important;
            color: white !important;
        }

        /* INÍCIO ESTILOS PARA TABS ATIVIDADES DE MODELAGEM */
        .video-content-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 2;
        }

        /* Título específico da seção de vídeo */
        .section-title {
            font: normal normal bold 35px/62px 'Open Sans', sans-serif;
            letter-spacing: 0;
            color: #00457C;
            text-align: center;
            margin: 50px 0;
        }

        .content-font{
            font-size: 1.1rem;
            line-height: 1.6;
        }

        /* Estilos para a seção de conteúdo dentro do vídeo */
        #piatam-content-section {
            min-height: 400px;
        }
    }

    /* Responsividade para diferentes tamanhos de tela */
    @media (max-width: 1200px) {
        #video_background_section {
            min-height: 60vh;
        }
    }

    #photos {
        background: url("../images/pagina_projetoPiatamePiatammar/grafico_final.webp") no-repeat 0 0 / contain;
        background-color: #ffffff;
        min-height: 70vh;

        .container {
            padding: 0 20rem;
        }
    }

    #piatam-content-section{
        max-width: 1255px;
        padding: 40px;
        margin: 0 20px;

        .piatam-content {
            display: none;
            opacity: 0;
            transform: translateY(20px);
            transition: all 0.5s ease;
        }

        .piatam-content.active {
            display: block;
            opacity: 1;
            transform: translateY(0);
        }
    }

    .modal.fade{
        /* Modal Gallery com efeito de desfoque */
        background-color: transparent !important;
        z-index: 1050 !important;

        .modal-content {
            background: transparent !important;
            border: none !important;
            box-shadow: none !important;
            display: flex !important;
            flex-direction: column !important;
            justify-content: center !important;

            img.imgGallery{
                max-height: 80vh;
                max-width: 80vw
            }
        }

        .modal-body {
            padding: 0;
            background: transparent !important;
            border: none !important;
            flex-grow: 0 !important;
            padding-bottom: 10px !important;
        }

        .modal-footer {
            background: transparent !important;
            border: none !important;
            padding-top: 20px !important;
            padding-bottom: 20px !important;
            margin-top: 0 !important;
            flex-grow: 0 !important;

            a.btn-right-icon{
                background-color: white !important;
                width: 7rem !important;
                box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15) !important;
                height: 30px;
                font-size: 12px;
                gap: 5px;
            }

            img{
                width: 28px;
                vertical-align: middle;
            }
        }

        .btn-right-icon {
            background: rgba(0, 0, 0, 0.6) !important;
            padding: 10px 20px !important;
            border-radius: 25px !important;
            transition: all 0.3s ease !important;
        }

        .btn-right-icon:hover {
            background: rgba(0, 0, 0, 0.8) !important;
            transform: translateY(-2px) !important;
        }

        /* Espaçamento do logo PIATAM no modal */
        .modal-body > div:first-child {
            margin-bottom: 30px !important;
        }

    }

    /* Backdrop personalizado com desfoque */
    .custom-blur-backdrop {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        width: 100vw !important;
        height: 100vh !important;
        backdrop-filter: blur(10px) !important;
        -webkit-backdrop-filter: blur(10px) !important;
        background-color: rgba(255, 255, 255, 0.1) !important;
        z-index: 1040 !important;
        opacity: 1 !important;
        transition: opacity 0.3s ease !important;
    }
    /*@media (max-width: 768px) {
        #video_background_section {
            min-height: 50vh;
        }

        #video_background_section .video-background {
            !* Para mobile, garantir que o vídeo cubra bem *!
            object-position: center center;
        }
    }

    @media (max-width: 480px) {
        #video_background_section {
            min-height: 40vh;
        }
    }*/
}

#mobile {
    #home_mobile {

        #img-piatam-mar-home, #img-piatam-home {
            width: 40%;
        }

        .carousel-control-next, .carousel-control-prev {
            top: unset;
            bottom: 3rem;
        }

        .img1 {
            background: url("../images/pagina_projetoPiatamePiatammar/bannerinicio_1_mobile.webp") no-repeat center / cover;
            min-height: 80vh;

            .w-75 {
                position: absolute;
                padding-top: 75vh;
                left: 50%;
                transform: translate(-50%, -50%);
            }
        }

        .img2 {
            background: url("../images/pagina_projetoPiatamePiatammar/bannerinicio_2_mobile.webp") no-repeat center / cover;
            min-height: 80vh;

            .w-75 {
                position: absolute;
                padding-top: 75vh;
                left: 50%;
                transform: translate(-50%, -50%);
            }
        }

        .fs-1 {
            font-size: calc(1.375rem + 2.5vw) !important;
        }

        #conteudo-carrossel {
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .carousel-indicators {
            position: absolute;
            margin-top: 2.5rem;
            margin-left: 0;
            margin-right: 0;
            justify-content: center !important;
            gap: 10px;
        }

        #btn-prox, #btn-voltar {
            width: 30px !important;
            height: 30px !important;
            opacity: 1 !important;
        }

        .carousel-indicators [data-bs-target] {
            opacity: 1;
            border-radius: 50%;
            width: 15px !important;
            height: 15px !important;
        }

        .carousel-indicators .active {
            background-color: #00467F !important;
        }

        .carousel-item {
            line-height: 1.2;

        }

        .sub {
            font-size: .9rem;
        }

        #btn-conhecer {
            padding: .5rem 1.5rem !important;
        }
    }

    #about_mobile {
        background: url("../images/pagina_projetoPiatamePiatammar/fundo_apresentacaoPiatam_mobile.webp") no-repeat 0 0 / cover;
        min-height: 95vh;

        .title-w-hr-center{
            font-size: 20pt;
            text-align: center;
        }
        .subtitle{
            font-size: 14pt;
        }
        .fs-20{
            font-size: 20px;
        }
    }

    #atuacao-lamce-1, #atuacao-lamce-2 {
        /*background: url("../images/pagina_projetoPiatamePiatammar/fundo_atuacaomodambiental.webp") no-repeat 0 0 / cover;*/

        .main-txt {
            font-size: 1.3rem;
            line-height: 1.1;
        }

        a {
            box-shadow: 0 3px 6px #00000029;
        }

        #aNUMA {
            color: inherit;
            text-decoration: underline;
            box-shadow: none;
        }

        .phrases {
            min-height: 600px;
        }

        #txtSlideContent {
            font-size: 15px;
        }

        #txtSlideContentSistClima {
            font-size: 14px;
        }

        #img-atuacao {
            display: block;
            width: 150px;
            margin-left: auto;
            margin-right: auto;
            transform: translateY(-40%);

        }

        #logo-preto-piatam {
            display: block;
            width: 80px;
            margin-left: auto;
            margin-right: auto;
        }

        #titulo-atuacao {
            color: #00457C;
        }

        #txtProxSlide {
            position: absolute;
            right: 15%;
            font-size: 14pt;
            bottom: 13px;
            z-index: 1;
            opacity: 0.8;
            line-height: 1.4rem;
        }

        .carousel-control-prev, .carousel-control-next {
            top: auto;
            margin-bottom: 30px;
        }

        #carousel-goals_mobile {
            .itm1 {
                background: url("../images/pagina_projetoPiatamePiatammar/mobile_fundo_atuacaomodambiental.webp") no-repeat center / cover;
            }

            .itm2 {
                background: url("../images/pagina_projetoPiatamePiatammar/mobile_fundo_atuacaoSimulaComput.webp") no-repeat center / cover;
            }

            .itm3 {
                background: url("../images/pagina_projetoPiatamePiatammar/mobile_fundo_atuacaoEstacoes.webp") no-repeat center / cover;
            }

            .itm4 {
                background: url("../images/pagina_projetoPiatamePiatammar/mobile_fundo_atuacaoSistemaClimatico.webp") no-repeat center / cover;
            }
        }

        #carousel-goals_mobile2 {

            .itm1 {
                background: url("../images/pagina_projetoPiatamePiatammar/mobile_fundopiatamMar_atuacaomodambiental.webp") no-repeat center / cover;
            }

            .itm2 {
                background: url("../images/pagina_projetoPiatamePiatammar/mobile_fundopiatamMar_modelosHidro.webp") no-repeat center / cover;
            }

            .itm3 {
                background: url("../images/pagina_projetoPiatamePiatammar/mobile_fundopiatamMar_SisteClima.webp") no-repeat center / cover;
            }
        }

        .fs-1 {
            font-size: calc(1.375rem + 3.5vw) !important;
        }
    }

    .custom-modal {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        backdrop-filter: blur(20px);
        background-color: rgba(255, 255, 255, 0.5);
        display: none;
        justify-content: center;
        align-items: center;
        z-index: 1050;
    }

    .custom-modal-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        max-width: 90%;
        padding: 20px;
    }

    .main-image {
        max-width: 26%;
        height: auto;
    }

    .white-section {
        width: 115%;
        display: flex;
        justify-content: center;
    }

    .extra-image {
        max-width: 100%;
        height: auto;
    }

    .close-btn {
        background-color: white;
        color: #FDA623;
        border: none;
        padding: 7px 20px;
        border-radius: 25px;
        cursor: pointer;
    }

    #about_piatammar_mobile {
        background: url("../images/pagina_projetoPiatamePiatammar/mobilefundo_apresentacaoPiatamMar.webp") no-repeat 0 0 / cover;



        #logo-about-piatam-mar {
            display: block;
            margin-left: auto;
            margin-right: auto;
            width: 80px;
        }
    }

    #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;
        }
    }

    #atividade-modelagem_mobile {
        position: relative;
        overflow: hidden;
    }

    #logo-preto-piatam-mar {
        width: 80px;
        padding-bottom: 50px;
        padding-top: 50px;
    }

    #titulo-atividades-mod {
        color: #00457C;
        margin-top: 40px;
    }

    .bg-video {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 1;
    }

    video {
        /* Isso causaria um fade-out se a opacidade fosse alterada por JavaScript ou outra ação */
        transition: opacity 1s ease-out;
    }

    video.fade-out {
        /* Se uma classe 'fade-out' for adicionada no final, isso causaria o efeito */
        opacity: 0;
    }

    .content-overlay {
        position: relative;
        z-index: 2;
    }

    .colorWhite {
        color: white;
    }

    .w-75 {
        width: 100% !important;
    }

    /*Início Swiper Card */

    #atividade-modelagem-carousel{

        .carousel-control-prev {
            margin-left: -4%;
            bottom: 6%;
        }

        .carousel-control-next {
            margin-right: -4%;
            bottom: 6%;
        }

        .carousel-control-prev img, .carousel-control-next img {
            width: 50px;
        }

        .img-carousel {
            padding-bottom: 50px;
        }

        .carousel-inner img {
            max-height: 400px !important;
        }

        .carousel-indicators {
            bottom: -53%;
            position: unset;
            justify-content: center;
            margin: 0;
            overflow-x: auto;      /* já existe, só reforçar */
            scroll-behavior: smooth;
            -webkit-overflow-scrolling: touch;
            cursor: grab;
            margin-top: 20px;
        }

        ::-webkit-scrollbar {
            width: 0px;
        }

        .row {
            flex-wrap: nowrap;
            gap: 10px;
        }

        .carousel-indicators [data-bs-target] {
            min-width: 55vw;
            height: 35px;
            border-radius: 25px;
            margin: 0;
            padding: 0;
            box-shadow: 0 3px 6px #00000029;
            text-indent: inherit;
            background-clip: inherit;
            background-color: #B7B7B7;
            color: #fff;
            opacity: 1;
            transition: all 1000ms cubic-bezier(0.335, 0.010, 0.030, 1.360);
        }

        .col-6 {
            width: 55%;
        }

        .titleContent {
            padding: 40px 20px;
            text-align: start;
        }

        .subtitleArea {
            font-family: OpenSansLight, serif;
            font-size: 3.8vw;
            color: #a5a5a6;
            margin-bottom: 0 !important;
        }



        .titleAreaAtvMod {
            font-family: OpenSans, sans-serif;
            font-size: 12pt;
            color: #707070;
        }

        .fa-circle-chevron-right.cdia {
            color: #00ccff;
        }

        .fa-circle-chevron-right.mecompe {
            color: #ff8000;
        }

        button {
            font-size: 10pt;
        }

        .hidroflu.active, .hidroma.active, .atmosfera.active, .ondas.active, .disperPolu.active {
            font-family: OpenSansBold, sans-serif;
            background-color: #00457C !important; /* hidroflu, hidroma, atmosfera, ondas, dispPolu */
        }

        #img-grafico-final {
            width: 100%;
        }
    }

    /*fIM DO SWIPER*/

    #partners_mobile {
        min-height: 60vh;
    }

    #modalScenary {
        .modal-body {
            background: url("../images/pagina_projetoJapi/bg_modal_cenariosambientais_mobile.webp") no-repeat 0 0 / cover;
        }
    }

    #modalPrjImages_mobile {
        .modal-body {
            background: url("../images/pagina_projetoJapi/bg_modal_imgsdaregiao_mobile.webp") no-repeat 0 0 / cover;
        }

        .carousel-indicators {
            margin: 2rem 0;

            .carousel-control-next, .carousel-control-prev {
                position: absolute;
                transform: translateY(15%);
            }

            .carousel-control-next {
                padding-left: 1rem;
            }

            .carousel-control-prev {
                padding-right: 1rem;
            }
        }

        .carousel-indicators [data-bs-target] {
            background-color: #91C7EF;
            opacity: 1;
            border-radius: 50%;
            width: 15px;
            height: 15px;
        }

        .carousel-indicators .active {
            background-color: #FDA623;
        }
    }

    #modalGallery_mobile {
        .modal-content {
            background-color: rgba(0, 0, 0, .5);
        }

        .controls-img {
            position: absolute;
            bottom: 15%;
            left: 50%;
            transform: translateX(-50%);

            button {
                padding: 0;
                text-align: center;
                background: 0 0;
                border: 0;
                transition: opacity .15s ease;
            }
        }

        .modal-footer {
            border: none;

            a {
                border: 1px solid white;
                width: unset;
            }
        }
    }

    .modal-footer {
        background-color: #6B6969;

        a {
            border: 1px solid white;
            width: unset;
        }
    }
}

video, img {
    max-width: 100%;
    height: auto;
}

/*
#modalGallery {
    .modal-content {
        background-color: rgba(0, 0, 0, .5);
    }

    .controls-img {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);

        button {
            padding: 0;
            text-align: center;
            background: 0 0;
            border: 0;
            transition: opacity .15s ease;
        }
    }

    .modal-footer {
        border: none;

        a {
            border: 1px solid white;
            width: unset;
        }
    }
}
*/


@media (max-width: 1024px) {
    #desktop {
        display: none;
    }

    body {
        color: #fff;
    }
}

@media (min-width: 1025px) {
    #mobile {
        display: none;
    }

    .opacity {
        background: transparent;
    }

    body {
        color: #fff;
    }
}
/*
!* Responsividade para tablets *!
@media (max-width: 768px) {
    #video_background_section .video-content-overlay {
        padding: 20px;
    }

    #video_background_section .section-title {
        font-size: 2rem !important;
    }

    #video_background_section .btn-nav {
        min-width: 150px !important;
        font-size: 0.8rem !important;
        padding: 10px 20px !important;
    }

    #video_background_section #piatam-content-section {
        padding: 30px !important;
        margin: 0 15px !important;
    }

    .piatam-content .col-lg-4 {
        margin-top: 20px;
    }
}

!* Responsividade para mobile *!
@media (max-width: 480px) {
    #video_background_section .video-content-overlay {
        padding: 15px;
    }

    #video_background_section .section-title {
        font-size: 1.8rem !important;
        margin-bottom: 30px !important;
    }

    #video_background_section .btn-nav {
        min-width: 140px !important;
        font-size: 0.75rem !important;
        padding: 8px 16px !important;
        margin-bottom: 10px;
    }

    #video_background_section #piatam-content-section {
        padding: 20px !important;
        margin: 0 10px !important;
    }

    .piatam-content h3 {
        font-size: 1.5rem;
    }

    .piatam-content p {
        font-size: 1rem !important;
    }

    .d-flex.flex-wrap.gap-3 {
        flex-direction: column !important;
        align-items: center !important;
    }
}
*/

/* Animação suave para o scroll */
html {
    scroll-behavior: smooth;
}

@keyframes btFadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0,300%,0);
    }

    to {
        opacity: 1;
        transform: translateZ(0);
    }
}
/* FIM ESTILOS PARA TABS ATIVIDADES DE MODELAGEM */