body {
    margin: 0;
    min-height: 100%;
    font-family: 'avenirnext 08', sans-serif;
    font-size: 15.4px;
    line-height: 20px;
    background-image: url('../images/lines-4.png');
    background-color: #0d0d0d;
}

p {
    margin-block-end: 0;
}

ul {
    list-style: none;
}

.header {
    background-image: url('../images/area-bg.png');
    background-size: cover;
    max-width: 1920px;
    max-height: 120px;
} 

.pop-up {
    background: transparent linear-gradient(119deg, #77318A 0%, #A43E63 50%, #D84F34 100%) 0% 0% no-repeat padding-box;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 868px;
    height: 483px;
    display: flex;
    z-index: 1000;
    opacity: 1;
    transition: all .3s;
}

.pop-up-mobile {
    display: none;
}

.pop-up:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url('../images/fundo-popup.png');
}

.pop-up--left {
    height: 100%;
    width: 317px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.pop-up--left:before {
    background: transparent linear-gradient(33deg, #77318A 0%, #C0474A 6%, #C24848 100%, #D84F34 100%) 0% 0% no-repeat padding-box;
    mix-blend-mode: multiply;
    opacity: 0.2;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
}

.pop-up--left--logo svg {
    min-height: 90px;
    min-width: 300px;
    margin-left: 10px;
}

.pop-up--left--white {
    color: #fff;
    font-size: 45px;
    letter-spacing: 1.8px;
    z-index: 1001;
    line-height: 45px;
    font-family: "effra", sans-serif;
    font-weight: 300;
    font-style: normal;
    margin: 0 0 4px 40px;
}

.pop-up--left--orange {
    color: #F15D54;
    font-size: 23px;
    letter-spacing: 0.46px;
    z-index: 1001;
    line-height: 33px;
    margin-left: 40px;
    font-family: "effra", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.pop-up--left--footer {
    color: #fff;
    text-align: left;
    margin-left: 40px;
    font-family: "effra", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.pop-up--right {
    height: 100%;
    width: 551px;
    background: url('../images/right-bg.png') no-repeat;
    background-position: 50% 44%;
    position: relative;
    z-index: 1000;
}

.pop-up--x {
    position: absolute;
    right: 10px;
    top: 13px;
    background: transparent;
    transition: all .15s;
}

.pop-up--x:hover g, .pop-up--x:hover line {
    stroke: #000;
    opacity: 0.4;
}

.pop-up--watch {
    position: absolute;
    bottom: 43px;
    left: 103px;
    padding: 7px 38px 9px 37px;
    border-radius: 27px;
    letter-spacing: 0.84px;
    font-size: 21px;
    font-family: "effra", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 28px;
    transition: all .15s;
}

.pop-up--watch:hover {
    background-color: #9D3C6A;
}

.pop-up--watch:hover a {
    color: #fff;
}

.pop-up--watch a {
    text-decoration: none;
    color: #9D3C6A;
}

.new-section-1 {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.ns1 {
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: center;
    max-width: 650px;
    margin-left: 450px;
}

.ns1-white, .ns3-white {
    font-size: 44px;
    color: #fff;
    font-weight: 700;
    line-height: 48px;
    margin: 10px 0 50px 0;
    font-family: 'Recursive', sans-serif;
}

.ns1-pink {
    position: absolute;
    top: 38.5%;
    right:5%;
    transform: rotate(-5deg);
    font-size: 26px;
    color: #ff30a2;
    font-weight: 400;
    font-family: 'Permanent Marker', cursive;
}

.ns1-text {
    color: #fff;
    max-width: 530px;
    line-height: 27px;
}

.ns3-text {
    color: #fff;
    max-width: 400px;
    line-height: 27px;
    margin-top: 15px;
}

.ns1-image {
    max-width: 820px;
}

.ns5-forms {
    max-width: 400px;
}

.form-section {
    display: flex;
    justify-content: center;
    margin: 100px 0;
}

.demonstracao {
    font-size: 24px;
    font-family: 'Recursive', sans-serif;
    color: #fff;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
}

.ns1-button {
    background: linear-gradient(to right,#b62990, #e43aab);
    color: #fff;
    width: 180px;
    height: 40px;
    border-radius: 20px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: 'Recursive', sans-serif;
    margin-left: 80px;
}

.ns1-button:hover {
    box-shadow: 0 0 15px 4px rgba(228, 58, 171, 0.4);
    transition: all .05s ease-in-out;
}

.ns2-1 {
    display: flex;
    justify-content: center;
    margin: 80px 0 80px 0;
    position: relative;
}

.pink {
    color: #ff30a2;
}

.risco::after {
    content: '';
    font-family: 'Recursive', sans-serif;
    position: absolute;
    background: url('../images/risco-para-setor.png') no-repeat;
    bottom: 0px;
    right: 38.1%;
    width: 100px;
    height: 8px;
}

.ns2-title {
    color: #fff;
    font-size: 36px;
    line-height: 55px;
    font-weight: 700;
    text-align: center;
    font-family: 'Recursive', sans-serif;
}

.ns2-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.ns3 {
    display: flex;
    flex-direction: column;
    margin-left: 450px;
    position: relative;
}

.ns3-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-right: 40px;
}

.setor-publico {
    max-width: 900px;
}

.ns3-pink {
    position: absolute;
    top: 36.5%;
    right: -8%;
    transform: rotate(-5deg);
    font-size: 26px;
    color: #ff30a2;
    font-weight: 400;
    font-family: 'Permanent Marker', cursive;
}

.ns2-div-list {
    display: flex;
    justify-content: center;
    gap: 100px;
}

.ns2-div-list-2 {
    display: flex;
    flex-direction: column;
    gap: 30px;
}


.white-list {
    font-size: 20px;
    color: #fff;
    line-height: 22px;
    display: flex;
    gap: 40px;
    align-items: center;
    margin-left: 5px;
}

.align-div {
    min-width: 40px;
    display: flex;
    justify-content: center;
}

.pink-list {
    font-size: 20px;
    color: #ff30a2;
    line-height: 22px;
    display: flex;
    gap: 40px;
    align-items: center;
    margin-left: 5px;
}

.list-img {
    max-width: 40px;
    max-height: 40px;
}

.mid-section {
    margin-bottom: 250px;
}

.ns2-2 {
    position: relative;
    margin-bottom: 50px;
}

.ns4-2-1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 200px;
}

.daas {
    font-family: 'Recursive', sans-serif;
    position: absolute;
    font-size: 165px;
    font-weight: 700;
    bottom: 0%;
    right: 26%;
    -webkit-text-stroke: 1px #fff;
    color: transparent;
    opacity: 0.2;
}

.back-text {
    font-family: 'Recursive', sans-serif;
    position: absolute;
    font-size: 165px;
    font-weight: 700;
    top: -11%;
    right: 4%;
    -webkit-text-stroke: 1px #fff;
    color: transparent;
    opacity: 0.2;
    z-index: 1;
}

.video-button {
    display: flex;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-align: center;
}

.arlequim-fundo {
    position: absolute;
    left: -3%;
    bottom: -74%;
    z-index: -5;
}

.ns3-title {
    color: #fff;
    font-size: 42px;
    line-height: 50px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
    font-family: 'Recursive', sans-serif;
}

.ns3-1 {
    display: flex;
    justify-content: center;
}

.new-section-3 {
    margin: 250px 0 150px 0;
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
}

.new-section-4 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.o-futuro {
    position: absolute;
    top: 15%;
    right: -5.1%;
    transform: rotate(-90deg) translateX(-150px);
    font-size: 16px;
    color:#ff30a2;
    letter-spacing: 10px;
}

.assista {
    font-family: 'Recursive', sans-serif;
    position: absolute;
    font-size: 165px;
    font-weight: 700;
    top: -6.5%;
    right: 22.5%;
    -webkit-text-stroke: 1px #fff;
    color: transparent;
    opacity: 0.2;
    z-index: 1;
}

.video {
    position: relative;
    margin-bottom: 20px;
    width: 100%; 
}

.play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ns4-title {
    display: flex;
    position: relative;
    margin-left: 20%;
}

.ns4-white {
    font-size: 38px;
    color: #fff;
    line-height: 48px;
    font-family: 'Recursive', sans-serif;
}

.ns4-container {
    position: relative;
    width: 70px;
    margin-left: 20px;
}

.ns4-arlequim {
    position: absolute;
    width: 65px;
    bottom: 0;
    z-index: -2;
}

.ns4-pink {
    position: absolute;
    width: 60px;
    bottom: 0;
    left: -30px;
    z-index: -1;
}

.quer-saber {
    writing-mode: vertical-lr;
    display: inline;
    font-size: 16px;
    color:#ff30a2;
    letter-spacing: 4px;
    margin-right: 5px;
    text-align: center;
    transform: scale(-1, -1)
}

.video-button {
    margin: 30px 0 80px 0;
    display: flex;
    justify-content: center;
}

.video-container {
    display: flex;
    max-width: 800px;
}

.acompanhe {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.ns5-text {
    font-size: 44px;
    color: #fff;
    font-weight: 700;
    line-height: 45px;
    margin-right: 15px;
    font-family: 'Recursive', sans-serif;
}

.ns5-text2 {
    font-size: 42px;
    color: #ff30a2;
    line-height: 45px;
    position: absolute;
    bottom: 40%;
    left: 40%;
    font-family: 'Permanent Marker', cursive;
    transform: rotate(-7deg);
}

.arlequim-texto {
    height: 80px;
    z-index: -2;
}

svg {
    width: 32px;
    fill: #fff;
    transition: all .2s ease-in-out;
}

svg:hover {
    fill: #ff30a2;
}

ul {
    padding: 0;
    margin: 0;
}

.new-section-5 {
    position: relative;
    margin-top: 80px;
}

.lista-redes {
    display: flex;
    gap: 45px;
    max-height: 32px;
}

.rede {
    display: flex;
    align-items: center;
}

.linkedin {
    transform: translateY(3px);
}

svg {
    
    min-height: 36px;
    max-height: 36px;
    min-width: 36px;
    max-width: 36px;
}

.rede-link {
    display: flex;
    align-items: center;
}

.div-redes {
    padding: 50px 0 350px 0;
    display: flex;
    justify-content: center;
}

.novidades-rosa {
    position: absolute;
    bottom: -8%;
    right: 39.2%;
    z-index: -1;
    opacity: 0.9;
    width: 78px;
}

.modal__dentro {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 760px;
    max-width: 100%;
    height: 440px;
    max-height: 100%;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    border-radius: 15px;
    background-color: #000;
    z-index: 1000;
    border: 1px solid #fff;
}

.modal__overlay {
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.6;
    display: none;
}

.modal-confirma {
    max-width: 135px;
    max-height: 135px;
}

.modal-text {
    color: #e241aa;
    font-size: 18px;
}

.modal-button {
    margin-top: 20px;
    width: 160px;
    height: 41px;
    font-size: 16px;
    background-color: #cf2797;
    color: #fff;
    border-radius: 20px;
}

.mobile-text {
    display: none;
}

@media (max-width: 1700px) {

    .ns4-white {
        margin-left: 0px;
    }

    .ns1 {
        margin-left: 150px;
    }

    .ns3 {
        margin-left: 250px;
    }

    .ns4-container {
        margin-left: 0px;
    }

}

@media (max-width: 1537px) {

    .o-futuro {
        right: -16%
    }

    .setor-publico {
        max-width: 800px;
    }

    .ns1 {
        margin-left: 100px;
    }

    .ns3 {
        margin-left: 150px;
    }

    .ns4-arlequim {
        left: -57px;
    }

    .ns4-pink {
        left: -87px;
    }

    .novidades-rosa {
        right: 35%;
    }

    @media (max-width: 1366px) {

        .ns4-arlequim {
            left: 20px;
        }
    
        .ns4-pink {
            left: -15px;
        }
        
        .ns1 {
            margin-left: 150px;
        }

        .risco::after {
            right: 34%;
        }

        .ns1-pink {
            top: 36%;
        }

        .ns1-image {
            max-width: 650px;
        }

        .ns3 {
            margin-left: 150px;
        }

        .setor-publico {
            max-width: 650px;
        }

        .ns4-2-1 {
            margin-left: 150px;
        }

        .ns2-list {
            gap: 20px;
        }

        .ns4-title {
            margin-left: 150px;
        }

        .ns4-white {
            margin: 0;
        }

        .video-container {
            max-width: 700px;
        }

        .o-futuro {
            right: -13%;
            top: 5%;
            max-width: 550px;
        }

        .white-list, .pink-list, .blue-list {
            font-size: 18px;
        }

        .list-img {
            max-width: 36px;
            max-height: 36px;
        }

        .porque {
            bottom: 62%;
            right: 3%;
            font-size: 140px;
        }

        .ns3-div-list {
            margin: 0 0 130px 150px;
            flex-direction: column;
            gap: 60px;
        }

        .ns4-pink {
            bottom: 0%;
            right: 5%;
        }

        .novidades-rosa {
            right: 35%;
        }

        .ns5-text2 {
            left: 35%;
        }

        @media (max-width: 1280px) {
            .ns4-white {
                font-size: 32px;
                line-height: 44px;
            }

            .ns2-video {
                max-width: 650px;
            }
        }

        @media (max-width: 1200px) {
            
            .ns4-pink {
                bottom: 30%;
            }

            .risco::after {
                right: 33%;
            }

            .ns4-pink {
                bottom: 0;
                left: -80px;
            }

            .ns4-arlequim {
                left: -50px;
            }

            .ns3-pink {
                right: 5%;
                top: 40%;
                font-size: 25px;
            }
        }
        @media (max-width: 1024px) {
            .list-img {
                max-width: 30px;
                max-height: 30px;
            }

            .white-list, .pink-list, .blue-list {
                font-size: 16px;
            }

            .ns2-list {
                gap: 15px;
                margin-right: 40px;
            }

            .novidades-rosa {
                right: 30%;
            }

            .new-section-1 {
                gap: 10px;
            }

            .ns1 {
                margin-left: 50px;
            }

            .ns1-white, .ns3-white {
                font-size: 40px;
            }

            .ns1-pink {
                top: 33%;
            }

            .ns1-image {
                max-width: 500px;
            }

            .ns2-title {
                font-size: 30px;
            }

            .risco::after {
                right: 32%;
            }

            .ns2-div-list {
                gap: 30px;
            }

            .ns2-list {
                margin: 0;
            }

            .ns3 {
                margin-left: 50px;
            }

            .new-section-3 {
                margin-bottom: 120px;
                margin-top: 120px;
            }

            .ns3-pink {
                right: -2%;
                top: 40%;
            }

            .ns2-video {
                max-width: 540px;
            }

            .back-text {
                font-size: 110px;
                top: 0%;
            }

            .ns4-2-1 {
                margin-left: 50px;
            }

            .setor-publico {
                max-width: 540px;
            }

            .ns4-title {
                margin-left: 70px;
            }

            .video {
                max-width: 540px;
            }

            .ns4-container {
                margin-left: 0px;
            }

            .ns4-white {
                font-size: 30px;
            }

            .ns4-pink {
                bottom: 0;
                left: -23px;
            }

            .ns4-arlequim {
                left: 6px;
            }
        }

        @media (max-width: 940px) {

            .new-section-1 {
                align-items: center;
            }

            .ns1-white {
                font-size: 38px;
                margin-bottom: 20px;
            }

            .new-section-3 {
                margin-bottom: 50px;
            }
            
            .ns1-pink {
                top: 33%;
            }

            .ns2-div-list {
                margin-left: 20px;
            }

            .risco::after {
                right: 31%;
            }

            .ns3-pink {
                right: 5%;
                font-size: 21px;
                top: 38%;
            }

            .ns4-white {
                font-size: 28px;
            }

            .mid-section {
                margin-bottom: 130px;
            }

            .setor-publico {
                max-width: 450px;
            }

            .assista {
                font-size: 130px;
            }

            .quer-saber {
                display: none;
            }

            .white-list, .pink-list, .blue-list {
                font-size: 15px;
            }

            .ns4-2-1 {
                margin-left: 10px;
            }

            .list-img {
                max-width: 30px;
                max-height: 30px;
            }

            .ns2-list {
                gap: 12px;
            }

            .daas {
                font-size: 120px;
            }
            
            .porque {
                bottom: 65%;
            }

            .o-futuro {
                display: none;
            }

            .novidades-rosa {
                right: 33%;
            }
        }

        @media (max-width: 440px){
            
            .new-section-1 {
                display: block;
                margin: 20px;
            }

            .ns1-text {
                margin-bottom: 10px;
            }

            .ns3-white {
                margin: 0px 20px 20px 20px;
            }

            .pop-up-mobile {
                display: block;
                position: fixed;
                opacity: 1;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                height: 544px;
                width: 320px;
                transition: all .15s;
            }

            .mobile-text {
                display: block;
                margin-top: 10px;
                margin-left: 10px;
            }

            .pop-up {
                display: none;
            }

            .desktop-text {
                display: none;
            }

            .new-section-3 {
                flex-direction: column;
                margin-top: 30px;
            }

            .mid-section {
                margin-bottom: 60px;
            }

            .ns1 {
                margin: 0 0 10px 0;
            }

            .ns3 {
                margin-left: 0px;
                min-width: 100%;
                margin-bottom: 20px;
            }

            .risco::after {
                bottom: 45px;
                right: 22%;
            }

            .ns3-text {
                margin-bottom: 10px;
            }

            .back-text {
                display: none;
            }

            .ns3-pink {
                top: 87%;
            }

            .ns1-pink {
                font-size: 27px;
                top: 38%;
                left: 30%;
            }

            .ns1-white {
                margin-bottom: 30px;
            }

            .ns1-forms {
                max-width: 360px;
            }

            .ns2-1 {
                margin-top: 30px;
                margin-bottom: 40px;
            }

            .ns2-title {
                line-height: 45px;
                font-size: 25px;
            }

            .ns2-title br {
                display: none;
            }

            .ns4-2-1 {
                flex-direction: column;
            }

            .ns2-div-list {
                flex-direction: column;
                margin-left: 20px;
                margin-bottom: 30px;
            }

            .ns2-list {
                margin-right: 10px;
            }

            .white-list {
                font-size: 16px;
                margin-left: 5px;
            }

            .pink-list {
                font-size: 16px;
                margin-left: 5px;
            }

            .o-futuro {
                top: 45%;
                right: -40%;
                font-size: 12px;
                letter-spacing: 6px;
            }

            .arlequim-fundo {
                max-width: 60%;
                bottom: 40%;
            }

            .porque {
                font-size: 70px;
                right: 0%;
                bottom: 76%;
            }
            .align-div {
                min-width: 50px;
            }

            .ns4-2-1 {
                margin: 0;
            }

            .setor-publico {
                margin: 0;
                max-width: 375px;
            }

            .assista {
                display: none;
            }

            .new-section-4 {
                display: block;
            }

            .ns4-title {
                margin: 10px;
            }

            .ns4-white {
                font-size: 28px;
                margin-bottom: 0px;
            }

            .ns4-arlequim {
                bottom: 0%;
                left: 28%;
            }

            .ns4-pink {
                bottom: 0%;
                left: -20%;
            }

            .ns5-text {
                font-size: 32px;
            }

            .novidades-rosa {
                right: 15%;
            }

            .ns5-text2 {
                left: 15%;
                top: 65%;
                font-size: 30px;
            }

            .div-redes {
                padding: 50px 0 150px 0;
            }

            .video-button {
                height: 50px;
                border-radius: 25px;
            }

            .o-futuro {
                display: none;
            }

            @media (max-width: 390px){

                .ns3-2 {
                    margin-bottom: 100px;
                }

                .hidden {
                    display: none;
                }

                .ns3-2 img {
                    max-width: 100%;
                }

                .ns3-pink {
                    top: 85%;
                }

                .video {
                    max-width: 100vw;
                }

                .ns1-pink {
                    font-size: 26px;
                    max-width: 300px;
                }

                .new-section-1 {
                    max-width: 390px;
                }

                .new-section-3 {
                    margin-left: 10px;
                }

                .risco::after {
                    right: 20%;
                }

            }

            @media (max-width: 384px) {

                .ns4-white {
                    font-size: 27px;
                }
            }
        }
    }
}