.colorGreen {
    color: #51DB61;
}

.colorDarkBlue {
    color: #0E52AE;
}

.colorOrange {
    color: #FDA623;
}

.colorYellow {
    color: #FFEE00;
}

.colorGray {
    color: #707070;
}

.colorWhite {
    color: #FFF;
}

.colorDarkGreen {
    color: #306748;
}

.px-cont {
    width: 50%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.btn-left-icon, .btn-right-icon {
    text-decoration: none;
    padding: .5rem 1rem;
    width: 12rem;
    border: none;
    border-radius: 20px;
}

.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;
}

.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;
}


.modal-bg {
    background-color: #5D5D5D;

    .modal-footer {
        border-top: none;
    }

    .btn-right-icon {
        width: unset;
        border: 1px solid white;
    }
}

#mobile {
    .modal-bg {
        .modal-body {
            background-color: #FFF;
        }

        .w-85 {
            width: 85% !important;
        }
    }

    #carousel-sensoriamento {
        .carousel-indicators [data-bs-target] {
            background-color: #c6c6c6;
            border: 1px solid white;
            border-radius: 50%;
            width: 15px;
            height: 15px;
        }

        .carousel-indicators {
            align-items: center;
            position: unset;

            .carousel-control-prev {
                margin-right: .5rem;
            }

            .carousel-control-next {
                margin-left: .5rem;
            }

            .active {
                background-color: #FDA623;
            }

            .carousel-control-next, .carousel-control-prev {
                position: relative;
                display: block;
                width: unset;
                font-size: 1.5em;
            }

            .carousel-control-next:hover, .carousel-control-prev:hover {
                color: #5D5D5D;
            }
        }
    }
}

.py-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
}

.py-7 {
    padding: 7rem 0 !important;
}

.spaced-items * {
    margin: .5rem 0;
}

.fa-circle-chevron-right:not([ctrl]) {
    font-size: 1.3rem;
    margin-top: .2rem;
}

.fa-circle-chevron-right:not(.ms-4, [ctrl]) {
    margin-top: .7rem;
}

#carousel .carousel-indicators, #carousel-mobile .carousel-indicators {
    justify-content: center;
}

