body {
    color: #fff;
}

.colorLightBlue {
    color: #51B4EE;
}

.colorBlue {
    color: #00457C;
}

.colorPurple {
    color: #C0B4FF;
}

.colorPurpleBold {
    color: #7564CC;
}

.colorGray {
    color: #707070;
}

.colorYellow {
    color: #E4DE32;
}

.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;
}

.mobileText {
    font-size: 0.85rem;
}

.backButton {
    padding-top: 50%;
}

.backButton i {
    display: block;
    font-size: 30px;
    opacity: 0.5;
}

#imgContent {
    position: relative;
    /* The image used */
    background-image: url('../images/pagina_especializacoes_modelagemAmbiental/bginicio_numa.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: #C0B4FF;
}

#imgContent .subtitle {
    font-size: 1.5em;
    margin: 0;
}

#imgContent .divider {
    width: 100%;
    max-width: 42.5em;
    border: 1px solid #C0B4FF;
    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.35em;
}

#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 #C0B4FF;
}

#content-below-hr {
    font-size: 0.75em;
}

.buttonTeam {
    padding: 2px 8px 2px 8px;
    background-color: transparent;
    color: #C0B4FF;
    border: solid 1px rgba(43, 43, 43, 0.56);
    border-radius: 25px;
}

.buttonTeam a {
    text-decoration: none;
    color: #707070;
}

#highlightsContent, #educationContent {
    background-color: #EEEEEE;
}

.titleContent {
    display: inline-block;
    color: #7564CC;
    font-size: 1.6rem;
}

.custom-hr-titleSection {
    width: 100%;
    margin: 0.2em 0;
    border: 0;
    border-top: 2px solid #7564CC;
    opacity: 0.8;
}

.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: #7564CC;
    color: white;
}

.imgHighlights, .imgEducation {
    width: 90%;
    border-radius: 25px;
}

.btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: #7564CC;
    border-color: #7564CC;
}

.btn-overlay {
    position: absolute;
    bottom: 7px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(117, 100, 204, 0.5);
    color: white;
    border: 25px;
    cursor: pointer;
    font-size: 0.75vw;
    transition: background-color 0.3s, transform 0.3s;
    padding: 3px 10px;
}

.btn-overlay:hover {
    background-color: rgba(117, 100, 204, 0.8);
    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);
}

.contentCards .title {
    font-size: 1.25em;
}

.contentCards .title-micro {
    font-size: 0.9em;
}

.contentCards .card-button {
    background-color: #7564CC;
    color: #fff;
    font-size: 0.8vw;
    padding: 5px 15px 5px 15px;
    border: transparent;
    border-radius: 25px;
}

.contentCards .card-button > a {
    text-decoration: none;
    color: #fff;
}

.custom-hr-contentCards {
    width: 50%;
    margin: 10px auto;
    border-top: 2px solid #C0B4FF;
    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;
}

.modelingContent {
    color: #707070;
    display: inline-block;
    font-size: 1em;
}

.custom-hr-modelingContent {
    width: 100%;
    margin: 0.2em 0;
    border: 0;
    border-top: 2px solid #C0B4FF;
}

.carousel-control-prev.hidden,
.carousel-control-next.hidden {
    display: none;
}

.carousel-control-prev,
.carousel-control-next {
    background-color: white;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 40px;
    color: rgba(66, 66, 66, 0.5);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
}

.carousel-control-prev {
    left: 5%;
}

.carousel-control-next {
    right: 5%;
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    color: black;
}

.carousel-content {
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.2em;
}

.carousel-content hr {
    width: 25%;
    margin: 10px auto;
    border-top: 1px solid #fff;
    opacity: 1;
}

.carousel-content button {
    background-color: #fff;
    color: #7564CC;
    font-size: 1em;
    padding: 5px 15px 5px 15px;
    border: transparent;
    border-radius: 25px;
}

.carousel-content button > a {
    text-decoration: none;
    color: #7564CC;
}

.fontSizeButtonTitle {
    font-size: 0.75em;
}

#aboutUsContent {
    background-color: #F2F2F2;
    font-size: 1.2em;
}

#partnersContent {
    font-size: 1.3em;
}

#partnersContent .imgWithText {
    max-width: 450px;
    margin: 0 auto;
}

