body {
    color: #fff;
}

.colorLightBlue {
    color: #51B4EE;
}

.colorBlue {
    color: #00457C;
}

.colorPurple {
    color: #C0B4FF;
}

.colorPurpleBold {
    color: #7564CC;
}

.colorGray {
    color: #707070;
}

.colorYellow {
    color: #E4DE32;
}

.colorGold {
    color: #CC9D2D;
}

.colorGoldLight {
    color: #CBB37C;
}

.colorGoldBold {
    color: #9F874E;
}

.colorSensor {
    color: #CBB37C;
}

.colorSensorStronger {
    color: #9F874E;
}

.colorGeoLighter {
    color: #D0D800;
}

.p-6 {
    padding: 4rem;
}

.p-6-withoutTop {
    padding-bottom: 4rem;
    padding-left: 4rem;
    padding-right: 4rem;
}

.p-6-withoutBottom {
    padding-top: 4rem;
    padding-left: 4rem;
    padding-right: 4rem;
}

.p-6-left-right {
    padding-left: 4rem;
    padding-right: 4rem;
}

.p-modal {
    padding-left: 10rem;
    padding-right: 10rem;
}

.mobileText {
    font-size: 0.85rem;
}

.backButton {
    padding-top: 50%;
}

.backButton i {
    display: block;
    font-size: 30px;
    opacity: 0.5;
}

.opacity {
    background: transparent linear-gradient(180deg, #242424 0%, #80808000 100%) 0 0 no-repeat padding-box;
}

hr {
    border-top: 2px solid;
    opacity: 1;
}

#infoAbout_mobile {
    position: relative;
}

#infoAbout_mobile .img-fade {
    position: relative;
    max-height: 80vh;
    min-height: 300px;
    height: 100%;
    max-width: 100vw;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    /* Ajuste os valores do polygon para cortar a imagem na diagonal */
}

.img-fade div, .img-fade img {
    position: absolute;
    top: 0;
    width: 100%;
}

.img-fade img {
    min-height: 562px;
}

.img-fade div {
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
    min-height: 100%;
    min-width: 100%;
}

.descArea, .techArea {
    position: absolute;
    z-index: 1;
    width: 80%;
}

.descArea {
    color: white;
    top: 0;
    left: 0;
}

.techArea {
    color: #707070;
    bottom: 0;
    right: 0;
    font-size: .9rem;
    display: flex;
    flex-direction: column;
    width: auto;
    max-width: 60%;
}

.descArea h2 {
    color: #CBB37C;
    display: inline-block;
    width: min-content;
}

.descArea span.light {
    line-height: 1.1;
    font-size: 1.2rem;
    display: block;
}

.techArea span {
    color: #9C9C9C;
}

.techArea p {
    margin-bottom: 0 !important;
}

.techArea .btns {
    display: flex;
    flex-direction: column;
}

.techArea .btns button {
    align-self: end;
    color: #707070;
}

.techArea .btns button:not(.bt-outline) {
    display: flex;
    align-items: center;
}

.techArea .btns button img {
    margin-left: 5px;
}

.techArea .bt-outline {
    color: black;
    width: 140px;
    border: 1px solid black;
    background: transparent;
    border-radius: 24px;
}

.div-btns {
    width: 100%;
    border: 0 !important;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 1rem;
}

.bt-saiba-mais {
    border: 0;
    display: inline;
    padding: 5px 12px 5px 12px;
    color: white;
    border-radius: 25px;
    font-size: 13px;
    background-color: #CBB37C;
}

.bt-saiba-mais a {
    text-decoration: none;
    color: white;
    margin: 2px;
    padding: 2px;
}

#destaques_mobile {
    background-color: #F8F8F8;
}

.swiper-slide--one {
    background: url("../images/pagina_especializacoes_sensoriamentoRemoto/destaque1_sensoriamento.webp") no-repeat 50% 100% / cover;
}

.swiper-slide--two {
    background: url("../images/pagina_especializacoes_sensoriamentoRemoto/destaque2_sensoriamento.webp") no-repeat 50% 100% / cover;
}

.swiper-slide--three {
    background: url("../images/pagina_especializacoes_sensoriamentoRemoto/destaque3_sensoriamento.webp") no-repeat 50% 100% / cover;
}

.swiper-slide--four {
    background: url("../images/pagina_especializacoes_sensoriamentoRemoto/destaque4_sensoriamento.webp") no-repeat 50% 100% / cover;
}

.swiper-slide a:hover {
    color: white;
}

#destaques_mobile .swiper {
    padding: 0 2.5rem;
}