#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;

        .img1 {
            background-image: url('../images/pagina_projetocostaNorte/bg_inicio_part1.webp');
            /* Full height */
            height: 100vh;

            /* Create the parallax scrolling effect */
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;

            .me-3 {
                margin-bottom: auto;
                margin-top: auto;
            }

            /*@media (max-width: 1280px) {
                .align-items-end{
                    justify-content: center;
                }
            }*/
        }

        .img2 {
            background-image: url('../images/pagina_projetocostaNorte/bg_inicio_part2.webp');
            /* Full height */
            height: 100vh;

            /* Create the parallax scrolling effect */
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
        }

        .img3 {
            background-image: url('../images/pagina_projetocostaNorte/bg_inicio_part3.webp');
            /* Full height */
            height: 100vh;

            /* Create the parallax scrolling effect */
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
        }

        .img2 .container-p, .img3 .container-p {
            position: relative;
            top: 60%;
            transform: translateY(-50%);
            color: white;
            font-size: 1.23vw;
            line-height: 1.2;
            /*margin: 0 10em;*/
        }

        .carousel-control-prev, .carousel-control-next {
            width: 9%;
            font-size: 3em;
        }

        .main-txt {
            position: absolute;
            top: 55%;
            transform: translateY(-50%);
            color: white;
        }

        .main-txt *:not(a,i) {
            padding-bottom: 1rem;
        }

        .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;
            }
        }
    }

    #acting {
        .py-7 {
            padding: 2rem 0 5rem 0 !important;
        }

        .bg-blue {
            background: url("../images/pagina_projetocostaNorte/silhueta_predio_atuacaolamce.png") no-repeat 5% 90% / auto;
            background-color: #00457C;
        }

        .img-above {
            margin-top: -7%;
        }

        .container-like {
            padding: 6rem 11rem;
        }

        .row .col-4 div:empty {
            width: 70%;
        }

        .bt-outside-stroke {
            border: none;
            box-shadow: 0 3px 10px #00000029;
            background-color: white;
            border-radius: 1rem;
            padding: .8rem 2.5rem;
        }

        .bt-inside-stroke {
            border: none;
            box-shadow: inset 0 3px 6px #00000029;
            background-color: white;
            border-radius: 1rem;
            padding: .8rem 2.5rem;
        }

        .dashed-gray {
            border: 1px dashed #707070;
            border-radius: 2rem;

            .w-95 {
                width: 95%;
            }
        }

        .hoverSVG:hover {
            span {
                color: #0E52AE;
            }

            path {
                fill: #FDA623;
            }

            i {
                color: #FDA623;
            }

            .bt-outside-stroke {
                border: none;
                box-shadow: inset 0 3px 6px #00000029;
                background-color: white;
                border-radius: 1rem;
                padding: .8rem 2.5rem;
            }
        }

        .dashed-blue {
            border: 2px dashed #0E52AE;
            border-radius: 2rem;
        }

        .border-lb {
            border-bottom: 2px solid #fda623;
            border-left: 2px solid #fda623;
        }

        @media (min-width: 1024px) and (max-width: 1700px) {
            .bt-outside-stroke {
                border: none;
                box-shadow: 0 3px 10px #00000029;
                background-color: white;
                border-radius: 1rem;
                padding: .8rem 0.5rem;
            }

            .hoverSVG:hover {
                span {
                    color: #0E52AE;
                }

                path {
                    fill: #FDA623;
                }

                i {
                    color: #FDA623;
                }

                .bt-outside-stroke {
                    border: none;
                    box-shadow: inset 0 3px 6px #00000029;
                    background-color: white;
                    border-radius: 1rem;
                    padding: .8rem 0.5rem;
                }
            }
        }
        @media (min-width: 1024px) and (max-width: 1235px) {
            .img-above {
                width: 35%;
                margin-top: -15%;
            }

            .container-like {
                padding: 6rem 3rem;
            }

            .offset-1 {
                margin-left: 0;
            }

            .ps-4 {
                padding-left: 1.5rem;
            }

            .col-6:not(.offset-2) {
                flex: 0 0 auto;
                width: 58.33333333%;
            }

            .col-6:not(.text-end) {
                margin-left: 0;
                flex: 0 0 auto;
                width: 66.66666667%;
            }
        }
        @media (min-width: 1235px) and (max-width: 1366px)/*(max-width: 1366px)*/ {
            .img-above {
                width: 30%;
                margin-top: -11%;
            }

            .container-like {
                padding: 6rem 3rem;
            }

            .offset-1 {
                margin-left: 0;
            }

            .ps-4 {
                padding-left: 1.5rem;
            }

            .col-6:not(.offset-2) {
                flex: 0 0 auto;
                width: 58.33333333%;
            }

            .col-6:not(.text-end) {
                margin-left: 8.33333333%;
                flex: 0 0 auto;
                width: 58.33333333%;
            }
        }
        @media (min-width: 1366px) and (max-width: 1440px)/*(max-width: 1440px)*/ {
            .img-above {
                margin-top: -11%;
                margin-bottom: -2%;
            }

            .container-like {
                padding: 6rem 5rem;
            }

            .offset-1:not(.text-start) {
                margin-left: 0;
            }

            .ps-4 {
                padding-left: 1.5rem;
            }

            .col-6:not(.offset-2) {
                flex: 0 0 auto;
                width: 58.33333333%;
            }

            .col-6:not(.offset-1) {
                flex: 0 0 auto;
                width: 58.33333333%;
                margin-left: 8.33333333%;
            }

        }
    }

    #monitoring {
        background: url("../images/pagina_projetocostaNorte/img_passaromonitoramento.webp") no-repeat 0 0 / cover;
        min-height: 130vh;

        .main-txt {
            padding-top: 9rem;
            font-size: 3rem;
            line-height: 1.1;
            width: 40%;
            position: relative;
            left: 50%;
            transform: translateX(-50%);
        }

        .second-txt {
            position: absolute;
            top: 50%;
            left: 5%;
            transform: translate(-5%, -50%);
            font-size: 2rem;
            line-height: 1.3;

            a {
                font-size: 1rem;
                background-color: white;
            }
        }

        .second-txt .extraBold {
            font-size: 3rem;
        }

        @media (max-width: 1280px) {
            background: url("../images/pagina_projetocostaNorte/img_passaromonitoramento.webp") no-repeat 30% 0 / cover;

            .main-txt {
                font-size: 2rem;
                width: 50%;
            }

            .second-txt {
                font-size: 1.5rem;
            }

            .second-txt .extraBold {
                font-size: 2rem;
            }
        }
        @media (min-width: 1281px) and (max-width: 1750px) {
            .main-txt {
                width: 60%;
            }
        }
    }

    #more {
        padding: 0 4rem 6rem 4rem;
        background-color: #374A2A;

        .img-above {
            margin-top: -10rem;
        }

        .w-60 {
            width: 60% !important;
        }

        img {
            border-radius: 40px;
        }

        .align-items-end:not(.row) {
            padding-right: 5rem;
        }

        .align-items-start {
            padding-left: 5rem;
        }

        .col-6 span {
            line-height: 1.3;
            font-size: 1.5rem;
        }

        @media (min-width: 1024px) and (max-width: 1280px) {
            .w-60 {
                width: 100% !important;
            }
        }
        @media (min-width: 1281px) and (max-width: 1600px) {
            .w-60 {
                width: 75% !important;
            }
        }
    }

    #partners {
        background: url("../images/pagina_projetocostaNorte/mapa_finalpagina.png") no-repeat 0 105% / auto;
        height: 90vh;
    }
}

