.colorBlue {
    color: #00BAFF;
}

.colorDarkBlue {
    color: #0E52AE;
}

.colorOrange {
    color: #FDA623;
}

.colorGray {
    color: #707070;
}

.justify-self-center {
    justify-self: center !important;
}

.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;
}

#carousel .carousel-indicators [data-bs-target], #carousel-mobile .carousel-indicators [data-bs-target] {
    border: 1px solid white;
    border-radius: 50%;
    width: 12px;
    height: 12px;
}

#carousel .carousel-indicators .active, #carousel-mobile .carousel-indicators .active {
    background-color: #00457C !important;
}

#desktop #home {
    height: 100vh;
}

#desktop #home .img1 {
    background-image: url('../images/pagina_projetoazul/bg_inicio_part1.webp');
    /* Full height */
    height: 100vh;

    /* Create the parallax scrolling effect */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#desktop #home .img2, #desktop #home .img3 {
    background-image: url('../images/pagina_projetoazul/bg_inicio_part2.webp');
    /* Full height */
    height: 100vh;

    /* Create the parallax scrolling effect */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#desktop .carousel-control-next, #desktop .carousel-control-prev {
    width: 9%;
    font-size: 3em;
}

#desktop .img2 .container-p, #desktop .img3 .container-p {
    position: relative;
    top: 60%;
    transform: translateY(-50%);
    color: white;
    /*margin: 0 10em;*/
}

#desktop .main-txt {
    position: absolute;
    top: 55%;
    /*left: 9%;*/
    /*width: 40%;*/
    transform: translateY(-50%);
    color: white;
}

#desktop #home .main-txt *:not(a,i) {
    padding-bottom: 1rem;
}

#desktop #home .visit {
    font-size: 1rem;
    padding: 0 10px;
    display: inline-block;
    color: orange;
    background-color: white;
    min-width: 8vw;
    min-height: 2rem;
    align-content: center;
    text-align: center;
    border-radius: 25px;
}

#desktop #home .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;
}

#desktop #home .btn-continue span {
    font-size: 1rem;
}

#desktop #home .btn-continue i {
    font-size: 1.5rem;
}

#desktop .areas {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#desktop .areas span {
    display: inline-block;
    text-align: center;
}

#desktop .areasImg {
    width: 30px;
}

#desktop .img2 .secondSectionTitle {
    font-size: 1.75vw;
    line-height: 1;
}

#desktop .img2 .secondSectionSubtitle {
    font-size: 1.3vw;
    line-height: 1.15;
}

#desktop .img2 .secondSectionImg {
    width: 75%;
}

#desktop .img2 .imageCaption {
    font-size: 0.8rem;
}

.img3 {
    & #veja-aqui {
        background: url('../images/pagina_projetoazul/borda_vejaaqui.svg') no-repeat;
        background-size: contain;
    }

    & .buttons > button {
        border-color: #FDA623;
        background-color: transparent;
        border-radius: 25px;
        padding: 5px;
        font-size: 0.75rem;
    }

    & .buttons > button > .pdfIcon {
        padding: 5px;
        color: #FDA623;
    }

    & .buttons > button > .pdfIcon > i {
        font-size: 1.2rem;
    }
}

#desktop .img3 {
    & #veja-aqui {
        align-content: end;
        height: 3em;
        padding-bottom: .5rem;
    }

    & .thirdSectionTitle {
        font-size: 1.2vw;
        line-height: 1.15;
    }

    & span.light {
        font-size: 0.8rem;
    }
}

#desktop #monitoring .title {
    line-height: 1.1;
    font-size: 2vw;
}

#desktop #monitoring #subtitle {
    line-height: 1.4;
    font-size: 0.95vw;
}

#desktop #monitoring {
    position: relative;
    background: url('../images/pagina_projetoazul/bg_monitoramentotemporeal.webp') no-repeat center center / cover;
    min-height: 100vh;
    overflow: hidden;
}

#desktop #monitoring .container .row {
    padding: 0 12rem;
}

#desktop #about-project {
    background: url('../images/pagina_projetoazul/img_sobreprojeto.webp') no-repeat 0 0;
}

#about-project #firstTitle, #secondTitle, #about-project #secondSubtitle {
    font-size: 1.5vw;
    line-height: 1.25;
}