.carousel-ctrl {
    display: flex;
    align-items: center; /* Centraliza verticalmente */
    justify-content: center; /* Centraliza horizontalmente */
    position: relative;
    width: 100%;
    height: 50px;
}

.carousel-ctrl > .swiper-button-next, .carousel-ctrl > .swiper-button-prev {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    top: 90%;
    transform: translateY(-50%);
    z-index: 10;
}

.carousel-ctrl > div > i {
    font-size: 2rem;
    color: #9E9E9E;
}

.carousel-ctrl > .swiper-button-prev {
    left: 0;
    padding-left: 25%;
}

.carousel-ctrl > .swiper-button-next {
    right: 0;
    padding-right: 25%;
}

.carousel-ctrl > .swiper-pagination {
    bottom: 0 !important;
    margin-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 0.2;
    width: auto;
    color: #DADADA;
}

.carousel-ctrl > .swiper-pagination > .swiper-pagination-bullet {
    background: #DADADA;
    opacity: 1;
}

.carousel-ctrl > .swiper-pagination > .swiper-pagination-bullet-active {
    background: #00457C;
}

.carousel-ctrl .swiper-pagination--one {
    width: unset;
}

#activities_mobile {
    position: relative;
}

#activities_mobile div {
    width: 65%;
}

#activities_mobile img {
    z-index: -1;
    min-width: 40%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

#research_mobile {
    background: url("../images/pagina_especializacoes_sensoriamentoRemoto/fundo_areastecnologicas_mobile.webp") no-repeat 0 100% / cover;
    font-size: 0.95rem;
}

#research_mobile h6 {
    justify-self: center;
    display: grid;
}

#research_mobile h6 hr {
    color: white;
    width: 45%;
    justify-self: center;
}

/* Estilos de animação de slide na div #research_mobile */
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

.fade-in {
    animation: fadeIn 0.5s ease;
}

.fade-out {
    animation: fadeOut 0.5s ease;
}

@keyframes slideInLeft {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideOutLeft {
    from {
        transform: translateX(0);
        opacity: 1;
    }
    to {
        transform: translateX(-100%);
        opacity: 0;
    }
}

@keyframes slideOutRight {
    from {
        transform: translateX(0);
        opacity: 1;
    }
    to {
        transform: translateX(100%);
        opacity: 0;
    }
}

@keyframes slideInRight {
    from {
        transform: translateX(-100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.slide-in-left {
    animation: slideInLeft 0.5s forwards;
}

.slide-out-left {
    animation: slideOutLeft 0.5s forwards;
}

.slide-in-right {
    animation: slideInRight 0.5s backwards;
}

.slide-out-right {
    animation: slideOutRight 0.5s backwards;
}

/*   FIM CONFIGURAÇÃO ANIMAÇÕES   */

#research_mobile div span {
    margin: 0.6rem 0;
}

#research_mobile div span i {
    margin-top: 0.3rem;
}

#research_mobile div i {
    font-size: 1.3rem;
    margin-right: .5rem;
    color: #CC9D2D;
}

#research_mobile .ctrl-div i, #aboutUs_mobile .ctrl-div i {
    text-decoration: none;
    font-size: 2.5rem;
    color: white;
    position: absolute;
    bottom: 0;
}

.education--one {
    background: url("../images/pagina_especializacoes_sensoriamentoRemoto/fundo_sensoriamento_formacaoacademica_mobile.webp") no-repeat 50% 50% / cover;
}

.education--two {
    background: url("../images/pagina_especializacoes_sensoriamentoRemoto/fundo_sensoriamento_des.webp") no-repeat 50% 50% / cover;
}

#education_mobile .swiper {
    overflow: hidden;
    padding: 0 2.5rem;
}

#education_mobile .swiper-slide .info_grad {
    width: 100%;
    border: 0;
    position: absolute;
    color: white;
    left: 50%;
    transform: translateX(-50%);
}

#education_mobile .swiper-slide .info_grad aside {
    font-size: 1.5rem;
}

#education_mobile .info_grad h5 {
    margin-bottom: 0;
}

#aboutUs_mobile {
    background-color: #F2F2F2;
    overflow: hidden;
    position: relative;
}

#aboutUs_mobile div p a {
    color: #9F874E;
    text-decoration: underline;
    font-weight: bold;
}


#aboutUs_mobile .page2_aboutUs_mobile div {
    display: flex;
    flex-direction: column;
}

#aboutUs_mobile i {
    font-size: 1.3rem;
    margin-top: .1rem;
    margin-right: .5rem;
    color: #9F874E;
}

#aboutUs_mobile div hr {
    border-top: 2px solid;
    color: #9F874E;
}

