.colorBlueText {
    color: #00457C;
}

.colorBlueTriangle {
    color: #1F2F60;
}

.colorTurquoiseTriangle {
    color: #178DAD !important;
}

.colorBlueGlobe {
    color: #5060BD;
}

.bgBlueArticleButton {
    background: #457397;
}

.bgBluePublicationButton {
    background: #00457C;
}

.bgBrownButton {
    background: #cbb37c;
}

.colorBrownButton {
    color: #cbb37c;
}

.bgGreenButton {
    background: #bbc200;
}

.colorGreenButton {
    color: #bbc200;
}

.colorGreenLightButton {
    color: #e5e89f;
}

.bgPurpleButton {
    background: #c0b4ff;
}

.colorPurpleButton {
    color: #c0b4ff;
}

.colorGrayTriangle {
    color: #646464;
}

.colorGrayGlobe {
    color: #707070;
}

.colorGrayLightTriangle {
    color: #CBCBCB;
}

.colorOrange {
    color: #FDA623;
}

.colorOrangeTriangle {
    color: #F7931E;
}

.colorYellow {
    color: #FDA623;
}

.p-6 {
    padding: 6rem;
}

.opacity {
    padding-top: 60px;
    background: transparent linear-gradient(180deg, #00000033 0%, #80808000 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
}

.line-height {
    line-height: 1;
}

#carouselEducation_desktop .carousel-indicators [data-bs-target] {
    border: 1px solid white;
    border-radius: 50%;
    width: 12px;
    height: 12px;
}

#carouselEducation_desktop .carousel-indicators .active {
    background-color: #00457C;
}

#carouselEducation_desktop .carousel-item .overlay {
    position: absolute;
    top: 45%;
    left: 0;
    color: white;
}

.carousel-control-next, .carousel-control-prev {
    width: 8%;
    top: 10%;
}

.font-first-title {
    font-size: 3rem;
    line-height: 1;
}

.font-second-title {
    font-size: 2rem;
    line-height: 1.2;
}

.button-icon {
    color: #FDA623;
    border: 2px solid transparent;
    background: #fff 0 no-repeat padding-box;
    border-radius: 25px;
    padding: 8px;
    box-shadow: 0 3px 6px #00000057;
}

.button-icon a {
    color: #FDA623;
    text-decoration: none;
}

#graphicDesktop-section {
    font-size: 1.5rem;
}

#graphicDesktop-section .line-height {
    font-size: 1.25rem;
}

#capesMobile-section, #capesDesktop-section {
    font-size: 1.15rem;
    color: #fff;
    background-color: #AFAFAF;
}

#formationDesktop-section {
    font-size: 1.2rem;

    position: relative;
    /* The image used */
    background-image: url('../images/pagina_ensino/img_formacaoprofissional.webp');

    /* Full height */
    height: 100vh;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    display: flex;
    align-items: center;
    justify-content: flex-start;

    transition: opacity 0.3s ease;
}

#formationDesktop-section .px-responsive {
    max-width: 50%; /* Ocupa metade da largura da seção */
}

#formationDesktopTitle {
    font-size: 2.5rem;
}

#globeDesktop-section {
    display: flex;
    justify-content: center;
    align-items: center;
}

#globeDesktop-section .content-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 1.5rem;
}

#globeDesktop-section .content-wrapper .div-img {
    width: 50%;
    display: flex;
    justify-content: flex-end;
}

#globeDesktop-section .content-wrapper .div-p {
    width: 50%;
    display: flex;
    flex-direction: column;
}

#globeDesktop-section .content-wrapper .div-p .collection {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: start;
    margin-top: 20px;
    width: 50%;
}

#globeDesktop-section .content-wrapper .div-p .collection p {
    margin-bottom: 5px;
    text-align: center;
}

#productionDesktop-section .title {
    font-size: 2.5rem;
}

#productionDesktop-section .subTitle {
    font-size: 1.5rem;
}

/* INICIO DADOS DOS COLABORADORES */
.videoSticky img {
    margin-top: -10px;
}

.videoSticky {
    position: sticky;
    top: 0;
    z-index: 98;
    background-color: white; /* Adicionei fundo branco para melhor visualização */
}