#about-project #secondAuxSubtitle {
    font-size: 0.95vw;
    line-height: 1.25;
}

#desktop .swiper-slide--one {
    background: url("../images/pagina_projetoazul/img_lancamentoderivador.webp") no-repeat 50% 100% / cover;
}

#desktop .swiper-slide--two {
    background: url("../images/pagina_projetoazul/img_perfilador.webp") no-repeat 50% 100% / cover;
}

#desktop .swiper-slide--three {
    background: url("../images/pagina_projetoazul/img_lancamentoglider.webp") no-repeat 50% 100% / cover;
}

/* INICIO MODAL */
.modal-body {
    padding: 40px;
    color: #fff;
    background-color: #5d5d5d;
}

#firstVideoMobile .modal-body, #secondVideoMobile .modal-body {
    padding: 10px;
}


.closeModal {
    color: #fff;
    border: 2px solid #fff;
    background: transparent;
    border-radius: 24px;
    margin-top: 5px;
    padding: 6px;
}

.closeModal:active, .closeModal:hover {
    border: 2px solid #fff;
}

/* FIM MODAL */

#desktop #swiperAbout {
    overflow: hidden;
}

#desktop #swiperAbout .swiper-slide {
    justify-content: center;
    align-items: center;
}

#desktop #swiperAbout .swiper-slide span:not(.video) {
    color: white;
    font-size: 1.4rem;
    width: 65%;
}

#desktop #swiperAbout .video {
    background-color: white;
    border-radius: 2rem;
    padding: .7rem .9rem;
    font-size: 1.2rem;
}

#desktop .carousel-ctrl {
    display: flex;
    align-items: center; /* Centraliza verticalmente */
    justify-content: center; /* Centraliza horizontalmente */
    position: relative;
    width: 100%;
    height: 25px;
}

#desktop .swiper-pagination-bullets {
    width: unset !important;
}

#desktop .swiper-slide {
    width: 23rem !important;
    height: 37rem !important;
}

#main-goals .title {
    font-size: 2.30vw;
    line-height: 1.05;
}

#main-goals .titleSecondPart {
    font-size: 2.15vw;
    line-height: 1.05;
}

#desktop #main-goals {
    background: url("../images/pagina_projetoazul/bg_objetivosdoprojetoazul.webp") no-repeat 50% 100% / cover;
    min-height: 130vh;
}

#desktop #main-goals #carousel-goals .inside-txt {
    width: 35%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.5rem;
}

#desktop #carousel-goals .carousel-indicators [data-bs-target] {
    background-color: #91C7EF;
    border: 1px solid white;
    border-radius: 50%;
    width: 15px;
    height: 15px;
}

#desktop #carousel-goals .carousel-indicators .active {
    background-color: #FDA623;
}

#desktop #carousel-goals .carousel-indicators {
    align-items: center;
}

#desktop #carousel-goals .carousel-indicators * {
    margin: 0 .4em;
}

#desktop #carousel .carousel-indicators .carousel-control-prev, #desktop #carousel .carousel-indicators .carousel-control-next {
    position: relative;
    display: block;
    width: unset;
    font-size: 1.5em;
}

#desktop #carousel-goals .carousel-indicators .carousel-control-prev, #desktop #carousel-goals .carousel-indicators .carousel-control-next {
    position: relative;
    display: block;
    width: unset;
    font-size: 1.5em;
}

#desktop #main-goals .info {
    width: 45%;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    font-size: 1.5rem;
    background-color: rgba(1, 51, 84, 0.5);
    border: 5px solid white;
}

#desktop #acting {
    background: url("../images/pagina_projetoazul/img_silhuetapredio.webp") no-repeat 0 100% / contain;
    min-height: 100vh;
}

#desktop #acting .side-txt {
    font-size: 1.06vw;
    width: 50%;
    padding: 6vw 6vw 6vw 0;
}

#desktop #acting .side-txt div.d-flex div {
    margin-bottom: 1rem;
}

#desktop #acting .side-txt div.d-flex div i {
    font-size: 1.3rem;
    margin-right: .5rem;
}

#desktop #project-team {
    background-color: #EEECEC;
}

#desktop #project-team .above-content {
    margin-top: -15vh;
}

#desktop #project-team p.regular {
    font-size: .8rem;
}

#desktop #project-team .container {
    width: 40%;
}