#partners_mobile .container .col-sm-12 {
    margin: 1.5rem 0;
}

#more1_mobile .modal-body {
    position: relative;
    color: #fff;
    background-image: url('../images/pagina_especializacoes_sensoriamentoRemoto/fundoDestaque4_saibamais_mobile.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

#more1_mobile .modal-body::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5); /* Sobreposição semi-transparente */
    z-index: 1;
}

#more1_mobile .modal-body > .titleContent,
#more1_mobile .modal-body > .text-start {
    position: relative;
    z-index: 2;
}

.colorArea {
    color: #988E6C;
}

#imgContent {
    position: relative;
    /* The image used */
    background-image: url('../images/pagina_especializacoes_sensoriamentoRemoto/bginicio_sensoriamento.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;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;

    transition: opacity 0.3s ease;
}

#imgContent .title {
    font-size: 4em;
    margin: 0;
    color: #CBB37C;
}

#imgContent .subtitle {
    font-size: 1.5em;
    margin: 0;
}

#imgContent .divider {
    width: 100%;
    max-width: 42.5em;
    border: 1px solid #CBB37C;
    margin: 5px 0;
    opacity: 1;
}

.scroll-button {
    position: absolute;
    bottom: 20px;
    background-color: transparent;
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.scroll-button:hover {
    opacity: 0.7;
}

#infoContent {
    font-size: 1.2rem;
}

#infoContent .text-coordinator {
    display: inline-block;
    font-size: 1em;
}

#infoContent .custom-hr-coordinator {
    width: 100%;
    margin: 0.5em 0;
    border: 0;
    border-top: 2px solid #9F874E;
}

#readMoreToggle span, #readMoreToggle i, #historicToggle span, #historicToggle i {
    color: #7e7e7e;
}

#readMoreToggle span, #historicToggle span {
    color: #7e7e7e;
}

#readMoreToggle, #historicToggle {
    padding: 5px !important;
}

#readMoreToggle:hover, #historicToggle:hover {
    padding: 5px !important;
    background-color: #7e7e7e;
}

#readMoreToggle:hover span, #readMoreToggle:hover i, #historicToggle:hover span, #historicToggle:hover i {
    color: #fff;
}

#content-below-hr {
    font-size: 0.75em;
}

.buttonTeam {
    padding: 2px 8px 2px 8px;
    background-color: transparent;
    color: #9F874E;
    border: solid 1px rgba(43, 43, 43, 0.56);
    border-radius: 25px;
}

.buttonTeam a {
    text-decoration: none;
    color: #707070;
}

#highlightsContent, #educationContent {
    background-color: #EEEEEE;
}

#firstTitle {
    display: inline-block;
    font-size: 1.6rem;
}

#firstTitle hr {
    width: 100%;
    margin: 0.2em 0;
    border: 0;
    border-top: 2px solid #9F874E;
    opacity: 0.8;
}

.titleContent {
    display: block; /* Mudar de inline-block para block */
    width: 100%;
    text-align: center; /* Centraliza o conteúdo */
    color: #9F874E;
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
}

.custom-hr-titleSection {
    width: 80px; /* Largura reduzida para criar um traço centralizado */
    margin: 0.2em auto 1em; /* Centraliza horizontalmente (auto) */
    border: 0;
    border-top: 2px solid #9F874E;
    opacity: 1;
}

.imgHighlights, .imgEducation {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.animatable-card:hover .imgHighlights, .animatable-card:hover .imgEducation {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.animatable-card:hover .btn-overlay {
    background-color: #9F874E;
    color: white;
}

.imgHighlights, .imgEducation {
    width: 90%;
    border-radius: 25px;
}

.btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: #9F874E;
    border-color: #9F874E;
}

.btn-overlay {
    position: absolute;
    bottom: 3%;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(203, 179, 124, 1);
    color: white;
    border: 25px;
    cursor: pointer;
    font-size: 0.7rem;
    transition: background-color 0.3s, transform 0.3s;
    padding: 8px 16px;
}

.btn-overlay:hover {
    background-color: rgba(203, 179, 124, 0.5);
    transform: translateX(-50%) scale(1.05);
}

.contentCards {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    font-size: 1em;
    width: calc(100% - 90px);
}

.contentCardsWithButton {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    font-size: 1em;
    width: calc(100% - 90px);
}

.contentCards .title, .contentCardsWithButton .title {
    font-size: 1.25em;
}

.contentCards .title-micro, .contentCardsWithButton .title-micro {
    font-size: 0.9em;
}

.custom-hr-contentCards {
    width: 50%;
    margin: 10px auto;
    border-top: 2px solid #CBB37C;
    opacity: 1;
}

.custom-hr-micro-contentCards {
    width: 25%;
    margin: 10px auto;
    border-top: 2px solid #C0B4FF;
    opacity: 1;
}

#globeTextContent {
    margin-top: -60px;
    font-size: 1.5em;
}

