html {
    scroll-behavior: smooth;    
}

body {
    margin: 0;
    font-family: "Poppins", sans-serif;
    color: #000;
    overflow-x: hidden;
}

button {
    font-family: "Poppins", sans-serif;
}

body a {
    outline: none;
}

.hide {
    visibility: hidden;
    position: absolute;
}

p, h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

/* Desktop */
@media only screen and (min-device-width: 800px) and (max-device-width: 1920px) and (min-device-height: 600px), (max-device-height: 599px) and (orientation: landscape) {
    .text {
        font-size: 1.8vh;
        font-weight: 400;
        color: #000;
    }

    .site-5d {
        display: flex;
        width: 100vw;
        flex-direction: column;
        align-items: center;
        transition: opacity 0.3s linear;
    }
    
    .header {
        height: 10vh;
        position: fixed;
        width: 100vw;
        display: flex;
        justify-content: center;
        background-color: #ffffff01;
        transition: all 0.2s ease-in-out;

        .header-content {
            width: 80vw; /*65vw*/
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            align-items: center;

            .logo-menu {
                .logo {
                    height: 5.4vh;
                    margin-right: auto;
                }

                .menu {
                    /* visibility: hidden;
                    position: absolute;
                    transform: scale(0); */
                    display: none;
                }
            }

            .logo-menu a {
                display: flex;
            }

            .head-menu {
                display: flex;
                flex-direction: row;
                align-items: center;

                .navbar {
                    display: flex;
                    flex-direction: row;
                    gap: 4vw;
                    align-items: center;
                    color: #585858;

                    .menu-text {
                        text-align: center;
                        font-size: 1.8vh;
                        cursor: pointer;
                        border-bottom: dashed 0.15vw transparent;

                        #pt,
                        #en {
                            cursor: pointer;
                        }

                        .selected {
                            font-weight: 700;
                            color: #000;
                            text-decoration: underline;
                        }
                    }

                    .menu-text a {
                        text-decoration: none;
                        color: #585858;
                    }

                    .page {
                        font-weight: 700;
                        border-bottom: dashed 0.15vw #FF8200;
                        padding: 0 0.5vw 0 0.5vw;
                    }
                }

                .line {
                    background-color: #D7D7D7;
                    height: 5.4vh;
                    width: 0.1vw;
                    margin: 0 2vw 0 2vw;
                }
                
                .links {
                    display: flex;
                    flex-direction: row;
                    gap: 1.5vw;
                    height: 3vh; 
                    align-items: center;

                    .icon {
                        height: 1.9vh;
                        transition: transform 0.3s ease-in-out;
                    }

                    .icon:hover {
                        transform: scale(1.2);
                        cursor: pointer;
                    }
                }

                .links a {
                    padding: 0;
                    margin: 0;
                    display: flex;
                }
            }
        }
    }
    
    /* .cookies {
        width: 71%;
        height: 8vh;
        display: flex;
        flex-direction: row;
        position: fixed;
        bottom: 0vh;
        background-color: #fff;
        border-radius: 2vh 2vh 0 0;
        align-items: center;
        justify-content: center;
        z-index: 99;
    }
    
    .buttons {
        border-radius: 2.5vh;
        height: 3.2vh;
        width: 5vw;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }
    
    .accept {
        background: radial-gradient(100% 1553.29% at 100% 50%, #C45FEB 0%, #64E0F8 100%);
        margin-left: 4vw;
        font-size: 1.4vh;
        color: #fff;
    }
    
    .reject {
        background: linear-gradient(270deg, #BF66EC 0%, #64E0F8 100%);
        position: relative;
        z-index: 1;
        margin-left: 1.5vw;
    }
    
    .reject::before {
        content: "";
        position: absolute;
        left: 0.1vh;
        right: 0.1vh;
        top: 0.1vh;
        bottom: 0.1vh;
        border-radius: 2.4vh;
        background-color: white;
        z-index: -1;
    }
    
    .reject::after {
        content: attr(data);
        font-size: 1.4vh;
        background: radial-gradient(100% 2500% at 100% 52.63%, #BF66EC 0%, #64E0F8 100%);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
    } */
    
    .content {
        width: 80vw; /*60vw*/
        margin-top: 26vh;
        display: flex;
        flex-direction: row;
        justify-content: space-around;

        .texts {
            display: flex;
            flex-direction: column;
    
            .titles {
                display: flex;
                flex-direction: column;
                width: 22vw;
        
                .title {
                    font-size: 6vh;
                    font-weight: 600;
            
                    .sub {
                        color: #FF8200;
                        font-size: 4vh;
                        font-weight: 600;
                    }
                }
                
                .sub-title {
                    font-size: 6vh;
                    font-weight: 600;
                }
        
                .sub-title span, .title span {
                    transition: 0.5s ease;
                }
            }
            
            .desc-5d {
                font-size: 2vh;
                width: 29vw;
                margin-top: 3.5vh;
                margin-left: 1vw;
            }
        
            .desc-5d span {
                width: 29vw;
                transition: 0.5s ease;
            }
            
            .vetor {
                height: 18vh;
                position: absolute;
                margin-top: 22vh;
                margin-left: -3vw;
                user-select: none;
            }
        }

        .dashed-line {
            width: 26vw;
            display: flex;
            justify-content: center;
    
            .image {
                height: 32vh;
                user-select: none;
            }
        }
    }
        
    .cloud1,
    .cloud2,
    .cloud3,
    .cloud4,
    .cloud5 {
        position: absolute;
        background: linear-gradient(180deg, rgba(72, 191, 227, 0.4) 0%, rgba(116, 0, 184, 0.4) 100%);
        z-index: -1;
        filter: blur(7vh);
    }

    .cloud1 {
        width: 17vw;
        height: 75vh;
        align-self: flex-start;
        border-radius: 0 70vh 70vh 0;
    }

    .cloud2 {
        width: 20vw;
        height: 48vh;
        border-radius: 0 0 0 80vh;
        align-self: flex-end;
    } 

    .slider-home-mobile {
        display: none;
    }

    .slider-home-desktop {
        width: 100%;
        height: 6vh;
        margin-top: 13vh;
        display: flex;
        flex-direction: row;
        gap: 1vw;
        justify-content: center;
        align-items: center;

        .default, .default-arrow {
            border: 0.4vh solid #8800BD; 
            border-radius: 50%; 
            display: grid; 
            place-items: center;
            transition: 0.5s ease;
        }

        .unselected {
            width: 3vh;
            height: 3vh; 
            background-color: #ffffff;
            cursor: pointer;

            .center {
                width: 1.2vh;
                height: 1.2vh;
                border-radius: 50%;
                background-color: #8800BD
            }
        }

        .selected {
            width: 4vh;
            height: 4vh; 
            background-color: #8800BD; 

            .center {
                width: 1.7vh;
                height: 1.7vh;
                border-radius: 50%;
                background-color: #FFF
            }
        }   
    }

    .content-intro {
        width: 80vw; /*63vw*/
        margin-top: 13vh;
        display: flex;
        flex-direction: column;
        align-items: center;

        .arrow-intro {
            height: 12vh;
            margin-bottom: 2.5vh;
        }

        .texts {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;

            .sub {
                color: #FF8200;
                font-size: 1.5vh;
                font-weight: 400;
            }

            .title {
                font-size: 2.8vh;
                font-weight: 600;
                width: 40vw;
            }

            .text {
                margin-top: 1vh;
                width: 30vw;
            }
        }

        .content-ideacao {
            display: flex;
            flex-direction: row;
            width: 80%;
            justify-content: space-evenly;
            align-items: center;
            margin-top: 6vh;

            .image {
                height: 40vh;
                user-select: none;
            }
            
            .texts {
                align-items: flex-start;
                text-align: start;

                .line {
                    background-color: #8800BD;
                    height: 0.4vh;
                    width: 7vw;
                    margin: 0;
                    margin-bottom: 1vh;
                }

                .text {
                    margin-bottom: 2vh;
                    width: 25vw;
                }
            }
        }

        .arrow-design {
            display: none;
        }
    }
    
    .content-sobre {
        width: 80vw; /*63vw*/
        margin-top: 20vh;
        display: flex;
        flex-direction: column;
        align-items: center;

        .sobre {
            display: flex;
            flex-direction: row;
            width: 80%;
            justify-content: space-evenly;
    
            .image {
                height: 40vh;
            }
    
            .sub {
                color: #FF8200;
                font-size: 1.5vh;
                font-weight: 400;
            }
    
            .title {
                font-size: 2.6vh;
                font-weight: 600;
                width: 20vw;
            }
    
            .text {
                width: 25vw;
                margin-top: 2.5vh;
            }
        }

        .arrow-sobre {
            height: 17vh;
            position: absolute;
            align-self: flex-end;
            margin-top: 38vh;
        }
    
        .vetor-sobre {
            height: 10vh;
            margin-bottom: 2.5vh;
            user-select: none;
        }
    }
        
    .content-projeto {
        width: 80%; /*70vw*/
        margin-top: 12vh;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-evenly;

        .block {
            width: 8vw;
            text-align: center;
            align-items: center;
            display: flex;
            flex-direction: column;
            margin-left: 0 !important;

            .icon {
                height: 2.8vh;
                margin-bottom: 1.5vh;
            }

            .text {
                margin: 0 !important;
            }            
        }

        .arrow {
            width: 1.8vw;
            margin-top: -5vh;
            align-self: center;
        }
    
        .arrow-down {
            visibility: hidden;
            position: absolute;
        }
    }

    .cloud3 {
        width: 19vw;
        height: 74vh;
        filter: blur(10vh);
        background: linear-gradient(180deg, rgba(72, 191, 227, 0.4) 1.42%, rgba(255, 130, 0, 0.4) 86.99%);
        margin-top: 110vh;
        border-radius: 100vh 0 0 100vh;
        align-self: flex-end;
    }
    
    .content-servicos {
        width: 80vw; /*70vw*/
        margin-top: 20vh;
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;

        .left {
            display: flex;
            flex-direction: column;
    
            .sub {
                color: #FF8200;
                font-size: 1.5vh;
                font-weight: 400;
            }
    
            .title {
                font-size: 2.6vh;
                font-weight: 600;
                width: 26vw;
            }
    
            .text {
                width: 24vw;
                margin-top: 1vh;
            }
    
            .vetor-servicos {
                height: 6.5vh;
                position: absolute;
                margin-top: 33vh;
                margin-left: -3.5vw;
            }
    
            .image-servicos {
                height: 29vh;
                position: absolute;
                margin-top: 62vh;
            }
        }

        .right {
            display: flex;
            flex-direction: row;
            margin-top: 5vh;
            margin-left: -3vw;
    
            .cards {
                display: flex;
                flex-direction: column;
                width: 32vw;
                align-items: flex-end;
    
                .card-1,
                .card-2,
                .card-3,
                .card-4 {
                    background-color: #fff;
                    border: 0.1vh solid #F0F0F0;
                    box-shadow: 0 0.4vh 0.4vh #00000040;
                    border-radius: 2vh;
                    padding: 3vh 0;
                    height: auto;
                    width: 14.7vw;
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    justify-content: center;
                }
    
                .card-2, .card-4 {
                    align-self: flex-start;
                    margin-top: -21vh;
                }
    
                .card-3 {
                    margin-top: -8vh;
                }
                
                .card-icon {
                    height: 5.5vh;
                    margin-bottom: 2.5vh;
                }
                
                .card-text {
                    margin-left: 1.2vw;
                    margin-right: 1.6vw;
            
                    .small-text {
                        font-size: 1.4vh;
                        font-weight: 400;
                    }
                    
                    .small-text a {
                        color: #000;
                    }
                    
                    .bold {
                        font-weight: 700;
                        text-decoration: underline;
                        align-self: flex-start;
                    }
                }
            }
    
            .arrow-servicos {
                height: 9.7vh;
                position: absolute;
                margin-left: 28vw;
                margin-bottom: -24vh;
                align-self: flex-end;
            }
        }
    }
    
    .cloud4 {
        width: 20vw;
        height: 103vh;
        background: linear-gradient(0deg, rgba(136, 0, 189, 0.3) 0%, rgba(255, 130, 0, 0.3) 100%);
        margin-top: 240vh;
        border-radius: 0 70vh 70vh 0;
        align-self: flex-start;
    }
    
    .content-portfolio {
        margin-top: 30vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;

        .container {
            display: flex;
            flex-direction: column;
            align-items: center;
    
            .sub {
                font-size: 1.5vh;
                color: #59007E;
                font-weight: 400;
            }
            
            .title {
                font-size: 2.6vh;
                font-weight: 600;
                text-align: center;
                line-height: 3.8vh;
            }
        }

        .carrossel {
            margin-top: 5vh;
            width: 70vw;
            height: 60vh;
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: center;
    
            .carrossel-images {
                display: flex;
                flex-direction: row;
                width: 80%;
                height: 100%;
                justify-content: center;
    
                .projeto-senai,
                .projeto-fiep,
                .projeto-afya {
                    height: 50vh;
                    transition: all 0.1s linear;
                    border-radius: 3vh; 
                    box-shadow: 0 0.4vh 0.4vh 0 #00000040;
                    position: absolute;
                }
            }
    
            .btn-right,
            .btn-left {
                height: 4vh;
                cursor: pointer;
            }
        }

        .button {
            background-color: #59007E;
            border-radius: 2.5vh;
            height: 4.9vh;
            width: 12.7vw;
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 97;
            cursor: pointer;
            position: absolute;
            margin-top: 52vh;
    
            .btn-text {
                color: #fff;
                font-size: 2vh;
                font-weight: 700;
                text-decoration: none;
            }
        }
        
        .bullets {
            position: absolute;
            visibility: hidden;
        }
    }

    .content-faq {
        max-width: 60vw;

        .faq-title {
            text-align: center;
            font-size: 2.6vh;
            font-weight: 600;
            margin-bottom: 20px;
        }

        .faq-item {
            background-color: #fff;
            border: 0.1vh solid #F0F0F0;
            box-shadow: 0 0.4vh 0.4vh #00000040;
            border-radius: 2vh;
            padding: 3vh 3vh;
            margin-bottom: 20px;
        }

        .faq-question {
            width: 100%;
            background: none;
            border: none;
            outline: none;
            text-align: left;
            font-size: 2.4vh;
            font-weight: 600;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 10px 0;
        }

        .faq-question .icon {
            transition: transform 0.3s ease;
            font-weight: bold;
            font-size: 3vh;
        }

        .faq-answer {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.4s ease, padding 0.3s ease;
            padding: 0 0;
        }

        .faq-answer p {
            margin: 10px 0;
            font-size: 2vh;
        }

        .faq-item.active .faq-answer {
            max-height: 200px;
            /* enough for content */
            padding: 10px 0;
        }

        .faq-item.active .faq-question .icon {
            transform: rotate(180deg);
            content: "–";
        }
    }
    
    .content-contato {
        width: 80vw; /*60vw*/
        margin-top: 14vh;
        display: flex;
        flex-direction: column;
        align-items: center;

        .arrow-contato {
            height: 12vh;
            align-self: center;
        }

        .contato {
            display: flex;
            flex-direction: column;
            align-items: center;
            margin-top: 2vh;

            .sub {
                color: #FF8200;
                font-size: 1.5vh;
                font-weight: 400;
            }
            
            .title {
                font-size: 2.6vh;
                font-weight: 600;
                text-align: center;
            }
        }

        .row {
            display: flex;
            flex-direction: row;
            margin-top: 4vh;
            margin-left: -31vh;
    
            .image-contato {
                height: 36vh;
                align-self: flex-start;
            }
    
            .info {
                display: flex;
                flex-direction: column;
                gap: 1.3vh;
                margin-left: 4.2vw;
                font-size: 1.8vh;
                width: 19vw;
    
                .contatos {
                    display: flex;
                    flex-direction: row;
                    gap: 1vw;
    
                    .icons {
                        display: none;
                    }
    
                    .texts {
                        display: flex;
                        flex-direction: column;
                        gap: 1.3vh;
    
                        .whats {
                            visibility: visible;
                            position: inherit;
                        }
                    
                        .num { 
                            display: none;
                        }
                    }
                }
    
                .links {
                    display: none;
                }
            }
        }
    }
    
    /*
    #cloud5 {
        width: 100%;
        position: absolute;
        align-self: center;
        z-index: -1;
        margin-top: -32vh;
    } */
    
    .footer {
        width: 100vw;
        display: flex;
        justify-content: center;

        .footer-content {
            width: 70vw;
            height: 10vh;
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: flex-end;
            border-top: 0.3vh dashed #4C186A;

            .jornada {
                align-self: flex-end;
                display: flex;
                cursor: pointer;
                z-index: 98;
        
                .jornada-info {
                    height: 5.8vh;
                    width: 5.8vh;
                    border-radius: 10vh;
                    position: absolute;
                    background-color: #00C0E5;
                    margin-left: 0.4vw;
                    align-self: flex-end;
                    z-index: -1;
                    display: flex;
                    align-items: center;
                    transition: margin 0.5s, width 0.5s;
                    transition-timing-function: ease-in-out;
        
                    .jornada-text {
                        display: flex;
                        flex-direction: column;
                        font-size: 1.4vh;
                        color: #fff;
                        position: absolute;
                        visibility: hidden;
                        margin-left: 1vw;
                        transition: all 0.2s ease-out;
                    }
                }
            }
            
            .align {
                position: fixed;
                bottom: 5.4vh;
            }
        
            .fixed {
                position: absolute;
                margin-bottom: 15.4vh;
                margin-left: auto;
            }
        
            .show {
                visibility: visible !important;
                width: 18vh;
            }
        
            .expand {
                width: 24vh !important;
                margin-left: -9.1vw !important;
            }
            
            .jornada:hover .jornada-info {
                width: 24vh;
                margin-left: -9.1vw;
            }
            
            .jornada:hover .jornada-text {
                visibility: visible;
                width: 18vh;
            }

            .footer-text {
                font-size: 1.8vh;
                font-weight: 400;
                margin-right: auto;
                margin-left: auto;
            }
            
            .images {
                color: #59007E;
                font-size: 1.3vh;
                font-weight: 400;
                position: absolute;
            }
        }
    }
    
    .cloud5 {
        width: 100vw;
        height: 10vh;
        background: linear-gradient(243.24deg, rgba(89, 0, 126, 0.4) 8.98%, rgba(0, 192, 229, 0.4) 88.41%);
    }
}