#desktop #project-team .container .col-5 {
    margin-left: 2.5vw;
}

#partners {
    min-height: 50vh;
}

#partners .container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#mobile .carousel-control-next, #mobile .carousel-control-prev {
    width: 15%;
    font-size: 3em;
    align-self: end;
    margin-bottom: 2rem;
}

#mobile #home .img1 {
    background: url("../images/pagina_projetoazul/bg_inicio_part1_mobile.webp") 100% 100% / cover;
    min-height: 82vh;
}

#mobile #home .img2 {
    background: url("../images/pagina_projetoazul/bg_inicio_part2_mobile.webp") 100% 100% / cover;
    min-height: 82vh;
    padding: 2rem 0 3rem 0;
}

#mobile #home .img2 .title {
    font-size: 5.5vw;
    line-height: 1.20;
}

#mobile #home .img2 .subtitle {
    font-size: 5vw;
    line-height: 1.20;
}

#mobile #home .img3 {
    background: url("../images/pagina_projetoazul/bg_inicio_part3_mobile.webp") 100% 100% / cover;
    min-height: 82vh;
    padding: 2rem 1rem;
}

#mobile #home .img3 .contentText {
    font-size: 4vw;
}

#mobile #home .img3 .contentText > div {
    font-size: 3vw;
}

#mobile #home .text-slide {
    padding: 3rem 1.5rem;
}

#mobile #home .text-slide *:not(a,i) {
    padding-bottom: 0.5rem;
}

#mobile #home .text-slide .visit {
    display: inline-block;
    color: orange;
    background-color: white;
    min-width: 10rem;
    min-height: 1.5rem;
    align-content: center;
    text-align: center;
    border-radius: 25px;
}

#mobile .areas {
    font-size: 3vw;
}

#mobile .areas img {
    width: 30px;
    height: 30px;
}

#mobile .areas span {
    display: inline-block;
    text-align: center;
    margin-right: .5rem;
}

#mobile #home .diff-overflow::-webkit-scrollbar {
    display: none;
}

#mobile #home .diff-overflow {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

#mobile .diff-overflow span.light {
    font-size: 2.75vw;
    margin: 0 0.7rem 0 0.5rem;
    min-width: 40vw;
}

#mobile .diff-overflow img {
    border-radius: 25px;
    max-width: 40%;
}

#mobile .img3 #veja-aqui {
    padding: 1rem;
    font-size: 1.1rem;
    line-height: 1.2;
    height: unset;
}

#mobile #carousel-monitoring .carousel-item b {
    font-size: 1.3rem;
}

#mobile #carousel-monitoring .carousel-indicators [data-bs-target] {
    background-color: #91C7EF;
    border: 1px solid white;
    border-radius: 50%;
    width: 15px;
    height: 15px;
}

#mobile #carousel-monitoring .carousel-indicators .active {
    background-color: #FDA623;
}

#mobile #carousel-monitoring .carousel-indicators {
    align-items: center;
}

#mobile #carousel-monitoring .carousel-indicators * {
    margin: 0 .4em;
}

#mobile #carousel-monitoring .carousel-indicators .carousel-control-prev, #mobile #carousel-monitoring .carousel-indicators .carousel-control-next {
    position: relative;
    display: block;
    width: unset;
    font-size: 1.5em;
}

#mobile #carousel-monitoring .carousel-control-prev:hover, #mobile #carousel-monitoring .carousel-control-next:hover {
    color: #707070;
}

#mobile #monitoring {
    background: url('../images/pagina_projetoazul/bg_monitoramentotemporeal_mobile.webp') no-repeat 0 0 / cover;
}

#mobile #carousel-txt .text {
    line-height: 1.25;
    font-size: 4.65vw;
}

#mobile #carousel-txt .carousel-inner {
    min-height: 14rem;
    align-content: center;
}

#mobile #carousel-txt {
    position: relative;
    right: 0;
    left: 0;
}

#mobile #carousel-txt .carousel-indicators [data-bs-target] {
    background-color: #91C7EF;
    border: 1px solid white;
    border-radius: 50%;
    width: 15px;
    height: 15px;
}

#mobile #carousel-txt .carousel-indicators .active {
    background-color: #FDA623;
}

#mobile #carousel-txt .carousel-indicators {
    align-items: center;
}