#globeTextContent .title {
    color: #00457C;
    font-size: 1.25em;
}

.sensingTextContent {
    color: #707070;
    font-size: 1em;
}

.sensingTextContent a {
    color: #707070;
}

.sensing-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1200px;
    max-height: 200vh;
}

/* Melhorias gerais de texto */
.sensing-content p {
    word-wrap: break-word;
    hyphens: auto;
    margin-bottom: 1rem;
}

.sensing-content .bold {
    word-break: keep-all; /* Evita quebra de palavras importantes */
}

#historicContent, #historic_mobile {
    overflow: hidden; /* esconde o que extrapola a área deste contêiner */
    background-color: #E1E1E1;
}

.bigger-image {
    position: absolute;
    top: -30%;
    right: -70%;
    width: 135%;
    height: auto;
}

#projectContent {
    background-color: #F2F2F2;
    font-size: 1.075em;
}

.titleModal {
    font-size: 1.6em;
}

.textModal {
    font-size: 1.4em;
}

#more3 .titleModal {
    font-size: 1.4em;
}

#more3 .textModal {
    font-size: 1.2em;
}

.modal-xxl {
    --bs-modal-width: 1400px;
}

.modal-content {
    position: relative;
    background: none;
    border: none;
    overflow: hidden;
}

.modal-footer {
    border-top: none;
}

#more1 .modal-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/pagina_especializacoes_sensoriamentoRemoto/fundoDestaque4_saibamais.webp") no-repeat center center;
    background-size: cover;
    opacity: 1;
    z-index: 1;
}

.textInsideModal {
    font-size: 1rem;
}

.buttonInsideModal {
    background-color: #fff;
    color: #FDA623;
    font-size: 1em;
    padding: 5px 15px 5px 15px;
    border: transparent;
    border-radius: 25px;
}

.buttonInsideModal > a {
    text-decoration: none;
    color: #FDA623;
}

/* INICIO PARCEIROS */
.partner-item {
    transition: transform 0.3s ease;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hover-scale:hover {
    transform: scale(1.10);
}

.partner-item img {
    max-width: 160px;
    max-height: 80px;
    width: auto;
    height: auto;
    transition: all 1000ms cubic-bezier(0.335, 0.010, 0.030, 1.360);
}


@media (max-width: 768px) {
    .partner-item img {
        max-width: 120px;
    }
}

/* FIM PARCEIROS */

/* INICIO BUTTON MODAL FOOTER */
.modal-footer {
    justify-content: center;
}

.modal-footer button {
    color: #9F874E;
    border: 2px solid #9F874E;
    background: #fff 0 no-repeat padding-box;
    border-radius: 24px;
}

.modal-footer button a {
    color: #9F874E;
    text-decoration: none;
}

.modal-footer button:hover a, .modal-footer button:hover i {
    color: white;
}

/* FIM BUTTON MODAL FOOTER */

@media screen and (max-width: 1440px) {
    .btn-overlay {
        bottom: 5%;
    }

    .contentCardsWithButton {
        bottom: 50px;
    }

    .educationCard {
        bottom: 3%;
    }

    .p-modal {
        padding-left: 4rem;
        padding-right: 4rem;
    }

    .modal-xxl {
        --bs-modal-width: 1200px;
    }
}

@media screen and (max-width: 1399px) {
    .sensing-content {
        padding: 6rem;
    }
}

@media screen and (max-width: 1300px) {
    .contentCardsWithButton {
        bottom: 40px;
    }

    .educationCard {
        bottom: 2%;
    }

    .sensing-content {
        font-size: 0.9rem;
    }
}

@media (max-width: 768px) {
    .modal-footer {
        margin-top: -1px;
        background-image: url('../images/pagina_especializacoes_sensoriamentoRemoto/btfundo_fechar_sensoremoto.webp');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .divCloseButtonModal {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    #modalExchange_mobile .modal-body::before {
        display: block; /* Mostrar em resoluções menores */
    }
}

@media (min-width: 1024px) {
    .modal-body,
    .modal-footer {
        position: relative;
        z-index: 2;
        color: white;
        background: none;
    }

    .modal-footer {
        border-top: none;
        margin-top: 30vh;
    }
}

@media screen and (max-height: 700px) {
    .sensing-content {
        font-size: 0.85rem;
    }
}