/* Ultrawide */
@media only screen and (min-device-width: 1921px){
    .site-5d {
        width: 100vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        transition: opacity 0.3s linear;

        .text {
            font-size: 1.8vh;
            font-weight: 400;
            color: #000;
        }

        .header {
            height: 10vh;
            position: fixed;
            width: 100vw;
            display: flex; 
            justify-content: center;
            background-color: #ffffff01;
            transition: all 0.2s ease-in-out;

            .header-content {
                width: 80vw; /*65vw*/
                display: flex;
                flex-direction: row;
                justify-content: space-between;
                align-items: center;

                .logo-menu {
                    .logo {
                        height: 5.4vh;
                        margin-right: auto;
                    }
                
                    .menu {
                        visibility: hidden;
                        position: absolute;
                        transform: scale(0);
                    }
                }

                .logo-menu a {
                    display: flex;
                }

                .head-menu {
                    display: flex;
                    flex-direction: row;
                    align-items: center;

                    .navbar {
                        display: flex;
                        flex-direction: row;
                        gap: 4vw;
                        align-items: center;
                        color: #585858;

                        .menu-text {
                            text-align: center;
                            font-size: 1.8vh;
                            cursor: pointer;
                            border-bottom: dashed 0.15vw transparent;
                    
                            .selected {
                                font-weight: 700;
                                color: #000;
                                text-decoration: underline;
                            }

                            #pt,
                            #en {
                                cursor: pointer;
                            }
                        }
                        
                        .menu-text a {
                            text-decoration: none;
                            color: #585858;
                        }

                        .page {
                            font-weight: 700;
                            border-bottom: dashed 0.15vw #FF8200;
                            padding: 0 0.5vw 0 0.5vw;
                        } 
                    }

                    .line {
                        background-color: #D7D7D7;
                        height: 5.4vh;
                        width: 0.1vw;
                        margin: 0 2vw 0 2vw;
                    }
                    
                    .links {
                        display: flex;
                        flex-direction: row;
                        gap: 1.5vw;
                        height: 3vh; 
                        align-items: center;

                        .icon {
                            height: 1.9vh;
                            transition: transform 0.3s ease-in-out;
                        }
                        
                        .icon:hover {
                            transform: scale(1.2);
                            cursor: pointer;
                        }
                    }
                
                    .links a {
                        padding: 0;
                        margin: 0;
                        display: flex;
                    }
                }
            }
        }

        /* .cookies {
            width: 71%;
            height: 8vh;
            display: flex;
            flex-direction: row;
            position: fixed;
            bottom: 0vh;
            background-color: #fff;
            border-radius: 2vh 2vh 0 0;
            align-items: center;
            justify-content: center;
            z-index: 99;
    
            .buttons {
                border-radius: 2.5vh;
                height: 3.2vh;
                width: 5vw;
                display: flex;
                justify-content: center;
                align-items: center;
                cursor: pointer;
            }
    
            .accept {
                background: radial-gradient(100% 1553.29% at 100% 50%, #C45FEB 0%, #64E0F8 100%);
                margin-left: 4vw;
                font-size: 1.4vh;
                color: #fff;
            }
            
            .reject {
                background: linear-gradient(270deg, #BF66EC 0%, #64E0F8 100%);
                position: relative;
                z-index: 1;
                margin-left: 1.5vw;
            }
            
            .reject::before {
                content: "";
                position: absolute;
                left: 0.1vh;
                right: 0.1vh;
                top: 0.1vh;
                bottom: 0.1vh;
                border-radius: 2.4vh;
                background-color: white;
                z-index: -1;
            }
            
            .reject::after {
                content: attr(data);
                font-size: 1.4vh;
                background: radial-gradient(100% 2500% at 100% 52.63%, #BF66EC 0%, #64E0F8 100%);
                -webkit-background-clip: text;
                background-clip: text;
                color: transparent;
            }
        } */
        
        .content {
            width: 80vw;
            margin-top: 26vh;
            display: flex;
            flex-direction: row;
            justify-content: space-around;
            align-items: center;
    
            .texts {
                display: flex;
                flex-direction: column;
    
                .titles {
                    display: flex;
                    flex-direction: column;
                    width: 18vw;
    
                    .title {
                        font-size: 6vh;
                        font-weight: 600;
    
                        .sub {
                            color: #FF8200;
                            font-size: 4vh;
                            font-weight: 600;
                        }
                    }
    
                    .sub-title {
                        font-size: 6vh;
                        font-weight: 600;
                    }

                    .sub-title span, .title span {
                        transition: 0.5s ease;
                    }
                }
    
                .desc-5d {
                    width: 17vw;
                    margin: 3.5vh 0 0 0.5vw;
                    font-size: 2vh;
                }

                .desc-5d span {
                    width: 17vw;
                    transition: 0.5s ease;
                }
                
                .vetor {
                    height: 18vh;
                    position: absolute;
                    margin-top: 22vh;
                    margin-left: -3vw;
                    user-select: none;
                }
            }
    
            .dashed-line {
                width: 17vw;
                display: flex;
                justify-content: center;
    
                .image {
                    height: 34vh;
                    user-select: none;
                }
            }
    
            .arrow-design {
                display: none;
            }
        }
        
        .cloud1,
        .cloud2,
        .cloud3,
        .cloud4,
        .cloud5 {
            position: absolute;
            background: linear-gradient(180deg, rgba(72, 191, 227, 0.4) 0%, rgba(116, 0, 184, 0.4) 100%);
            z-index: -1;
            filter: blur(7vh);
        }
    
        .cloud1 {
            width: 17vw;
            height: 75vh;
            align-self: flex-start;
            border-radius: 0 70vh 70vh 0;
        }
    
        .cloud2 {
            width: 20vw;
            height: 48vh;
            border-radius: 0 0 0 80vh;
            align-self: flex-end;
        } 
        
        /*--------------------22/10/2024 - COMEÇO-------------------------------*/
        .slider-home-mobile {
            display: none;
        }
    
        .slider-home-desktop {
            width: 100%;
            height: 6vh;
            margin-top: 13vh;
            display: flex;
            flex-direction: row;
            gap: 1vw;
            justify-content: center;
            align-items: center;
    
            .default, .default-arrow {
                border: 0.4vh solid #8800BD; 
                border-radius: 50%; 
                display: grid; 
                place-items: center;
                transition: 0.5s ease;
            }
    
            .unselected {
                width: 3vh;
                height: 3vh; 
                background-color: #ffffff;
                cursor: pointer;
    
                .center {
                    width: 1.2vh;
                    height: 1.2vh;
                    border-radius: 50%;
                    background-color: #8800BD
                }
            }
    
            .selected {
                width: 4vh;
                height: 4vh; 
                background-color: #8800BD; 
    
                .center {
                    width: 1.7vh;
                    height: 1.7vh;
                    border-radius: 50%;
                    background-color: #FFF
                }
            }   
        }
    
        .content-intro {
            width: 80vw; /*63vw*/
            margin-top: 13vh;
            display: flex;
            flex-direction: column;
            align-items: center;
    
            .arrow-intro {
                height: 12vh;
                margin-bottom: 2.5vh;
            }
    
            .texts {
                display: flex;
                flex-direction: column;
                align-items: center;
                text-align: center;
    
                .sub {
                    color: #FF8200;
                    font-size: 1.5vh;
                    font-weight: 400;
                }
    
                .title {
                    font-size: 2.8vh;
                    font-weight: 600;
                    width: 40vw;
                }
    
                .text {
                    margin-top: 1vh;
                    width: 30vw;
                }
            }
    
            .content-ideacao {
                display: flex;
                flex-direction: row;
                width: 80%;
                justify-content: space-evenly;
                align-items: center;
                margin-top: 6vh;
    
                .image {
                    height: 40vh;
                    user-select: none;
                }
                
                .texts {
                    align-items: flex-start;
                    text-align: start;
    
                    .line {
                        background-color: #8800BD;
                        height: 0.4vh;
                        width: 7vw;
                        margin: 0;
                        margin-bottom: 1vh;
                    }
    
                    .text {
                        margin-bottom: 2vh;
                        width: 25vw;
                    }
                }
            }
    
            .arrow-design {
                display: none;
            }
        }
        /*--------------------22/10/2024 - FIM-------------------------------*/

        .content-sobre {
            width: 80vw; /*63vw*/
            margin-top: 26vh;
            display: flex;
            flex-direction: column;
            align-items: center;
    
            .vetor-sobre {
                height: 10vh;
                margin-bottom: 2.5vh;
                user-select: none;
            }
    
            .sobre {
                display: flex;
                flex-direction: row;
                width: 80%;
                justify-content: space-evenly;
    
                .image {
                    height: 40vh;
                }
    
                .texts {
                    display: flex;
                    flex-direction: column;
    
                    .sub {
                        color: #FF8200;
                        font-size: 1.5vh;
                        font-weight: 400;
                    }
    
                    .title {
                        font-size: 2.6vh;
                        font-weight: 600;
                        width: 20vw;
                    }
    
                    .text {    
                        margin-top: 2.5vh;
                        width: 25vw;
                    }
                }
            }
    
            .arrow-sobre {
                height: 17vh;
                position: absolute;
                align-self: flex-end;
                margin-top: 38vh;
            }
    
            .content-projeto {
                width: 80%; /*70vw*/
                margin-top: 12vh;
                display: flex;
                flex-direction: row;
                align-items: flex-start;
                justify-content: space-evenly;
        
                .block {
                    width: 8vw;
                    text-align: center;
                    align-items: center;
                    display: flex;
                    flex-direction: column;
                    margin-left: 0 !important;
                    
                    .icon {
                        height: 2.8vh;
                        margin-bottom: 1.5vh;
                        transition: transform 0.3s ease-in-out;
                    }
        
                    .text {
                        margin: 0 !important;
                    }
                }
        
                .arrow {
                    width: 1.8vw;
                    margin-top: -5vh;
                    align-self: center;
                }
        
                .arrow-down {
                    visibility: hidden;
                    position: absolute;
                }
            }
        }
        
        .cloud3 {
            width: 19vw;
            height: 74vh;
            filter: blur(10vh);
            background: linear-gradient(180deg, rgba(72, 191, 227, 0.4) 1.42%, rgba(255, 130, 0, 0.4) 86.99%);
            margin-top: 110vh;
            border-radius: 100vh 0 0 100vh;
            align-self: flex-end;
        }
    
        .content-servicos {
            width: 80vw; /*70vw*/
            margin-top: 20vh;
            display: flex;
            flex-direction: row;
            justify-content: space-evenly;
    
            .left {
                display: flex;
                flex-direction: column;
    
                .sub {
                    color: #FF8200;
                    font-size: 1.5vh;
                    font-weight: 400;
                }
    
                .title {
                    font-size: 2.6vh;
                    font-weight: 600;
                    width: 20vw;
                }
                
                .text {
                    width: 20vw;
                    margin-top: 1vh;
                }
    
                .vetor-servicos {
                    height: 6.5vh;
                    position: absolute;
                    margin-top: 33vh;
                    margin-left: -3.5vw;
                }
    
                .image-servicos {
                    height: 29vh;
                    position: absolute;
                    margin-top: 62vh;
                }
            }
            
            .right {
                display: flex;
                flex-direction: row;
                margin-top: 5vh;
                margin-left: -3vw;
        
                .cards {
                    display: flex;
                    flex-direction: column;
                    width: 26vw;
                    align-items: flex-end;
        
                    .card-1,
                    .card-2,
                    .card-3,
                    .card-4 {
                        background-color: #fff;
                        border: 0.1vh solid #F0F0F0;
                        box-shadow: 0 0.4vh 0.4vh #00000040;
                        border-radius: 2vh;
                        padding: 3vh 0;
                        height: auto;
                        width: 12vw;
                        display: flex;
                        flex-direction: column;
                        align-items: center;
                        justify-content: center;
        
                        .card-icon {
                            height: 5.5vh;
                            margin-bottom: 2.5vh;
                        }
                        
                        .card-text {
                            margin-left: 1.2vw;
                            margin-right: 1.6vw;
        
                            .small-text {
                                font-size: 1.4vh;
                                font-weight: 400;
                            }
                            
                            .small-text a {
                                color: #000;
                            }
        
                            .bold {
                                font-weight: 700;
                                text-decoration: underline;
                                align-self: flex-start;
                            }
                        }
                    }
        
                    .card-2, .card-4 {
                        align-self: flex-start;
                        margin-top: -21vh;
                    }
                
                    .card-3 {
                        margin-top: -8vh;
                    }
                }
        
                .arrow-servicos {
                    height: 9.7vh;
                    position: absolute;
                    margin-left: 28vw;
                    margin-bottom: -24vh;
                    align-self: flex-end;
                }
            }
        }
        
        .cloud4 {
            width: 20vw;
            height: 103vh;
            background: linear-gradient(0deg, rgba(136, 0, 189, 0.3) 0%, rgba(255, 130, 0, 0.3) 100%);
            margin-top: 240vh;
            border-radius: 0 70vh 70vh 0;
            align-self: flex-start;
        }
        
        .content-portfolio {
            margin-top: 30vh;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
    
            .container {
                display: flex;
                flex-direction: column;
                align-items: center;
    
                .sub {
                    font-size: 1.5vh;
                    color: #59007E;
                    font-weight: 400;
                }
                
                .title {
                    font-size: 2.6vh;
                    font-weight: 600;
                    text-align: center;
                    line-height: 3.8vh;
                }
            }
    
            .carrossel {
                margin-top: 5vh;
                width: 80vw;
                height: 60vh;
                display: flex;
                flex-direction: row;
                align-items: center;
                justify-content: center;
    
                .btn-right,
                .btn-left {
                    height: 4vh;
                    cursor: pointer;
                }
    
                .carrossel-images {
                    display: flex;
                    flex-direction: row;
                    width: 80%;
                    height: 100%;
                    justify-content: center;
    
                    .projeto-senai,
                    .projeto-fiep,
                    .projeto-afya {
                        height: 50vh;
                        transition: all 0.1s linear;
                        border-radius: 3vh; 
                        box-shadow: 0 0.4vh 0.4vh 0 #00000040;
                        position: absolute;
                    }
                }
            }
    
            .button {
                background-color: #59007E;
                border-radius: 2.5vh;
                height: 4.9vh;
                width: 9.7vw;
                display: flex;
                justify-content: center;
                align-items: center;
                z-index: 97;
                cursor: pointer;
                position: absolute;
                margin-top: 52vh;
    
                .btn-text {
                    color: #fff;
                    font-size: 2vh;
                    font-weight: 700;
                    text-decoration: none;
                }
            }
    
            .bullets {
                position: absolute;
                visibility: hidden;
            }
        }

        .content-faq {
            max-width: 80vw;

            .faq-title {
                text-align: center;
                font-size: 2.6vh;
                font-weight: 600;
                margin-bottom: 20px;
            }

            .faq-item {
                background-color: #fff;
                border: 0.1vh solid #F0F0F0;
                box-shadow: 0 0.4vh 0.4vh #00000040;
                border-radius: 2vh;
                padding: 3vh 3vh;
                margin-bottom: 20px;

                .faq-question {
                    width: 100%;
                    background: none;
                    border: none;
                    outline: none;
                    text-align: left;
                    font-size: 1.1rem;
                    font-weight: 600;
                    cursor: pointer;
                    display: flex;
                    justify-content: space-between;
                    align-items: center;
                    padding: 10px 0;
                    
                    .icon {
                        transition: transform 0.3s ease;
                        font-weight: bold;
                        font-size: 1.2rem;
                    }
                }

                .faq-answer {
                    max-height: 0;
                    overflow: hidden;
                    transition: max-height 0.4s ease, padding 0.3s ease;
                    padding: 0 0;
                }
            }

            .faq-answer p {
                margin: 10px 0;
            }

            .faq-item.active .faq-answer {
                max-height: 200px;
                /* enough for content */
                padding: 10px 0;
            }

            .faq-item.active .faq-question .icon {
                transform: rotate(180deg);
                content: "-";
            }
        }
        
        .content-contato {
            width: 80vw; /*60vw*/
            margin-top: 14vh;
            display: flex;
            flex-direction: column;
            align-items: center;
    
            .arrow-contato {
                height: 12vh;
                align-self: center;
            }
    
            .contato {
                display: flex;
                flex-direction: column;
                align-items: center;
                margin-top: 2vh;
        
                .sub {
                    color: #FF8200;
                    font-size: 1.5vh;
                    font-weight: 400;
                }
                
                .title {
                    font-size: 2.6vh;
                    font-weight: 600;
                    text-align: center;
                }
            }
    
            .row {
                display: flex;
                flex-direction: row;
                margin-top: 4vh;
                margin-left: -31vh;
        
                .image-contato {
                    height: 36vh;
                    align-self: flex-start;
                }
                
                .info {
                    display: flex;
                    flex-direction: column;
                    gap: 1.3vh;
                    margin-left: 3.6vw;
                    font-size: 1.8vh;
                    width: 17vw;
        
                    .contatos {
                        display: flex;
                        flex-direction: row;
                        gap: 1vw;
        
                        .icons {
                            position: absolute;
                            visibility: hidden;
        
                            .icon {
                                height: 2.5vh;
                            }
                        }
        
                        .texts {
                            display: flex;
                            flex-direction: column;
                            gap: 1.3vh;
        
                            .whats {
                                visibility: visible;
                                position: inherit;
                            }
        
                            .num { 
                                visibility: hidden;
                                position: absolute;
                            }
                        }
                    }
        
                    .links {
                        visibility: hidden;
                        position: absolute;
                    }
                }
            }
        }
    
        .footer {
            width: 100vw;
            display: flex;
            justify-content: center;
    
            .footer-content {
                width: 60vw;
                height: 10vh;
                display: flex;
                flex-direction: row;
                align-items: center;
                justify-content: flex-end;
                border-top: 0.3vh dashed #4C186A;
    
                .footer-text {
                    font-size: 1.8vh;
                    font-weight: 400;
                    margin-right: auto;
                    margin-left: auto;
                }
                
                .images {
                    color: #59007E;
                    font-size: 1.3vh;
                    font-weight: 400;
                    position: absolute;
                }
    
                .jornada {
                    align-self: flex-end;
                    display: flex;
                    cursor: pointer;
                    z-index: 98;
            
                    .jornada-info {
                        height: 5.8vh;
                        width: 5.8vh;
                        border-radius: 10vh;
                        position: absolute;
                        background-color: #00C0E5;
                        margin-left: 0.3vw;
                        align-self: flex-end;
                        z-index: -1;
                        display: flex;
                        align-items: center;
                        transition: margin 0.5s, width 0.5s;
                        transition-timing-function: ease-in-out;
            
                        .jornada-text {
                            display: flex;
                            flex-direction: column;
                            font-size: 1.4vh;
                            color: #fff;
                            position: absolute;
                            visibility: hidden;
                            margin-left: 1vw;
                            transition: all 0.2s ease-out;
                        }
                        
                        .show {
                            visibility: visible !important;
                            width: 18vh;
                        }
                    }
            
                    .expand {
                        width: 26vh !important;
                        margin-left: -7.4vw !important;
                    }
                }
                
                .align {
                    position: fixed;
                    bottom: 5.4vh;
                }
            
                .fixed {
                    position: absolute;
                    margin-bottom: 15.4vh;
                    margin-left: auto;
                }
            
                .jornada:hover .jornada-info {
                    width: 26vh;
                    margin-left: -7.4vw;
                }
                
                .jornada:hover .jornada-text {
                    visibility: visible;
                    width: 18vh;
                }
                
                .cloud5 {
                    width: 100vw;
                    height: 10vh;
                    background: linear-gradient(243.24deg, rgba(89, 0, 126, 0.4) 8.98%, rgba(0, 192, 229, 0.4) 88.41%);
                }
            }
        }
    }
    

}