#mobile #carousel-txt .carousel-indicators * {
    margin: 0 .4em;
}

#mobile #about-project {
    background: url('../images/pagina_projetoazul/img_sobreprojeto_mobile.webp') no-repeat 0 35% / auto;
}

#mobile #swiperAbout_mobile .carousel-ctrl .swiper-bt-prev, #mobile #swiperAbout_mobile .carousel-ctrl .swiper-bt-next {
    height: 30px;
    width: 30px;
    color: #707070;
}

#mobile #swiperAbout_mobile .swiper-pagination-bullets {
    width: unset;
}

#mobile .swiper-slide--one {
    background: url("../images/pagina_projetoazul/img_lancamentoderivador.webp") no-repeat 50% 100% / cover;
}

#mobile .swiper-slide--two {
    background: url("../images/pagina_projetoazul/img_perfilador.webp") no-repeat 50% 100% / cover;
}

#mobile .swiper-slide--three {
    background: url("../images/pagina_projetoazul/img_lancamentoglider.webp") no-repeat 50% 100% / cover;
}

#mobile .swiper-slide {
    height: 70vh;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-size: 1.5rem;
}

#mobile #swiperAbout_mobile .video {
    background-color: white;
    border-radius: 2rem;
    padding: .7rem .9rem;
    font-size: 1.2rem;
}

#mobile #carousel-goals_mobile, #desktop #carousel-goals {
    right: 0;
    left: 0;
}

#mobile #carousel-goals_mobile img {
    width: 90vw;
}

#mobile #carousel-goals_mobile .inside-txt {
    font-size: 3.5vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75vw;
}

#mobile #carousel-goals_mobile .carousel-control-prev:hover, #mobile #carousel-goals_mobile .carousel-control-next:hover {
    color: #707070;
}

#mobile #carousel-goals_mobile .carousel-indicators [data-bs-target] {
    background-color: #91C7EF;
    border: 1px solid white;
    border-radius: 50%;
    width: 15px;
    height: 15px;
}

#mobile #carousel-goals_mobile .carousel-indicators .active {
    background-color: #FDA623;
}

#mobile #carousel-goals_mobile .carousel-indicators {
    align-items: center;
}

#mobile #carousel-goals_mobile .carousel-indicators * {
    margin: 0 .4em;
}

#mobile #carousel-goals_mobile .carousel-indicators .carousel-control-prev, #mobile #carousel-goals_mobile .carousel-indicators .carousel-control-next {
    position: relative;
    display: block;
    width: unset;
    font-size: 1.5em;
}

#mobile #main-goals .info {
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    font-size: 3.75vw;
    background-color: rgba(1, 51, 84, 0.5);
    border: 5px solid white;
}

#mobile #main-goals {
    background: url('../images/pagina_projetoazul/bg_objetivosdoprojetoazul_mobile.webp') no-repeat 100% 100% / cover;
    padding-bottom: 10vh;
}

#mobile #acting {
    background: url('../images/pagina_projetoazul/img_silhuetapredio_mobile.webp') no-repeat 0 100% / auto;
    min-height: 100vh;
}

#mobile #acting div i {
    margin-right: 0.5rem;
    font-size: 1.4rem;
}

#mobile #acting div {
    font-size: 1.2rem;
    display: flex;
    align-items: center;
}

#mobile #project-team {
    background-color: #F2F2F2;
}

#mobile #project-team p.light {
    text-align: center;
    font-size: 0.75rem;
}

#mobile #project-team img.above-content {
    margin-top: -6vh;
}

#mobile #project-team span.semiBold {
    font-size: 1.3rem;
}

#mobile #project-team #team div.col-12 {
    margin-bottom: 3rem;
}

#mobile #partners-mobile .img1 {
    width: 20%;
}

#mobile #partners-mobile .img2,
#mobile #partners-mobile .img3,
#mobile #partners-mobile .img4 {
    width: 50%;
}

@media (max-width: 1024px) {
    #desktop {
        display: none;
    }

    body {
        color: #fff;
    }
}

@media (min-width: 1024px) and (max-width: 1598px) {
    #monitoring #subtitle {
        font-size: 1.15vw;
    }
}

@media (min-width: 1025px) {
    #mobile {
        display: none;
    }

    .opacity {
        background: transparent;
    }

    body {
        color: #fff;
    }
}