.inner-buttons-container {
    position: sticky;
    top: 120px; /* Ajuste o valor conforme a necessidade */
    z-index: 97; /* Valor menor que .videoSticky para manter a ordem de sobreposição */
    background-color: transparent; /* Pode ser útil para garantir que o conteúdo abaixo não interfira visualmente */
    padding: 5px;
    text-align: center;
    transition: visibility 0.3s, height 0.3s;
    min-height: 50px;
}

.inner-buttons-container .inner-nav {
    font-size: 0.75rem;
    padding: 5px 15px 5px 15px;
    margin: 5px;
    border-radius: 25px;
    border: 2px solid transparent;
    box-shadow: 0 3px 6px #00000057;
}

.content-container {
    position: relative;
    display: none;
}

.content-container.active {
    display: block;
}

video, img {
    max-width: 100%;
    height: auto;
}

.btn-nav {
    background-color: #ffffff66;
    border-color: transparent !important;
    border-radius: 25px;
    color: #fff;
    margin: 5px; /* Adiciona margem para espaçamento entre os botões */
}

.overlay-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    text-align: center;
    width: 100%;
    background-color: transparent; /* Fundo transparente */
    padding: 10px;
    border-radius: 5px;
    min-height: 250px;
}

.buttons-container {
    margin-top: 10px; /* Ajuste para espaçamento abaixo do título */
}

.inner-nav {
    padding: 5px 25px 5px 25px;
    margin: 5px;
    border-radius: 25px;
    border: 2px solid transparent;
    box-shadow: 0 3px 6px #00000057;
}

.inner-nav.active,
.inner-nav:hover {
    background-color: #d3d3d3; /* Ajuste a cor de fundo para o estado ativo e hover */
    color: #000;
}

/* Estilo para Botões 2° Camada */
.inner-nav.numa-btn:hover,
.inner-nav.numa-btn.active {
    font-family: OpenSansBold, sans-serif;
    border-color: #c0b4ff;
    background-color: #c0b4ff; /* Cor de hover e active para Artigo */
    color: #fff;
}

.inner-nav.geophysic-btn:hover,
.inner-nav.geophysic-btn.active {
    font-family: OpenSansBold, sans-serif;
    border-color: #bbc200;
    background-color: #bbc200; /* Cor de hover e active para Artigo */
    color: #fff;
}

.inner-nav.sensing-btn:hover,
.inner-nav.sensing-btn.active {
    font-family: OpenSansBold, sans-serif;
    border-color: #cbb37c;
    background-color: #cbb37c; /* Cor de hover e active para Artigo */
    color: #fff;
}

/* Estilo para Concluído */
.inner-nav.completed-btn:hover,
.inner-nav.completed-btn.active {
    font-family: OpenSansSemiBold, sans-serif;
    border-color: #d6f6c1;
    background-color: #d6f6c1; /* Cor de hover e active para Doutorado */
    color: #538730;
}

/* Estilo para Em andamento */
.inner-nav.ongoing-btn:hover,
.inner-nav.ongoing-btn.active {
    font-family: OpenSansSemiBold, sans-serif;
    border-color: #fff6ba;
    background-color: #fff6ba; /* Cor de hover e active para Doutorado */
    color: #b9a100;
}

.inner-content, .detailed-content {
    display: none;
}

.inner-content.active, .detailed-content.active {
    display: block;
}

.section-title {
    font-size: 2.5rem;
    margin-bottom: 15px;
    line-height: 1.25;
}

.video-container {
    position: relative;
}

.subtitleArea {
    font-family: OpenSansLight, serif;
    font-size: 0.9vw;
    color: #fff;
    cursor: pointer;
}

/* Hover para Modelagem Ambiental */
.btn-nav.numa:hover,
.content-container#numa .btn-nav.numa.active {
    font-family: OpenSansBold, sans-serif;
    background-color: #c0b4ff; /* Cor roxa ao passar o mouse e quando ativo */
    color: #fff;
}

/* Hover para Modelagem Geofísica */
.btn-nav.geophysic:hover,
.content-container#geophysic .btn-nav.geophysic.active {
    font-family: OpenSansBold, sans-serif;
    background-color: #bbc200; /* Cor verde ao passar o mouse e quando ativo */
    color: #fff;
}