/* Mobile */
@media only screen and (max-device-width: 799px) and (orientation: portrait), (max-device-height: 599px) and (orientation: portrait){
    .site-5d {
        display: flex;
        width: 100vw;
        flex-direction: column;
        align-items: center;
        transition: opacity 0.3s linear;
    }
    
    .header {
        width: 100%;
        height: 8vh;
        position: fixed;
        display: flex;
        justify-content: center;
        transition: all 0.2s ease-in-out;
        box-shadow: 0 0.4vh 0.4vh #00000020; 
        background-color: #fff; 
        z-index: 99;

        .header-content {
            width: 92%;
            display: flex;
            flex-direction: column;

            .logo-menu {
                width: 100%;
                display: flex;
                flex-direction: row;
                justify-content: space-between;
                align-items: center;
                margin-top: 1.5vh;
        
                .logo {
                    height: 5vh;
                    object-fit: cover;
                }
                
                .menu {
                    height: 4vh;
                }
            }

            .head-menu {
                display: flex;
                flex-direction: column;
                visibility: hidden;
                position: absolute;
                margin-top: 2vh;
                align-items: center;
        
                .navbar {
                    display: flex;
                    flex-direction: column;
                    align-self: flex-end;
                    align-items: flex-end;
                    gap: 2.5vh;
                    color: #585858;
        
                    .menu-text {
                        text-align: center;
                        font-size: 1.8vh;
                        cursor: pointer;
                        border-bottom: dashed 0.15vw transparent;
        
                        #pt,
                        #en {
                            cursor: pointer;
                        }
                        
                        .selected {
                            font-weight: 700;
                            color: #000;
                            text-decoration: underline;
                        }
                    }
                    
                    .menu-text a {
                        text-decoration: none;
                        color: #585858;
                    }
                    
                    .page {
                        font-weight: 700;
                        border-bottom: dashed 0.15vw #FF8200;
                    }
                }
                
                .line {
                    /* visibility: hidden;
                    position: absolute; */
                    display: none;
                }
                
                .links {
                    display: flex;
                    flex-direction: row;
                    gap: 5vw;
                    height: 3vh; 
                    margin-top: 6vh;
                    align-items: center;
        
                    .icon {
                        height: 3vh;
                        transition: transform 0.3s ease-in-out;
                    }
                    
                    .icon:hover {
                        transform: scale(1.2);
                        cursor: pointer;
                    }
                }
                
                .links a {
                    display: flex;
                }
            }
        }
    }

    .cloud1,
    .cloud2,
    .cloud3 {
        position: absolute;
        background: linear-gradient(180deg, rgba(72, 191, 227, 0.4) 0%, rgba(116, 0, 184, 0.4) 100%);
        filter: blur(7vh);
        z-index: -1;
    }

    .cloud1 {
        width: 20vw;
        height: 64vh;
        align-self: flex-start;
        margin-top: 70vh;
        border-radius: 0 70% 70% 0;
    }

    .cloud2 {
        width: 39vw;
        height: 39vh;
        align-self: flex-end;
        border-radius: 0 0 0 100%;
    } 

    .cloud3 {
        width: 17vw;
        height: 72vh;
        background: linear-gradient(180deg, rgba(72, 191, 227, 0.4) 1.42%, rgba(255, 130, 0, 0.4) 86.99%);
        margin-top: 155vh;
        align-self: flex-end;
        border-radius: 100% 0 0 70%;
    }
    
    /* .cookies {
        width: 71%;
        height: 8vh;
        display: flex;
        flex-direction: row;
        position: fixed;
        bottom: 0vh;
        background-color: #fff;
        border-radius: 2vh 2vh 0 0;
        align-items: center;
        justify-content: center;
        z-index: 99;
    }
    
    .buttons {
        border-radius: 2.5vh;
        height: 3.2vh;
        width: 5vw;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }
    
    .accept {
        background: radial-gradient(100% 1553.29% at 100% 50%, #C45FEB 0%, #64E0F8 100%);
        margin-left: 4vw;
        font-size: 1.4vh;
        color: #fff;
    }
    
    .reject {
        background: linear-gradient(270deg, #BF66EC 0%, #64E0F8 100%);
        position: relative;
        z-index: 1;
        margin-left: 1.5vw;
    }
    
    .reject::before {
        content: "";
        position: absolute;
        left: 0.1vh;
        right: 0.1vh;
        top: 0.1vh;
        bottom: 0.1vh;
        border-radius: 2.4vh;
        background-color: white;
        z-index: -1;
    }
    
    .reject::after {
        content: attr(data);
        font-size: 1.4vh;
        background: radial-gradient(100% 2500% at 100% 52.63%, #BF66EC 0%, #64E0F8 100%);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
    } */
    
    .content {
        width: 60vw;
        margin-top: 12vh;
        display: flex;
        flex-direction: column;
        align-items: center;

        .texts {
            display: flex;
            flex-direction: column;
            align-items: center;

            .titles {
                display: flex;
                flex-direction: column;

                .title {
                    font-size: 5vh;
                    font-weight: 600;

                    .sub {
                        color: #FF8200;
                        font-size: 3vh;
                        font-weight: 600;
                    }
                }

                .sub-title {
                    font-size: 5vh;
                    font-weight: 600;
                    margin-left: 24vw;
                }

                .title span, .sub-title span {
                    transition: 0.5s ease;
                }
            }

            .desc-5d {
                font-size: 1.8vh;
                margin-top: 3vh;
                text-align: center;
                display: flex;
            }

            .desc-5d span {
                width: 72vw;
                transition: 0.5s ease;
            }
            
            .vetor {
                /* position: absolute;
                visibility: hidden; */
                display: none;
            }
        }

        .dashed-line {
            width: 80%;
            display: flex;
            justify-content: center;
    
            .image {
                margin-top: 5vh;
                transition: 0.5s ease;
                height: 26vh;
            }
        }
    }

    /*--------------------------22/10/2024 - Começo---------------------------*/
    .slider-home-desktop {
        display: none;
    }

    .slider-home-mobile {
        width: 100%;
        height: 6vh;
        margin-top: 3vh;
        display: flex;
        flex-direction: row;
        gap: 4vw;
        justify-content: center;
        align-items: center;

        .circle-arrow {
            height: 4.4vh;
            cursor: pointer;
        }
    }

    .content-faq {
        max-width: 500px;
        padding: 20px;

        .faq-title {
            text-align: center;
            font-size: 2.4vh;
            font-weight: 600;
            margin-bottom: 20px;
        }

        .faq-item {
            background-color: #fff;
            border: 0.1vh solid #F0F0F0;
            box-shadow: 0 0.4vh 0.4vh #00000040;
            border-radius: 2vh;
            padding: 3vh 3vh;
            margin-bottom: 20px;
        }

        .faq-question {
            width: 100%;
            background: none;
            border: none;
            outline: none;
            text-align: left;
            font-size: 1rem;
            font-weight: 600;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 10px 0;
        }

        .faq-question .icon {
            transition: transform 0.3s ease;
            font-weight: bold;
            font-size: 1.2rem;
        }

        .faq-answer {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.4s ease, padding 0.3s ease;
            padding: 0 0;
        }

        .faq-answer p {
            margin: 10px 0;
        }

        .faq-item.active .faq-answer {
            max-height: 400px;
            /* enough for content */
            padding: 10px 0;
        }

        .faq-item.active .faq-question .icon {
            transform: rotate(180deg);
            content: "–";
        }
    }

    .content-intro {
        width: 60vw; /*63vw*/
        margin-top: 5vh;
        display: flex;
        flex-direction: column;
        align-items: center;

        .arrow-intro {
            height: 12vh;
            margin-bottom: 2.5vh;
        }

        .texts {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;

            .sub {
                color: #FF8200;
                font-size: 1.8vh;
                font-weight: 400;
                margin-top: 2vh;
            }

            .title {
                font-size: 2.6vh;
                font-weight: 600;
                width: 73vw;
            }

            .text {
                margin-top: 1vh;
                width: 73vw;
            }
        }

        .content-ideacao {
            display: flex;
            flex-direction: column-reverse;
            width: 80vw;
            justify-content: space-evenly;
            align-items: center;
            margin-top: 2vh;

            .image {
                height: 30vh;
                user-select: none;
            }
            
            .texts {
                align-items: center;
                text-align: start;
                flex-direction: column-reverse;

                .line {
                    background-color: #8800BD;
                    height: 0.4vh;
                    width: 21vw;
                    margin: 0;
                    margin-top: 1vh;
                    margin-bottom: 4vh;
                }

                .text {
                    margin-bottom: 2vh;
                    width: 100%;
                }
            }
        }

        .arrow-design {
            height: 10vh;
            margin-top: 6vh;
            align-self: flex-end;
            object-fit: cover;
        }
    }
    /*--------------------------22/10/2024 - Fim---------------------------*/
    
    .content-sobre {
        width: 80vw;
        margin-top: -6vh;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    
    .vetor-sobre, .arrow-sobre {
        /* position: absolute;
        visibility: hidden; */
        display: none;
    }
    
    .sobre {
        display: flex;
        flex-direction: row;
    }

    .sobre .texts {
        align-items: flex-start;
    }
    
    .sobre .image {
        /* position: absolute;
        visibility: hidden; */
        display: none;
    }
    
    .sobre .sub {
        color: #FF8200;
        font-size: 1.8vh;
        font-weight: 400;
    }
    
    .sobre .title {
        font-size: 2.6vh;
        font-weight: 600;
        width: 50vw;
    }

    .sobre .text {
        margin-top: 2vh;
    }
    
    .text {
        font-size: 1.8vh;
        font-weight: 400;
        color: #000;
    }

    /* #cloud3 {
        position: absolute;
        align-self: flex-end;
        z-index: -1;
        width: 80vw;
        margin-top: 140vh;
    } */
    
    .content-projeto {
        width: 40vw;
        margin-top: 5vh;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: 2vh;
        align-self: center;
    }
    
    .content-projeto .icon {
        height: 4vh;
    }
    
    .block {
        text-align: center;
        align-items: center;
        display: flex;
        flex-direction: row;
        width: 100% !important;
    }

    .block .text {
        text-align: start;
        margin-left: 3vw;
        line-height: 1.4;
    }
    
    .arrow {
        /* position: absolute;
        visibility: hidden; */
        display: none;
    }

    .arrow-down {
        height: 3vh;
        margin-left: 1.6vw;
    }
    
    .content-servicos {
        width: 80vw;
        margin-top: 5vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .left {
        display: flex;
        flex-direction: column;
    }
    
    .content-servicos .sub {
        color: #FF8200;
        font-size: 1.8vh;
        font-weight: 400;
    }
    
    .content-servicos .title {
        font-size: 2.6vh;
        font-weight: 600;
    }

    .content-servicos .text {
        margin-top: 1vh;
    }
    
    .vetor-servicos {
        /* position: absolute;
        visibility: hidden; */
        display: none;
    }
    
    .right {
        display: flex;
        flex-direction: column;
        margin-top: 5vh;
    }

    .cards {
        display: flex;
        flex-direction: column;
    }
    
    .card-1,
    .card-2,
    .card-3,
    .card-4 {
        background-color: #fff;
        border: 0.1vh solid #F0F0F0;
        box-shadow: 0 0.4vh 0.4vh #00000040;
        border-radius: 2vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 3vh;

        padding: 3vh 0;
    }
    
    .card-icon {
        height: 4.4vh;
        margin-bottom: 2vh;
    }
    
    .card-text {
        margin: 0vh 4vw;
    }
    
    .small-text {
        font-size: 1.8vh;
        font-weight: 400;
    }
    
    .small-text a {
        color: #000;
    }
    
    .bold {
        font-weight: 700;
        text-decoration: underline;
        align-self: flex-start;
    }
    
    .image-servicos {
        height: 24vh;
        margin-top: 4vh;
        object-fit: contain;
    }
    
    .arrow-servicos, #cloud4 {
        /* position: absolute;
        visibility: hidden; */
        display: none;
    }
    
    .content-portfolio {
        margin-top: 5vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-end;
    }
    
    .container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .content-portfolio .sub {
        font-size: 1.8vh;
        color: #59007E;
        font-weight: 400;
    }
    
    .content-portfolio .title {
        font-size: 2.6vh;
        font-weight: 600;
        text-align: center;
        width: 60%;
        line-height: 3.8vh;
    }
    
    .carrossel {
        margin-top: 3vh;
        width: 100vw;
        height: 42vh;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .carrossel-images {
        display: flex;
        flex-direction: row;
        width: 70%;
        height: 100%;
        justify-content: center;
    }
    
    .projeto-senai,
    .projeto-fiep,
    .projeto-afya {
        position: absolute;
        height: 35vh;
        width: 28vh;
        border-radius: 3vh; 
        box-shadow: 0 0.4vh 0.4vh 0 #00000040;
    }
    
    .button {
        background-color: #59007E;
        border-radius: 2.5vh;
        height: 4vh;
        padding: 0 6vw 0 6vw;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 97;
        cursor: pointer;
        position: absolute;
        margin-bottom: 5vh;
    }
    
    .btn-text {
        color: #fff;
        font-size: 1.8vh;
        font-weight: 700;
        text-decoration: none;
    }
    
    .btn-right,
    .btn-left {
        height: 4vh !important;
        cursor: pointer;
    }

    .bullets {
        position: absolute;
        z-index: 98;
        gap: 1vw;

        margin-bottom: 1vh;

        display: flex;
        flex-direction: row;
        align-items: flex-end;

        justify-content: center;
    }
    
    .bullets .fa-circle {
        color: #D7D9D9;
    }

    .content-contato {
        width: 80vw;
        display: flex;
        flex-direction: column;
        margin-top: 2vh;
    }
    
    .arrow-contato {
        height: 12vh;
        align-self: center;
    }
    
    .contato {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 2vh;
    }
    
    .content-contato .sub {
        color: #FF8200;
        font-size: 1.8vh;
        font-weight: 400;
    }
    
    .content-contato .title {
        font-size: 2.6vh;
        font-weight: 600;
        text-align: center;
    }
    
    .row {
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin-top: 4vh;
        margin-bottom: 10vh;
    }
    
    .image-contato {
        position: absolute;
        visibility: hidden;
        transform: scale(0);
    }
    
    .info {
        display: flex;
        flex-direction: column;
        text-align: center;      
        gap: 1.3vh;
        font-size: 1.8vh;
    }

    .info .contatos {
        display: flex;
        flex-direction: row;
        gap: 1.4vw;
        width: 70%;
        margin-top: 2vh;
        align-self: center;
    }

    .info .icons, .info .texts {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        text-align: start;
        gap: 1.8vh;
    }

    .info .texts {
        gap: 2.3vh;
    }

    .icons .icon {
        height: 2.7vh;
    }

    .whats {
        /* position: absolute;
        visibility: hidden; */
        display: none;
    }

    .num { 
        visibility: visible;
        position: inherit;
    }
    
    .info .links {
        margin-top: 3vh;
        align-self: center;
    }
    
    #cloud5 {
        /* height: 0;
        position: absolute;
        visibility: hidden; */
        display: none;
    }
    
    .footer {
        width: 100vw;
        display: flex;
        justify-content: center;
        margin-top: 2vh;
        margin-bottom: 5vh;
    }
    
    .footer-content {
        width: 70vw;
        height: 8vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-end;
        border-top: 0.3vh dashed #4C186A;
    }

    .footer-content a {
        text-decoration: none;
    }
    
    .footer-text {
        font-size: 1.8vh;
        font-weight: 400;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }
    
    .images {
        color: #59007E;
        font-size: 1.4vh;
        font-weight: 400;
    }
    
    .jornada {
        align-self: flex-end;
        display: flex;
        cursor: pointer;
        z-index: 98;
        margin-bottom: 5vh;
    }
    
    .jornada-info {
        height: 5.8vh;
        width: 26vh;
        border-radius: 10vh;
        background-color: #00C0E5;
        align-self: flex-end;
        z-index: -1;
        display: flex;
        align-items: flex-end;
    }

    .jornada img {
        margin-left: -3.5rem;
    }
    
    .jornada-text {
        display: flex;
        flex-direction: column;
        align-self: center;
        font-size: 1.4vh;
        color: #fff;
        margin-left: 4vw;
    }
}