.microTextPartners {
    font-size: 0.7em;
    text-align: start;
}

#example1 .modal-body, #example2 .modal-body, #example3 .modal-body, #example4 .modal-body {
    color: #7564CC;
}

#example1 .modal-body hr, #example2 .modal-body hr, #example3 .modal-body hr, #example4 .modal-body hr {
    width: 15%;
    margin: 10px auto;
    border-top: 1px solid #7564CC;
    opacity: 1;
}

.modal-content {
    font-size: 0.8rem;
}

#more1 .modal-content, #more2 .modal-content, #more3 .modal-content {
    position: relative;
    background: none;
    border: none;
}

#more1 .modal-body,
#more1 .modal-footer,
#more2 .modal-body,
#more2 .modal-footer,
#more3 .modal-body,
#more3 .modal-footer {
    position: relative;
    z-index: 2;
    color: white;
    background: none;
}

#more1 .modal-footer, #more2 .modal-footer, #more3 .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_modelagemAmbiental/fundoDestaque1_saibamais.webp") no-repeat center center;
    background-size: cover;
    opacity: 1;
    z-index: 1;
}

#more2 .modal-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/pagina_especializacoes_modelagemAmbiental/fundoDestaque2_saibamais.webp") no-repeat center center;
    background-size: cover;
    opacity: 1;
    z-index: 1;
}

#more3 .modal-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/pagina_especializacoes_modelagemAmbiental/fundoDestaque3_saibamais.webp") no-repeat center center;
    background-size: cover;
    opacity: 1;
    z-index: 1;
}

#more1Mobile .modal-body {
    position: relative;
    z-index: 1;
    background: url("../images/pagina_especializacoes_modelagemAmbiental/fundoDestaque1_saibamais_mobile.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow-y: auto; /* Para permitir o scroll */
    color: #fff;
}

#more2Mobile .modal-body {
    position: relative;
    z-index: 1;
    background: url("../images/pagina_especializacoes_modelagemAmbiental/fundoDestaque2_saibamais_mobile.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow-y: auto; /* Para permitir o scroll */
    color: #fff;
}

#more3Mobile .modal-body {
    position: relative;
    z-index: 1;
    background: url("../images/pagina_especializacoes_modelagemAmbiental/fundoDestaque3_saibamais_mobile.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow-y: auto; /* Para permitir o scroll */
    color: #fff;
}

.contentParagraph {
    font-size: 4.5vw;
}

.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 BUTTON MODAL FOOTER */
.overlay-container {
    position: relative;
    z-index: 1;
    height: 100%;
}

.overlay-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: -1;
}

.modal-footer {
    margin-top: -1px;
    border: transparent;
    justify-content: center;
}

.modal-footer button {
    color: #7564CC;
    border: 2px solid #7564CC;
    background: #fff 0 no-repeat padding-box;
    border-radius: 24px;
}

.modal-footer button a {
    color: #7564CC;
    text-decoration: none;
}

.modal-footer button:hover a, .modal-footer button:hover i {
    color: white; /* Define a cor do link como branco quando o botão está em hover */
}

/* FIM BUTTON MODAL FOOTER */

#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: #C0B4FF;
    display: inline-block;
    width: min-content;
}

.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;
}

p.regular {
    color: #00457C;
}

#destaques_mobile {
    background-color: #F8F8F8;
}

/* Imagens Padrão (Português) */
.swiper-slide--one {
    background: url("../images/pagina_especializacoes_modelagemAmbiental/destaque1_numa.webp") no-repeat 50% 100% / cover;
}

.swiper-slide--two {
    background: url("../images/pagina_especializacoes_modelagemAmbiental/destaque2_numa.webp") no-repeat 50% 100% / cover;
}

.swiper-slide--three {
    background: url("../images/pagina_especializacoes_modelagemAmbiental/destaque3_numa.webp") no-repeat 50% 100% / cover;
}

.swiper-slide--four {
    background: url("../images/pagina_especializacoes_modelagemAmbiental/destaque4_numa.webp") no-repeat 50% 100% / cover;
}

/* Imagens em Inglês */
.en .swiper-slide--one {
    background-image: url("../images/pagina_especializacoes_modelagemAmbiental/en-US/en_destaque1_numa.webp");
}