/* Hover para Sensoriamento Remoto */
.btn-nav.sensing:hover,
.content-container#sensing .btn-nav.sensing.active {
    font-family: OpenSansBold, sans-serif;
    background-color: #cbb37c; /* Cor marrom ao passar o mouse e quando ativo */
    color: #fff;
}

.box {
    box-shadow: 0 4px 8px rgb(0 0 0 / 35%);
    border-radius: 40px;
    padding-bottom: 20px;

    & .content-background {
        margin-top: -20px;
    }

    & .buttonNuma,
    & .buttonGeophysic,
    & .buttonSensing,
    & .buttonCompleted,
    & .buttonOnGoing {
        padding: 5px 10px 5px 10px;
        border-radius: 25px;
        color: #fff;
        font-size: 0.75vw;
    }

    & .buttonNuma {
        background-color: #c0b4ff;
    }

    & .buttonGeophysic {
        background-color: #bbc200;
    }

    & .buttonSensing {
        background-color: #cbb37c;
    }

    & .buttonCompleted {
        background-color: #d6f6c1;
        color: #86b269;
    }

    & .buttonOnGoing {
        background-color: #fff6ba;
        color: #d6c54e;
    }

    & .content {
        color: #707070;
    }

    & .footer > .footerSecondLine {
        font-size: 0.75vw;
    }

    & .footer > .mastermind {
        font-size: 0.6vw;
        color: #c9c9c9;
    }

    & .buttons > button {
        border-color: #FDA623;
        background-color: #fff;
        border-radius: 25px;
        padding: 5px;
        font-size: 0.7vw;
    }

    & .buttons > button > .pdfIcon {
        padding: 5px 10px 5px 10px;
    }

    & .buttons > button > .pdfIcon > i {
        font-size: 1.2rem;
    }

    & .swiper-contentBox {
        background: transparent;
        font-size: 0.9rem;
    }
}

/* FIM DADOS DOS COLABORADORES */

/* INICIO SLIDER SWIPER */
.swiper-pagination-bullet {
    background-color: #dadada;
    opacity: 0.5;
}

.swiper-pagination-bullet-active {
    background: #FDA623;
    opacity: 1;
}

.swiper .fa-circle-chevron-left, .swiper .fa-circle-chevron-right {
    color: #9E9E9E;
}

#swiper-section {
    position: relative;
    width: calc(min(105rem, 90%));
    margin: 0 auto;
    column-gap: 15rem;
    padding-block: min(20vh, 3rem);
}

#swiper-col {
    position: relative;
    margin: 0 auto;
    column-gap: 15rem;
    padding-block: min(20vh, 3rem);
}

.img-button-prev, .img-button-next {
    opacity: .5;
    height: 50px;
    width: 50px;
}

.img-button-prev:hover, .img-button-next:hover {
    opacity: .9;
}

.swiper-slide--one {
    background: url("../images/pagina_ensino/img_destaque_sensoriamentoremoto.webp") no-repeat 50% 50% / cover;
}

.swiper-slide--two {
    background: url("../images/pagina_ensino/img_destaque_geofisica.webp") no-repeat 50% 50% / cover;
}

.swiper-slide--three {
    background: url("../images/pagina_ensino/img_destaque_ambiental.webp") no-repeat 50% 50% / cover;
}

.swiper {
    padding-top: 1rem;
}

.swiper-slide-active div {
    border-top: transparent;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.swiper-contentButtonTop {
    position: absolute;
    color: #fff;
    top: 1rem;
    left: 1rem;
}

.swiper-contentButtonBottom {
    position: relative;
    color: #fff;
    bottom: 1rem;
    left: 1rem;
}

.swiper-contentButton {
    width: auto !important;
    border-radius: 25px !important;
    padding: 5px 10px 5px 10px;
}

.swiper-contentTextTitle {
    font-size: 0.85vw;
}

.swiper-contentBox {
    background: rgba(0, 0, 0, 0.85) 0 0 no-repeat padding-box;
    width: 100%;
    letter-spacing: 0.1rem;
    font-size: 1.1rem;
}

.swiper-contentBox button {
    background: transparent;
    color: #fda623;
    border: solid 1px #fda623;
}

.swiper-slide a {
    font-size: 1.1rem;
}

.swiper-contentBox-name {
    font-size: 0.85rem;
}

.swiper-contentBox-supervisor {
    font-size: 0.7rem;
    color: #919191;
}

.swiper-slide p {
    background: transparent !important;
    color: #fda623 !important;
    font-size: 0.85rem;
    letter-spacing: 0.05rem;
    padding: 15px 0 15px 0;
}

.lineHr {
    border-top: 2px #cbb37c solid !important;
    border-bottom: 2px #cbb37c solid !important;
}

@media screen and (min-width: 48rem) {
    #swiper-section {
        align-items: center;
    }
}