#mobile {
    #home_mobile {
        .content {
            padding-top: 1rem;
            padding-bottom: 3rem;
            position: relative;
            left: 50%;
            transform: translateX(-50%);
        }

        .img1 {
            background: url("../images/pagina_projetocostaNorte/bg_inicio_part1_mobile.webp") no-repeat 0 100% / cover;
            min-height: 70vh;

            .content {
                /*position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);*/
            }

            @media (max-width: 341px) {
                .w-50 {
                    width: 55% !important;
                }
            }
        }

        .img2 {
            background: url("../images/pagina_projetocostaNorte/bg_inicio_part2_mobile.webp") no-repeat 0 100% / cover;
            min-height: 70vh;

            .content {
                width: 70%;
                font-size: 1.2rem;
                line-height: 1.2;

                .main {
                    font-size: 1.5rem;
                }
            }
        }

        .img3 {
            background: url("../images/pagina_projetocostaNorte/bg_inicio_part3_mobile.webp") no-repeat 0 100% / cover;
            min-height: 70vh;

            .content {
                font-size: 1.2rem;
                line-height: 1;
                width: 90%;

                .video {
                    width: 70%;
                    position: relative;
                    left: 50%;
                    transform: translateX(-50%);
                }

                .enauta {
                    line-height: 1.2;
                }

                .invest {
                    font-size: 1rem
                }
            }
        }
    }

    #about-project_mobile {
        padding-bottom: 9rem !important;
    }

    #acting_mobile {
        .bg-blue {
            background-color: #00457C;

            .img-above {
                margin-top: -20%;
                margin-bottom: -5%;
            }

            .px-cont {
                width: 85%;

                p {
                    width: 70%;
                }

                hr {
                    border-top: 1px solid white;
                    opacity: 1;
                }
            }

            .py-7 {
                padding: 2rem 0 10rem 0 !important;
            }

            .second-bg {
                position: absolute;
                bottom: 0;
                right: 0;
                width: 35%;
            }

            @media (min-width: 600px) {
                .img-above {
                    margin-top: -10%;
                }
            }
            @media (min-width: 319px) and (max-width: 395px) {
                .second-bg {
                    width: 50%;
                }
            }
            @media (min-width: 396px) and (max-width: 490px) {
                .second-bg {
                    width: 45%;
                }
            }
            @media (min-width: 491px) and (max-width: 1024px) {
                .second-bg {
                    width: 20vh;
                }
            }
        }

        .caracterizing {
            .bt-outside-stroke {
                border: none;
                box-shadow: 0 3px 10px #00000029;
                background-color: white;
                border-radius: 1rem;
                padding: .8rem 2.5rem;
            }

            .bt-inside-stroke {
                border: none;
                box-shadow: inset 0 3px 6px #00000029;
                background-color: white;
                border-radius: 1rem;
                padding: .8rem 2.5rem;
            }

            .dashed-gray {
                border: 2px dashed #707070;
                border-radius: 2rem;

                .w-95 {
                    width: 95%;
                }
            }

            .hoverSVG:hover {
                span {
                    color: #0E52AE;
                }

                path {
                    fill: #FDA623;
                }

                i {
                    color: #FDA623;
                }
            }

            .moreBt {
                font-size: 1.8rem;
                line-height: 0.2;
            }

            .methodology {
                h4 {
                    border-left: 2px solid;
                    border-bottom: 2px solid;
                    border-color: #FDA623;
                }
            }

            .dashed-blue {
                border: 2px dashed #0E52AE;
                border-radius: 2rem;
            }

            @media (max-width: 545px) {
                .bt-outside-stroke {
                    border: none;
                    box-shadow: 0 3px 10px #00000029;
                    background-color: white;
                    border-radius: 1rem;
                    padding: .8rem 0.5rem;
                }

                .bt-inside-stroke {
                    border: none;
                    box-shadow: inset 0 3px 6px #00000029;
                    background-color: white;
                    border-radius: 1rem;
                    padding: .8rem 0.5rem;
                }
            }
            @media (max-width: 415px) {
                .dashed-blue {
                    zoom: 90%;
                }
            }
            @media (max-width: 375px) {
                .dashed-blue {
                    zoom: 80%;
                }
            }
            @media (max-width: 340px) {
                .dashed-blue {
                    zoom: 75%;
                }

                .d-inline[rmt] {
                    zoom: 90%;
                    display: flex !important;
                    align-items: center;
                    justify-content: center;
                }
            }
        }

    }

    #monitoring_mobile {
        background: url("../images/pagina_projetocostaNorte/img_passaromonitoramento_mobile.webp") no-repeat 0 0 / cover;
        min-height: 225vw;

        .main-txt {
            font-size: 6vw;
            line-height: 1;
            padding-top: 25%;
        }

        .second-txt {
            position: absolute;
            bottom: 12%;
            left: 50%;
            transform: translateX(-50%);
            width: max-content;

            .colorYellow {
                font-size: 5vw;
            }

            .colorOrange:not(a) {
                font-size: 7vw;
            }

            a {
                width: unset;
                font-size: 1rem;
                background-color: white;
                margin-top: 5%;
            }
        }

        @media (max-width: 1024px) and (min-width: 842px) {
            .second-txt {
                bottom: 45%;
            }

            .colorYellow {
                font-size: 3vh !important;
            }

            .colorOrange:not(a) {
                font-size: 4vh !important;
            }

            .main-txt {
                font-size: 3vh !important;
            }

        }
        @media (max-width: 841px) and (min-width: 695px) {
            .second-txt {
                bottom: 50%;
            }

            .colorYellow {
                font-size: 3vh !important;
            }

            .colorOrange:not(a) {
                font-size: 4vh !important;
            }

            .main-txt {
                font-size: 3vh !important;
            }
        }
    }

    #more_mobile {
        background-color: #374A2A;

        /*a{
            margin-top: 2%;
        }*/

        .w-90 {
            width: 90% !important;
        }

        .img-above {
            margin-top: -15%;
            z-index: 1;
        }

        span {
            font-size: 1.5rem;
            line-height: 1;
        }

        img {
            border-radius: 40px;
        }

        @media (max-width: 1024px) and (min-width: 695px) {
            .w-90 {
                width: 50% !important;
            }
        }
    }

    #partners_mobile {
        .text-center {
            gap: 5vh;
        }
    }
}

@media (max-width: 1024px) {
    #desktop {
        display: none;
    }

    body {
        color: #fff;
    }
}

@media (min-width: 1025px) {
    #mobile {
        display: none;
    }

    .opacity {
        background: transparent;
    }

    body {
        color: #fff;
    }
}