.en .swiper-slide--two {
    background-image: url("../images/pagina_especializacoes_modelagemAmbiental/en-US/en_destaque2_numa.webp");
}

.en .swiper-slide--three {
    background-image: url("../images/pagina_especializacoes_modelagemAmbiental/en-US/en_destaque3_numa.webp");
}

.en .swiper-slide--four {
    background-image: url("../images/pagina_especializacoes_modelagemAmbiental/en-US/en_destaque4_numa.webp");
}


#destaques_mobile .swiper {
    padding: 0 1.5rem;
}

.carousel-ctrl {
    display: flex;
    align-items: center; /* Centraliza verticalmente */
    justify-content: center; /* Centraliza horizontalmente */
    position: relative;
    width: 100%;
    height: 50px;
}

.carousel-ctrl > .swiper-bt-next, .carousel-ctrl > .swiper-bt-prev {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.carousel-ctrl > div > i {
    font-size: 2rem;
    color: #9E9E9E;
}

.carousel-ctrl > .swiper-bt-prev {
    left: 0;
    padding-left: 13vw;
}

.carousel-ctrl > .swiper-bt-next {
    right: 0;
    padding-right: 13vw;
}

.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 hr {
    color: #7564CC;
}

#activities_mobile div {
    width: 65%;
    font-size: 0.8rem;
}

#activities_mobile div span {
    line-height: 1;
    font-size: 1rem;
    color: #00457C;
}

#activities_mobile img {
    z-index: -1;
    min-width: 40%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

#research_mobile {

    color: white;
    position: relative;
    overflow: hidden;
    min-height: 80vh;
}

#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:not(.mixed,.light) {
    margin: 0.6rem 0;
}

#research_mobile button {
    background-color: #fff;
    color: #7564CC;
    font-size: 1em;
    padding: 5px 15px 5px 15px;
    border: transparent;
    border-radius: 25px;
}

.education--one {
    background: url("../images/pagina_especializacoes_modelagemAmbiental/fundo_formacaoacademica_mobile.webp") no-repeat 50% 50% / cover;
}

.education--two {
    background: url("../images/pagina_especializacoes_modelagemAmbiental/fundo_producaocientifica_mobile.webp") no-repeat 50% 50% / cover;
}

.education--three {
    background: url("../images/pagina_especializacoes_modelagemAmbiental/fundo_cursos_mobile.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 .swiper-slide button > a, #educationContent button a {
    text-decoration: none;
    color: white;
    margin: 2px;
    padding: 2px;
}

#education_mobile .swiper-slide .btn-areas, #educationContent .btn-areas {
    border: 0;
    display: inline;
    padding: 2px 8px 2px 8px;
    color: white;
    border-radius: 25px;
    font-size: 13px;
    background-color: #C0B4FF;
}

#education_mobile .info_grad h5 {
    margin-bottom: 0;
}

#partners_mobile .container .col-sm-12 {
    margin: 1.5rem 0;
}

@media screen and (max-width: 1440px) {
    .btn-overlay {
        bottom: 2%;
    }
}

@media screen and (max-width: 1300px) {
    .btn-overlay {
        bottom: 2%;
    }
}

@media screen and (max-width: 768px) {
    .swiper-slide {
        height: 30rem;
    }

    .carousel-content {
        position: absolute;
        top: 6%;
        left: 50%;
        transform: translateX(-50%);
        font-size: 0.85em;
        margin-bottom: 30px;
        width: 80%;
    }

    .carousel-control-prev, .carousel-control-next {
        top: auto;
        bottom: 0;
    }

    .carousel-control-prev {
        left: 10%; /* Ajusta a posição do controle anterior */
    }

    .carousel-control-next {
        right: 10%; /* Ajusta a posição do controle próximo */
    }

    #aboutUsContentMobile {
        background-color: #F2F2F2;
    }

    #partnersContentMobile {
        font-size: 0.9em;
    }

    .microTextPartners {
        font-size: 0.85em;
    }

    .btn-overlay {
        bottom: 3%;
        font-size: 4vw;
    }

    .modal-footer {
        background-image: url("../images/pagina_especializacoes_modelagemAmbiental/btfundo_fechar_modambiental.webp");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

}

@media screen and (max-width: 375px) {
    .overlay-container {
        height: 105vh;
    }
}