@media screen and (min-width: 1024px) {
    #swiperTimelineDesktop-section > div.row {
        --bs-gutter-x: 0;
    }

    .swiper {
        width: 100%;
    }

    #swiper-col {
        padding-block: min(20vh, 0.5rem);
    }

    .swiper {
        padding-top: 1rem;
    }

    .swiper-slide {
        height: 30rem;
    }
}

@media screen and (min-width: 1440px) {
    .swiper {
        padding-top: 1rem;
    }

    #swiper-col {
        padding-block: min(20vh, 2rem);
    }
}

@media screen and (min-width: 1600px) {
    .swiper {
        width: 100%;
    }

    #swiper-col {
        padding-block: min(20vh, 5rem);
    }
}

/* FIM SLIDER SWIPER */

@media screen and (max-width: 768px) {
    #carouselEducation_mobile .carousel-indicators [data-bs-target] {
        border: 1px solid white;
        border-radius: 50%;
        width: 12px;
        height: 12px;
    }

    #carouselEducation_mobile .carousel-indicators .active {
        background-color: #00457C;
    }

    #carouselEducation_mobile .carousel-item .overlay {
        position: absolute;
        width: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: white;
    }

    .font-first-title, .font-second-title {
        font-size: 7vw;
    }

    .button-icon {
        padding: 2px 10px;
    }


    #capesMobile-section {
        font-size: 3.6vw;
    }

    #formationMobile-section {
        font-size: 3vw;

        /* The image used */
        background-image: url('../images/pagina_ensino/img_formacaoprofissional_mobile.webp');

        background-position: center;
        background-repeat: no-repeat;
    }

    #formationMobile-section .p-4 {
        max-width: 70%; /* Ocupa metade da largura da seção */
    }

    #formationMobileTitle {
        font-size: 4.5vw;
    }

    #productionMobile-section {
        background-image: url(../images/pagina_ensino/img_producaocientifica_mobile.webp);
        background-size: contain;
        background-repeat: no-repeat;
    }

    #productionMobile-section .title {
        font-size: 7vw;
        line-height: 1.25;
    }

    #productionMobile-section .subTitle {
        font-size: 4.75vw;
        line-height: 1.25;
    }

    #swiperTimelineMobile-section {
        padding-top: 5vh;
    }

    .swiperBox {
        width: calc(40%);
    }

    .swiper-contentTextTitle {
        font-size: 3vw;
    }

    .swiper-contentBox {
        letter-spacing: 0.05rem;
        font-size: 3.25vw;
    }

    .swiper-contentBox-name {
        font-size: 2.7vw;
    }

    .swiper-slide p {
        font-size: 2.7vw;
    }

    .swiper-slide a {
        font-size: 3.5vw;
    }

    #globeMobile-section {
        font-size: 4.5vw;
    }

    #dataMobile_section .swiper-slide--one {
        min-height: 562px;
        background: url("../images/pagina_ensino/mobile_bgproducao_numa.webp") no-repeat 50% 50% / cover;
    }

    #dataMobile_section .swiper-slide--two {
        min-height: 562px;
        background: url("../images/pagina_ensino/mobile_bgproducao_geofisica.webp") no-repeat 50% 50% / cover;
    }

    #dataMobile_section .swiper-slide--three {
        min-height: 562px;
        background: url("../images/pagina_ensino/mobile_bgproducao_sensoriamento.webp") no-repeat 50% 50% / cover;
    }

    #dataMobile_section .fonte-titulo {
        font-size: 1.6rem;
        letter-spacing: 0;
        color: #FFFFFF;
        line-height: 1.2;
    }

    #dataMobile_section .btn-areas {
        display: inline;
        padding: 2px 8px 2px 8px;
        color: white;
        border: solid 1px rgba(43, 43, 43, 0.56);
        border-radius: 25px;
        font-size: 13px;
    }

    #dataMobile_section button > a {
        text-decoration: none;
        color: white;
        margin: 2px;
        padding: 2px;
    }

    #swiperData button.btn-areas .fa-circle-chevron-right {
        color: #fff !important;
    }

    #modalNuma_mobile .modal-footer {
        margin-top: -1px;
        background-image: url(../images/pagina_ensino/fundomobile_botoes_numa.webp);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    #modalGeophysic_mobile .modal-footer {
        margin-top: -1px;
        background-image: url(../images/pagina_ensino/fundomobile_botoes_geofisica.webp);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    #modalSensing_mobile .modal-footer {
        margin-top: -1px;
        background-image: url(../images/pagina_ensino/fundomobile_botoes_sensoriamento.webp);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    #modalNuma_mobile .inner-nav, #modalGeophysic_mobile .inner-nav, #modalSensing_mobile .inner-nav {
        font-size: 2.5vw;
        width: 27vw;
    }

    #modalNuma_mobile .inner-content, #modalGeophysic_mobile .inner-content, #modalSensing_mobile .inner-content {
        display: flex;
        flex-direction: column;
        /*gap: 30px; !* Espaço entre as linhas de 2020 e 2019 *!*/
        max-width: 100%;
        overflow-x: hidden; /* Esconder qualquer conteúdo que passar dos limites */

        & .year-row {
            display: flex;
            gap: 20px; /* Espaço entre os cards */
            overflow-x: auto; /* Habilitar scroll horizontal */
            padding: 10px 0;
            scroll-snap-type: x mandatory; /* Para fazer o snap ao deslizar */
            -webkit-overflow-scrolling: touch; /* Suaviza o deslize em dispositivos móveis */
            scrollbar-width: none; /* Oculta a barra de rolagem no Firefox */
        }

        & .year-row::-webkit-scrollbar {
            display: none; /* Oculta a barra de rolagem no Webkit (Chrome, Safari) */
        }

        & .year-row::-webkit-scrollbar-thumb {
            background-color: #ccc; /* Cor da barra de rolagem */
            border-radius: 10px;
        }

        & .box {
            min-width: 300px; /* Define uma largura mínima para os cards */
            scroll-snap-align: start; /* Garante que os cards alinhem ao início ao deslizar */
            border: 1px solid #ccc; /* Apenas para visualização, pode remover */
            box-shadow: 0 4px 5px rgb(0 0 0 / 25%);
        }

        & .content {
            font-size: 3.75vw;
        }

        & .footer {
            font-size: 3.75vw;
        }

        & .footerSecondLine {
            font-size: 2.75vw;
        }

        & .buttons > button {
            font-size: 2.75vw;
        }

        & button > a {
            color: #FDA623;
        }

        & .buttonNuma, & .buttonGeophysic, & .buttonSensing, & .buttonCompleted, & .buttonOnGoing {
            font-size: 2.65vw;
        }

        & .footer > .mastermind {
            font-size: 2.75vw;
        }
    }

    #modalNuma_mobile .modal-footer .inner-content, #modalGeophysic_mobile .modal-footer .inner-content, #modalSensing_mobile .inner-content {
        display: initial;
    }
}

@media screen and (max-width: 1536px) {
    .carousel-control-next, .carousel-control-prev {
        display: none;
    }
}

@media only screen and (min-width: 1280px) and (max-width: 1440px) {
    .section-title {
        font-size: 2rem;
    }

    /*.inner-buttons-container {
        margin-top: -10px;
        padding: 6px 5px 0 5px;
    }*/
    .inner-buttons-container .inner-nav {
        font-size: 0.7rem;
    }

    .content-container#numa .btn-nav, .content-container#geophysic .btn-nav, .content-container#sensing .btn-nav {
        font-size: 0.8rem;
    }

    .box {
        & .footer > .mastermind {
            font-size: 0.80vw;
        }

        & .footer > .footerSecondLine {
            font-size: 0.85vw;
        }

        & .buttons > button {
            font-size: 0.85vw;
        }
    }

    #globeDesktop-section .content-wrapper .div-p .collection {
        width: 55%;
    }
}

@media screen and (min-width: 1024px) {
    #swiperTimelineDesktop-section > div.row {
        --bs-gutter-x: 0;
    }

    .videoSticky img {
        margin-top: -20px;
    }
}